/* スマートプラン サービスサイト(/smart) 用 */
/* 共通 start-------------------------------*/
body {
  background-color: #fff;
}

/* タイトル */
.default-main-titl h2 {
  margin: 0;
  font-weight: bolder;
}
.default-main-titl h2 .price-big {
  font-size: 10rem;
  font-weight: 600;
  color: #ff0080;
  position: relative;
  line-height: 2.5rem;
  bottom: -6px;
}
.default-main-titl p.plan-title {
  font-size: 3.2rem;
  margin: 0 0 10px;
  line-height: 1;
}
.default-main-titl.topborder {
  position: relative;
  padding: 30px 0 0;
}
.default-main-titl.topborder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(980px * 0.15);
  height: 8px;
  background-color: #ffe000;
}

main .inner {
  padding: 90px 0;
}
.section-bg-gray {
  background-color: #f3f3f3;
}

/* popup */
div.alart-popup-close-button {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 5px;
  text-align: center;
  background: transparent;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 3;
}
div.alart-popup-close-button i {
  color: #777;
  font-size: 1.7rem;
}
.popup-contents .payment-logo {
  width: 200px;
  margin: 0 auto;
}
.popup-contents .payment-logo img {
  width: 100%;
}
.popup-contents .pay-type {
  font-size: 2.4rem;
  font-weight: 600;
  width: fit-content;
  margin: 20px auto;
  text-align: center;
}
.popup-contents .pay-type span {
  font-size: 1.3rem;
}
.popup-contents .pay-banner {
  width: 380px;
  display: block;
  margin: 0 auto 30px;
}
.popup-contents .detail-text p {
  margin-top: 20px;
}
.popup-contents .detail-text p a {
  text-decoration: underline;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
}
.compare-table thead th {
  background-color: #e7e7e7;
  width: 20%;
  font-size: 2.4rem;
}
.compare-table thead th span {
  font-size: 1.6rem;
}
.compare-table thead th.empty {
  border: none;
  background-color: transparent;
}
.compare-table th,
.compare-table td {
  border: 1px solid #575757;
  padding: .75em 0;
  text-align: center;
}
.compare-table tbody th img {
  width: 80%;
}
.compare-table tbody td {
  font-size: 1.6rem;
  font-weight: 600;
}
.compare-table tbody td span {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .entry-option-popup .popup-contents {
    max-width: 750px;
    width: 750px;
  }
}

/* キービジュアル */
@media screen and (min-width: 768px) {
  div.main div.key-visual {
    position: relative;
    height: 316px;
    background: linear-gradient(to right, #FBCC06 0%, #FBCC06 50%, #FF7E26 51%, #FF7E26 100%);
  }
  div.main div.key-visual::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/kv-pc-smart-bg.webp) no-repeat center;
  }
}
@media screen and (max-width: 767px) {
  div.main div.key-visual img.img-mv-sp {
    max-width: initial;
  }
}

/* 共通 end-------------------------------*/

/* スマートプランのここがオススメ */
main .recommend-section .inner {
  padding: 70px 0 90px;
}
.recommend-section .recomend-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.recommend-section .recomend-item-wrap .item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  padding: 20px 30px;
}
.recommend-section .recomend-item-wrap .item .item-flex {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: space-between;
}
.recommend-section .recomend-item-wrap .item .item-flex .text-box {
  width: calc(100% - 300px);
}
.recommend-section .recomend-item-wrap .item .item-flex .big-text {
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 1;
}
.recommend-section .recomend-item-wrap .item .item-flex .small-text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
}
.recommend-section .recomend-item-wrap .item .item-flex .attention {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 5px;
}
.recommend-section .recomend-item-wrap .item .item-flex .big-text span.pink-text {
  color: #ff0080;
  font-size: 5.5rem;
}
.recommend-section .recomend-item-wrap .item .item-flex .big-text span.pink-text.price-big {
  font-size: 10rem;
  font-weight: 600;
  position: relative;
  bottom: -5px;
  line-height: 0.6;
}
.recommend-section .recomend-item-wrap .item .item-flex .image-box {
  width: 270px;
}
.recommend-section .recomend-item-wrap .item .item-flex .image-box img {
  width: 100%;
}

/* スマートプランの支払い方法 */
.payment-section {
  background-color: #fff;
}
.payment-section .payment-item-wrap {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.2);
  padding: 40px 30px;
  margin:  30px auto;
}
.payment-section .payment-item-wrap .payment-item-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment-section .payment-item-wrap .payment-item-flex .item {
  width: 50%;
  text-align: center;
}
.payment-section .payment-item-wrap .payment-item-flex .item.paidy {
  border-left: 1px solid #000;
}
.payment-section .payment-item-wrap .payment-item-flex .item .payment-logo img {
  height: 60px;
  width: auto;
}
.payment-section .payment-item-wrap .payment-item-flex .item.atone .payment-logo img {
  height: 50px;
  margin: 5px auto;
}
.payment-section .payment-item-wrap .payment-item-flex .item .pay-type {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 20px;
}
.payment-section .payment-item-wrap .payment-item-flex .item .pay-text {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 15px;
  min-height: 2em;
}
.payment-section .payment-item-wrap .payment-item-flex .item .pay-text-link {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 15px;
  color: #ff0080;
  display: inline-block;
  padding-right: 0;
  position: relative;
  text-decoration: underline;
}
.payment-section .payment-item-wrap .payment-item-flex .item .pay-text-link span.arrow {
  font-size: 1.2rem;
}
.payment-section .payment-item-wrap .payment-item-flex .item .pay-text span {
  text-decoration: underline 3px #D400FF;
}
.payment-section .payment-item-wrap .payment-item-flex .item .popup-btn {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 25px auto 0;
  display: block;
  color: #ff0080;
  text-decoration: underline 3px;
  cursor: pointer;
  width: fit-content;
}
.payment-section .payment-item-wrap .payment-item-flex .item .pay-type span {
  font-size: 1.3rem;
}

