@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 14px;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #3b2b2b;
  text-decoration: underline;
}

a:active {
  color: #3b2b2b;
  text-decoration: none;
}

.enable-js .js-animation-item {
  opacity: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  zoom: 1;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dropFade {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dropupFade {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dropLeft {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes btn {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 32px;
  }
  100% {
    opacity: 0;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    border-radius: 64px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

img {
  max-width: 100%;
}

a img:hover {
  transition: all .25s linear 0s;
  opacity: 0.8;
}

.js-sp-menu {
  display: none;
  color: #aaa;
  font-size: 10px;
}

.js-sp-menu:before {
  color: #aaa;
  content: "\f0c9";
  font-size: 20px;
  height: 22px;
  text-align: center;
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/* .container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
} */
.container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.section-container{
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}
body {
  background-image: none;
}

.pc_hidden{display: none;}
.sp_hidden{display: block;}

.lp-01-wrapper {
  background: #ffffff;
}

/* .main-area {
  background: url("/content/dam/nttcom/hq/jp/business/lp/s1/images/201912/main-bg.png") no-repeat center center;
  background-size: cover;
  margin-top: 80px;
  padding: 46px 0 60px;
}

.main-area h1 {
  width: 46%;
}

.main-area .main-points {
  position: absolute;
  right: 0%;
  bottom: -24px;
  display: -ms-flexbox;
  display: flex;
}

.main-area .main-points li {
  width: 110px;
  margin-right: 14px;
} */

.main-area {
  background: #EBEEED;
  background-size: cover;
  margin-top: 80px;
  padding: 0;
}

.main-area h1 {
  width: 100%;
  line-height: 1;
}
.cta-banner{
  position: absolute;
  bottom:66px;
  left:0;
  right:0;
  margin: auto;
  width: 600px;
  height: 80px;
}
.cta-banner a{
  display: inline-block;
  margin: auto;
  text-align: center;
}

.menu-area{
  position: relative;
  background:#ffffff url("/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/cta_bg.png");
  background-size: 30px 30px;
}
.menu-area h2 img{
  margin: auto;
}
.main-title{
  position: absolute;
  width: 1180px;
  height: 80px;
  top:-40px;
  left:0;
  right:0;
  margin: auto;
}
.menu-lists{
  display: flex;
  justify-content:space-between;
  width: 1180px;
  margin: 0 auto 0;
  padding: 100px 0 30px;
  box-sizing: border-box;
}
.menu-lists li a{
  display: block;
  width: 236px;
  height: 52px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
a.menu-list-point{background: url("/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/menu1.png")no-repeat center; background-size: cover;}
a.menu-list-plan{background: url("/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/menu2.png")no-repeat center; background-size: cover;}
a.menu-list-flow{background: url("/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/menu3.png")no-repeat center; background-size: cover;}
a.menu-list-supportt{background: url("/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/menu4.png")no-repeat center; background-size: cover;}
a.menu-list-faq{background: url("/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/menu5.png")no-repeat center; background-size: cover;}

#point h2{
  padding: 60px 0;
  text-align: center;
}
#point h2 img{
  margin: auto;
}
.point-container{
  display: flex;
  justify-content:space-between;
  max-width: 1180px;
  margin: 60px auto 0;
}
#point h2+.point-container{
  margin-top: 0;
}
.point-copy, .point-image{
  width: 48%;
  align-self:center;
}

#plan{}
#plan h2{
  width: 960px;
  height: 40px;
  margin: 0 auto;
  background: url("/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/plan-title.png");
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#plan table{
  margin: 60px 0 0;
}
#plan table th{
  background: #E4E4E4;
  text-align: center;
  vertical-align: middle;
}
#plan table th, #plan table td{
  border: 4px solid #fff;
  line-height: 1.3;
}
#plan table td{
  background:#E5EDF6 ;
  font-size: 16px;
}
#plan table th.plan-table-head1{
  background: #fff;
  padding: 30px 20px 24px;
}
#plan table th.plan-table-head2{
  position: relative;
  width: 28%;
  background: #224CE0;
 padding: 30px 20px 24px;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
}
#plan table th.plan-table-head2 span{
  position: absolute;
  display: block;
  margin: auto;
  width: 72px;
  height: 50px;
  top: -28px;
  left:0;
  right: 0;
  background: url("/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/icon-crown.png") no-repeat;
  background-size: 72px 50px;
}
#plan table th.plan-table-head3, #plan table th.plan-table-head4{
  width: 28%;
  background: #69B4FF;
 padding: 30px 20px 24px;
  color:#000;
  font-size: 20px;
  font-weight: bold;
}


