@charset "utf-8";




/* Comparison
= = = = = = = = = = = = = = = = = = = = = = = = = = */

/* .block-comparison-two
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-comparison-two {
  border-radius: 15px;
  background: #F8F8F8;
}
.block-comparison-two > div:first-child {
  border-radius: 15px 0 0 15px;
  background: #FFEDF5;
}

.block-comparison-two .unit-ut .in-unit {
  padding: 25px 40px 30px 50px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .block-comparison-two .unit-ut .in-unit {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.block-comparison-two .heading-ut-icon {
  display: inline-block;
  padding-left: 54px;
  font-size: 2.4rem;
  font-weight: 700;
}
.block-comparison-two .unit-ut:first-child .heading-ut-icon:before {
  background-image: url(/assets/img/icon-a/esim-01-pink.svg);
  background-size: auto 100%;
}
.block-comparison-two .unit-ut:nth-child(2) .heading-ut-icon:before {
  background-image: url(/assets/img/icon-a/sim-01-pink.svg);
  background-size: auto 100%;
}

.block-comparison-two .list-ut-bullet-icon > li:before {
  background-image: url(/assets/img/icon-a/check-01-pink.svg);
}

@media only screen and (max-width: 834px) {
  .block-comparison-two > div:first-child {
    border-radius: 15px 15px 0 0;
  }
  .block-comparison-two > div:first-child .in-unit {
    padding-bottom: 60px;
  }
  .block-comparison-two > div:nth-child(2) .in-unit {
    padding-top: 60px;
  }
}

/* deco */

.block-comparison-two > div:first-child:before {
  background-image: url(/assets/img/icon/vs-circle-01.svg);
}


/* .block-comparison-two.type-okaka
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-comparison-two.type-okaka .heading-ut-icon {
  padding-left: 0;
}
.block-comparison-two.type-okaka .heading-ut-icon:before {
  display: none;
}


/* .block-comparison-two-a
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-comparison-two-a > .unit-ut > .box-ut {
  border-right: solid 2px #FFEDF5;
  border-bottom: solid 2px #FFEDF5;
  border-left: solid 2px #FFEDF5;
}
.block-comparison-two-a .c-heading {
  font-weight: 700;
}
.block-comparison-two-a .box-ut.type-head .p-head {
  background: #FFEDF5;
}
.block-comparison-two-a .box-ut.type-head .p-main {
  padding-top: 20px;
  padding-bottom: 20px;
}
.block-comparison-two-a > div:first-child:before {
  background-image: url(/assets/img/icon-d/versus-01-pink.svg);
}




/* .block-comparison-table-a
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-comparison-table-a > table {
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
}
.block-comparison-table-a > table th,
.block-comparison-table-a > table td {
  padding: 24px 15px;
  border-right: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  line-height: 1.5;
  /* vertical-align: middle; */
}
.block-comparison-table-a > table th {
  background: #f0f0f0;
  text-align: center;
}
.block-comparison-table-a > table td {
  background: transparent;
}
.block-comparison-table-a > table thead th {
  padding-top: 1em;
  padding-bottom: 1em;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background: #EE96BD;
  font-weight: 700;
}
.block-comparison-table-a > table tbody th {
  background: #FFEDF5;
  text-align: left;
  font-weight: 700;
}
.block-comparison-table-a > table tbody td {
  background: #F8F8F8;
}

.block-comparison-table-a .c-heading {
  font-weight: 700;
}
.block-comparison-table-a .c-info {
  font-size: 12px;
}


.block-comparison-table-a .c-head {
  width: auto;
}
.block-comparison-table-a .c-data {
  width: 230px;
}
.block-comparison-table-a .c-data-a {
  width: 230px;
}

/* .block-comparison-table-b
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-comparison-table-b > table thead th {
  font-size: 16px;
  font-weight: 700;
}
.block-comparison-table-b > table tbody th {
  font-size: 20px;
  font-weight: 700;
}
.block-comparison-table-b > table td {
  font-size: 20px;
  color: #727272;
  font-weight: 700;
}


/* Panel
= = = = = = = = = = = = = = = = = = = = = = = = = = */

/* .block-panel-standard
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-panel-standard > .unit-ut {
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  background: #FFF4F9;
}
.block-panel-standard .card-ut .c-heading {
  font-size: 20px;
  line-height: 1.3;
}

.block-panel-standard.type-one > .unit-ut {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 834px) {
  .block-panel-standard.type-one > .unit-ut {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .block-panel-standard > .unit-ut {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.block-panel-standard .type-carbon .c-sub {
  font-weight: 400;
}

/*  */

