/*!
*/
/****** reset ******/
body {
  background-image: none;
}

main {
  line-height: 1.8;
  color: #0d194f;
  font-size: 18px;
}

main h1, main h2, main h3, main h4 {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

main .sectioning_layout-inner {
  width: 100%;
}

main .grid_contents .grid_cols {
  padding: 0;
}

/****** style ******/
main a {
  -webkit-transition: .2s;
  transition: .2s;
  display: inline-block;
}

main section {
  padding: 80px 0;
}

main .inner {
  max-width: 1140px;/*1000→1140*/
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.bg-blue {
  background: #1e38a6;
}

.bg-blue-light {
  background: #e6e8ed;
}

.bg-blue-dark {
  background: #0d194f;
}

.bg-white {
  background: #fff;
}

.bg-border {
  border: 5px solid #0d194f;
}

.bg-border-white {
  border: 1px solid #fff;
}

.bg-mv:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/spbx-freetrial/img/mv-bg-line-left.png) left top no-repeat, url(/content/dam/nttcom/hq/jp/business/lp/oslp/spbx-freetrial/img/mv-bg-line-right.png) right top no-repeat, url(/content/dam/nttcom/hq/jp/business/lp/oslp/spbx-freetrial/img/mv-bg-city.png) center bottom repeat-x;
}

.btn-yellow {
  background-color: #ffea00;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 8px rgba(17, 51, 102, 0.8);
          box-shadow: 0px 0px 15px 8px rgba(17, 51, 102, 0.8);
}

.contact_bt {
  background: none;
  border: none;
  padding: 0;
  right: 0;
  border: none !important;
  border-radius: 0;
}

.contact_bt a {
  display: block;
  /* border-radius: 5px 0 0 5px; */
  -webkit-filter: drop-shadow(0px -5px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px -5px 8px rgba(0, 0, 0, 0.3));
  -webkit-transition: .2s;
  transition: .2s;
  text-align: right;
  background: #1E38A6;
}

.contact_bt a::before{
  display: none;
}

.contact_bt a img {
  /* margin-top: -20px; */
}

/* #mv
------------------------------ */
#mv {
  position: relative;
}

#mv .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 60px;
}


#mv .text {
  text-align: center;
  margin: 20px 0 0 -20px;
}

#mv .text a {
  padding: 35px 70px;
  margin-top: 35px;
  position: relative;
}

#mv .text a:before {
  display: none;
  /* content: '';
  width: 160px;
  height: 76px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/spbx-freetrial/img/mv-btn-sub.png) center/contain no-repeat;
  -webkit-transform: translate(70%, -50%);
          transform: translate(70%, -50%);
  pointer-events: none; */
}

/* #page_nav
------------------------------ */
#page_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

#page_nav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#page_nav li + li {
  margin-left: 10px;
}

#page_nav li a {
  background: #1e38a6;
  border-radius: 5px;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  padding: 0.4rem;/*1→0.4*/
}

#page_nav li a::before {
  background: url("/content/dam/nttcom/hq/jp/business/lp/oslp/spbx-freetrial/img/icon-down.png") center/contain no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  margin-bottom: 3px;
  margin-right: 10px;
  -webkit-transition: .2s;
  transition: .2s;
  width: 16px;
}

#page_nav li a.window-open::before {
  background: url("/content/dam/nttcom/hq/jp/business/lp/oslp/spbx-freetrial/img/icon-down.png") center/contain no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  margin-bottom: 3px;
  margin-right: 10px;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: rotate(-90deg) translateX(-1px);
          transform: rotate(-90deg) translateX(-1px);
  width: 16px;
}

#page_nav li a.window-open:hover::before {
  -webkit-transform: rotate(-90deg) translate(-1px, 2px);
          transform: rotate(-90deg) translate(-1px, 2px);
}

/* #trial
------------------------------ */
#trial h2 {
  margin: -20px 0 50px;
}

#trial .trial-image h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 0 10px;
}

#trial .trial-image h3 + * {
  padding: 30px;
}

#trial .trial-image h3 ~ p {
  margin-bottom: 30px;
}