/* スマートプランの料金 */
.price-section .price-text-flex {
  display: flex;
  gap: 0;
  margin-top: 50px;
  background-color: #fff;
  border: 2px solid #ff0080;
  border-radius: 12px;
  padding: 15px 0;
}
.price-section .price-text-flex .item {
  padding: 25px 20px 0;
  width: calc(100% / 3);
  border-left: 1px solid #ff0080;
  text-align: center;
  position: relative;
}
.price-section .price-text-flex .item span.number {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #ff0080;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: 600;
  color: #ff0080;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.price-section .price-text-flex .item:first-child {
  border-left: none;
}
.price-section .price-text-flex .item p {
  font-size: 1.4rem;
}
.price-section .price-text-flex .item p.title-text {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.price-section .price-text-flex .item p.title-text span {
  font-size: 2.8rem;
  color: #ff0080;
}
.price-section .price-text-flex .item p.title-text span.price-big {
  font-size: 4rem;
  font-weight: 600;
}
.price-section .price-giga-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
  margin-top: 30px;
}
.price-section .price-giga-flex .giga-item {
  width: calc((100% - 50px) / 2);
}
.price-section .price-giga-flex .giga-item .giga-box {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.price-section .price-giga-flex .giga-item .giga-box .giga-plan {
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
  padding: 5px 10px;
  border-radius: 12px 12px 0 0;
  position: relative;
  background: #FF4100;
  background: linear-gradient(90deg,rgba(255, 65, 0, 1) 0%, rgba(255, 65, 0, 1) 28%, rgba(255, 143, 0, 1) 100%);
}
.price-section .price-giga-flex .giga-item .giga-box .giga-plan img.recommend-icon {
  position: absolute;
  width: 75px;
  height: auto;
  right: -30px;
  top: -20px;
}
.price-section .price-giga-flex .giga-item .giga-box .giga-plan span {
  font-size: 3rem;
}
.price-section .price-giga-flex .giga-item .giga-box .giga-price-inner {
  padding: 15px;
  text-align: center;
}
.price-section .price-giga-flex .giga-item .giga-box .giga-price-inner .giga-price {
  font-size: 1.8rem;
  font-weight: 600;
}
.price-section .price-giga-flex .giga-item .giga-box .giga-price-inner .giga-price .price-big {
  font-size: 5.5rem;
  color: #ff0080;
}
.price-section .price-giga-flex .giga-item .giga-btn-wrap {
  text-align: center;
  margin-top: 20px;
}
.price-section .price-giga-flex .giga-item .giga-btn-wrap .giga-btn {
  display: inline-block;
  background-color: #3c3c3c;
  padding: 12px 40px 12px 20px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}
.price-section .price-giga-flex .giga-item .giga-btn-wrap .giga-btn::before {
  content: "";
  border-top: 10px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: .3s;
}
.price-section .price-giga-flex .giga-item .giga-btn-wrap .giga-btn:hover {
  background-color: #ffe000;
  color: #000;
}
.price-section .price-giga-flex .giga-item .giga-btn-wrap .giga-btn:hover::before {
  border-top: 10px solid #000;
}
.price-section .attention-area {
  margin-top: 30px;
  margin-bottom: 20px;
}
.price-section .attention-area p {
  font-size: 1.2rem;
  margin-top: 5px;
}
.price-section .fukidashi-flex {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 15px auto 0;
}
.price-section .fukidashi-flex .fukidashi-text {
  width: calc(100% - 190px);
  position: relative;
}
.price-section .fukidashi-flex .fukidashi-text .fukidashi {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 50px;
  font-size: 2.4rem;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.price-section .fukidashi-flex .fukidashi-text::before {
  content: "";
  border-bottom: 25px solid #ffe000;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  right: -20px;
  bottom: 0;
}
.price-section .fukidashi-flex .fukidashi-text .fukidashi span {
  color: #ff0080;
}
.price-section .fukidashi-flex .fukidashi-image {
  width: 160px;
}
.price-section .fukidashi-flex .fukidashi-image img {
  width: 100%;
}
.price-section .data-charge-wrap {
  background-color: #fff;
  margin: 70px auto 0;
  padding: 30px;
  border-radius: 12px;
  position: relative;
}
.price-section .data-charge-wrap img.charge-image-pc {
  position: absolute;
  right: 50px;
  top: -30px;
  width: 230px;
}
.price-section .data-charge-wrap .date-title {
  font-size: 3.6rem;
  font-weight: 900;
}
.price-section .data-charge-wrap .date-title span.small-text {
  font-size: 2rem;
  text-decoration: underline 5px #ffe000;
  margin-right: 10px;
}
.price-section .data-charge-wrap .date-title span.adjust-text {
  font-weight: 600;
  font-size: 4rem;
}
.price-section .data-charge-wrap .btn_box03 a {
  background-color: #ffe000;
  color: #000;
  border-radius: 30px;
}
.btn_box03 a::before {
  border-left: 12px solid #000;
  transition: .3s;
}
.price-section .data-charge-wrap .btn_box03 a:hover {
  background-color: #000;
  color: #ffe000;
}
.price-section .data-charge-wrap .btn_box03 a:hover::before {
  border-left: 12px solid #ffe000;
}
.price-section .data-charge-wrap .data-flex {
  display: flex;
  margin-top: 30px;
  gap: 20px;
}
.price-section .data-charge-wrap .data-flex .item-text {
  width: 40%;
}
.price-section .data-charge-wrap .data-flex .item-text p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}
.price-section .data-charge-wrap .data-flex .item-detail {
  width: 60%;
}
.price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex {
  display: flex;
  gap: 5px;
}
.price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item {
  background-color: #E3E3E3;
  border-radius: 12px;
  width: calc((100% - 10px) / 3);
}
.price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-plan {
  background-color: #3C3C3C;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  border-radius: 12px 12px 0 0;
}
.price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-plan span {
  font-size: 1.8rem;
}
.price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-price {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
}
.price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-price .price-big {
  font-size: 3.2rem;
  margin-right: -2px;
}
.price-section .data-charge-wrap .data-flex .item-detail .attention {
  font-size: 1.2rem;
  margin-top: 5px;
  text-align: right;
}
.price-section .giga-item .compare-table {
  width: 90%;
  margin: 20px auto 0;
}
.price-section .giga-item .compare-table thead th {
  background-color: #3c3c3c;
  color: #fff;
  padding: 10px;
}
.price-section .giga-item .compare-table tbody th,
.price-section .giga-item .compare-table tbody td {
  background-color: #fff;
  padding: 10px 0;
  width: 50%;
}
.price-section .giga-item .compare-table tbody th img {
  width: 60%;
}

/* 端末情報 */
main .product-section .inner {
  padding: 90px 0;
}
.tanmatsu-wrap {
  background-color: #FFF;
  padding: 50px 70px;
  border-radius: 15px;
  margin-top: 40px;
}
.product-area {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 50px;
}
.product-main,
.thumbnail {
  width: 70%;
  padding: 0px;
  border-radius: 0.5em;
  transform: translateZ(0);
  background: #D9D9D9;
  box-sizing: border-box;
}
.product-main {
  position: relative;
  padding: 20px;
  background: #fff;
}
.product-main .product-zero {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 100px;
  height: auto;
}
.product-main img,
.thumbnail img {
  width: 100%;
}
.fade-in {
  animation-name: fadeInAnime;
  animation-duration: .2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.step-img p {
  font-size: 2.5rem;
  color: #D400FF;
  font-weight: bold;
  margin-top: 20px;
}
.step-img-title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.step-img-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step-img-flex-bottom {
  margin-top: 50px;
}
.step-img-flex .default-btn {
  margin-top: 15px;
}
.step-img-flex > div {
  position: relative;
}
.step-img-flex > div img {
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  cursor: pointer;
}
.step-img-flex > div .pickup {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  height: 26px;
}
.step-img-flex .default-btn a {
  font-size: 1.6rem;
  height: 45px;
  line-height: 45px;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fadeInAnime;
  animation-duration: .2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.product-main img.size-sm {
  box-sizing: border-box;
  padding: 25px 50px;
}
.thumbnail-area {
  display: flex;
  width: 30%;
  flex-wrap: wrap;
  row-gap: 15px;
  justify-content: space-between;
  cursor: pointer;
}
.thumbnail {
  display: inline-flex;
  align-items: center;
  width: calc(50% - 10px);
  padding: 10px;
  filter: none;
}
.thumbnail:hover {
  opacity: 0.7;
  filter: drop-shadow(0px 5px 5px rgb(0 0 0 / 20%));
  transform: translateZ(0);
  transition: .2s;
}
.tanmatsu-wrap .tanmatsu-price {
  font-size: 2.5rem;
  color: #000;
  text-align: left;
  font-weight: bold;
  width: 539px;
  text-align: center;
}
.tanmatsu-wrap .tanmatsu-price span {
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  margin-left: 10px;
}
.tanmatsu-detail-container {
  display: flex;
  gap: 0 30px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.tanmatsu-detail-container .detail-item {
  width: calc(100% / 4 - 22.5px);
  padding: 0;
  box-sizing: border-box;
  border-top: 1px solid #3C3C3C;
  border-bottom: 1px solid #3C3C3C;
  text-align: center;
}
.tanmatsu-detail-container .detail-item img {
  width: 90%;
}
.tanmatsu-detail-bottom {
  display: flex;
  gap: 0 30px;
  margin: 25px 0 30px;
}
.tanmatsu-detail-bottom .detail-item {
  width: calc(100% / 4 - 22.5px);
  box-sizing: border-box;
  text-align: center;
}
.tanmatsu-detail-bottom .detail-item li {
  color: #fff;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
}
.tanmatsu-detail-bottom .detail-item li:first-child {
  border-bottom: 1px solid #969696;
}
.spec-area .btn-spec .spec-button {
  cursor: pointer;
}
.spec-area .default-btn a::before {
  transform: translateY(-50%) rotate(90deg);
}
.spec-area .default-btn.open a::before {
  transform: translateY(-58%) rotate(-90deg);
  border-left: 12px solid #000;
}
.spec-area .default-btn.open a {
  background: #FFDA00;
  color: #000;
}
.spec-content {
  display: none;
  padding: 30px 0 0;
}
.spec-content table {
  width: 100%;
  max-width: 728px;
  margin: auto;
  border-collapse: collapse;
}
.spec-content table td {
  text-align: left;
  font-size: 1.3rem;
  padding: 0.7em 1em;
  border: 1px solid #3c3c3c;
  word-break: break-all;
  background-color: #FFF;
  color: #000;
}
.spec-content table td:first-of-type {
  width: 35%;
  border-bottom: 1px solid #3c3c3c;
  color: #000;
  background: #D6D6D6;
}
.spec-content table tr:last-of-type td:first-of-type {
  border-color: #3c3c3c;
}
.spec-content table td.td-sub {
  width: 22%;
  background: #EBEBEB;
  color: #000;
  border: 1px solid #3c3c3c;
}
.default-btn {
  text-align: center;
}
.spec-area .btn-spec .spec-button {
  cursor: pointer;
  background: #212121;
  display: inline-block;
  position: relative;
  border-radius: 30px;
  padding: 19px 30px;
  min-width: 320px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  transition: .3s;
  box-sizing: border-box;
}
.spec-area .btn-spec .spec-button::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffe000;
  transition: .3s;
}
.spec-area .btn-spec .spec-button:hover {
  background: #ffe000;
  color: #000;
}
.spec-area .btn-spec .spec-button:hover::before {
  border-left: 12px solid #000;
}
.spec-area .btn-spec.open .spec-button {
  background: #ffe000;
  color: #000;
}
.spec-area .btn-spec.open .spec-button::before {
  border-left: 12px solid #000;
  transform: translateY(-50%) rotate(-90deg);
}
.product-section div.lp-device-section-1 {
  margin: 0 auto 20px;
}
.product-section .device-introduction {
  padding-bottom: 0;
}
.product-section .spec-area .spec-btn-flex {
  display: flex;
  gap: 50px;
  justify-content: center;
}

/* ご利用までの流れ */
.flow-section .flow_box {
  margin: 50px auto 0;
}
.flow-section .notice-txt {
  display: flex;
  flex-direction: column;
  margin: 20px auto 0;
}
.flow-section .notice-txt span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
}
.flow-section .flow_box .flow-item {
  padding: 20px 20px 30px;
}

/* お知らせ用 */
.news-day {
  width: 10%;
}
.news-section .btn_box03 a::before {
  border-left: 12px solid #ffe000;
}
.news-section .btn_box03 a:hover::before {
  border-left: 12px solid #000;
}

.months-free {
  position: absolute;
  right: 0;
  bottom: 70px;
  z-index: -1;
}

/* スマートプラン オプションサービス */
.option-section .default-main-titl {
  margin-bottom: 0;
}
.option-section .option-title {
  position: relative;
  text-align: center;
  margin-top: 70px;
}
.option-section .option-title p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.option-section .option-title p span {
  display: inline-block;
  color: #ff0080;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.option-section .option-title p::before,
.option-section .option-title p::after {
  content: "";
  width: 120px;
  height: 2px;
  background-color: #ff0080;
}
.option-section .option-title h3 {
  font-size: 3.6rem;
  font-weight: 900;
  margin: 10px 0 0;
}
.option-section .option-title h3 span {
  font-size: 2rem;
  font-weight: 600;
}
.option-section .terminal-plan-explanation {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.option-section .terminal-plan-explanation .if-flex-op,
.option-section .terminal-plan-explanation .if-flex,
.option-section .terminal-plan-explanation .if-flex-option4 {
  position: relative;
}
.option-section .terminal-plan-explanation .if-flex-op img.first-0yen,
.option-section .terminal-plan-explanation .if-flex img.first-0yen,
.option-section .terminal-plan-explanation .if-flex-option4 img.first-0yen {
  position: absolute;
  width: 120px;
  height: auto;
  right: -40px;
  top: -105px;
  z-index: -1;
}
.option-section .terminal-plan-explanation .if-flex img.first-0yen {
  top: -95px;
}
/* スマートプラン オプションサービス end */

/* 端末安心オプション */
.default-main-titl.terminal-price-ttl {
  margin-top: 0;
}
.default-main-titl .topborder.terminal-plan-price::before {
  top: 200px;
}

.terminal-plan-explanation {
  display: flex;
  align-items: center;
}

.terminal-plan-explanation .price-plan-if {
  margin-left: 20px;
  font-weight: bold;
  font-size: 8rem;
  margin-top: 0;
}

.terminal-plan-explanation .price-plan-if-660 {
  margin-top: 20px;
}

.terminal-plan-explanation .price-plan-if-circle {
  font-size: 1.5rem;
  font-weight: bold;
}

.price-flex-option {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.plan-opt .terminal-plan-explanation img {
  height: 90px;
  width: auto;
  margin: 0 3vw 0 4vw;
}

.terminal-plan-explanation .price-flex-option {
  position: relative;
}

.terminal-plan-explanation .price-flex-option.overseas-img{
  width: 37%;
}

.terminal-plan-explanation .price-flex-option.overseas-img img{
  width: 100%;
}
.terminal-plan-explanation .price-flex-option.option-img img{
  height: 120px;
}

.plan-opt .terminal-plan-explanation img {
  margin: 0;
}

.th-option-0,
.td-not-maximum {
  display: flex;
}

.th-option,
.td-not,
.td-maximum,
.mind-break {
  display: flex;
  justify-content: center;
  margin: auto;
}

.mind-break {
  margin-top: 15px;
}

.th-option p,
.td-not p,
.td-maximum p {
  display: flex;
  align-items: center;
}

.td-maximum p {
  margin-top: 10px;
}

.td-maximum span {
  margin-bottom: 10px;
}

.plan-opt-body-tbl {
  display: flex;
  align-items: flex-start;
}

.plan-opt .content-notes table.plan-content-tbl {
  table-layout: auto;
  margin: 0;
}

.compensation-details {
  display: flex;
  justify-content: center;
  width: 458px;
  margin: 50px 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.th-option,
.th-0,
.td-not,
.td-maximum {
  margin: 0 2px 2px 2px;
  font-weight: bold;
}

.flex-opt-content {
  width: 50%;
  margin-right: 20px;
}

.th-option {
  background-color: #000;
  color: #fff;
  width: 120px;
}

.th-0 {
  width: 300px;
  padding: 15px;
  background-color: #ffe700;
}

.th-0 p {
  font-weight: 900;
  font-size: 1.5rem;
  text-align: center;
}

.th-0 .center-zero {
  margin-top: 20px;
  font-weight: bold;
}

.th-0 p span {
  font-size: 5rem;
  color: #e6006b;
}

.td-not {
  width: 120px;
  height: 78px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #D3D3D3;
}

.td-maximum {
  width: 300px;
  padding: 15px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #D3D3D3;
}

.td-maximum span {
  font-size: 3.5rem;
}

.option-section .option-title .title-sub {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 600;
}

.plan-opt div.content-notes table tbody p,
.plan-opt div.content-notes table tbody ul {
  font-size: 1.3rem;
}

.plan-opt div.content-notes table tbody th,
.plan-opt div.content-notes table tbody td {
  padding: 11px 5px;
  border: none;
  border-top: 1px solid var(--zeus-po-black);
  border-bottom: 1px solid var(--zeus-po-black);
}
.plan-opt div.content-notes table tbody th{
  width: 17%;
}
.plan-opt div.content-notes table tbody th h4{
  margin: 0;
}

.plan-opt .plan-content-wrapper .plan-content-tbl ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

.plan-opt .plan-content-wrapper .plan-content-tbl ul li::before {
  content: '◎';
  position: absolute;
  color: #000;
  text-indent: -1.5rem;
}


/* デジタルライフサポート */
div.plan-opt-3 {
  margin-top: 100px;
}

.default-main-titl.terminal-price-ttl-half h2{
  margin-bottom: 0;
}

.terminal-plan-price {
  position: relative;
}

.terminal-plan-price.shoulder {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translate(0, -50%);
  color: var(--zeus-po-white);
  font-size: 2.5rem;
  line-height: 1;
  padding: 8px 32px;
  background-color: #e6006b;
  border-radius: 50px;
}

.digital-price-wrapper {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.2);
  margin: 0 5px;
  padding: 30px 20px;
  width: 33.3%;
}

.digital-price-wrapper img{
  height: 60px;
}

.digital-price-wrapper:nth-of-type(2) img{
  height: 50px;
}
.digital-price-wrapper p {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: left;
  margin: auto;
  line-height: 1.5;
}

.fast-free-plan-digital {
  display: flex;
  width: 100%;
}

.digital-price-wrapper p .back-yellow {
  font-size: 2.3rem;
}
.price-sub-terminal {
  display: flex;
  width: 30%;
  margin-top: 80px;
}

.terminal-price-ttl {
  position: relative;
}

.if-flex {
  display: flex;
  justify-content: center;
  text-align: center;
}

.if-flex .min-max {
  display: block;
  font-size: 2.5rem;
}

.plan-opt .terminal-plan-explanation .months-free img {
  height: 120px;
}

.terminal-free-plan {
  box-shadow: 0 1px 8px rgba(0,0,0,0.2);
  display: flex;
  align-items: baseline;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}

.price-main-terminal {
  display: flex;
  width: 60%;
}

.price-main-terminal .terminal-price-wrapper {
  width: 20%;
  margin-left: 20px;
}

.price-main-terminal .terminal-price-wrapper p {
  font-weight: bold;
  font-size: 1.2rem;
}

.price-sub-terminal .terminal-price-wrapper {
  margin-right: 10%;
}

.price-sub-terminal .terminal-price-wrapper p {
  font-weight: bold;
  font-size: 1.1rem;
}

.price-support-model {
  position: absolute;
  height: 240px;
  right: 30px;
  bottom: 5%;
}

.price-support-model img {
  height: 100%;
}

.eyecatch__yellow{
  position: absolute;
  top: 10%;
  right: 170px;
  padding: .5em 0.7em .5em 1em;
  font-size: 2.2rem;
  font-weight: 800;
  border-radius: 50vh;
  background-color: #ffe000;
}
.eyecatch__yellow::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  border: 20px solid #fce011;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: translate(50%, 0%);
}

/* 丸ごと安心パック */
.digital-notes {
  font-size: 1.3rem;
}

.saison-box img {
  max-width: 100%;
}

.if-flex-option4 {
  display: flex;
  justify-content: baseline;
}

/* price footer */
#price-footer {
  position: relative;
}

#price-footer #cv .inner h3 img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  width: 60px;
}

#price-footer #cv dl dt a span,
#price-footer #cv dl dd a span {
  background: none;
  padding-right: 0;
  position: relative;
}

#price-footer #cv dl dt a span::before,
#price-footer #cv dl dd a span::before {
  content: "";
  border-left: 11px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

#price-footer #cv dl dt a:hover span::before,
#price-footer #cv dl dd a:hover span::before {
  border-left: 11px solid #FFE400;
}