.block-panel-standard .card-ut .c-heading.badge-ut.badge-new:after {
  background-image: url(/assets/img/badge/new-01-green.svg);
}

.block-panel-standard .card-ut .c-heading.badge-ut.type-line-1:after {
  top: -4px;
}
.block-panel-standard .card-ut .c-heading.badge-ut.type-line-2:after {
  top: -16px;
}
.block-panel-standard .card-ut .c-heading.badge-ut.type-line-3:after {
  top: -25px;
}
.block-panel-standard .card-ut .c-heading.badge-ut.type-line-4:after {
  top: -33px;
}

@media only screen and (max-width: 640px) {
  .block-panel-standard .card-ut .c-heading.badge-ut.type-line-4:after,
  .block-panel-standard .card-ut .c-heading.badge-ut.type-line-3:after,
  .block-panel-standard .card-ut .c-heading.badge-ut.type-line-2:after,
  .block-panel-standard .card-ut .c-heading.badge-ut.type-line-1:after {
    top: -23px;
  }
}

/*  */


@media only screen and (max-width: 640px) {
  .block-panel-standard .card-ut.type-nitrogen .c-heading {
    font-size: 16px;
  }
  .block-panel-standard .card-ut.type-nitrogen .c-lead {
    font-size: 14px;
    line-height: 1.2;
  }
}


/* .block-panel-accordion
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-panel-accordion .cell-head .c-heading a {
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

/* .block-panel-plan
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-panel-plan .heading-ut-icon:before {
  width: 64px;
  height: 64px;
  background: url(/assets/img/icon-a/sim-02-white.svg) no-repeat 0 0;
  background-size: auto 100%;
}
.block-panel-plan .box-ut.type-head .p-head {
  padding: 10px 10px 10px 15px;
  background: #1B69FF;
  color: #fff;
}
.block-panel-plan .box-ut.type-head .p-head h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.block-panel-plan .box-ut.type-head .p-head .c-pre {
  font-size: 18px;
}
.block-panel-plan .box-ut.type-head .p-head .c-sub {
  font-size: 18px;
  font-weight: 400;
}
.block-panel-plan .box-ut.type-head .p-main {
  padding-top: 0px;
  padding-bottom: 20px;
  background: #fff;
  color: #7D7D7D;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.block-panel-plan .box-ut.type-head .p-main .c-highlight {
  color: #222222;
  font-size: 48px;
  font-weight: 700;
}
.block-panel-plan .box-ut.type-head .p-main .c-sub {
  color: #222222;
  font-size: 36px;
  font-weight: 700;
}
.block-panel-plan .box-ut.type-head .p-main .nav-ut-button {
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .pricing .oritatami-target___ {
    overflow: hidden;
    height: 0;
  }
}


/* .block-free-a
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-free-a {
  height: 240px;
  border-radius: 20px;
  background: #F7E8EF;
}
.block-free-a .p-head {
  width: 600px;
  grid-template-columns: 1fr 154px;
  grid-template-rows: 140px 1fr;
}
.block-free-a .p-head .c-apple {
  margin-top: -50px;
}
.block-free-a .p-head .c-banana .c-heading {
  font-size: 30px;
  font-weight: 700;
  color: #FF729A;
}
.block-free-a .p-head .c-banana picture {
  width: 80px;
}
.block-free-a .p-main .c-heading {
  font-size: 24px;
  font-weight: 700;
  color: #4B4B4B;
}
.block-free-a .p-main {
  margin-left: 30px;
}
.block-free-a .c-highlight {
  color: #FF729A;
  font-weight: 700;
}

@media only screen and (max-width: 834px) {
  .block-free-a {
    height: auto;
    padding: 24px 10px;
  }
  .block-free-a .p-head {
    width: 100%;
    grid-template-columns: 1fr 120px;
    grid-template-rows: 100px 1fr;
    margin-bottom: 10px;
  }
  .block-free-a .p-head .c-banana {
    display: block;
  }
  .block-free-a .p-head .c-banana .c-heading {
    margin-left: 0;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }
  .block-free-a .p-head .c-banana picture {
    display: block;
    width: 80px;
    margin: -50px auto 0;
  }
  .block-free-a .nav-ut-button ul {
    display: block;
    text-align: center;
  }
  .block-free-a .nav-ut-button.type-height-match ul li {
    height: 30px;
  }
  .block-free-a .p-main {
    margin-left: 0;
    padding: 0 10px;
  }
}

/* .block-plan-table-a */