.v-c{
  vertical-align: middle;
}

.plan-sub-text{
  margin: 24px 0 0;
}
.plan-sub-text p{
  margin:0;
  padding: 0;
  font-size:14px;
  line-height: 1.3;
}





#flow h2{
  width: 960px;
  height: 40px;
  margin: 0 auto;
  background: url("/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/flow-title.png");
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.flow-step-container{
  display: flex;
  margin: 60px 0 ;
}
.flow-step{
  width: 30%;
}
.flow-step-arrow{
  display: flex;
  width:5%;
  justify-content:center;
  align-items:center;
}
.flow-step-arrow-right{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 26px;
  border-color: transparent transparent transparent #69B4FF;
}




#support h2{
  width: 960px;
  height: 40px;
  margin: 100px auto 0;
  background: url("/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/support-title.png");
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


#support dl dt{
  margin: 40px 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #E53A53;
  text-align: center;
}
#support dl dd{
  margin:0 0 40px;
  line-height: 1.5;
}


#faq h2{
  width: 960px;
  height: 40px;
  margin: 100px auto 60px;
  padding:0;
  background: url("/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/faq-title.png");
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}





.cta-banner-area {
  background:#ffffff url("/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/cta_bg.png");
  background-size: 30px 30px;
  margin: 100px 0;
  padding: 40px 0 40px;
  text-align: center;
}
.cta-banner-area a{
  margin: auto;
  display: inline-block;
}




.cta-area {
  background: #132661;
  margin-top: 100px;
  padding: 32px 0 32px;
}

.cta-area.shadow {
  box-shadow: 0 -6px 10px #ccc;
}

.cta-area h2 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 12px;
}

.cta-area .cta-button-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content:center;
}

.cta-area .cta-button-lists li {
  width: 184px!important;
  margin-right: 4px!important;
}

.cta-area .cta-button-lists li:nth-child(3) {
  margin-left: 12px!important;
}

.cta-area .cta-button-lists .cta-footer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 10px;
  margin-top: 12px;
}

.cta-area .cta-button-lists .cta-footer .cta-contact {
  width: 264px;
}

.cta-area .cta-button-lists .cta-footer .cta-contact a {
  display: block;
  padding: 14px 10px 14px 20px;
}

.cta-area .cta-button-lists .cta-footer .cta-phone {
  display: -ms-flexbox;
  display: flex;

  padding: 15px 30px 10px 16px;
  background: #F2F2F2;
}

.cta-area .cta-button-lists .cta-footer .cta-phone div {
  margin: auto 6px auto 0;
}

.cta-area .cta-button-lists .cta-footer .cta-phone .cta-phone-label {
  width: 144px;
  margin-right: 0px;
}

.cta-area .cta-button-lists .cta-footer .cta-phone .cta-phone-number {
  width: 184px;
  margin-right: 8px;
}

.cta-area .cta-button-lists .cta-footer .cta-phone .cta-phone-time {
  width: 108px;
}

.cta-area .cta-rooter {
  position: absolute;
  right: 14px;
  bottom: 8px;
  width: 170px;
}

 .section-white {
  width: 1180px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}