#price-footer #cv .inner h3 {
  position: relative;
  text-align: center;
  font-weight: bold;
}

#price-footer #cv {
  padding: 40px 0;
}

/* 補完用 */
.option-section .sub-price-image {
    margin: 40px auto 50px;
    text-align: center;
}
.fast-free-plan{
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
}

.sub-price-image {
  margin: 80px 0 20px;
  text-align: center;
}

.sub-price-wrapper {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.2);
  margin: 0 5px;
  padding: 30px 20px;
  display: grid;
  position: relative;
}

.sub-price-wrapper-2{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin: 0;
  padding: 25px 15px 15px;
  border-radius: 20px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.sub-price-wrapper-2 .price-free-img {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 23%;
}
.sub-price-wrapper-2 img {
    width: 160px;
}

.sub-price-wrapper p span.small-font-price {
  font-size: 1.3rem;
}
.back-yellow {
  background-color: #ffe000;
}

.sub-price-wrapper .sub-feature-font {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #price-footer #cv {
    padding: 14px 8% 4px;
  }

  #price-footer #cv .inner h3 img {
    top: -40px;
  }
}
/* 丸ごと安心パック end */

/* 海外データプラン */
.default-main-titl.terminal-price-ttl.option-price-ttl {
  margin-top: -70px;
}