.block-plan-table-a .p-head .c-heading {
  margin-bottom: 48px;
  color: #C56083;
}
.block-plan-table-a .cell-head .c-heading {
  padding: 10px 20px;
  font-weight: 700;
  color: #fff;
}
.block-plan-table-a .plan-1 .cell-head .c-heading {
  background: #E49BB4;
}
.block-plan-table-a .plan-2 .cell-head .c-heading {
  background: #EE5F90;
}
.block-plan-table-a .plan-3 .cell-head .c-heading {
  background: #C56083;
}

.block-plan-table-a.type-apple .p-head .c-heading {
  color: #3682A3;
}
.block-plan-table-a.type-apple .plan-1 .cell-head .c-heading {
  background: #3682A3;
}
.block-plan-table-a.type-apple .plan-2 .cell-head .c-heading {
  background: #3682A3;
}
.block-plan-table-a.type-apple .plan-3 .cell-head .c-heading {
  background: #8cc1f2;
}

.block-plan-table-a .cell-head .c-info {
  font-size: 18px;
}
.block-plan-table-a .cell-head .c-info .c-highlight {
  font-size: 30px;
  font-weight: 700;
}
.block-plan-table-a .cell-head .c-info span {
  font-size: 24px;
}
.block-plan-table-a .cell-main {
  text-align: center;
}
.block-plan-table-a .p-main .unit-ut.highlight-recommended:after {
  background-image: url(/assets/img/badge/recommended-01-black.svg);
}
@media only screen and (max-width: 834px) {
  .block-plan-table-a .p-head .c-heading {
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
  }
}

/* .block-plan-table-b */

.block-plan-table-b > .unit-ut {
  border-radius: 20px;
  background: #FFF4F9;
  box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0.1);
}
.block-plan-table-b > .unit-ut > .in-unit {
  padding: 30px 50px;
}
.block-plan-table-b .c-heading {
  position: relative;
  margin-bottom: 10px;
  padding: 0px 10px 0px;
  background: transparent;
  font-size: 80px;
  font-weight: 700;
  color: #E473AA;
  border-bottom: solid 2px #E473AA;
}
.block-plan-table-b .c-heading span {
  font-size: 36px;
}
.block-plan-table-b .c-info {
  margin-bottom: 10px;
  padding: 10px 0;
  background: transparent;
  font-size: 18px;
}
.block-plan-table-b .c-info span {
  font-size: 24px;
}
.block-plan-table-b .c-info .c-highlight {
  font-size: 32px;
  font-weight: 700;
}
.block-plan-table-b .unit-ut.highlight-most-popular {
  border: solid 3px #7BB76D;
}
.block-plan-table-b .unit-ut.highlight-most-popular:after {
  background-image: url(/assets/img/badge/most-popular-01-green.svg);
}

.block-plan-table-b .nav-ut-button.type-vertical ul li {
  margin-bottom: 10px;
}
.block-plan-table-b .nav-ut-button.type-vertical ul li a.button-ut {
  padding-left: 5px;
  padding-right: 5px;
}

/* 250611 label */

.block-plan-table-b .c-heading.type-label-right {
  padding-left: 0px;
  padding-right: 140px;
}
.block-plan-table-b .c-heading.type-label-right:before {
  position: absolute;
  display: block;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/lp/lpparts/images/plan/label-01.png);
  background-size: 100% auto;
}