/*
.worries-area h2 {
  text-align: center;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  color: #132661;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 4px solid #132661;
}

.worries-area .worries-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.worries-area .worries-lists li {
  width: 50%;
  text-align: center;
}

.select-plan-area {
  padding: 48px 0 12px;
}

.select-plan-area .title {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  width: 100%;
}

.select-plan-area .title .main {
  width: 44%;
}

.select-plan-area .title .sub {
  width: 48%;
  margin: auto 0px auto auto;
}

.plan-cta-area {
  background: #F2F2F2;
  padding: 28px 0 28px;
  margin: 20px 0;
  display: -ms-flexbox;
  display: flex;
}

.plan-cta-area .plan-cta-box {
  width: 50%;
  text-align: center;
}

.plan-cta-area .plan-cta-box:first-child {
  border-right: 3px solid #B4B4B4;
}

.plan-cta-area .plan-cta-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}

.plan-cta-area .plan-cta-label {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 4px;
  background: #0D246C;
  color: #fff;
}

.plan-cta-area .plan-cta-price {
  margin: 12px 0 16px;
  font-size: 16px;
  line-height: 22px;
}

.plan-cta-area .plan-cta-button {
  width: 172px;
  margin: 0 auto;
  display: block;
  background: #fff;
  border: 1px solid #0D246C;
  color: #0D246C;
  font-weight: bold;
  padding: 12px 0 12px;
  border-radius: 8px;
}

.plan-normal-area {
  margin-bottom: 32px;
}

.plan-normal-area .title {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 12px 36px 8px;
  background: #FEC009;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.plan-normal-area .title .main {
  width: 44%;
  margin: auto auto auto 0;
}

.plan-normal-area .title .sub {
  width: 24%;
  margin: auto 0px auto auto;
}

.plan-normal-area .plan-normal-box {
  display: -ms-flexbox;
  display: flex;
}

.plan-normal-area .plan-normal-box .plan-normal-content {
  width: 280px;
  margin-right: auto;
}

.plan-normal-area .plan-normal-box .plan-normal-content p {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 21px;
}

.plan-normal-area .plan-normal-box .plan-normal-content ul li {
  margin-bottom: 8px;
}

.plan-normal-area .plan-normal-box .plan-normal-content ul a {
  display: block;
  padding: 12px 0;
}

.plan-normal-area .plan-normal-box .plan-normal-figure {
  width: 590px;
}

.plan-wide-area {
  margin-bottom: 32px;
}

.plan-wide-area .title {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 12px 36px 8px;
  background: #0A60CD;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.plan-wide-area .title .main {
  width: 44%;
  margin: auto auto auto 0;
}

.plan-wide-area .title .sub {
  width: 24%;
  margin: auto 0px auto auto;
}

.plan-wide-area .plan-wide-box {
  display: -ms-flexbox;
  display: flex;
}

.plan-wide-area .plan-wide-box .plan-wide-content {
  width: 280px;
  margin-right: auto;
}

.plan-wide-area .plan-wide-box .plan-wide-content p {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 21px;
}

.plan-wide-area .plan-wide-box .plan-wide-content ul li {
  margin-bottom: 8px;
}

.plan-wide-area .plan-wide-box .plan-wide-content ul a {
  display: block;
  padding: 12px 0;
}

.plan-wide-area .plan-wide-box .plan-wide-figure {
  width: 590px;
} */

.qa-area {
  padding-top: 24px;
  margin-top: 50px;
  border-top: 1px solid #eee;
}

.qa-area h2 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 24px;
}

.qa-area .qa-list {
  margin-bottom: 1px;
}

.qa-area .qa-list span {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: 16px;
}

.qa-area .qa-list dt {
  background: #F0F0F0;
  padding: 16px 12px 16px 76px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.qa-area .qa-list dt:after {
  position: absolute;
  right: 20px;
  top: 18px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/s1/images/201912/icon-plus.png) no-repeat center center;
  background-size: 16px auto;
}

.qa-area .qa-list dt span {
  color: #193775;
}

.qa-area .qa-list dd {
  background: #fff;
  padding: 16px 12px 16px 72px;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  display: none;
}

.qa-area .qa-list dd span {
  color: #CE1E1E;
}

.qa-area .qa-list.active dt:after {
  background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/s1/images/201912/icon-minus.png) no-repeat center center;
  background-size: 16px auto;
}

.qa-area .qa-list.active dd {
  display: block;
}



/* 
.column-area {
  padding-top: 24px;
  margin-top: 50px;
  border-top: 1px solid #eee;
}

.column-area h2 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 24px;
}

.column-area .column-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.column-area .column-lists img:hover {
  opacity: 1;
}

.column-area .column-lists a {
  transition: .2s;
}

.column-area .column-lists a:hover {
  opacity: 0.8;
}

.column-area .column-lists li {
  width: 435px;
  margin-bottom: 24px;
  position: relative;
}

.column-area .column-lists li .column-title {
  padding: 24px 24px 24px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
} */

/* .step-area {
  padding-top: 24px;
}

.step-area h2 {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #193775;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 4px solid #193775;
}

.step-area h2 span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
} */

