@charset "UTF-8";
.lp .fadein-bottom {
  animation: fadein-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@keyframes fadein-bottom {
  0% {
    transform: translateY(48px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* 黒 */
.acc-black .acc-trigger {
  padding: 14px 16px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .acc-black .acc-trigger {
    font-size: 15px;
    padding-inline: 12px;
  }
}
.acc-black .acc-trigger span {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 248px;
  background: url(../images/icn/icn_acc_open_blk.svg) no-repeat center right/17px auto;
}
@media screen and (max-width: 767px) {
  .acc-black .acc-trigger span {
    max-width: 180px;
  }
}
.acc-black .acc-trigger.open {
  border-bottom: none;
}
.acc-black .acc-trigger.open span {
  background-image: url(../images/icn/icn_acc_close_blk.svg);
}
.acc-black .acc-body {
  background: #fff;
}
.acc-black .acc-body > .inner {
  padding: 24px 26px;
}
@media screen and (max-width: 767px) {
  .acc-black .acc-body > .inner {
    padding: 16px 12px;
  }
}
.acc-black .acc-close {
  padding: 16px 8px 0;
  margin-top: 32px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #333;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .acc-black .acc-close {
    padding: 10px 10px 0;
    font-size: 16px;
  }
}
.acc-black .acc-close span {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 180px;
  background: url(../images/icn/icn_acc_close_blk.svg) no-repeat center right/17px auto;
}
@media screen and (max-width: 767px) {
  .acc-black .acc-close span {
    max-width: 120px;
  }
}

/* 赤 */
.acc-red {
  border: 2px solid #d9161B;
  border-radius: 5px;
  background: #fff;
}
.acc-red .acc-trigger {
  padding: 14px 16px;
  color: #d9161B;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .acc-red .acc-trigger {
    font-size: 15px;
    padding-inline: 12px;
  }
}
.acc-red .acc-trigger span {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 248px;
  background: url(../images/icn/icn_acc_open_primary.svg) no-repeat center right/17px auto;
}
@media screen and (max-width: 767px) {
  .acc-red .acc-trigger span {
    max-width: 180px;
  }
}
.acc-red .acc-trigger span.is-wide {
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  .acc-red .acc-trigger span.is-wide {
    max-width: 100%;
  }
}
.acc-red .acc-trigger.open {
  border-bottom: none;
}
.acc-red .acc-trigger.open span {
  background-image: url(../images/icn/icn_acc_close_primary.svg);
}
.acc-red .acc-body {
  position: relative;
}
.acc-red .acc-body::before {
  position: absolute;
  top: 0;
  left: 24px;
  content: "";
  width: calc(100% - 48px);
  height: 2px;
  background: #EB5C47;
}
.acc-red .acc-body > .inner {
  padding: 24px 26px;
}
@media screen and (max-width: 767px) {
  .acc-red .acc-body > .inner {
    padding: 16px 12px;
  }
}
.acc-red .acc-close {
  padding: 16px 10px 0;
  margin-top: 32px;
  color: #d9161B;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #EB5C47;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .acc-red .acc-close {
    padding: 10px 10px 0;
    font-size: 16px;
  }
}
.acc-red .acc-close span {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 180px;
  background: url(../images/icn/icn_acc_close_primary.svg) no-repeat center right/17px auto;
}
@media screen and (max-width: 767px) {
  .acc-red .acc-close span {
    max-width: 120px;
  }
}

/* 注釈 */
.acc-note {
  overflow: hidden;
  border-radius: 8px;
  background: #f3f3f3;
}
.acc-note .acc-trigger {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding: 16px 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .acc-note .acc-trigger {
    font-size: 14px;
    padding-inline: 16px;
  }
}
.acc-note .acc-trigger span {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background: url(../images/icn/icn_acc_open_blk.svg) no-repeat center right/17px auto;
}
@media screen and (max-width: 767px) {
  .acc-note .acc-trigger span {
    max-width: 100%;
  }
}
.acc-note .acc-trigger.open {
  border-bottom: none;
}
.acc-note .acc-trigger.open span {
  background-image: url(../images/icn/icn_acc_close_blk.svg);
}
.acc-note .acc-body::before {
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  background: #333;
}
.acc-note .acc-body > .inner {
  padding: 24px 16px;
}
@media screen and (max-width: 767px) {
  .acc-note .acc-body > .inner {
    padding: 12px 12px;
  }
}

.lp .price-simu {
  position: relative;
}
.lp .tab-mobile-plan-wrap {
  margin: 8px 0 0;
  padding: 16px 20px;
  border-radius: 12px;
  background-color: #3d9cf5;
}
@media screen and (max-width: 767px) {
  .lp .tab-mobile-plan-wrap {
    margin-top: 0;
    padding: 12px 12px;
  }
}
.lp .tab-mobile-plan-wrap > .tit {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp .tab-mobile-plan-wrap > .tit {
    font-size: 16px;
  }
}
.lp .tab-mobile-plan {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 134px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lp .tab-mobile-plan {
    flex-wrap: wrap;
    height: auto;
  }
}
.lp .tab-mobile-plan > li {
  transition: height 0.25s;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 8px;
  height: 118px;
  width: calc(25% - 12px);
  border-radius: 14px;
  border: 2px solid #e1e1e1;
  background-color: #e1e1e1;
}
@media screen and (max-width: 767px) {
  .lp .tab-mobile-plan > li {
    width: calc(50% - 6px);
    height: 98px;
    border-radius: 10px;
    margin-bottom: 12px;
  }
}
.lp .tab-mobile-plan > li .course,
.lp .tab-mobile-plan > li .data {
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
.lp .tab-mobile-plan > li .course {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .lp .tab-mobile-plan > li .course {
    font-size: 16px;
  }
}
.lp .tab-mobile-plan > li .data {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .lp .tab-mobile-plan > li .data {
    font-size: 16px;
  }
}
.lp .tab-mobile-plan > li .data strong {
  position: relative;
  top: 1px;
  font-size: 133.3333333333%;
  font-weight: bold;
  color: #e83817;
}
.lp .tab-mobile-plan > li .add {
  width: 72px;
  height: 40px;
  margin: 4px auto 0;
  background: url(../images/datamoride.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .lp .tab-mobile-plan > li .add {
    width: 66px;
    height: 36px;
    margin: 6px auto 1px;
  }
}
.lp .tab-mobile-plan > li::after {
  transition: 0.25s;
  content: "";
  position: absolute;
  z-index: -1;
  left: calc(50% - 20px);
  bottom: -47px;
  display: block;
  width: 40px;
  height: 16px;
  background: url(../images/arr_btm_hikari.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lp .tab-mobile-plan > li::after {
    display: none;
  }
}
.lp .tab-mobile-plan > li.active {
  height: 134px;
  pointer-events: none;
  border-color: #e83817;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .lp .tab-mobile-plan > li.active {
    height: 98px;
  }
}
.lp .tab-mobile-plan > li.active::after {
  z-index: 0;
  transform: translateY(16px);
}
.lp .tab-mobile-plan > li.active .add {
  background: url(../images/datamoride_active.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .lp .tab-mobile-plan::after {
    content: "";
    position: absolute;
    left: calc(50% - 20px);
    bottom: -54px;
    display: block;
    width: 40px;
    height: 16px;
    background: url(../images/arr_btm_hikari.svg) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
  }
}
.lp .price-simu-tb[data-type=net_mobile] {
  margin-top: 32px;
  border-collapse: separate;
  border: none;
  border-top: solid #afafaf 1px;
  border-right: solid #afafaf 1px;
  border-bottom: solid #afafaf 1px;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] {
    margin-bottom: 16px;
    border: solid #afafaf 1px;
  }
}
.lp .price-simu-tb[data-type=net_mobile] th {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  border-bottom: none;
  border-left: solid #afafaf 1px;
  background-color: #cce7f5;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] th {
    font-size: 16px;
    padding: 6px 0;
    border: none;
  }
}
.lp .price-simu-tb[data-type=net_mobile] td {
  text-align: center;
  width: 50%;
  padding: 10px 0;
  box-sizing: border-box;
  border-left: solid #afafaf 1px;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] td {
    border: none;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-service,
.lp .price-simu-tb[data-type=net_mobile] .td-plan {
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-service,
  .lp .price-simu-tb[data-type=net_mobile] .td-plan {
    width: 100%;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-service .col,
.lp .price-simu-tb[data-type=net_mobile] .td-plan .col {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-service .col,
  .lp .price-simu-tb[data-type=net_mobile] .td-plan .col {
    font-size: 16px;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-service .col .col-item,
.lp .price-simu-tb[data-type=net_mobile] .td-plan .col .col-item {
  width: 50%;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-service .col .col-item,
  .lp .price-simu-tb[data-type=net_mobile] .td-plan .col .col-item {
    padding: 12px 0;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-service .col .col-item[data-color=net],
.lp .price-simu-tb[data-type=net_mobile] .td-plan .col .col-item[data-color=net] {
  background-color: #3d9cf5;
}
.lp .price-simu-tb[data-type=net_mobile] .td-service .col .col-item[data-color=mobile],
.lp .price-simu-tb[data-type=net_mobile] .td-plan .col .col-item[data-color=mobile] {
  background-color: #00b1b1;
}
.lp .price-simu-tb[data-type=net_mobile] .td-service .col .col-item[data-color=tv],
.lp .price-simu-tb[data-type=net_mobile] .td-plan .col .col-item[data-color=tv] {
  background-color: #e40077;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-service .col .col-item .space,
  .lp .price-simu-tb[data-type=net_mobile] .td-plan .col .col-item .space {
    display: block;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-service .col .col-item:nth-of-type(2),
.lp .price-simu-tb[data-type=net_mobile] .td-plan .col .col-item:nth-of-type(2) {
  border-left: solid #fff 1px !important;
}
.lp .price-simu-tb[data-type=net_mobile] .td-price {
  position: relative;
  z-index: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  width: calc(100% - 24px);
  margin: auto;
  padding: 20px 0 16px;
  border-top: 1px solid #afafaf;
  background: url(../images/arr_btm_gray.svg) no-repeat center top/48px 18px;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-price {
    font-size: 20px;
    line-height: 1.2;
    padding: 20px 0 14px;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-price .fs-xl {
  position: relative;
  top: 2px;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-price .fs-xl {
    font-size: 36px;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-price .fs-sm {
  font-size: 14px;
}
.lp .price-simu-tb[data-type=net_mobile] .td-price .del {
  text-decoration: line-through;
  text-decoration-color: #e93817;
  text-decoration-thickness: 2px;
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-uchiwake {
    font-size: 12px;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake p {
  margin-bottom: 0;
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .fs-xl {
  position: relative;
  top: 2px;
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .fs-xl {
    top: 1px;
    font-size: 24px;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .fs-lg {
  font-size: 20px;
  font-weight: bold;
  color: #e83817;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .fs-lg {
    font-size: 18px;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .td-header {
  padding: 10px 0;
  border-top: 1px solid #afafaf;
  background: #f3f3f3;
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .fs-md {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .fs-md {
    font-size: 14px;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .fs-sm {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .fs-sm {
    font-size: 12px;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .fs-xs {
  position: relative;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .fs-xs {
    font-size: 10px;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .sup {
  position: absolute;
  z-index: 0;
  left: -14px;
  top: -8px;
  font-size: 11px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .sup {
    left: -12px;
    top: -6px;
    font-size: 9px;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake [data-color=net] {
  color: #3d9cf5;
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake [data-color=mobile] {
  color: #00b1b1;
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake [data-color=gray] {
  color: #afafaf;
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .col {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .col::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background: url(../images/icn/icn_service_add_s.svg?2) no-repeat center center;
  background-size: 32px;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .col::before {
    top: calc(50% - 18px);
    left: calc(50% - 13px);
    width: 26px;
    height: 26px;
    background-size: 26px;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .col .col-item {
  align-self: center;
  width: 50%;
  padding: 12px 0 14px;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .col .col-item {
    padding: 10px 0 12px;
  }
}
.lp .price-simu-tb[data-type=net_mobile] .td-uchiwake .col .col-item:nth-of-type(1) {
  width: calc(50% + 1px);
  border-right: solid #afafaf 1px;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net_mobile] td.price-uchiwake:nth-of-type(1) {
    border-right: solid #ddd 1px !important;
  }
}
.lp .price-simu-tb[data-type=net] {
  margin-top: 8px;
  border-collapse: separate;
  border: none;
  border-right: solid #afafaf 1px;
  border-bottom: solid #afafaf 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net] {
    margin-top: 8px;
    margin-bottom: 24px;
    border-left: solid #afafaf 1px;
  }
}
.lp .price-simu-tb[data-type=net] th {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 6px 0;
  border-left: solid #afafaf 1px;
  border-top: solid #afafaf 1px;
  background-color: #E8F3FF;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net] th {
    font-size: 14px;
    border-left: none;
  }
}
.lp .price-simu-tb[data-type=net] td {
  text-align: center;
  padding: 12px 0;
  box-sizing: border-box;
  border-left: solid #afafaf 1px;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net] td {
    border: none;
  }
}
.lp .price-simu-tb[data-type=net] .td-plan {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  padding: 12px 4px;
  border-top: solid #afafaf 1px;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net] .td-plan {
    font-size: 18px;
  }
}
.lp .price-simu-tb[data-type=net] .td-plan[data-color=hikari] {
  background-color: #3d9cf5;
}
.lp .price-simu-tb[data-type=net] .td-price {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: auto;
  padding: 10px 0 16px;
}
.lp .price-simu-tb[data-type=net] .td-price p {
  margin-bottom: 0;
}
.lp .price-simu-tb[data-type=net] .td-price .fs-xl {
  position: relative;
  top: 2px;
  font-size: 36px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net] .td-price .fs-xl {
    top: 1px;
    font-size: 32px;
  }
}
.lp .price-simu-tb[data-type=net] .td-price .fs-lg {
  position: relative;
  top: 2px;
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net] .td-price .fs-lg {
    top: 1px;
    font-size: 20px;
  }
}
.lp .price-simu-tb[data-type=net] .td-price .fs-sm {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net] .td-price .fs-sm {
    font-size: 12px;
  }
}
.lp .price-simu-tb[data-type=net] .td-price sup {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .lp .price-simu-tb[data-type=net] .td-price sup {
    font-size: 10px;
  }
}
.lp .price-simu-tb[data-type=net] .td-price .del {
  text-decoration: line-through;
  text-decoration-color: #e93817;
  text-decoration-thickness: 2px;
}
.lp .netplan {
  max-width: 800px;
  margin: 0 auto;
}
.lp .netplan-tit {
  font-size: 24px;
  margin: 0 0 24px;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .lp .netplan-tit {
    font-size: 18px;
  }
}
.lp .js-netplan-slider {
  width: 100%;
  margin-bottom: 0;
}
.lp .js-netplan-slider.slick-initialized {
  opacity: 1;
}
.lp .js-netplan-slider .slick-slide {
  margin-right: 10px;
  -webkit-user-select: text;
          user-select: text;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.lp .js-netplan-slider .slick-dots {
  display: none;
}
.lp .netplan-select {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .lp .netplan-select {
    width: 100%;
    margin-top: 0;
  }
}
.lp .netplan-select[data-id=mdu] {
  max-width: 500px;
}
.lp .netplan-select[data-id=mdu] li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .lp .netplan-select[data-id=mdu] li {
    width: calc(50% - 6px);
  }
}
.lp .netplan-select li {
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #3d9cf5;
  width: calc(33.3333% - 10px);
  min-height: 48px;
  border: 2px solid #3d9cf5;
}
@media screen and (max-width: 767px) {
  .lp .netplan-select li {
    font-size: 15px;
    width: calc(33.3333% - 6px);
    min-height: 48px;
  }
}
.lp .netplan-select li .lg {
  position: relative;
  top: 1px;
  font-size: 150%;
  line-height: 1;
}
.lp .netplan-select li::after {
  transition: 0.25s;
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  bottom: -12px;
  display: block;
  width: 30px;
  height: 12px;
  background: url(../images/arr_btm_hikari.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lp .netplan-select li::after {
    left: calc(50% - 14px);
    bottom: -14px;
    width: 28px;
    height: 14px;
  }
}
.lp .netplan-select li.active {
  color: #fff;
  background-color: #3d9cf5;
}
.lp .netplan-select li p {
  margin-bottom: 0;
}
.lp .price-kojihi {
  position: relative;
  padding: 0 16px 16px;
  border: 1px solid #afafaf;
}
.lp .price-kojihi p {
  margin-bottom: 0;
}
.lp .price-kojihi .icn-add {
  position: relative;
  text-align: center;
  margin-top: -18px;
  margin-bottom: 8px;
}
.lp .price-kojihi .strong {
  position: relative;
  top: 2px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  color: #e83817;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.headline_4 {
  max-width: 210px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 6px;
  border-bottom: 1px solid #333;
}

.flow-tab {
  margin-top: 24px;
}
.flow-tab .flow-tab-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .flow-tab .flow-tab-nav {
    padding: 0 16px;
  }
}
.flow-tab .flow-tab-nav .flow-tab-nav-item {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .flow-tab .flow-tab-nav .flow-tab-nav-item {
    width: calc(50% - 6px);
  }
}
.flow-tab .flow-tab-nav .flow-tab-nav-item span {
  display: block;
  border: 1px solid #333;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 16px 8px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .flow-tab .flow-tab-nav .flow-tab-nav-item span {
    font-size: 14px;
  }
}
.flow-tab .flow-tab-nav .flow-tab-nav-item.active {
  pointer-events: none;
}
.flow-tab .flow-tab-nav .flow-tab-nav-item.active span {
  background: #fff;
  color: #333;
  position: relative;
}
.flow-tab .flow-tab-nav .flow-tab-nav-item.active span::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0px;
}
.flow-tab .flow-tab-inner {
  padding: 0 24px 40px;
}
@media screen and (max-width: 767px) {
  .flow-tab .flow-tab-inner {
    padding: 16px 16px 24px;
  }
}
.flow-tab .flow-tab-inner .icn-card {
  display: inline-block;
  font-weight: 500;
  padding: 4px 0 4px 48px;
  background: url(../images/icon_card.svg) no-repeat center left/40px auto;
}
.flow-tab .flow-tab-inner .icn-qst {
  font-weight: 500;
  padding: 4px 0 4px 24px;
  border-bottom: 1px solid #333;
  background: url(../images/icn/icn_qst.svg) no-repeat center left/20px auto;
}
.flow-tab .flow-tab-inner .icn-check {
  display: inline-block;
  padding: 0 0 0 28px;
  background: url(/common_v10/images/icn-text-check-primary.svg) no-repeat top 3px left/20px auto;
}
.flow-tab .flow-tab-inner .flow-step.next {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .flow-tab .flow-tab-inner .flow-step.next {
    margin-bottom: 50px;
  }
}
.flow-tab .flow-tab-inner .flow-step.next::after {
  position: absolute;
  content: url(../images/icon_arr_step.svg);
  bottom: -32px;
  left: 50%;
  margin-left: -12.5px;
  display: block;
  width: 25px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .flow-tab .flow-tab-inner .flow-step.next::after {
    bottom: -20px;
  }
}
.flow-tab .flow-tab-inner .flow-step-header {
  text-align: center;
}
.flow-tab .flow-tab-inner .flow-step-header h3 {
  font-size: 20px;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .flow-tab .flow-tab-inner .flow-step-header h3 {
    font-size: 18px;
  }
}
.flow-tab .flow-tab-inner .flow-step-body {
  padding: 40px 0;
  border-radius: 10px;
  background: #FAEEE8;
}
@media screen and (max-width: 767px) {
  .flow-tab .flow-tab-inner .flow-step-body {
    padding: 34px 16px;
    margin-top: 80px;
    padding-top: 80px;
  }
}
.flow-tab .flow-tab-inner .flow-step-body > .body-inner {
  max-width: 540px;
  margin-inline: auto;
}
.flow-tab .flow-tab-inner .flow-step-body .flow-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .flow-tab .flow-tab-inner .flow-step-body .flow-row {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .flow-tab .flow-tab-inner .flow-step-body .flow-row .flow-col:nth-of-type(1) {
    width: 33%;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .flow-tab .flow-tab-inner .flow-step-body .flow-row .flow-col:nth-of-type(1) {
    text-align: center;
    max-width: 128px;
    margin: -140px auto 16px;
  }
}
@media screen and (min-width: 768px) {
  .flow-tab .flow-tab-inner .flow-step-body .flow-row .flow-col:nth-of-type(2) {
    width: 67%;
  }
}
.flow-tab .flow-tab-inner .flow-step-body .flow-row.row-middle {
  align-items: center;
}
.flow-tab .flow-tab-inner .need {
  text-align: center;
  margin-block: 24px 12px;
  padding-bottom: 8px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #959595;
}
@media screen and (max-width: 767px) {
  .flow-tab .flow-tab-inner .need {
    margin-top: 16px;
  }
}
.flow-tab .flow-tab-inner .need .need-tit {
  font-weight: bold;
  text-align: center;
  padding: 12px 12px;
  border-bottom: 1px solid #959595;
}
.flow-tab .flow-tab-inner .flow-board-bd {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #959595;
  padding: 12px 16px;
}
.flow-tab .flow-tab-inner .flow-board-bd.next {
  position: relative;
  margin-bottom: 32px;
}
.flow-tab .flow-tab-inner .flow-board-bd.next::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon_arr_step.svg);
  background-size: contain;
  width: 20px;
  height: 12px;
  bottom: -24px;
  left: 50%;
  margin-left: -10px;
  display: block;
}

.flow-tit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 80px;
  max-width: 400px;
  margin: 0 auto 48px;
  padding: 8px 12px;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}
@media screen and (max-width: 767px) {
  .flow-tit {
    max-width: 280px;
    font-size: 22px;
    height: 70px;
    margin-bottom: 32px;
    border-width: 2px;
  }
}
.flow-tit::after {
  content: "";
  display: block !important;
  position: absolute;
  z-index: 0;
  right: 68.5px;
  bottom: -23px;
  width: 32px;
  height: 23px;
  background: url(/guide/starter/shinlife/images/flow_tit_ballon.png) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .flow-tit::after {
    right: 20%;
    bottom: -16px;
    width: 22px;
    height: 16px;
  }
}
.flow-tit .icn {
  padding-left: 60px;
  background: url(/guide/starter/shinlife/images/flow_tit_icn.svg) no-repeat left center/49px auto;
}
@media screen and (max-width: 767px) {
  .flow-tit .icn {
    padding-left: 42px;
    background-size: 34px auto;
  }
}

.flow-nav {
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .flow-nav {
    margin-bottom: 24px;
  }
}
.flow-nav .nav-main {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .flow-nav .nav-main {
    margin-bottom: 12px;
  }
}
.flow-nav .nav-main li {
  margin-bottom: 0;
}
.flow-nav .nav-main li.net-tv {
  width: 58.7301587302%;
}
.flow-nav .nav-main li.net-tv a > .icn-net {
  margin-right: 24px;
  background: url(/guide/starter/shinlife/images/icn/icn_net.svg) no-repeat left center/42px auto;
}
@media screen and (max-width: 767px) {
  .flow-nav .nav-main li.net-tv a > .icn-net {
    margin-right: 12px;
  }
}
.flow-nav .nav-main li.net-tv a > .icn-tv {
  background: url(/guide/starter/shinlife/images/icn/icn_tv.svg) no-repeat left center/42px auto;
}
.flow-nav .nav-main li.mobile {
  width: 36.5079365079%;
}
.flow-nav .nav-main li.mobile a > .icn {
  background: url(/guide/starter/shinlife/images/icn/icn_mobile.svg) no-repeat left center/42px auto;
}
.flow-nav .nav-main li a {
  transition: 0.25s;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  color: #333;
  padding-right: 32px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #333;
  box-shadow: 3px 3px 0 #333;
  background: #fff;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .flow-nav .nav-main li a {
    font-size: calc(21.12px + (24 - 21.12) * (100vw - 768px) / (1119 - 768));
    height: calc(70.4px + (80 - 70.4) * (100vw - 768px) / (1119 - 768));
  }
}
@media screen and (max-width: 767px) {
  .flow-nav .nav-main li a {
    font-size: 14px;
    height: 40px;
    padding-right: 16px;
    border-radius: 6px;
    box-shadow: 2px 2px 0 #333;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .flow-nav .nav-main li a:hover {
    box-shadow: 0 0 0 #333;
    transform: translate(3px, 3px);
  }
}
.flow-nav .nav-main li a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 11.5px);
  width: 23px;
  height: 23px;
  background: url(/guide/starter/shinlife/images/icn/icn_arr_btm_23.svg) no-repeat right center/100% auto;
}
@media screen and (max-width: 767px) {
  .flow-nav .nav-main li a::before {
    right: 8px;
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
  }
}
.flow-nav .nav-main li a > [class^=icn] {
  display: block;
  padding-block: 6px;
  padding-left: 52px;
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .flow-nav .nav-main li a > [class^=icn] {
    background-size: calc(36.96px + (42 - 36.96) * (100vw - 768px) / (1119 - 768)) auto !important;
  }
}
@media screen and (max-width: 767px) {
  .flow-nav .nav-main li a > [class^=icn] {
    padding-left: 24px;
    background-size: 20px auto !important;
  }
}
.flow-nav .nav-sub {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow-nav .nav-sub {
    max-width: 220px;
  }
}
.flow-nav .nav-sub li {
  margin-bottom: 0;
}
.flow-nav .nav-sub li a {
  transition: 0.25s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-size: 17px;
  font-weight: bold;
  color: #333;
  padding-right: 12px;
  border-radius: 8px;
  border: 1px solid #333;
  box-shadow: 3px 3px 0 #333;
  background: #fff;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .flow-nav .nav-sub li a {
    font-size: calc(14.96px + (17 - 14.96) * (100vw - 768px) / (1119 - 768));
    height: calc(56.32px + (64 - 56.32) * (100vw - 768px) / (1119 - 768));
  }
}
@media screen and (max-width: 767px) {
  .flow-nav .nav-sub li a {
    font-size: 12px;
    height: 36px;
    border-radius: 6px;
    box-shadow: 2px 2px 0 #333;
  }
}
.flow-nav .nav-sub li a[href^="#"]::before {
  transform: rotate(90deg);
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .flow-nav .nav-sub li a:hover {
    box-shadow: 0 0 0 #333;
    transform: translate(3px, 3px);
  }
}
.flow-nav .nav-sub li a::before {
  content: "";
  position: absolute;
  right: 16px;
  top: calc(50% - 8.5px);
  width: 17px;
  height: 17px;
  background: url(/guide/starter/shinlife/images/icn/icn_arr.svg) no-repeat right center/100% auto;
}
@media screen and (max-width: 767px) {
  .flow-nav .nav-sub li a::before {
    right: 12px;
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
  }
}

.flow-box {
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #333;
  background: #fff;
}
.flow-box + .flow-box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .flow-box + .flow-box {
    margin-top: 20px;
  }
}
.flow-box .flow-box-body {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .flow-box .flow-box-body {
    padding: 24px 12px 16px;
  }
}
.flow-box .flow-box-header {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.flow-box .flow-box-header[data-id=net-tv] > .box-col {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #e83817;
  width: 50%;
  height: 70px;
  background: #f2f2f2;
}
.flow-box .flow-box-header[data-id=net-tv] > .box-col.net {
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .flow-box .flow-box-header[data-id=net-tv] > .box-col.net {
    padding-right: 12px;
  }
}
.flow-box .flow-box-header[data-id=net-tv] > .box-col.net > .icn {
  margin-left: auto;
  padding-left: 44px;
  background: url(/guide/starter/shinlife/images/icn/icn_net.svg?202410) no-repeat left center/34px auto;
}
.flow-box .flow-box-header[data-id=net-tv] > .box-col.tv {
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .flow-box .flow-box-header[data-id=net-tv] > .box-col.tv {
    padding-left: 12px;
  }
}
.flow-box .flow-box-header[data-id=net-tv] > .box-col.tv > .icn {
  margin-right: auto;
  padding-left: 44px;
  background: url(/guide/starter/shinlife/images/icn/icn_tv.svg?202410) no-repeat left center/36px auto;
}
.flow-box .flow-box-header[data-id=mobile] > .box-col {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #e83817;
  width: 100%;
  height: 70px;
  background: #f2f2f2;
}
.flow-box .flow-box-header[data-id=mobile] > .box-col > .icn {
  padding-left: 44px;
  background: url(/guide/starter/shinlife/images/icn/icn_mobile.svg?202410) no-repeat left center/36px auto;
}
.flow-box .flow-box-header[data-id=member] > .box-col {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #e83817;
  width: 100%;
  height: 70px;
  background: #f2f2f2;
}
.flow-box .flow-step-net-tv {
  display: flex;
  justify-content: space-between;
  max-width: 460px;
  margin: 40px auto 32px;
}
@media screen and (max-width: 767px) {
  .flow-box .flow-step-net-tv {
    margin-block: 32px 20px;
  }
}
.flow-box .flow-step-net-tv .step-item {
  text-align: center;
  padding: 0 4px 20px;
  width: calc(33.3333% - 26px);
  border: 1px dashed #333;
}
@media screen and (max-width: 767px) {
  .flow-box .flow-step-net-tv .step-item {
    width: calc(33.3333% - 12px);
  }
}
.flow-box .flow-step-net-tv .step-item .num {
  position: relative;
  top: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 50px;
  margin: 0 auto -5px;
  border-radius: 50px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .flow-box .flow-step-net-tv .step-item .num {
    top: -20px;
    font-size: 10px;
    width: 40px;
    height: 40px;
  }
}
.flow-box .flow-step-net-tv .step-item .num p {
  margin-bottom: 0;
}
.flow-box .flow-step-net-tv .step-item .num span {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .flow-box .flow-step-net-tv .step-item .num span {
    font-size: 16px;
  }
}
.flow-box .flow-step-net-tv .step-item .icn {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .flow-box .flow-step-net-tv .step-item .icn {
    width: 26px;
    height: 26px;
  }
}
.flow-box .flow-step-net-tv .step-item .txt {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .flow-box .flow-step-net-tv .step-item .txt {
    font-size: 13px;
  }
}
.flow-box .flow-step-net-tv .step-next {
  position: relative;
  z-index: 1;
  min-width: 13px;
  min-height: auto;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .flow-box .flow-step-net-tv .step-next {
    min-width: auto;
    width: 9px;
  }
}
.flow-box .flow-step-mobile {
  display: flex;
  justify-content: space-between;
  max-width: 480px;
  margin: 0 auto 8px;
}
.flow-box .flow-step-mobile .step-item {
  width: calc(33.3333% - 13px);
}
@media screen and (max-width: 767px) {
  .flow-box .flow-step-mobile .step-item {
    max-width: calc(100% - 32px);
    margin: auto;
  }
}
.flow-box .flow-step-mobile .step-item .txt {
  font-weight: 500;
  text-align: center;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .flow-box .flow-step-mobile .step-item .txt {
    font-size: 13px;
  }
}
.flow-box .flow-step-mobile .step-next {
  position: relative;
  z-index: 1;
  min-width: 26px;
  min-height: 26px;
  align-self: center;
  margin-top: -32px;
}
@media screen and (max-width: 767px) {
  .flow-box .flow-step-mobile .step-next {
    min-width: auto;
    width: 18px;
    margin-top: -32px;
  }
}
.flow-box .flow-step-mobile .step-next.ml {
  left: 6px;
}
.flow-box .flow-step-mobile .step-next.mr {
  right: 6px;
}
.tv-plan {
  padding: 8px;
  border: 1px solid #afafaf;
}
@media screen and (max-width: 767px) {
  .tv-plan {
    padding: 10px;
  }
}
.tv-plan + .tv-plan {
  margin-top: 24px;
}

.tv-plan-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tv-plan-row {
    display: block;
  }
}

.tv-plan-col {
  text-align: center;
  width: 50%;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .tv-plan-col {
    width: 100%;
    padding: 10px;
  }
}
.tv-plan-col:nth-of-type(1) {
  position: relative;
  background: #FFE4F2;
}
@media screen and (max-width: 767px) {
  .tv-plan-col:nth-of-type(1) {
    width: calc(100% + 20px);
    margin-top: -10px;
    margin-left: -10px;
  }
}
.tv-plan-col:nth-of-type(1) .icn-modal {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 8px;
}
.tv-plan-col:nth-of-type(2) {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .tv-plan-col:nth-of-type(2) {
    padding-block: 12px 0;
  }
}
.tv-plan-col .course {
  padding: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .tv-plan-col .course {
    padding: 8px;
  }
}
.tv-plan-col .course-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tv-plan-col .course-item .icn-plus {
  margin: 0 10px;
}
.tv-plan-col .icn-cashback {
  margin-right: 4px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .tv-plan-col .icn-cashback {
    width: 38px;
    margin-right: 2px;
  }
}
.tv-plan-col .label,
.tv-plan-col .label-primary {
  position: relative;
  top: -2px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-right: 8px;
  padding: 4px 10px;
  border-radius: 4px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .tv-plan-col .label,
  .tv-plan-col .label-primary {
    padding: 3px 8px;
  }
}
.tv-plan-col .label-primary {
  background: #d9161B;
}
.tv-plan-col .fs-32,
.tv-plan-col .fs-36 {
  position: relative;
  top: 2px;
  line-height: 1.2;
}

.table-price[data-type=electricity] {
  margin-bottom: 32px;
}
.table-price[data-type=electricity] tr th,
.table-price[data-type=electricity] tr td {
  font-size: 16px;
  text-align: center;
  border: 1px solid #313652;
}
@media screen and (max-width: 767px) {
  .table-price[data-type=electricity] tr th,
  .table-price[data-type=electricity] tr td {
    font-size: 14px;
  }
}
.table-price[data-type=electricity] tr th {
  color: #fff;
  padding: 8px 12px;
  background: #313652;
}
@media screen and (max-width: 767px) {
  .table-price[data-type=electricity] tr th {
    padding: 8px 8px;
  }
}
.table-price[data-type=electricity] tr th:first-of-type {
  border-right-color: rgba(255, 255, 255, 0.6);
}
.table-price[data-type=electricity] tr td {
  padding: 16px 12px;
}
@media screen and (max-width: 767px) {
  .table-price[data-type=electricity] tr td {
    padding: 10px 8px;
  }
}
.table-price[data-type=electricity] tr .plan-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .table-price[data-type=electricity] tr .plan-name {
    font-size: 14px;
  }
}
.table-price[data-type=electricity] tr a {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .table-price[data-type=electricity] tr a {
    font-size: 12px;
  }
}
.table-price[data-type=electricity] tr .text-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  color: #333 !important;
  padding-right: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .table-price[data-type=electricity] tr .text-link {
    padding-right: 14px;
  }
}
.table-price[data-type=electricity] tr .text-link::before {
  transition: 0.2s;
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 12px;
  height: 12px;
  background: url(../../images/icn/icn_arr.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .table-price[data-type=electricity] tr .text-link::before {
    top: calc(50% - 5.5px);
    width: 11px;
    height: 11px;
  }
}

.electricity-otoku {
  max-width: 680px;
  margin: 60px auto 24px;
}
@media screen and (max-width: 767px) {
  .electricity-otoku {
    margin-top: 32px;
  }
}
.electricity-otoku .otoku-discount {
  text-align: center;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #000;
  background: #ffa93b;
}
.electricity-otoku .otoku-discount .catch {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 4px;
  border-radius: 8px;
  background: #fff;
}
.electricity-otoku .otoku-discount .catch .strong {
  font-size: 30px;
  color: #e83817;
}

.electricity-label-arrow {
  position: relative;
  z-index: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  width: 450px;
  height: 24px;
  padding: 12px 8px 0;
  margin: 0 auto 80px;
  background: #313652;
}
@media screen and (max-width: 767px) {
  .electricity-label-arrow {
    font-size: 14px;
    line-height: 1.3;
    width: 240px;
    height: 24px;
    padding-top: 6px;
    margin-bottom: 52px;
  }
}
.electricity-label-arrow::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 450px;
  height: 48px;
  bottom: -48px;
  right: 0;
  border-style: solid;
  border-width: 48px 225px 0 225px;
  border-color: #313652 transparent;
}
@media screen and (max-width: 767px) {
  .electricity-label-arrow::after {
    width: 240px;
    height: 32px;
    bottom: -32px;
    border-width: 32px 120px 0 120px;
  }
}

.electricity-tab {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
  margin: 32px 0 0;
  padding-inline: 24px;
}
.electricity-tab ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 680px;
  margin: auto;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .electricity-tab ul {
    max-width: 100%;
  }
}
.electricity-tab ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 44px;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #333;
  border-bottom: none;
  background-color: #fff;
}
.electricity-tab ul li:nth-of-type(1) {
  border-radius: 12px 0 0 0;
}
@media screen and (max-width: 767px) {
  .electricity-tab ul li:nth-of-type(1) {
    border-radius: 8px 0 0 0;
  }
}
.electricity-tab ul li:nth-of-type(2) {
  border-radius: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
  .electricity-tab ul li:nth-of-type(2) {
    border-radius: 0 8px 0 0;
  }
}
.electricity-tab ul li a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .electricity-tab ul li a {
    font-size: 14px;
  }
}
.electricity-tab ul li.active {
  pointer-events: none;
  top: 1px;
  z-index: 2;
  min-height: 60px;
  border-radius: 12px 12px 0 0;
  background: #fe7d00;
}
@media screen and (max-width: 767px) {
  .electricity-tab ul li.active {
    border-radius: 8px 8px 0 0;
  }
}
.electricity-tab ul li.active a {
  color: #333 !important;
}
.electricity-tab ul li.active:nth-of-type(1) {
  left: 1px;
}
.electricity-tab ul li.active:nth-of-type(2) {
  right: 1px;
}

.electricity-tab-inner {
  margin: auto;
}

.electricity-tabpanel {
  margin-bottom: 16px;
  padding: 32px 32px;
  border: 1px solid #333;
  border-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .electricity-tabpanel {
    padding: 24px 16px;
    border-radius: 8px;
  }
}
.electricity-tabpanel .panel-hidden {
  visibility: hidden;
  height: 0 !important;
}
.electricity-tabpanel .panel-hidden > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.electricity-tabpanel .panel-hidden * {
  transition: 0s !important;
}

.section-topics {
  padding-block: 40px;
}
@media screen and (max-width: 767px) {
  .section-topics {
    padding-block: 16px;
  }
}

.topics {
  position: relative;
  max-width: 800px;
  margin-inline: auto;
}
.topics .topics-tit {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2.8px;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .topics .topics-tit {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.topics .swiper-topics {
  opacity: 0;
}
.topics .swiper-topics.is-show {
  opacity: 1;
}
.topics .swiper-topics .swiper-footer .swiper-button-prev,
.topics .swiper-topics .swiper-footer .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: calc(50% - 12px);
  width: 40px;
  height: 40px;
  margin: auto;
  outline: none;
  background: url(/guide/starter/shinlife/images/swiper_btn_next.svg) no-repeat 0 0/100% auto;
}
.topics .swiper-topics .swiper-footer .swiper-button-prev::after,
.topics .swiper-topics .swiper-footer .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .topics .swiper-topics .swiper-footer .swiper-button-prev,
  .topics .swiper-topics .swiper-footer .swiper-button-next {
    display: none;
  }
}
.topics .swiper-topics .swiper-footer .swiper-button-prev.swiper-button-disabled,
.topics .swiper-topics .swiper-footer .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.topics .swiper-topics .swiper-footer .swiper-button-prev {
  left: -60px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .topics .swiper-topics .swiper-footer .swiper-button-prev {
    left: 0;
  }
}
.topics .swiper-topics .swiper-footer .swiper-button-next {
  right: -60px;
}
@media screen and (max-width: 767px) {
  .topics .swiper-topics .swiper-footer .swiper-button-next {
    right: 0;
  }
}
.topics .swiper-topics .swiper-footer .swiper-pagination {
  position: relative;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .topics .swiper-topics .swiper-footer .swiper-pagination {
    margin-top: 4px;
  }
}
.topics .swiper-topics .swiper-footer .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 8px;
  border-radius: 6px;
  background: #fff;
  opacity: 1;
}
.topics .swiper-topics .swiper-footer .swiper-pagination .swiper-pagination-bullet::after {
  transition: 0.25s;
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #745c5c;
  opacity: 0;
}
.topics .swiper-topics .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.icn-q {
  color: #fff !important;
  display: inline-block;
  padding-left: 24px;
  padding-bottom: 2px;
  border-bottom: solid #fff 1px;
  background: url(../images/icn/icn_q.svg) no-repeat center left/20px 20px;
}
@media screen and (max-width: 767px) {
  .icn-q {
    padding-left: 20px;
    padding-bottom: 2px;
    background-size: 16px 16px;
  }
}

.icn-h-mdu {
  min-height: 36px;
  padding-left: 48px;
  background: url(../images/icn/icn_mdu.svg) no-repeat center left/36px auto;
}
@media screen and (max-width: 767px) {
  .icn-h-mdu {
    min-height: 30px;
    background-size: 30px auto;
  }
}

.icn-h-sdu {
  min-height: 36px;
  padding-left: 48px;
  background: url(../images/icn/icn_sdu.svg) no-repeat center left/36px auto;
}
@media screen and (max-width: 767px) {
  .icn-h-sdu {
    min-height: 30px;
    background-size: 30px auto;
  }
}

.icn-mdu {
  background-position: center left 24px;
  background-repeat: no-repeat;
  background-image: url(../images/icn/icn_mdu.svg);
  background-size: 32px auto;
}
@media screen and (max-width: 767px) {
  .icn-mdu {
    background-size: 28px auto;
  }
}

.icn-sdu {
  background-position: center left 24px;
  background-repeat: no-repeat;
  background-image: url(../images/icn/icn_sdu.svg);
  background-size: 32px auto;
}
@media screen and (max-width: 767px) {
  .icn-sdu {
    background-size: 28px auto;
  }
}

.swiper-charm[data-id=net] .charm-item .inner .lp-btn-bd-xs {
  max-width: 258px;
}

.h-italic {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 56px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 3.2px;
  color: #222;
  text-align: center;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .h-italic {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.h-italic::before, .h-italic::after {
  content: "";
  z-index: 0;
  width: 36px;
  height: 4px;
  background: #222;
}
@media screen and (max-width: 767px) {
  .h-italic::before, .h-italic::after {
    width: 24px;
    height: 3px;
  }
}
.h-italic::before {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .h-italic::before {
    margin-right: 12px;
  }
}
.h-italic::after {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .h-italic::after {
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .lnav {
    margin-top: 16px;
  }
}

.lp-btn-simu-custom {
  width: 100%;
  max-width: 480px;
  min-height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .lp-btn-simu-custom {
    font-size: 16px;
    max-width: 100%;
    min-height: 50px;
    margin-top: 24px;
  }
}

.headline_2 {
  width: 100%;
  max-width: 870px;
  margin-inline: auto;
}
.headline_2 > h2 {
  margin-bottom: 0;
}
.headline_2 > h2.mt {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .headline_2 > h2.mt {
    margin-top: 32px;
  }
}

.bnr-pod {
  position: relative;
  max-width: 900px;
  margin: 60px auto 0;
  border: 1px solid #dac6bd;
}
@media screen and (max-width: 767px) {
  .bnr-pod {
    margin-block: 48px 0;
  }
}
.bnr-pod .label {
  position: absolute;
  z-index: 1;
  left: -8px;
  top: -34px;
}
@media screen and (max-width: 767px) {
  .bnr-pod .label {
    left: -1.6vw;
    top: -4.5333333333vw;
    width: 18.6666666667vw;
  }
  .bnr-pod .label img {
    width: 100%;
    height: auto;
  }
}

.discount {
  position: relative;
  background: #FAEEE8;
  padding: 24px;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .discount {
    padding: 16px 12px;
  }
}
.discount::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #FAEEE8;
}

.discount-detail {
  padding: 16px;
  background-color: #E8F3FF;
}
.discount-detail > .item {
  position: relative;
}
.discount-detail > .item + .item {
  margin-top: 16px;
}
.discount-detail > .item .item-header {
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 6px 12px;
  margin-bottom: 6px;
  background-color: #489CFF;
}
.discount-detail > .item .item-body {
  text-align: center;
  font-weight: bold;
}
.discount-detail > .item .item-body p {
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .discount-detail > .item .item-body p {
    font-size: 16px;
  }
}
.discount-detail > .item .item-body .fs-sm {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .discount-detail > .item .item-body .fs-sm {
    font-size: 12px;
  }
}
.discount-detail > .item .item-body .fs-strong-1 {
  position: relative;
  top: 1px;
  font-size: 32px;
  line-height: 1.2;
  color: #d9161B;
}
@media screen and (max-width: 767px) {
  .discount-detail > .item .item-body .fs-strong-1 {
    font-size: 24px;
  }
}
.discount-detail > .item .item-body .fs-strong-2 {
  position: relative;
  top: 1px;
  font-size: 36px;
  line-height: 1.2;
  color: #d9161B;
}
@media screen and (max-width: 767px) {
  .discount-detail > .item .item-body .fs-strong-2 {
    font-size: 26px;
  }
}

.mobile-heading {
  position: relative;
  display: block;
  margin: 60px auto -75px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .mobile-heading {
    margin: 32px auto -40px;
    padding-inline: 12px;
  }
}
.mobile-heading > .inner {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-feature-settings: "palt" 1;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  max-width: 800px;
  min-height: 140px;
  margin: 0 auto;
  border-radius: 10px;
  border: 3px solid #00cca9;
}
@media screen and (max-width: 767px) {
  .mobile-heading > .inner {
    font-size: 18px;
    min-height: 80px;
    padding-block: 12px 16px;
    border-width: 2px;
  }
}
.mobile-heading > .inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 6px;
  top: 6px;
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 8px;
  background: #00cca9;
}
@media screen and (max-width: 767px) {
  .mobile-heading > .inner::before {
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}
.mobile-heading > .inner p {
  margin-bottom: 0;
}
.mobile-heading > .inner .strong {
  display: inline-block;
  font-size: 130.7692307692%;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .mobile-heading > .inner .strong {
    font-size: 111.1111111111%;
  }
}

.section#anc-mobile {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .section#anc-mobile {
    padding-top: 80px;
  }
}

.mobile-price-catch {
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.mobile-price-catch .text-upper::before, .mobile-price-catch .text-upper::after {
  bottom: -4px;
  height: 92%;
}
.mobile-price-catch .text-upper::before {
  left: -8px;
  transform: rotate(-28deg);
}
@media screen and (max-width: 767px) {
  .mobile-price-catch .text-upper::before {
    left: 0;
  }
}
.mobile-price-catch .text-upper::after {
  right: -8px;
  transform: rotate(28deg);
}
@media screen and (max-width: 767px) {
  .mobile-price-catch .text-upper::after {
    right: 0;
  }
}
.mobile-price-catch .text-upper > .txt-1 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .mobile-price-catch .text-upper > .txt-1 {
    font-size: 22px;
  }
}
.mobile-price-catch .text-upper > .txt-2 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .mobile-price-catch .text-upper > .txt-2 {
    font-size: 14px;
  }
}

.bg-young {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-block: -32px 0;
  padding: 0 20px 48px;
}
@media screen and (max-width: 767px) {
  .bg-young {
    padding: 0 12px 16px;
  }
}
.bg-young::after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2100/1080;
  background: url(../images/bg_young.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 1024px) {
  .bg-young::after {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .bg-young::after {
    top: 0;
    bottom: auto;
    aspect-ratio: 750/750;
    background: url(../images/bg_young_sp.svg) no-repeat 0 0/100% auto;
  }
}
@media screen and (max-width: 767px) {
  .bg-young h3 img {
    max-width: 240px;
  }
}