.block-plan-table-b .c-heading.type-label-left {
  padding-left: 100px;
  padding-right: 0px;
}
.block-plan-table-b .c-heading.type-label-left:before {
  position: absolute;
  display: block;
  content: "";
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 68px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/lp/lpparts/images/plan/label-01.png);
  background-size: 100% auto;
}
@media only screen and (max-width: 1140px) {
  .block-plan-table-b .c-heading.type-label-left:before {
    left: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .block-plan-table-b .c-heading.type-label-left:before {
    left: -15px;
  }
}


/* .block-plan-table-c */

.block-plan-table-c > table {
  table-layout: fixed;
}
.block-plan-table-c > table th,
.block-plan-table-c > table td {
  border-right: solid 10px #fff;
  border-bottom: solid 10px #fff;
  /* border-left: solid 1px #ffffff;
  border-top: solid 1px #ffffff; */
  font-size: 18px;
}
.block-plan-table-c > table tbody th,
.block-plan-table-c > table tbody td {
  font-weight: 700;
}
.block-plan-table-c > table tbody td {
  text-align: center;
}
.block-plan-table-c > table .col-head {
  width: 180px;
}
.block-plan-table-c > table .c-cross {
  padding: 0;
  background: #fff;
  color: #3691E4;
  font-size: 32px;
  line-height: 1.1;
  text-align: left;
}
.block-plan-table-c > table .c-plan-a-pre {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  font-size: 28px;
  font-weight: 700;
  color: #96C6F2;
}
.block-plan-table-c > table .c-plan-a {
  background: #96C6F2;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.block-plan-table-c > table .c-plan-b-pre {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  font-size: 28px;
  font-weight: 700;
  color: #3691E4;
}
.block-plan-table-c > table .c-plan-b {
  background: #3691E4;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.block-plan-table-c > table .c-plan-b-pre .link-ut-icon {
  padding-right: 28px;
  color: #8cc1f2;
  text-decoration: none;
  font-size: 28px;
}
.block-plan-table-c > table .c-plan-b-pre .link-ut-icon:hover {
  text-decoration: underline;
}
.block-plan-table-c > table .c-plan-b-pre .link-ut-icon:after {
  width: 14px;
  height: 17px;
  background-image: url(/assets/img/icon/link-01-blue___.svg);
}

.block-plan-table-c > table .list-ut-bullet-icon {
  font-weight: 400;
}
.block-plan-table-c > table .c-pre {
  line-height: 1.3;
  font-size: 22px;
}
.block-plan-table-c > table .c-strong {
  line-height: 1.3;
  font-size: 40px;
}
.block-plan-table-c > table .c-x-large {
  font-size: 32px;
}
.block-plan-table-c > table .c-large {
  font-size: 20px;
}
.block-plan-table-c > table .c-small > li {
  font-size: 14px;
}

@media only screen and (max-width: 834px) {
  .block-plan-table-c {
    height: auto;
  }
  .block-plan-table-c > table {
    width: 540px;
  }
  .block-plan-table-c > table .col-head {
    width: 130px;
  }
  .block-plan-table-c > table .col-data {
    width: 230px;
  }
  .block-plan-table-c > table .c-cross {
    font-size: 24px;
  }
  .block-plan-table-c > table th {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  .block-plan-table-c > table td {
    font-size: 14px;
  }
  .block-plan-table-c > table .c-x-large {
    font-size: 20px;
  }
  .block-plan-table-c > table .c-large {
    font-size: 16px;
  }
  .block-plan-table-c > table .list-ut-bullet-icon li {
    font-size: 14px;
  }
}

/* .type-apple */

.block-plan-table-c.type-apple > table .c-plan-a-pre {
  color: #3682A3;
}
.block-plan-table-c.type-apple > table .c-plan-a {
  background: #3682A3;
}
.block-plan-table-c.type-apple > table .c-plan-b-pre {
  color: #8cc1f2;
}
.block-plan-table-c.type-apple > table .c-plan-b {
  background: #8cc1f2;
}


/* .block-plan-table-d */

.block-plan-table-d > table {
  table-layout: fixed;
}
.block-plan-table-d .p-main .unit-ut {
  margin-left: 10px;
}
.block-plan-table-d .p-main .unit-ut.highlight-recommended:after {
  background-image: url(/assets/img/badge/unlimited-1-01-gray.svg);
}
.block-plan-table-d .p-head .c-heading {
  height: 78px;
}
.block-plan-table-d .j-main dd,
.block-plan-table-d .p-head ul li,
.block-plan-table-d .j-head .c-info {
  background: #fff;
}
.block-plan-table-d .p-head ul li {
  background: #FFCDE3;
  font-weight: 700;
}

.block-plan-table-d .p-main .unit-ut .c-heading {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.block-plan-table-d .p-main .unit-ut .c-sub {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.block-plan-table-d .p-main .unit-ut.case-home-wifi .c-heading {
  background: #76B63D;
  height: 108px;
}
.block-plan-table-d .p-main .unit-ut.case-fiber .c-heading {
  background: #3691E4;
}
.block-plan-table-d .p-main .unit-ut.case-fiber-10gb .c-heading {
  background: #0067C5;
}
.block-plan-table-d .j-head .c-heading {
  padding-left: 10px;
  padding-right: 10px;
}
.block-plan-table-d .j-head .c-highlight {
  font-size: 24px;
  font-weight: 700;
}

.block-plan-table-d .p-head ul .type-line-2,
.block-plan-table-d .j-main .type-line-2 {
  height: 68px;
}
.block-plan-table-d .p-head ul .type-line-5,
.block-plan-table-d .j-main .type-line-5 {
  height: 158px;
}
.block-plan-table-d .j-main dd > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 834px) {
  .block-plan-table-d .p-main .unit-ut {
    margin-left: 0px;
  }
  .block-plan-table-d .j-main dt {
    background: #FFCDE3;
  }
}

/* .block-list-row-a */

.block-list-row-a {
  border-radius: 20px;
  background: #FFF4F9;
}

.block-list-row-a.type-highlight .card-ut h3.c-heading {
  font-size: 20px;
}
.block-list-row-a.type-highlight .card-ut h3.c-heading a {
  color: #222;
}
.block-list-row-a.type-highlight .card-ut h3.c-heading .c-highlight {
  font-size: 32px;
}

/* .block-list-column-a */

.block-list-column-a {
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 20px;
  background: #FFF4F9;
}
.block-list-column-a .icon-ut {
  margin-right: 10px;
}
.block-list-column-a .c-highlight {
  color: #E473AA;
  font-weight: 700;
}
@media only screen and (max-width: 834px) {
  .block-list-column-a {
    padding: 24px 20px;
  }
}

/* .block-list-row-b */

.block-list-row-b .card-ut.type-hydrogen h3.c-heading {
  font-size: 20px;
}
.block-list-row-b .card-ut.type-hydrogen .c-pic {
  width: 100px;
}
@media only screen and (max-width: 640px) {
  .block-list-row-b {
    padding-left: 0;
    padding-right: 0;
  }
  .block-list-row-b .card-ut.type-hydrogen {
    grid-template-columns: 100px 1fr;
  }
}

/* .block-tab-a */

.block-tab-a > .p-nav > li a {
  border-bottom: solid 2px #D4D4D4;
  font-size: 1.4rem;
}
.block-tab-a > .p-nav > li a:hover {
  border-bottom: solid 2px #222;
}
.block-tab-a > .p-nav > li a.st-active {
  border-bottom: solid 2px #FF399E;
  color: #FF399E;
  font-weight: 700;
}
.block-tab-a > .p-nav > li a.st-active:hover {
  border-bottom: solid 2px #FF399E;
  color: #FF399E;
  font-weight: 700;
}
@media only screen and (max-width: 834px) {
  .block-tab-a > .p-nav {
    margin-bottom: 10px;
  }
  .block-tab-a > .unit-ut {
    padding-left: 0;
    padding-right: 0;
  }
}

/* .block-tab-a.type-okaka */

.block-tab-a.type-okaka > .p-nav {
  width: 400px;
}
@media only screen and (max-width: 640px) {
  .block-tab-a.type-okaka > .p-nav {
    width: 100%;
    margin-bottom: 30px;
  }
}

.block-tab-a.type-okaka > .p-nav > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding-top: 13px;
  border-radius: 30px 0 0 0;
  border-bottom: solid 1px #DFDFDF;
  font-weight: 400;
  font-size: 20px;
  color: #969696;
}
.block-tab-a.type-okaka > .p-nav > li a:hover {
  border-bottom: solid 1px #DFDFDF;
  background: #DFDFDF;
  color: #969696;
}
.block-tab-a.type-okaka > .p-nav > li a.st-active {
  border-bottom: solid 1px #E772AB;
  background: #E772AB;
  color: #fff;
  font-weight: 700;
}
.block-tab-a.type-okaka > .p-nav > li a.st-active:hover {
  border-bottom: solid 1px #E772AB;
  background: #E772AB;
  color: #fff;
}

.block-tab-a.type-okaka > .p-nav > li a .c-heading {
  position: relative;
  padding-left: 45px;
}
.block-tab-a.type-okaka > .p-nav > li a .c-heading:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  content: "";
  background: url(/assets/img/icon-a/esim-01-gray.svg) no-repeat 0 0;
  background-size: auto 100%;
}
.block-tab-a.type-okaka > .p-nav > li a:hover .c-heading:before {
  background-image: url(/assets/img/icon-a/esim-01-gray.svg);
}
.block-tab-a.type-okaka > .p-nav > li a.st-active .c-heading:before {
  background-image: url(/assets/img/icon-a/esim-01-white.svg);
}
.block-tab-a.type-okaka > .p-nav > li a.st-active:hover .c-heading:before {
  background-image: url(/assets/img/icon-a/esim-01-white.svg);
}

/* 2 */

.block-tab-a.type-okaka > .p-nav > li.nav-2 a {
  border-radius: 0 30px 0 0;
}
.block-tab-a.type-okaka > .p-nav > li.nav-2 a.st-active {
  border-bottom: solid 1px #1B69FF;
  background: #1B69FF;
  color: #fff;
}
.block-tab-a.type-okaka > .p-nav > li.nav-2 a.st-active:hover {
  border-bottom: solid 1px #1B69FF;
  background: #1B69FF;
  color: #fff;
}
.block-tab-a.type-okaka > .p-nav > li.nav-2 a .c-heading:before {
  background-image: url(/assets/img/icon-a/sim-01-gray.svg);
}
.block-tab-a.type-okaka > .p-nav > li.nav-2 a.st-active .c-heading:before {
  background-image: url(/assets/img/icon-a/sim-01-white.svg);
}
.block-tab-a.type-okaka > .p-nav > li.nav-2 a:hover .c-heading:before {
  background-image: url(/assets/img/icon-a/sim-01-gray.svg);
}
.block-tab-a.type-okaka > .p-nav > li.nav-2 a.st-active:hover .c-heading:before {
  background-image: url(/assets/img/icon-a/sim-01-white.svg);
}

/* .block-tab-b */

.block-tab-b > .p-nav li a {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background: #fff;
  color: #CCCCCC;
  border: solid 1px #ccc;
}

.block-tab-b > .p-nav li.nav-1 a:hover,
.block-tab-b > .p-nav li.nav-1 a.st-active {
  background: #FFCDD9;
  color: #DF1080;
  border: solid 1px #FFCDD9;
}
.block-tab-b > .p-nav li.nav-2 a:hover,
.block-tab-b > .p-nav li.nav-2 a.st-active {
  background: #CBECF8;
  color: #0084B2;
  border: solid 1px #CBECF8;
}

/* .block-tab-b.type-okaka */

.block-tab-b.type-okaka > .p-nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.block-tab-b.type-okaka > .p-nav li.nav-1 a:hover,
.block-tab-b.type-okaka > .p-nav li.nav-1 a.st-active {
  background: #ED95BC;
  color: #fff;
  border: solid 1px #ED95BC;
  opacity: 1;
}
.block-tab-b.type-okaka > .p-nav li.nav-2 a:hover,
.block-tab-b.type-okaka > .p-nav li.nav-2 a.st-active {
  background: #428CBF;
  color: #fff;
  border: solid 1px #428CBF;
  opacity: 1;
}

/* .block-tab-c */

.block-tab-c > .p-nav {
  background: transparent;
}
.block-tab-c > .p-nav li a {
  font-size: 16px;
}
.block-tab-c > .p-nav > li a:hover,
.block-tab-c > .p-nav > li a.st-active {
  padding-top: 13px;
  background: #eee;
  border-top: solid #ccc 2px;
  border-right: solid #ccc 2px;
  border-left: solid #ccc 2px;
  font-weight: 700;
}
.block-tab-c > .unit-ut {
  margin-top: -2px;
  padding: 40px 140px;
  border: solid #ccc 2px;
  border-radius: 10px;
}
.block-tab-c .card-ut .c-lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .block-tab-c > .unit-ut {
    padding: 20px 10px;
  }
  .block-tab-c > .unit-ut .type-flow-right > .unit-ut {
    padding: 40px 0px;
  }
}