.preparation-area {
  padding-top: 24px;
  padding-bottom: 0px;
  margin-top: 50px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.preparation-area .preparation-title {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 24px;
  position: relative;
}

.preparation-area .preparation-title:after {
  position: absolute;
  right: 20px;
  top: 0px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/s1/images/201912/icon-plus.png) no-repeat center center;
  background-size: 16px auto;
}

.preparation-area.active .preparation-box {
  display: -ms-flexbox;
  display: flex;
}

.preparation-area .preparation-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}

.preparation-area .preparation-box h3 {
  margin-bottom: 12px;
}

.preparation-area .preparation-box h3 img {
  width: 54%;
}

.preparation-area .preparation-box .preparation-content {
  width: 610px;
}

.preparation-area .preparation-box .preparation-content ol {
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid #A7A7A7;
}

.preparation-area .preparation-box .preparation-content ol li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}

.preparation-area .preparation-box .preparation-content ol li strong {
  display: block;
  color: #193775;
  font-size: 16px;
  margin-bottom: 4px;
}

.preparation-area .preparation-box .preparation-content p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}

.preparation-area .preparation-box .preparation-content .preparation-phone .preparation-phone-number {
  width: 330px;
  margin-bottom: 8px;
}

.preparation-area .preparation-box .preparation-content .preparation-phone p {
  font-size: 12px;
  line-height: 17px;
}

.preparation-area .preparation-box .preparation-content .preparation-phone strong {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

.preparation-area .preparation-box .preparation-figure {
  width: 260px;
  margin: 0 0 0 auto;
}

.preparation-area .preparation-box .preparation-caption {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
}

.preparation-area .preparation-box .preparation-caption strong {
  display: block;
  margin-bottom: 4px;
}

.support-area {
  padding-top: 24px;
  padding-bottom: 32px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}

.support-area h2 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 24px;
}

.support-area .support-dl dt {
  padding: 20px 20px 20px;
  margin: 0px 0 4px;
  font-size: 18px;
  background: #F0F0F0;
}

.support-area .support-dl dd {
  font-size: 14px;
  line-height: 25px;
  padding: 12px 20px 0px;
}

.sub_backTo-top {
  width: 100%;
  text-align: center;
  margin: 60px auto 60px;
}












































@media screen and (max-width: 768px){
  html, body{
    -webkit-overflow-scrolling: touch;
  }
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }

  .sp_hidden{display: none;}
  .pc_hidden{display: block;}


  .container{
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  body{
    background-image: none;
  }
  .lp-01-wrapper{
    background: #ffffff;
  }
  /* .main-area{
    background: url("/content/dam/nttcom/hq/jp/business/lp/s1/images/201912/main-bg.png") no-repeat center center;
    background-size: 1600px auto;
    margin-top: 80px;
    padding: 46px 16px 60px;
  } */
  .main-area h1{
    width: 100%;
  }
  /* .main-area .main-points{
    position: static;
    margin-top: 24px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .main-area .main-points li{
    width: 25%;
    margin-right: 14px;
  } */


  .cta-banner{
    position: absolute;
    bottom:20px;
    left:0;
    right:0;
    margin: auto;
    width: 355px;
    height: 100px;
  }

  .menu-area{
    padding: 30px 0;
  }
  .main-title {
    position: relative;
    width: 355px;
    height: 80px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
  }
  .menu-lists{
    display: none;
  }
  #point h2{
    padding: 0;
  }

  .point-container {
    flex-direction:column;
  }
  .point-copy{
    order:2;
    padding: 20px 20px 0;
  }
  .point-image {
    order:1;
  }
  .point-copy, .point-image {
    width: 100%;
  }


  #plan h2 {
    width: 335px;
    height: 76px;
    margin: 0 auto;
    background: url(/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/plan-title_sp.png);
    background-size: cover;
  }


  .scroll-box table{
    width: 1000px !important;
  }
  .section-container{
    width: 100%;
    padding: 0 10px;
  }


  #flow h2 {
    width: 335px;
    height: 76px;
    margin: 0 auto;
    background: url(/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/flow-title_sp.png);
    background-size: cover;
  }
  .flow-step-container {
    display:block;
    margin: 20px 0;
  }
  .flow-step {
    width: 80%;
    margin: auto;
}
.flow-step-arrow {
  display: block;
  width: 100%;
}