#trial .point {
  margin-top: 60px;
}

#trial .point h3 {
  margin: 0 80px;
  padding: 30px 10px;
  position: relative;
}

#trial .point h3:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #0d194f transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#trial .point .bg-white {
  padding-top: 80px;
  margin-top: -50px;
}

#trial .point h4 span {
  background-color: #ffea00;
  font-size: 26px;
  font-weight: bold;
  padding: 0 1em;
}

#trial .point h4 span small {
  font-size: 20px;
  font-weight: normal;
}

#trial .point p {
  padding: 20px 80px 50px;
  font-weight: bold;
  text-align: left;
}

#trial .point .bg-white + p {
  color: #222;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 0;
}

/* #howto
------------------------------ */
#howto .step {
  position: relative;
  padding: 50px 0;
  margin-bottom: 30px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/spbx-freetrial/img/howto-step-arrow.png) center bottom no-repeat;
}

#howto .step > * {
  max-width: 770px;
  margin: auto;
}

#howto .step .bg-white {
  padding: 30px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#howto .step .bg-white:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #e6e8ed)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #e6e8ed 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #e6e8ed 50.5%) no-repeat top left/100% 100%;
}

#howto .step .bg-white > * {
  position: relative;
}

#howto .step .bg-white h3 {
  max-width: 200px;
  padding: 5px 5px 8px;
}

#howto .step .bg-white p {
  font-weight: bold;
  text-align: left;
  margin-top: 25px;
}

#howto .step .wait {
  display: inline-block;
  color: #fff;
  margin: 30px 0;
  position: relative;
}

#howto .step .wait:before {
  content: '';
  display: block;
  border-left: 2px dotted #fff;
  width: 1px;
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

#howto .step .wait p {
  position: relative;
  padding: 15px 40px;
}

/* #detail
------------------------------ */
#detail h2 {
  font-size: 24px;
  color: #50555d;
  font-weight: bold;
  margin-bottom: 30px;
}

#detail h2 + .table {
  margin-top: -25px;
}

#detail h3 {
  color: #50555d;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
}

#detail .table {
  margin-bottom: 50px;
}

#detail .table:last-of-type {
  margin-bottom: 0;
}

#detail .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#detail .row > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#detail .row > *:not(.ttl) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  text-align: left;
  padding: 25px 40px;
  color: #222;
}

#detail .row p.ttl {
  background: #50555d;
  color: #fff;
  width: 300px;
  min-height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#detail .row li {
  text-indent: -1em;
  margin-left: 1em;
}

#detail .row + .row > * {
  border-top: 1px solid #e6e8ed;
}

#detail .row + .row > p.ttl {
  border-color: #636a75;
}

#detail .row a {
  color: #133a95;
  text-decoration: underline;
  display: inline;
}

#detail .row a:hover {
  opacity: .7;
  text-decoration: none;
}

/* #cta
------------------------------ */
#cta {
  position: relative;
  padding: 60px 0;
  margin-bottom: 30px;
}

#cta a {
  margin-top: 25px;
  padding: 20px 0;
  width: 380px;
  background-image: url(/content/dam/nttcom/hq/jp/business/lp/oslp/spbx-freetrial/img/cta-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

/***************************************************************************************************
pc
***************************************************************************************************/
@media screen and (min-width: 769px) {
  /****** style ******/
  .btn-yellow:hover {
    background-color: #ffa800;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

  .btn-case{
    position: absolute !important;
    top: 50%;
    /* left: calc(100vw - 20px - 252px); */
    right: 20px;
    transform: translateY(-50%);
    display: block;
    margin-top: 0 !important;
    padding: 0 !important;
    z-index: 2;
  }

  .btn-case.sp{
    display: none;
  }

  .btn-case img{
    display: block;
    width: 252px;
    height: auto;
  }

  .contact_bt a:hover {
    background: #de2766;
  }

  .contact_bt img{
    width: 329px;
  }
  .sub-ttl .inner:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  /* #page_nav
	------------------------------ */
  #page_nav li a:hover {
    background: #3755d4;
  }
  #page_nav li a:hover:before {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  /* #trial
	------------------------------ */
  #trial.sub-ttl .inner:before {
    content: url(/content/dam/nttcom/hq/jp/business/lp/oslp/spbx-freetrial/img/trial-sub-ttl.png);
  }
  /* #howto
	------------------------------ */
  #howto.sub-ttl .inner:before {
    content: url(/content/dam/nttcom/hq/jp/business/lp/oslp/spbx-freetrial/img/howto-sub-ttl.png);
  }
  #howto .step:before,
  #howto .step:after {
    content: '';
    display: block;
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    border: 5px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #howto .step:before {
    left: 0;
    border-right: none;
  }
  #howto .step:after {
    right: 0;
    border-left: none;
  }
}