/* .block-tab-d */

.block-tab-d > .p-nav li {
  width: 123px;
}
.block-tab-d > .p-nav li a.st-active {
  border: solid 2px #E772AB;
  background: #E772AB;
}
.block-tab-d > .p-nav li a:hover {
  border: solid 2px #E772AB;
}
.block-tab-d > .p-nav li a.st-active:hover {
  color: #fff;
}
.compatibility-table-psim .block-tab-d > .p-nav li a.st-active {
  border: solid 2px #1B69FF;
  background: #1B69FF;
}
.compatibility-table-psim .block-tab-d > .p-nav li a:hover {
  border: solid 2px #1B69FF;
}

.block-tab-d > .unit-ut {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 640px) {
  .block-tab-d > .unit-ut {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* .block-tab-e */

.block-tab-e > .p-nav > li a {
  border-bottom: solid 1px rgba(228, 115, 170, 0.4);
  background: #fff;
  color: rgba(228, 115, 170, 0.7);
}
.block-tab-e > .p-nav > li a:hover {
  border-bottom: solid 3px rgba(228, 115, 170, 0.4);
  background: #fff;
  color: rgba(228, 115, 170, 0.7);
  font-weight: 700;
}
.block-tab-e > .p-nav > li a.st-active {
  border-bottom: solid 3px rgba(228, 115, 170, 1);
  background: #FFEDF5;
  color: #E473AA;
  font-weight: 700;
}

/*  */

.grid-ut.type-flow-right > .unit-ut:after {
  background-image: url(/assets/img/icon/flow-right-01-gray.svg);
}

/* fiber how-it-works */

.howitworks-home-i .block-tab-a > .p-nav > li a {
  height: 2.7em;
}
@media only screen and (max-width: 834px) {
  .howitworks-home-i .block-tab-a > .p-nav > li a {
    height: 3.5em;
  }
}
.howitworks-home-i .tab-ut .c-heading {
  color: #E372A9;
}
.howitworks-home-i .p-introduction .heading-ut-pre {
  margin-bottom: 0;

}
.howitworks-home-i .p-introduction h3.heading-ut {
  padding-top: 0;
  text-align: left;
}

@media only screen and (min-width: 641px) {
  .howitworks-home-i .type-flow-right .card-ut.type-hydrogen .c-pic {
    width: 134px;
  }
  .howitworks-home-i .box-ut .paragraph-ut {
    margin-top: 0;
  }
}
.howitworks-home-i .type-flow-right .card-ut .c-lead {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.howitworks-home-i .type-flow-right .card-ut.type-hydrogen .c-heading {
  height: 1em;
  font-size: 16px;
}

.howitworks-home-i .figure-ut.type-left {
  margin-right: 15px;
  margin-bottom: 5px;
  padding-top: 0;
}
@media only screen and (max-width: 640px) {
  .howitworks-home-i .figure-ut.type-left {
    margin-top: 12px;
    margin-right: 10px;
  }
  .howitworks-home-i .box-ut .paragraph-ut {
    line-height: 1.3;
  }
  .howitworks-home-i .type-flow-right .card-ut .c-lead {
    text-align: left;
    height: 3em;
  }
}
.fiber-closing.section-content {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.fiber-closing .category-benefit-header-wrapper header {
  margin-top: 80px;
}
.fiber-closing .button-center a.button {
  width: 400px;
  padding-left: 0;
  padding-right: 0;
}
.fiber-closing .cell {
  padding-left: 10px;
  padding-right: 10px;
}
.fiber-closing .button-center {

}
.fiber-closing .text-center {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .fiber-closing {
    margin-bottom: 60px;
  }
  .fiber-closing .text-center {
    margin-top: 10px;
  }
}


@media only screen and (max-width: 640px) {
  .howitworks-home-i .p-introduction .heading-ut-pre,
  .howitworks-home-i .p-introduction h3.heading-ut {
    display: block;
    text-align: center;
  }
  .fiber-closing .button-center a.button {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* karizantei__ 240613 */

.block-product-lead-karizantei__ {
  
}
.block-product-lead-karizantei__ .c-heading-pre {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.block-product-lead-karizantei__ .c-heading {
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
.block-product-lead-karizantei__ .c-heading-sub {
  display: block;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.block-product-lead-karizantei__ .c-text {
  font-size: 16px;
  color: #4D4D4D;
  text-align: center;
}


/* .block-panel-quote-a */

.block-panel-quote-a .box-ut.type-head-quote {

}

.box-ut.type-head-quote {
  margin-top: 140px;
  background: none;
}
.box-ut.type-head-quote .p-head {
  display: flex;
  align-items: center;
  left: 0;
  transform: translate(0, 30px);
  padding: 20px 30px;
  border: solid 4px #E372A9;
  box-shadow: 6px 8px 10px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.box-ut.type-head-quote .p-head.type-line-2 {
  min-height: 116px;
}
.box-ut.type-head-quote .p-head.type-line-3 {
  min-height: 152px;
}
.box-ut.type-head-quote .p-head::before {
  width: 36px;
  height: 36px;
  background-image: url(/assets/img/icon-b/quote-01-pink.svg);
}
.box-ut.type-head-quote .p-main {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  background: #FFEFF2;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.3px;
}
.box-ut.type-head-quote .p-main.type-line-4 {
  min-height: 233px;
}
.box-ut.type-head-quote .p-main.type-line-5 {
  min-height: 268px;
}
@media only screen and (max-width: 834px) {
  .box-ut.type-head-quote {
    margin-top: 0px;
  }
  .box-ut.type-head-quote .p-main {
    padding-top: 30px;
  }
  .box-ut.type-head-quote .p-head.type-line-2,
  .box-ut.type-head-quote .p-head.type-line-3,
  .box-ut.type-head-quote .p-main.type-line-4,
  .box-ut.type-head-quote .p-main.type-line-5 {
    min-height: auto;
  }
}

/* .block-box-b
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-box-b {
  border: dashed 2px #2E6BF8;
  border: dashed 2px #E49ABC;
}

/* .block-box-c
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-box-c {
  padding: 15px;
  border: dashed 2px #EE96BD;
  background: #FFE3EF;
}
.block-box-c a.button-ut.c-secondary {
  padding: 10px;
  border: 1px solid #E772AB;
  color: #E772AB;
}
.block-box-c a.button-ut.c-secondary:hover {
  color: #fff;
  background: #E772AB;
  box-shadow: none;
}

.block-box-c.type-okaka {
  border: dashed 2px #1B69FF;
  background: #CFDFFF;
}
.block-box-c.type-okaka a.button-ut.c-secondary {
  border: 1px solid #1B69FF;
  color: #1B69FF;
}
.block-box-c.type-okaka a.button-ut.c-secondary:hover {
  color: #fff;
  background: #1B69FF;
}
@media only screen and (max-width: 640px) {
  .block-box-c > .unit-ut:first-child {
    margin-bottom: 15px;
  }
}

/* .block-accordion-a */

.accordion-ut.block-accordion-a .wrap-unit > .c-nav > a {
  font-size: 24px;
}
.accordion-ut.block-accordion-a .wrap-unit.st-active > .unit-ut {
  padding: 60px 30px;
}

.accordion-ut.block-accordion-a .wrap-unit.case-a > .c-nav > a:after {
  background-image: url(/assets/vendor/wtools/icon/plus-01-black.svg);
}
.accordion-ut.block-accordion-a .wrap-unit.case-a > .c-nav > a:hover {
  background: #D9D9D9;
  color: #222222;
}
.accordion-ut.block-accordion-a .wrap-unit.case-a > .c-nav > a:hover:after {
  background-image: url(/assets/vendor/wtools/icon/plus-01-black.svg);
}

.accordion-ut.block-accordion-a .wrap-unit.st-active.case-a > .c-nav > a:after {
  background-image: url(/assets/vendor/wtools/icon/minus-01-black.svg);
}
.accordion-ut.block-accordion-a .wrap-unit.st-active.case-a > .c-nav > a:hover:after {
  background-image: url(/assets/vendor/wtools/icon/minus-01-black.svg);
}
.accordion-ut.block-accordion-a .wrap-unit.st-active.case-a > .c-nav > a {
  background: #D9D9D9;
  color: #222222;
}

.accordion-ut.block-accordion-a .wrap-unit.case-b > .c-nav > a {
  background: #727272;
  color: #fff;
}
.accordion-ut.block-accordion-a .wrap-unit.case-b > .c-nav > a:after {
  background-image: url(/assets/vendor/wtools/icon/plus-01-white.svg);
}
.accordion-ut.block-accordion-a .wrap-unit.case-b > .c-nav > a:hover {
  background: #727272;
  color: #fff;
}
.accordion-ut.block-accordion-a .wrap-unit.case-b > .c-nav > a:hover:after {
  background-image: url(/assets/vendor/wtools/icon/plus-01-white.svg);
}

.accordion-ut.block-accordion-a .wrap-unit.st-active.case-b > .c-nav > a:after {
  background-image: url(/assets/vendor/wtools/icon/minus-01-white.svg);
}
.accordion-ut.block-accordion-a .wrap-unit.st-active.case-b > .c-nav > a:hover:after {
  background-image: url(/assets/vendor/wtools/icon/minus-01-white.svg);
}
.accordion-ut.block-accordion-a .wrap-unit.st-active.case-b > .c-nav > a {
  background: #727272;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .accordion-ut.block-accordion-a .wrap-unit > .c-nav > a {
    font-size: 20px;
  }
}

/* .block-panel-simple */

.block-panel-simple .sim {
  font-size: 21px;
  margin-bottom: 20px;
}
.block-panel-simple .card-ut.type-boron .c-heading {
  font-size: 21px;
  margin-bottom: 20px;
}
.block-panel-simple .card-ut.type-boron .c-pic {
  margin-bottom: 20px;
}

/* .news-ut-bar
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.news-ut-bar .unit-ut .c-heading {
  font-size: 16px;
}

/* unique-0000001-kari */