.default-main-titl.terminal-price-ttl.option-price-ttl-2 {
  margin-top: -30px;
}

.option-price-ttl p {
  margin-bottom: 46px;
}

.default-main-titl p.topborder.sub-topborder::before {
  top: 30px;
}

.default-main-titl p.topborder.plan-price-subttl::before {
  top: 155px;
}

.lp-price-page .default-main-titl p.topborder.plan-price-subttl::before {
  top: 30px;
}

.lp-price-page .other-sixth div.white-font-small p {
  font-size: 1.6rem;
  font-weight: lighter;
}

a.button-black-price {
  box-sizing: border-box;
  display: flex;
  min-width: 180px;
  max-width: 300px;
  width: 40%;
  padding: 1.2em 1em;
  font-size: 1.7rem;
  font-weight: 900;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  margin: 50px auto 100px;
  position: relative;
}

a.button-yellow-price span::before,
a.button-black-price span::before {
  content: "";
  position: absolute;
  font-size: 16px;
  right: 20px;
  top: 50%;
  border-left: 11px solid #000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: translateY(-50%);
  transition: 0.3s;
}
a.button-black-price span::before {
  border-left: 11px solid #ffe000;
}
a.button-black-price:hover span::before {
  color: #ffe000;
  border-left: 11px solid #000;
}
a.button-yellow-price:hover span::before {
  color: #000;
  border-left: 11px solid #ffe000;
}
a.button-black-price span {
  width: fit-content;
  flex-grow: 1;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
}

a.button-black-price i {
  font-size: 16px;
  margin: auto;
  color: #ffe000;
}

a.button-black-price:hover i,
a.button-black-price-business:hover i {
  color: #000
}

a.button-black-price:hover,
a.button-black-price-business:hover {
  background-color: #ffe000;
  color: #000;
  transition: 0.3s;
}

.button-black-price-business {
  box-sizing: border-box;
  display: flex;
  min-width: 180px;
  width: 16%;
  margin: auto;
  padding: 1.2em 1em;
  font-size: 1.7rem;
  font-weight: 900;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  margin-top: 20px;
  position: absolute;
}

a.button-black-price-business i {
  font-size: 16px;
  margin: auto;
  color: #ffe000;
}