/***************************************************************************************************
tablet
***************************************************************************************************/
@media screen and (max-width: 768px) {
  .allPd {
    padding: 0;
  }
  .sub_backTo-top {
    margin: 30px 0 150px;
  }
  /****** style ******/
  main {
    font-size: 16px;
  }
  main section {
    padding: 8% 0;
  }
  main .inner {
    padding: 0 3%;
  }
  .bg-mv:before {
    background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/spbx-freetrial/img/mv-bg-line-left.png) left top/30% auto no-repeat, url(/content/dam/nttcom/hq/jp/business/lp/oslp/spbx-freetrial/img/mv-bg-line-right.png) right top/30% auto no-repeat, url(/content/dam/nttcom/hq/jp/business/lp/oslp/spbx-freetrial/img/mv-bg-city.png) center bottom repeat-x;
  }
  /* #mv
	------------------------------ */
  #mv .inner {
    padding-top: 5%;
  }
  #mv .text {
    margin: 3% 0 0 -4%;
  }
  #mv .text a {
    padding: 5% 2% 5.5%;
    margin-top: 8%;
  }
  #mv .text a:before {
    width: 120px;
    height: 56px;
    -webkit-transform: translate(50%, -60%);
            transform: translate(50%, -60%);
  }
  #mv .text a img {
    width: 80%;
  }

  .contact_bt a img{
    width: 220px;
  }

  .btn-case.sp {
    display: block;
  }

  .btn-case.pc {
    display: none;
  }

  #mv .text .btn-case {
    padding: 0;
  }

  #mv .text .btn-case img {
    width: 225px;
  }


  /* #page_nav
	------------------------------ */
  #page_nav li a {
    font-size: 18px;
    padding: 5% 3%;
  }
  #page_nav li a:before {
    width: 14px;
    height: 8px;
  }
  /* #trial
	------------------------------ */
  #trial h2 {
    margin-top: -1%;
  }
  #trial h2 img {
    width: 90%;
  }
  #trial .trial-image h3 + * {
    padding: 3%;
  }
  #trial .point {
    margin-top: 30px;
  }
  #trial .point h3 {
    margin: 0 8%;
    padding: 4% 2%;
  }
  #trial .point h3 img {
    width: 90%;
  }
  #trial .point .bg-white {
    padding-top: 12%;
    margin-top: -8%;
  }
  #trial .point h4 span {
    font-size: 22px;
  }
  #trial .point h4 span small {
    font-size: 16px;
  }
  #trial .point p {
    padding: 3% 8% 6%;
  }
  #trial .point .bg-white + p {
    font-size: 14px;
  }
  /* #howto
	------------------------------ */
  #howto h2 img {
    width: 90%;
  }
  #howto .step {
    padding: 6% 0;
  }
  #howto .step .bg-white {
    padding: 4%;
  }
  #howto .step .bg-white h3 {
    max-width: 200px;
  }
  #howto .step .bg-white p {
    margin-top: 6%;
  }
  #howto .step .bg-white figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #howto .step > div:last-child figure img {
    max-width: calc(100% - 68px);
  }
  /* #detail
	------------------------------ */
  #detail h2 {
    margin-bottom: 4%;
  }
  #detail .row > *:not(.ttl) {
    padding: 3% 4%;
  }
  #detail .row p.ttl {
    width: 26%;
    min-height: 70px;
  }
  /* #cta
	------------------------------ */
  #cta {
    padding: 50px 0;
    margin-bottom: 0;
  }
  #cta h2 img {
    width: 80%;
  }
  #cta a {
    margin-top: 25px;
    padding: 20px 0;
    width: 380px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 768px) {
  #howto .step .bg-white figure {
    display: block;
  }
}