.flow-step-arrow-right{
  margin: 10px auto 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #69B4FF transparent transparent transparent;
}
#support h2 {
  width: 335px;
  height: 76px;
  margin: 80px auto 0;
  background: url(/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/support-title_sp.png);
  background-size: cover;
}

#support dl dt{
  font-size: 21px;
}
#support dl dd {
  margin: 0 0 20px;
}


#faq h2 {
  width: 335px;
  height: 30px;
  margin: 40px auto 20px;
  padding: 0;
  background: url(/content/dam/nttcom/hq/jp/business/lp/s1/ocn_ipoe01/images/faq-title_sp.png);
  background-size: cover;
}








  .cta-banner-area{
    margin: 40px 0;
  }


  .cta-area{  
    margin-top: 60px;
    background: #132661;
    padding: 20px 16px 20px;
  }
  .cta-area.shadow{
    box-shadow: 0 -6px 10px #ccc;
  }
  .cta-area h2{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .cta-area .cta-button-lists{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cta-area .cta-button-lists li{
    width: 49%!important;
    margin: 0 0 12px!important;
  }
  .cta-area .cta-button-lists li:nth-child(3){
    margin-left: 0!important;
  }
  .cta-area .cta-button-lists .cta-footer{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    margin-top: 0px;
  }
  .cta-area .cta-button-lists .cta-footer .cta-contact{
    width: 100%;
  }
  .cta-area .cta-button-lists .cta-footer .cta-contact a{
    display: block;
    padding: 16px 40px 10px;
  }
  .cta-area .cta-button-lists .cta-footer .cta-phone{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 16px 12px;
    background: #F2F2F2;
  }
  .cta-area .cta-button-lists .cta-footer .cta-phone div{
    margin: auto 6px auto 0;
  }
  .cta-area .cta-button-lists .cta-footer .cta-phone .cta-phone-label{
    width: 60%;
    margin: 8px auto;
  }
  .cta-area .cta-button-lists .cta-footer .cta-phone .cta-phone-number{
    width: 70%;
    margin: 0px auto 4px;
  }
  .cta-area .cta-button-lists .cta-footer .cta-phone .cta-phone-time{
    width: 40%;
    margin: 0px auto;
  }
  .cta-area .cta-rooter{
    background: #fff;
    position: static;
    width: 100%;
    margin-top: -14px;
    padding: 16px 0 24px;
    border-radius: 0 0  10px 10px;
  }
  .cta-area .cta-rooter img{
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .section-white{
    width: 100%;
    margin: 0 auto;
    padding: 24px 16px 24px;
    background: #fff;
  }
  .worries-area h2{
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #132661;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 2px solid #132661;
  }
  .worries-area .worries-lists{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .worries-area .worries-lists li{
    width: 100%;
    text-align: center;
  }
  .select-plan-area{
    padding: 48px 0 12px;
  }
  .select-plan-area .title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
    width: 100%;
  }
  .select-plan-area .title .main{
    width: 100%;
  }
  .select-plan-area .title .sub{
    width: 100%;
    margin: 12px auto auto;
  }
  .plan-cta-area{
    background: #F2F2F2;
    padding: 28px 16px 28px;
    margin: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plan-cta-area .plan-cta-box{
    width: 100%;
    text-align: center;
  }
  .plan-cta-area .plan-cta-box:first-child{
    border-bottom: 1px solid #B4B4B4;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-right: none;
  }
  .plan-cta-area .plan-cta-title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
  }
  .plan-cta-area .plan-cta-label{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 6px 12px;
    display: inline-block;
    margin-bottom: 4px;
    background: #0D246C;
    color: #fff;
  }
  .plan-cta-area .plan-cta-price{
    margin: 12px 0 16px;
    font-size: 14px;
    line-height: 22px;
  }
  .plan-cta-area .plan-cta-button{
    width: 172px;
    margin: 0 auto;
    display: block;
    background: #fff;
    border: 1px solid #0D246C;
    color: #0D246C;
    font-weight: bold;
    padding: 12px 0 12px;
    border-radius: 8px;
  }
  .plan-normal-area{
    margin-bottom: 32px;
  }
  .plan-normal-area .title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding: 20px 20px 8px;
    background: #FEC009;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .plan-normal-area .title .main{
    width: 100%;
    margin: auto auto auto 0;
  }
  .plan-normal-area .title .sub{
    width: 50%;
    margin: 8px auto;
  }
  .plan-normal-area .plan-normal-box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plan-normal-area .plan-normal-box .plan-normal-content{
    width: 100%;
    margin-right: auto;
  }
  .plan-normal-area .plan-normal-box .plan-normal-content p{
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 21px;
  }
  .plan-normal-area .plan-normal-box .plan-normal-content ul li{
    margin-bottom: 12px;
  }
  .plan-normal-area .plan-normal-box .plan-normal-content ul a{
    display: block;
    padding: 12px 0;
  }
  .plan-normal-area .plan-normal-box .plan-normal-figure{
    width: 100%;
  }
  .plan-wide-area{
    margin-bottom: 32px;
  }
  .plan-wide-area .title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding: 20px 20px 8px;
    background: #0A60CD;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .plan-wide-area .title .main{
    width: 100%;
    margin: auto auto auto 0;
  }
  .plan-wide-area .title .sub{
    width: 50%;
    margin: 8px auto;
  }
  .plan-wide-area .plan-wide-box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plan-wide-area .plan-wide-box .plan-wide-content{
    width: 100%;
    margin-right: auto;
  }
  .plan-wide-area .plan-wide-box .plan-wide-content p{
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 21px;
  }
  .plan-wide-area .plan-wide-box .plan-wide-content ul li{
    margin-bottom: 12px;
  }
  .plan-wide-area .plan-wide-box .plan-wide-content ul a{
    display: block;
    padding: 12px 0;
  }
  .plan-wide-area .plan-wide-box .plan-wide-figure{
    width: 100%;
  }
  .qa-area{
    padding-top: 24px;
    margin-top: 50px;
    border-top: 1px solid #eee;
  }
  .qa-area h2{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-left: 24px;
  }
  .qa-area .qa-list{
    margin-bottom: 1px;
  }
  .qa-area .qa-list span{
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 16px;
    top: 16px;
  }
  .qa-area .qa-list dt{
    background: #F0F0F0;
    padding: 16px 30px 16px 56px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    line-height: 1.4;
  }
  .qa-area .qa-list dt:after{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    content: "";
    width: 12px;
    height: 12px;
    background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/s1/images/201912/icon-plus.png) no-repeat center center;
    background-size: 12px auto;
  }
  .qa-area .qa-list dt span{
    color: #193775;
  }
  .qa-area .qa-list dd{
    background: #fff;
    padding: 16px 30px 16px 56px;
    font-size: 13px;
    line-height: 22px;
    position: relative;
    display: none;
  }
  .qa-area .qa-list dd span{
    color: #CE1E1E;
  }
  .qa-area .qa-list.active dt:after{
    background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/s1/images/201912/icon-minus.png) no-repeat center center;
    background-size: 12px auto;
  }
  .qa-area .qa-list.active dd{
    display: block;
  }
  .column-area{
    padding-top: 24px;
    margin-top: 50px;
    border-top: 1px solid #eee;
  }
  .column-area h2{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-left: 24px;
  }
  .column-area .column-lists{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .column-area .column-lists img:hover{
    opacity: 1;
  }
  .column-area .column-lists a{
    transition: .2s;
  }
  .column-area .column-lists a:hover{
    opacity: 0.8;
  }
  .column-area .column-lists li{
    width: 100%;
    margin-bottom: 24px;
    position: relative;
  }
  .column-area .column-lists li .column-title{
    padding: 24px 24px 24px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
  }
  .column-area .column-lists li .column-title br{
    display: none;
  }
  .step-area{
    padding-top: 24px;
  }
  .step-area h2{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #193775;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 4px solid #193775;
  }
  .step-area h2 span{
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
  }
  .preparation-area{
    padding-top: 24px;
    margin-top: 50px;
    border-top: 1px solid #eee;
  }
  .preparation-area .preparation-title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-left: 24px;
    position: relative;
  }
  .preparation-area .preparation-title:after{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    content: "";
    width: 12px;
    height: 12px;
    background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/s1/images/201912/icon-plus.png) no-repeat center center;
    background-size: 12px auto;
  }
  .preparation-area.active .preparation-box{
    display: -ms-flexbox;
    display: flex;
  }
  .preparation-area .preparation-box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
  }
  .preparation-area .preparation-box h3{
    margin-bottom: 12px;
  }
  .preparation-area .preparation-box h3 img{
    width: 100%;
  }
  .preparation-area .preparation-box .preparation-content{
    width: 100%;
  }
  .preparation-area .preparation-box .preparation-content ol{
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid #A7A7A7;
  }
  .preparation-area .preparation-box .preparation-content ol li{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .preparation-area .preparation-box .preparation-content ol li strong{
    display: block;
    color: #193775;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .preparation-area .preparation-box .preparation-content p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .preparation-area .preparation-box .preparation-content .preparation-phone .preparation-phone-number{
    width: 90%;
    margin-bottom: 8px;
  }
  .preparation-area .preparation-box .preparation-content .preparation-phone p{
    font-size: 12px;
    line-height: 17px;
  }
  .preparation-area .preparation-box .preparation-content .preparation-phone strong{
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .preparation-area .preparation-box .preparation-figure{
    width: 100%;
    margin: 0 0 0 auto;
  }
  .preparation-area .preparation-box .preparation-caption{
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }
  .preparation-area .preparation-box .preparation-caption strong{
    display: block;
    margin-bottom: 4px;
  }
  .support-area{
    padding-top: 24px;
    padding-bottom: 32px;
    margin-top: 20px;
    border-top: 1px solid #eee;
  }
  .support-area h2{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-left: 24px;
  }
  .support-area .support-dl dt{
    padding: 20px 20px 20px;
    margin: 0px 0 4px;
    font-size: 16px;
    background: #F0F0F0;
  }
  .support-area .support-dl dd{
    font-size: 14px;
    line-height: 25px;
    padding: 12px 20px 0px;
  }
  .sub_backTo-top{
    width: 100%;
    text-align: center;
    margin: 30px auto 30px;
  }
}


/******************************************************************************
  .orig_wrapFloating
******************************************************************************/
div.orig_wrapFloating .orig_floating{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(220,20,60,0.8);
  text-align: center;
  z-index: 999;
}
div.orig_wrapFloating.static,
div.orig_wrapFloating.closed{
  background: rgba(0,42,82,1);
}
div.orig_wrapFloating.static .orig_floating,
div.orig_wrapFloating.closed .orig_floating{
  position: static;
  height: 70px;
}
div.orig_wrapFloating .orig_floating p.orig_close{
  position: absolute;
  right: 10px;
  top: 10px;
}
div.orig_wrapFloating.static .orig_floating p.orig_close,
div.orig_wrapFloating.closed .orig_floating p.orig_close{
  display: none;;
}
div.orig_wrapFloating .orig_floating p.orig_close a{
  display: block;
  width: 19px;
  height: 19px;
  background: url("/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/lp/img/btn_floating_close.png") center center no-repeat;
  transition-duration : 0.3s ;
  -webkit-transition : all 0.3s ease 0s ;
  -moz-transition : all 0.3s ease 0s ;
  -o-transition : all 0.3s ease 0s ;
}
div.orig_wrapFloating .orig_floating p.orig_close a span{
  display: none;
}
div.orig_wrapFloating .orig_floating ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1140px;
  margin: 0 auto;
  padding: 15px 0 15px;
}
div.orig_wrapFloating .orig_floating ul li{
  width: 48%;
  margin: 0;
  padding: 0;
  line-height: 40px;
  list-style-type: none;
}
div.orig_wrapFloating .orig_floating ul li a,
div.orig_wrapFloating .orig_floating ul li span.orig_wrap{
  max-width: initial;
  min-width: initial;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #fad033;
  color: #000;
  transition-duration : 0.3s ;
  -webkit-transition : all 0.3s ease 0s ;
  -moz-transition : all 0.3s ease 0s ;
  -o-transition : all 0.3s ease 0s ;
font-size:16px;
}
div.orig_wrapFloating .orig_floating ul li span.orig_wrap{
  background: #ccc;
  color: #666;
}
div.orig_wrapFloating .orig_floating ul li a:hover,
div.orig_wrapFloating .orig_floating p.close a:hover{
  text-decoration: none;
  opacity : 0.7 ;
  filter : alpha(opacity=70) ;
  -moz-opacity : 0.7 ;
  -ms-filter : "alpha(opacity=70)" ;
}