div.business-banner-box img {
  max-width: 980px;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1280px) {
  div.main div.key-visual {
    height: auto;
  }

  /* 共通 */
  main .inner {
    padding: 70px 0;
  }
  .default-main-titl h2 .price-big {
    font-size: 8rem;
  }

  .price-section .attention-area {
    margin-bottom: 0;
  }

  /* スマートプランのここがオススメ */
  .recommend-section .recomend-item-wrap {
    margin-bottom: 20px;
  }
  main .recommend-section .inner {
    padding: 50px 0 70px;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .image-box {
    width: 200px;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .big-text span.pink-text {
    font-size: 4rem;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .big-text {
    font-size: 3rem;
  }
  .recommend-section .recomend-item-wrap .item .item-flex {
    gap: 20px;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .text-box {
    width: calc(100% - 220px);
  }
  .recommend-section .recomend-item-wrap .item .item-flex .small-text {
    font-size: 1.6rem;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .big-text span.pink-text.price-big {
    font-size: 6rem;
    bottom: -3px;
  }

  /* スマートプランの料金 */
  .price-section .price-text-flex {
    margin-top: 30px;
    padding: 15px 0px;
  }
  .price-section .price-text-flex .item p.title-text span {
    font-size: 2.2rem;
  }
  .price-section .price-text-flex .item p.title-text {
    font-size: 1.8rem;
  }
  .price-section .price-text-flex .item {
    padding: 20px 10px 10px;
    width: calc((100% - 20px) / 3);
  }
  .price-section .price-text-flex .item p {
    font-size: 1.3rem;
  }
  .price-section .price-giga-flex {
    margin-top: 40px;
  }
  .price-section .fukidashi-flex .fukidashi-text .fukidashi {
    line-height: 1.3;
  }
  .price-section .data-charge-wrap img.charge-image-pc {
    right: 10px;
    top: -10px;
    width: 150px;
  }
  .price-section .data-charge-wrap {
    padding: 30px 20px;
    margin: 50px auto 0;
  }
  .price-section .data-charge-wrap .data-flex .item-text {
    width: 50%;
  }
  .price-section .data-charge-wrap .data-flex .item-detail {
    width: 50%;
  }
  .price-section .data-charge-wrap .btn_box03 a {
    font-size: 1.4rem;
    padding: 20px 30px 20px 20px;
  }
  .price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-plan {
    font-size: 2.4rem;
  }
  .price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-plan span {
    font-size: 1.5rem;
  }
  .price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-price .price-big {
    font-size: 2.5rem;
    margin-right: 0;
  }
  .price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-price {
    padding: 15px 0;
  }
  .price-section .giga-item .compare-table {
    width: 100%;
  }
  .compare-table tbody td span {
    font-size: 2.2rem;
  }
  .compare-table tbody td {
    font-size: 1.5rem;
  }

  /* 端末情報 */
  main .product-section .inner {
    padding: 70px 0 0;
  }
  .tanmatsu-wrap {
    padding: 30px;
  }
  .product-area {
    gap: 30px;
  }
  .tanmatsu-wrap .tanmatsu-price {
    width: 413px;
  }
  .product-section div.lp-device-section-1 .device-thumb.device-thumb-mr1 img, 
  .product-section div.lp-device-section-1 .device-thumb.device-thumb-u20p img {
    max-width: 260px;
  }
  .product-section .spec-area .spec-btn-flex {
    gap: 30px;
  }
  .tanmatsu-detail-container .detail-item img {
    width: 100%;
  }

  .option-section .sub-price-image {
    margin-bottom: 20px;
  }

  /* ご利用までの流れ */
  .flow-section .flow_box .flow-item {
    padding: 20px 10px 30px;
  }

  /* お知らせ用 */
  .news-day {
    min-width: 87px;
    width: 10%;
    white-space: nowrap;
  }
  .news-category-area {
    min-width: 110px;
    width: 13%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  /* 共通 */
  main .inner {
    padding: 70px 0;
  }
  .default-main-titl h2 {
    line-height: 1.4;
  }
  .default-main-titl h2 .price-big {
    font-size: 8rem;
  }
  /* スマートプランのここがオススメ */
  main .recommend-section .inner {
    padding: 50px 0 70px;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .image-box {
    width: 200px;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .big-text span.pink-text {
    font-size: 4rem;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .big-text {
    font-size: 3rem;
  }
  .recommend-section .recomend-item-wrap .item .item-flex {
    gap: 0;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .text-box {
    width: calc(100% - 200px);
  }
  .recommend-section .recomend-item-wrap .item .item-flex .small-text {
    font-size: 1.6rem;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .big-text span.pink-text.price-big {
    font-size: 6rem;
    bottom: -3px;
  }

  /* スマートプランの料金 */
  .price-section .price-text-flex {
    margin-top: 30px;
    padding: 15px 0px;
  }
  .price-section .price-text-flex .item p.title-text span {
    font-size: 2.2rem;
  }
  .price-section .price-text-flex .item p.title-text {
    font-size: 1.8rem;
  }
  .price-section .price-text-flex .item {
    padding: 20px 10px 10px;
    width: calc((100% - 20px) / 3);
  }
  .price-section .price-text-flex .item p {
    font-size: 1.3rem;
  }
  .price-section .price-giga-flex {
    margin-top: 40px;
  }
  .price-section .fukidashi-flex .fukidashi-text .fukidashi {
    line-height: 1.3;
  }
  .price-section .data-charge-wrap img.charge-image-pc {
    right: 10px;
    top: -10px;
    width: 150px;
  }
  .price-section .data-charge-wrap {
    padding: 30px 20px;
    margin: 50px auto 0;
  }
  .price-section .data-charge-wrap .data-flex .item-text {
    width: 50%;
  }
  .price-section .data-charge-wrap .data-flex .item-detail {
    width: 50%;
  }
  .price-section .data-charge-wrap .btn_box03 a {
    font-size: 1.4rem;
    padding: 20px 30px 20px 20px;
  }
  .price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-plan {
    font-size: 2.4rem;
  }
  .price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-plan span {
    font-size: 1.5rem;
  }
  .price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-price .price-big {
    font-size: 2.5rem;
    margin-right: 0;
  }
  .price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-price {
    padding: 15px 0;
  }
  .price-section .giga-item .compare-table {
    width: 100%;
  }
  .compare-table tbody td span {
    font-size: 2.2rem;
  }
  .compare-table tbody td {
    font-size: 1.5rem;
  }

  /* 端末安心オプション */
  .terminal-plan-explanation {
    flex-direction: column;
  }
  .compensation-details {
    width: 340px;
    margin: 50px 0px 10px;
  }
  .plan-opt-header .terminal-plan-explanation .descr {
    width: 96%;
    text-align: center;
    font-size: 1.8rem;
  }

  .option-section .terminal-plan-explanation .if-flex-op img.first-0yen,
  .option-section .terminal-plan-explanation .if-flex img.first-0yen,
  .option-section .terminal-plan-explanation .if-flex-option4 img.first-0yen {
    width: 100px;
    right: -30px;
    top: -85px;
  }
  .option-section .terminal-plan-explanation .if-flex img.first-0yen {
    top: -80px;
  }
  .option-section .option-title {
    margin-top: 60px;
  }
  .default-main-titl.terminal-price-ttl.option-price-ttl {
    margin-top: -30px;
  }
  .default-main-titl.terminal-price-ttl.option-price-ttl-2 {
    margin-top: -10px;
  }
  .default-main-titl h2 .topborder.terminal-plan-price::before {
    top: 150px;
  }
  .plan-opt-header {
    margin-bottom: -10px;
  }
  .option-section .descr {
    font-size: 1.7rem;
  }
  .terminal-plan-explanation .price-plan-if-circle .min-max {
    font-size: 1.8rem;
    line-height: .6;
  }
  .terminal-plan-explanation .price-flex-option {
    margin: 20px 0 0;
  }
  .plan-opt-header .terminal-plan-explanation .descr {
    width: 96%;
    font-size: 1.8rem;
  }
  .terminal-plan-explanation .price-plan-if {
    line-height: 3rem;
  }
  .option-section .terminal-plan-explanation .price-plan-if {
    font-size: 6.2rem;
  }
  .option-section .terminal-plan-explanation img {
    height: 70px;
  }
  .terminal-plan-explanation .price-plan-if-circle {
    font-size: 1.4rem;
  }
  .terminal-plan-explanation .price-plan-if-660 {
    margin-top: 0;
    line-height: 5.2rem;
  }
  .conditions-entry:nth-child(1) {
    border-top: #000 solid 1px;
  }
  .conditions-entry {
    border-bottom: #000 solid 1px;
    padding: 8px 0;
  }
  .conditions-entry h3 {
    margin: 0;
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
  .conditions-entry p,
  .conditions-entry ul {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .conditions-entry ul {
    padding: 0;
    margin: 0;
  }
  .mind-break {
    margin-top: 15px;
    gap: 10px;
    padding: 0 10px;
  }
  .th-option {
    width: 140px;
  }
  .option-section .flex-opt-content {
    gap: 10px;
  }
  .op-anshin-wrap .plan-opt-body-tbl .conditions-entry ul {
    list-style: none;
  }
  .op-anshin-wrap .plan-opt-body-tbl .conditions-entry ul li {
    position: relative;
    padding-left: 20px;
  }
  .op-anshin-wrap .plan-opt-body-tbl .conditions-entry ul li::before {
    content: '◎';
    position: absolute;
    color: #000;
    text-indent: -1.5rem;
  }

  /* デジタルライフサポート */
  .fast-free-plan-digital {
    gap: 10px;
  }
  .digital-price-wrapper {
    width: 100%;
    margin: 0 0 10px;
    padding: 20px 10px;
    justify-content: center;
  }
  .digital-price-wrapper p {
    font-size: 1.4rem;
  }
  .digital-price-wrapper p .back-yellow {
    font-size: 1.6rem;
  }
  .fast-free-plan-digital img {
    margin: auto;
    max-width: 100px;
  }
  .price-support-model {
    min-width: auto;
    max-width: 280px;
    right: -10px;
  }
  .terminal-free-plan {
    padding: 20px 7px 10px;
  }
  .price-main-terminal .terminal-price-wrapper {
    width: 23%;
    margin-left: 8px;
  }
  .price-main-terminal .terminal-price-wrapper p,
  .price-sub-terminal .terminal-price-wrapper p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .price-sub-terminal {
    width: calc(40% - 20px);
    margin: 0 0 0 20px;
    gap: 15px;
  }
  .price-sub-terminal .terminal-price-wrapper{
    width: 27%;
    margin: 0;
  }

  .terminal-plan-explanation .price-flex-option--1 {
    margin-left: -110px;
  }
  .plan-opt .terminal-plan-explanation .price-flex-option--1 .months-free {
    right: -130px;
    top: -50%;
    bottom: initial;
  }
  .terminal-plan-explanation .price-flex-option--2 {
    margin-left: -110px;
  }
  .terminal-plan-explanation .price-flex-option--2 .months-free {
    right: -130px;
    top: -40%;
    bottom: initial;
  }
  .terminal-plan-explanation .price-flex-option--3 {
    margin-top: 0;
    margin-left: -110px;
  }
  .terminal-plan-explanation .price-flex-option--3 .months-free {
    right: -130px;
    top: 0;
    bottom: initial;
  }

  a.button-yellow-price {
    margin-top: 30px;
  }
  a.button-yellow-price span::before {
    top: 33px;
  }
  .opt-digital-life.plan-opt .terminal-plan-explanation img {
    left: -50px;
  }
  .opt-digital-life.plan-opt .price-flex-option,
  .opt-marugoto-anshin.plan-opt .price-flex-option {
    align-items: flex-end;
  }
  .opt-digital-life.plan-opt .price-flex-option .if-flex {
    margin-left: 20px;
  }
  .digital-plan-flex .item .plan-detail .price .price-big {
    font-size: 5rem;
  }
  .digital-plan-flex .item .plan-detail {
    padding: 20px;
  }
  .digital-plan-flex .item .plan-detail .price {
    align-items: center;
  }
  .insurance-option.plan-box {
    margin: 0;
    gap: 30px;
  }
  .insurance-option.plan-box img {
    width: calc((100% - 30px) / 2);
  }
  .op-digital-wrap .sub-price-image {
    margin: 40px auto 20px;
  }

  /* 丸ごとあんしん */
  .smart-plan div.sub-price-wrapper,
  .sub-price-thumb div.sub-price-wrapper {
    padding: 20px 15px;
  }
  .smart-plan div.sub-price-wrapper .price-free-img,
  .sub-price-thumb div.sub-price-wrapper .price-free-img {
    width: 25%;
  }
  .smart-plan div.sub-price-wrapper img,
  .sub-price-thumb div.sub-price-wrapper img {
    width: 130px;
  }
  .smart-plan a.entry-btn-price-free {
    margin-bottom: 90px;
  }

  /* 端末情報 */
  main .product-section .inner {
    padding: 70px 0;
  }
  .tanmatsu-wrap {
    padding: 30px;
  }
  .product-area {
    gap: 30px;
  }
  .tanmatsu-wrap .tanmatsu-price {
    width: 413px;
  }
  .product-section div.lp-device-section-1 .device-thumb.device-thumb-mr1 img, 
  .product-section div.lp-device-section-1 .device-thumb.device-thumb-u20p img {
    max-width: 260px;
  }
  .product-section .spec-area .spec-btn-flex {
    gap: 30px;
  }
  .spec-area .btn-spec .spec-button {
    padding: 18px 30px;
  }
  .tanmatsu-detail-container .detail-item img {
    width: 100%;
  }

  /* ご利用までの流れ */
  .flow-section .flow_box .flow-item {
    padding: 20px 10px 30px;
  }

  /* お知らせ用 */
  .news-day {
    min-width: 87px;
    width: 10%;
    white-space: nowrap;
  }
  .news-category-area {
    min-width: 110px;
    width: 13%;
  }
}

@media screen and (max-width: 767px) {
  .option-section .option-title {
    margin-top: 3em;
  }
  .option-section .terminal-plan-explanation {
    margin-top: 2em;
  }

  .default-main-titl .topborder.terminal-plan-price::before {
    top: -20px;
  }

  .lp-price-page .default-main-titl.terminal-price-ttl {
    margin-bottom: 30px;
  }

  .default-main-titl h2 {
    margin-top: 0;
  }

  .terminal-plan-explanation {
    display: block;
  }

  .terminal-plan-explanation {
    margin-top: 2em;
  }

  .plan-opt-header .terminal-plan-explanation .descr {
    width: 100%;
    font-size: 1.6rem;
  }

  div.terminal-plan-explanation .price-plan-if {
    margin-left: 6px;
    font-size: 5rem;
    line-height: 4rem;
  }

  div.terminal-plan-explanation .price-plan-if-circle {
    margin: 0;
  }

  .plan-opt-body-tbl {
    display: block;
  }

  .plan-opt .terminal-plan-explanation img {
    height: 70px;
  }

  .flex-opt-content {
    width: 94%;
    margin: 0 3%;
  }

  .th-option {
    width: 25%;
  }

  .th-0 {
    width: 75%;
    padding: 10px 15px;
  }

  .td-not {
    width: 25%;
  }

  .td-maximum {
    width: 75%;
  }

  .td-maximum p {
    margin-top: 10px;
  }

  .plan-opt .plan-content-wrapper .plan-content-tbl {
    margin-top: 20px;
  }

  .conditions-entry {
    border-bottom: #000 solid 1px;
    padding: 10px 0;
  }

  .conditions-entry:nth-child(1) {
    border-top: #000 solid 1px;
  }

  .conditions-entry h3 {
    margin: 10px 0;
  }

  .plan-content-tbl ul {
    padding-left: 15px;
    margin-top: 0;
  }

  .plan-opt .plan-content-wrapper .plan-content-tbl ul li {
    padding-left: 0em;
  }
  .conditions-entry{
    padding: 15px 0.5em 5px;
  }
  .compensation-details{
    display: block;
    margin: 40px auto 10px;
    text-align: center;
    width: auto;
    font-weight: bold;
  }
  .conditions-entry h4{
    font-size: 1.5rem;
    margin: 0px 0 10px;
  }
  .plan-content-tbl ul{
    margin-bottom: 0;
  }
  .plan-opt .plan-content-wrapper .plan-content-tbl ul li{
    line-height: 1.75;
  }
  .terminal-plan-explanation .price-flex-option{
    margin: 0 auto;
  }
  .terminal-plan-explanation .price-flex-option.option-img img{
    height: 90px;
  }
}
/* 端末安心オプション end */

@media screen and (max-width: 767px) {
  div.plan-opt-3 {
    margin-top: 50px;
  }
  .terminal-plan-price.shoulder {
    font-size: 1.5rem;
    left: 100px;
    top: -87px;
  }

  .fast-free-plan-digital {
    display: block;
  }

  .digital-price-wrapper {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 10px;
    padding: 20px 2%;
    align-items: center;
    justify-content: space-between;
  }

  .digital-price-wrapper p .back-yellow {
    font-size: 1.2em;
  }

  .digital-price-wrapper p {
    font-size: 1.8rem;
    width: 65%;
    margin: 0;
  }

  .fast-free-plan-digital img {
    width: auto;
    height: 55px;
    margin: auto;
    text-align: center;
  }
  .digital-price-wrapper:nth-of-type(2) img {
    height: 50px;
  }
  .terminal-free-plan {
    display: block;
    padding-bottom: 45px;
    margin-bottom: 5px;
  }

  .price-main-terminal {
    width: 100%;
  }

  .price-main-terminal .terminal-price-wrapper {
    margin: 0;
    padding: 10px;
    width: 25%;
  }

  .price-support-model {
    height: 160px;
    right: 30px;
    bottom: 2%;
  }

  .price-sub-terminal .terminal-price-wrapper {
    margin-right: 0;
  }

  .price-sub-terminal {
    width: 55%;
    margin-top: 50px;
    margin-left: 30px;
    margin-bottom: -35px;
  }

  .price-main-terminal .terminal-price-wrapper p {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .price-sub-terminal img {
    width: 70%;
  }
  .price-sub-terminal .terminal-price-wrapper p {
    font-size: 1rem;
    line-height: 1.2;
  }
  .terminal-plan-explanation .price-flex-option--1 {
    padding: 0 50px 0 0;
  }
  .plan-opt .terminal-plan-explanation .price-flex-option--1 .months-free {
    right: -10px;
    top: -25px;
  }
  .terminal-plan-explanation .price-flex-option--2 {
    margin-top: 10px;
    padding: 0 55px 0 0;
  }
  .terminal-plan-explanation .price-flex-option--2 .months-free {
    right: -12px;
    top: -25px;
  }
  .terminal-plan-explanation .price-flex-option--3 {
    padding: 0 50px 0 0;
  }
  .terminal-plan-explanation .price-flex-option--3 .months-free {
    right: -10px;
    top: -5px;
  }
  .plan-opt .terminal-plan-explanation .months-free img {
    width: 70px;
    height: auto;
  }
  .eyecatch__yellow{
    top: 46%;
    right: 41%;
    padding: 0.4em 1em;
    font-size: 1.8rem;
  }
  .eyecatch__yellow::after{
    content: "";
  }
}
@media screen and (max-width: 425px) {
  .digital-price-wrapper p{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-price-page .default-main-titl {
    margin-bottom: 30px;
  }
  .default-main-titl.terminal-price-ttl.option-price-ttl {
    margin-top: -50px;
  }
  .default-main-titl.terminal-price-ttl.option-price-ttl-2 {
    margin-top: 0px;
  }
  .default-main-titl h2.plan-price-ttl {
    margin-top: 40px;
  }

  .option-price-ttl .plan-price-subttl {
    margin: 0;
  }

  .default-main-titl p.topborder.plan-price-subttl::before {
    top: 30px;
  }

  .default-main-titl .topborder.option-plan-price::before {
    top: -20px;
  }

  .sub-price-image {
    display: block;
    margin: 0;
  }

  div.price-option-person-sp img {
    width: 75%;
    margin: 0 auto;
  }

  .lp-price-page .sub-price-wrapper,
  .sub-price-thumb .sub-price-wrapper {
    margin: 5px;
    width: 100%;
    padding: 20px 15px;
  }

  .lp-price-page .sub-price-wrapper .sub-feature-font,
  .sub-price-thumb .sub-price-wrapper .sub-feature-font {
    font-size: 1.5rem;
  }

  .lp-price-page .sub-price-wrapper p,
  .sub-price-thumb .sub-price-wrapper p {
    font-size: 1.3rem;
  }

  .sub-price-wrapper p {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .sub-price-wrapper p span.small-font-price {
    font-size: 1.1rem;
  }

  .sub-price-wrapper img {
    margin: 8px auto 0;
    width: 80%;
  }

  a.button-black-price {
    width: 90%;
    margin: 50px auto;
  }
  a.button-yellow-price{
    min-width: 180px;
    max-width: 300px;
    font-size: 1.5rem;
  }
  div.business-banner-box img {
    max-width: 450px;
  }

}
/* 海外データプラン end */

/* タブレット用 */
@media (min-width: 768px) and (max-width: 1280px) {
  .default-main-titl.topborder::before {
    width: calc(680px * 0.15);
  }
}

/* スマホ用 */
@media screen and (max-width: 767px) {
  /* 共通 */
  main .inner {
    width: 90%;
    padding: 50px 0;
  }
  .default-main-titl h2 {
    font-size: 3.4rem;
  }
  .default-main-titl.topborder::before {
    width: 50vw;
  }
  .default-main-titl p.plan-title {
    font-size: 2.4rem;
  }
  .option-section .default-main-titl h2 {
    font-size: 3.4rem;
    line-height: 1.5;
  }
  .option-section .option-title h3 {
    font-size: 2.8rem;
  }
  .option-section .option-title p span {
    font-size: 2.2rem;
  }
  .option-section .option-title p::before,
  .option-section .option-title p::after {
    width: 80px;
  }
  .default-main-titl h2 .price-big {
    font-size: 6rem;
    bottom: -3px;
  }

  .option-section .option-title .title-sub {
    font-size: 1.55rem;
    margin: 10px 0 0;
  }

  /* スマートプランのここがオススメ */
  main .recommend-section .inner {
    padding: 50px 0;
  }
  .recommend-section .recomend-item-wrap {
    margin-bottom: 20px;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .image-box {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    min-height: 70px;
    display: flex;
    align-items: center;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .image-box img {
    width: auto;
    height: 50px;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .text-box {
    width: 100%;
  }
  .recommend-section .recomend-item-wrap .item .item-flex {
    display: block;
    position: relative;
  }
  .recommend-section .recomend-item-wrap .item {
    padding: 15px;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .big-text {
    font-size: 2.6rem;
    line-height: 1.2;
    min-height: 70px;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .big-text span.pink-text {
    font-size: 3rem;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .big-text span.pink-text.price-big {
    font-size: 6rem;
    bottom: -3px;
  }
  .recommend-section .recomend-item-wrap .item:nth-child(2) .item-flex .image-box {
    min-height: unset;
  }
  .recommend-section .recomend-item-wrap .item:nth-child(2) .item-flex .big-text {
    min-height: 60px;
    padding-top: 10px;
    line-height: 1;
  }
  .recommend-section .recomend-item-wrap .item:nth-child(2) .item-flex .big-text-block {
    display: flex;
    align-items: flex-end;
    margin-top: -5px;
  }
  .recommend-section .recomend-item-wrap .item:nth-child(2) .item-flex .big-text span.pink-text.price-big {
    bottom: 4px;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .small-text {
    font-size: 1.3rem;
    margin-top: 5px;
  }
  .recommend-section .recomend-item-wrap .item .item-flex .attention {
    font-size: 1.1rem;
  }

  /* スマートプランの料金 */
  .price-section .price-text-flex {
    gap: 15px;
    margin-top: 30px;
    flex-direction: column;
    padding: 5px 15px 15px;
  }
  .price-section .price-text-flex .item {
    padding: 20px 0 0 40px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #ff0080;
    border-left: none;
    text-align: left;
  }
  .price-section .price-text-flex .item:first-child {
    border-top: none;
  }
  .price-section .price-text-flex .item span.number {
    width: 30px;
    height: 30px;
    font-size: 2rem;
    top: calc(50% + 10px);
    left: 0px;
    transform: translateY(-50%);
  }
  .price-section .price-text-flex .item p {
    font-size: 1.3rem;
  }
  .price-section .price-giga-flex {
    gap: 20px 10px;
    margin-top: 30px;
  }
  .price-section .price-giga-flex .giga-item {
    width: calc((100% - 10px) / 2);
  }
  .price-section .price-giga-flex .giga-item .giga-box .giga-price-inner .giga-price .price-big {
    font-size: 3.5rem;
  }
  .price-section .price-giga-flex .giga-item .giga-box .giga-price-inner {
    padding: 20px 10px;
  }
  .price-section .price-giga-flex .giga-item .giga-box .giga-plan {
    font-size: 3rem;
  }
  .price-section .price-giga-flex .giga-item .giga-box .giga-plan span {
    font-size: 2rem;
  }
  .price-section .price-giga-flex .giga-item .giga-box .giga-price-inner .giga-price {
    font-size: 1.4rem;
  }
  .price-section .price-giga-flex .giga-item .giga-btn-wrap .giga-btn {
    padding: 6px 15px;
    border-radius: 12px;
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .price-section .price-giga-flex .giga-item .giga-btn-wrap .giga-btn span.arrow {
    display: inline-block;
  }
  .price-section .price-giga-flex .giga-item .giga-btn-wrap {
    margin-top: 10px;
  }
  .price-section .price-giga-flex .giga-item .giga-btn-wrap .giga-btn::before {
    display: none;
  }
  .price-section .attention-area {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .price-section .price-giga-flex .giga-item .giga-box .giga-plan img.recommend-icon {
    width: 60px;
    right: -15px;
    top: -30px;
  }
  .price-section .fukidashi-flex .fukidashi-image {
    width: 75px;
  }
  .price-section .fukidashi-flex {
    gap: 5px;
    margin: 20px auto 0;
    justify-content: center;
  }
  .price-section .fukidashi-flex .fukidashi-text {
    width: calc(100% - 75px);
  }
  .price-section .fukidashi-flex .fukidashi-text .fukidashi {
    padding: 15px 10px 15px 20px;
    border-radius: 40px;
    font-size: 1.6rem;
    line-height: 1.4;
    max-width: 230px;
    margin-left: auto;
  }
  .price-section .fukidashi-flex .fukidashi-text::before {
    border-bottom: 20px solid #ffe000;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    right: -10px;
    /* 上付き
    border-top: 20px solid #ffe000;
    border-bottom: none;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    right: -10px;
    bottom: unset;
    top: 0;
    */
  }
  .price-section .data-charge-wrap .data-flex {
    margin-top: 20px;
    gap: 20px;
    flex-direction: column;
  }
  .price-section .data-charge-wrap .data-flex .item-text {
    width: 100%;
  }
  .price-section .data-charge-wrap {
    margin: 30px auto 0;
    padding: 30px 20px;
  }
  .price-section .data-charge-wrap .data-flex .item-detail {
    width: 100%;
  }
  .price-section .data-charge-wrap .date-title {
    font-size: 2.8rem;
    text-align: center;
    position: relative;
    line-height: 1.1;
    width: fit-content;
    margin: 0 auto;
  }
  .price-section .data-charge-wrap .date-title span.adjust-text {
    font-size: 3.2rem;
  }
  .price-section .data-charge-wrap .date-title span.small-text {
    font-size: 1.8rem;
    text-decoration: underline 3px #ffe000;
    margin-right: 0;
  }
  .price-section .data-charge-wrap .date-title img.charge-image-sp-1,
  .price-section .data-charge-wrap .date-title img.charge-image-sp-2 {
    position: absolute;
    bottom: 0;
    width: 50px;
  }
  .price-section .data-charge-wrap .date-title img.charge-image-sp-1 {
    left: -60px;
  }
  .price-section .data-charge-wrap .date-title img.charge-image-sp-2 {
    right: -60px;
  }
  .price-section .data-charge-wrap .data-flex .item-text p {
    margin-bottom: 0;
  }
  .price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item {
    border-radius: 8px;
  }
  .price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-plan {
    font-size: 2.2rem;
    padding: 5px;
    border-radius: 8px 8px 0 0;
  }
  .price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-plan span {
    font-size: 1.5rem;
  }
  .price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-price .price-big {
    font-size: 2.4rem;
    margin-right: 0;
  }
  .price-section .data-charge-wrap .data-flex .item-detail .data-giga-flex .item .giga-price {
    padding: 15px 0;
  }
  .price-section .data-charge-wrap .btn_box03 {
    margin-top: 20px;
  }
  .price-section .data-charge-wrap .btn_box03 a {
    padding: 20px 30px 20px 20px;
    font-size: 1.4rem;
  }
  .price-section .giga-item .compare-table {
    width: 100%;
    margin: 10px auto 0;
  }
  .price-section .giga-item .compare-table tbody td span {
    font-size: 1.7rem;
  }
  .price-section .giga-item .compare-table tbody td {
    font-size: 1.1rem;
  }
  .price-section .giga-item .compare-table thead th {
    padding: 5px;
    font-size: 1.8rem;
  }
  .price-section .giga-item .compare-table thead th span {
    font-size: 1.4rem;
  }
  .price-section .giga-item .compare-table tbody th img {
    width: 80%;
  }
  .price-section .giga-item .compare-table tbody th,
  .price-section .giga-item .compare-table tbody td {
    padding: 5px 0;
  }

  /* スマートプランの支払い方法 */
  .payment-section .payment-item-wrap .payment-item-flex {
    flex-direction: column;
    gap: 30px;
  }
  .payment-section .payment-item-wrap .payment-item-flex .item {
    width: 100%;
  }
  .payment-section .payment-item-wrap .payment-item-flex .item.paidy {
    border-top: 1px solid #000;
    border-left: none;
    padding-top: 20px;
  }
  .payment-section .payment-item-wrap .payment-item-flex .item .pay-type {
    font-size: 2rem;
    margin-top: 10px;
  }
  .payment-section .payment-item-wrap .payment-item-flex .item .pay-text {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .payment-section .payment-item-wrap .payment-item-flex .item .popup-btn {
    font-size: 1.5rem;
    margin: 10px auto 0;
  }
  .payment-section .payment-item-wrap .payment-item-flex .item.atone .payment-logo img {
    height: 40px;
    margin: 0;
  }
  .payment-section .payment-item-wrap .payment-item-flex .item .payment-logo img {
    height: 50px;
  }
  .payment-section .payment-item-wrap {
    padding: 30px 20px;
    margin: 30px auto 10px;
  }

  /* 端末情報 */
  main .product-section .inner {
    padding: 50px 0 0;
  }
  .tanmatsu-wrap {
    padding: 10px 10px 30px;
    margin-top: 20px;
  }
  .product-area {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 30px;
    margin: 0px auto 30px;
  }
  .product-main {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
  }
  .thumbnail-area {
    width: 100%;
  }
  .thumbnail {
    width: 45%;
    padding: 10px;
  }
  .product-main .product-zero {
    right: -15px;
    top: -25px;
    width: 80px;
  }
  .spec-content table td {
    font-size: 1.2rem;
    padding: 0.7em 0 0.7em 0.5em;
  }
  .tanmatsu-wrap .tanmatsu-price span {
    font-size: 3.8rem;
    margin-left: 5px;
  }
  .tanmatsu-wrap .tanmatsu-price {
    font-size: 1.4rem;
  }
  .tanmatsu-detail-container {
    gap: 0 20px;
    margin-top: 35px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .tanmatsu-detail-container .detail-item {
    width: calc(100% / 2 - 10px);
    padding: 0;
    box-sizing: border-box;
    border-top: none;
  }
  .tanmatsu-detail-container .detail-item:nth-child(1),
  .tanmatsu-detail-container .detail-item:nth-child(2) {
    border-top: 1px solid #969696;
  }
  .tanmatsu-detail-bottom {
    gap: 0;
    margin: 25px 0 30px;
  }
  .tanmatsu-detail-bottom {
    flex-direction: column;
  }
  .tanmatsu-detail-bottom .detail-item {
    width: 100%;
    display: flex;
    margin: 0;
    border-bottom: 1px solid #969696;
  }
  .tanmatsu-detail-bottom .detail-item:first-child {
    border-top: 1px solid #969696;
  }
  .tanmatsu-detail-bottom .detail-item li:nth-child(1) {
    width: 40%;
    border: none;
  }
  .tanmatsu-detail-bottom .detail-item li:nth-child(2) {
    width: 60%;
    border: none;
  }
  .product-main img.size-sm {
    padding: 15px 30px;
  }
  .device-name {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .spec-area .btn-spec .spec-button {
    padding: 18px 30px;
    min-width: 280px;
    font-size: 1.6rem;
  }
  .product-section .device-introduction {
    padding: 0;
    margin-top: 0;
  }
  .product-section .device-introduction .attention {
    font-size: 1.2rem;
    text-align: left;
    padding: 0 10px;
  }
  .product-section div.swiper-slide img {
    width: auto;
    height: 30vw;
  }
  .product-section div.device-slider-visual {
    padding: 20px 0 0;
  }
  .product-section .swiper-slide span {
    top: -20px;
  }
  div.swiper-container.device-slider-visual {
    height: auto;
  }
  div.swiper-button-next, div.swiper-button-prev {
    top: unset;
    bottom: 50%;
    transform: translateY(75%);
  }
  .product-section .spec-area .spec-btn-flex {
    flex-direction: column;
    gap: 20px;
  }
  .spec-area .btn-spec .spec-button {
    min-width: 280px;
    font-size: 1.6rem;
  }
  .spec-content table td.td-sub {
    width: 25%;
  }
  .spec-content {
    padding: 30px 10px 0;
  }

  /* ご利用までの流れ */
  .flow-section .flow_box .flow-item {
    padding: 10px;
  }
  .flow-section .flow_box {
    margin: 30px auto 10px;
  }
  .flow-section .notice-txt {
    margin: 10px auto 0;
  }
  .flow-section .notice-txt span {
    margin: 5px 0;
  }
  .flow_box .flow-item:nth-child(2) .flex-right img {
    margin: 20px auto 0;
  }

  /* 補完用 */
  .option-section .sub-price-image {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }

  /* お知らせ用 */
  .news-day {
    width: 30%;
  }
  .news-category-area {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .fast-free-plan{
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .sub-price-wrapper-2{
    width: calc(50% - 45px);
    justify-content: space-between;
    gap: 15px;
    margin: 0;
    padding: 20px;
  }
  .sub-price-wrapper p {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .sub-price-wrapper-2 img{
    width: 100%;
  }
  .sub-price-wrapper-2 .price-free-img{
    top: 50px;
    left: 12px;
  }
  .sub-price-wrapper img{
    margin: 0;
  }
}

/* プラン比較表 */
.price-table {
  width: 980px;
  margin: 0 auto;
}

.price-table--sp {
  display: none;
}

.price-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  background: #ffffff;
}

.price-table th,
.price-table td {
  background: #e9e9e9;
  color: #111;
  padding: 0;
  vertical-align: middle;
}

.price-table .blank {
  background: #ffffff;
}

.price-table .plan-head {
  width: 320px;
  padding: 12px 0;
  color: #111;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

.price-table .plan-normal {
  background: #ffe100;
}

.price-table .plan-premium {
  background: #e5006e;
  color: #fff;
}

.price-table .fee-label {
  width: 340px;
  padding: 12px 10px 12px 18px;
  background: #dcdcdc;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
}

.price-table .price-box {
  padding: 10px 18px;
  text-align: center;
  font-weight: bold;
}

.price-table .price-box .num {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.price-table .price-box .yen {
  font-size: 1.8rem;
  margin-left: 4px;
}

.price-table .price-box .tax {
  font-size: 1.8rem;
  margin-left: 4px;
}

.price-table .service-title {
  width: 52px;
  background: #4a4a4a;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.price-table .service-name {
  width: 288px;
  padding: 5px 10px 5px 12px;
  background: #dcdcdc;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
}

.price-table .service-val {
  padding: 10px 18px;
  text-align: center;
  font-size: 2.4rem;
}

.price-table .benefit-label {
  padding: 12px 18px;
  background: #dcdcdc;
  font-weight: bold;
  font-size: 1.8rem;
  padding-left: 18px;
  text-align: left;
}

.price-table .benefit-box {
  padding: 10px 18px;
  text-align: center;
  font-weight: bold;
}

.price-table .benefit-box .top {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 2px;
  white-space: nowrap;
}

.price-table .benefit-box .sub {
  font-size: 15px;
  margin-right: 8px;
}

.price-table .benefit-box .big {
  color: #ff007f;
  font-size: 4rem;
  line-height: 1;
}

.price-table .benefit-box .big-yen {
  color: #ff007f;
  font-size: 3rem;
  line-height: 1;
}

.price-table .benefit-box .note {
  font-size: 1.8rem;
}

/* SP用 */
.price-table--sp,
.price-table--sp table + table {
  margin-top: 20px;
}

.price-table--sp .sp-plan-head {
  padding: 8px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

.price-table--sp .sp-item-head {
  width: 60%;
  padding: 8px 0 8px 10px;
  background: #dcdcdc;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.1;
  text-align: left;
}

.price-table--sp .sp-group-head {
  padding: 8px 12px;
  background: #4a4a4a;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
}

.price-table--sp .sp-price-box {
  width: 40%;
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
}

.price-table--sp .sp-price-box .num {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.price-table--sp .sp-price-box .yen {
  font-size: 1.2rem;
  margin-left: 2px;
}

.price-table--sp .sp-price-box .tax {
  margin-top: 2px;
  font-size: 1.2rem;
}

.price-table--sp .sp-service-val {
  padding: 8px 8px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.price-table--sp .sp-benefit-box {
  padding: 8px 10px;
  text-align: center;
  font-weight: bold;
}

.price-table--sp .sp-benefit-box .top {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1px;
  line-height: 1.1;
}

.price-table--sp .sp-benefit-box .sub {
  font-size: 1.3rem;
  margin-right: 6px;
}

.price-table--sp .sp-benefit-box .big {
  color: #ff007f;
  font-size: 2.6rem;
  line-height: 1;
}

.price-table--sp .sp-benefit-box .big-yen {
  color: #ff007f;
  font-size: 2rem;
  line-height: 1;
}

.price-table--sp .sp-benefit-box .note {
  font-size: 1.4rem;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .price-table .fee-label,
  .price-table .plan-head {
    width: 226px;
  }
}

@media screen and (max-width: 767px) {
  .price-table {
    width: 100%;
  }

  .price-table--pc {
    display: none;
  }

  .price-table--sp {
    display: block;
  }

  .price-table--sp-top {
    margin-top: 20px;
  }

  .price-table--sp table {
    width: 100%;
    border-spacing: 3px;
  }
}

/* 端末情報 */
.tanmatsu-wrap {
  padding: 0;
}

div.lp-device-section-1 .device-thumb,
.device-spec-thumb{
  width: 350px;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .product-section {
    margin: 0 0 50px;
  }
  .default-main-titl h2.plan-title--device {
    margin-top: -2px;
    font-size: 3rem;
    line-height: 1.4;
    /* 横幅の拡大 */
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  div.white-content-box-sub-title p {
    text-align: center;
  }
  .spec-area {
    margin-top: 30px;
  }
}

/* スマートプラン用変更 */
.btn_box03 a {
  min-width: 320px;
  font-size: 1.8rem;
  border-radius: 30px;
  padding: 15px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .btn_box03 a {
    min-width: 280px;
    font-size: 1.6rem;
  }
  #entry_fix div.price-fix-box {
    justify-content: flex-end;
  }
}