/***************************************************************************************************
max-width 700px
***************************************************************************************************/
@media screen and (max-width: 700px) {
  main {
    font-size: 14px;
  }
  #mv .text .btn-case{
    padding: 0;
  }
  #mv .text .btn-case img{
    width: 225px;
  }

  .contact_bt a img {
    max-width: 220px;
    width: 100%;
    margin-top: 0;
  }
  /* #mv
	------------------------------ */
  #mv .inner {
    padding: 8% 5%;
  }
  #mv .text {
    margin: 0;
    width: 100%;
  }
  #mv .text a {
    margin-top: 6%;
  }
  #mv .text a:before {
    width: 30%;
    height: auto;
    padding-bottom: 14%;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  #mv figure {
    display: none;
  }
  /* #page_nav
	------------------------------ */
  #page_nav .inner {
    padding: 5px;
  }
  #page_nav ul {
    padding: 0;
    display: block;
  }
  #page_nav li + li {
    margin-left: 0;
    margin-top: 2px;
  }
  #page_nav li a {
    font-size: 16px;
    padding: .8rem;
    position: relative;
  }
  #page_nav li a:before {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #page_nav li a.window-open::before {
    margin-bottom: 18px;
    margin-right: -3px;
  }
  /* #trial
	------------------------------ */
  #trial h2 {
    margin-bottom: 8%;
  }
  #trial .trial-image h3 {
    font-size: 20px;
  }
  #trial .point h4 {
    margin: 0 8%;
  }
  #trial .point h4 br {
    display: none;
  }
  #trial .point h4 span {
    font-size: 18px;
    padding: 0;
  }
  #trial .point h4 span small {
    font-size: 14px;
  }
  /* #howto
	------------------------------ */
  #howto .step {
    margin-bottom: 4%;
  }
  #howto .step .bg-white > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #howto .step .bg-white h3 {
    max-width: 30%;
    min-width: 60px;
    padding: 1% 4% 2.5%;
  }
  #howto .step .bg-white p {
    margin-right: 5%;
  }
  #howto .step .bg-white p br {
    display: none;
  }
  #howto .step .bg-white figure {
    text-align: right;
  }
  #howto .step .wait p {
    margin: 0 5%;
    padding: 2%;
  }
  #howto .step .wait p br {
    display: none;
  }
  #howto .start img {
    width: 90%;
  }
  /* #detail
	------------------------------ */
  #detail h2 {
    font-size: 20px;
  }
  #detail .row p.ttl {
    padding: 2%;
  }
  /* #cta
	------------------------------ */
  #cta {
    padding: 8% 0;
  }
}

/***************************************************************************************************
smartphone
***************************************************************************************************/
@media screen and (min-width: 481px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  main {
    font-size: 12px;
  }
  .sub_backTo-top {
    margin: 30px 0 120px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  /* #page_nav
	------------------------------ */
  #page_nav li a {
    font-size: 14px;
  }
  /* #trial
	------------------------------ */
  #trial .trial-image h3 {
    font-size: 16px;
  }
  #trial .point h4 span {
    font-size: 14px;
  }
  #trial .point h4 span small {
    font-size: 12px;
  }
  #trial .point .bg-white + p {
    font-size: inherit;
  }
  /* #howto
	------------------------------ */
  #howto .step .wait {
    margin: 20px 0;
  }
  #howto .step .wait:before {
    top: -20px;
    bottom: -20px;
  }
  #howto .step > div:last-child figure img {
    max-width: calc(100% - 20px);
  }
  /* #cta
	------------------------------ */
  #cta h2 img {
    width: 90%;
  }
  #cta a {
    width: 90%;
    margin-top: 5%;
  }
  #cta a img {
    width: 45%;
    max-width: 100%;
  }
}