﻿/* <!-- ↓↓ 20241210 add ↓↓ --> */

/*タブレット幅改行用*/
@media screen and (min-width:768px) and (max-width:949px) {
  .u-tb {
    display: none !important;
  }
}

/* <!-- ↓↓ 20250120 add ↓↓ --> */

.u-ulli-t1 {
  text-indent: -1em;
  margin: 0 1rem 2rem;
}

.u-ulli-t2 {
  text-indent: -2em;
  margin: 0 2rem 2rem;
}

.u-ulli-t1 .p-note {
  margin-left: 1rem;
}

.u-t1 {
  text-indent: -1em;
  margin: 0 1rem 1rem;
}

/* <!-- ↓↓ add20250130 ↓↓ --> */
/* <!-- ↓↓ 特典カレンダー ↓↓ --> */
.calendar_box {
  max-width: 305px;
  width: 100%;
  min-width: 0;
}

.calendar_box .p-btn a {
  max-width: 305px;
  width: 100%;
}

.calendar_box_1year .calendar_box .p-btn a {
  justify-content: flex-start;
  font-size: 1rem;
  padding: 6px 21px;
}

.calendar_box_col2 {
  max-width: 492px;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
}

.calendar_box.center {
  margin: 0 auto;
}

.calendar_month {
  font-size: 12px;
  width: 43px;
  border-radius: 4px;
  border: solid 1px;
  text-align: center;
  line-height: 20px;
  padding: 2px 0;
}

.calendar_box_1year {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 9px;
  grid-row-gap: 30px;
  margin: 0 auto;
}

.calendar_box_1year .p-figure {
  margin-top: 10px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .calendar_box_1year .calendar_box .p-btn a {
    padding: 6px 42px;
    font-size: 1.2rem;
    justify-content: center;
  }

  .calendar_box_1year {
    grid-template-columns: repeat(4, 1fr);
  }

  .calendar_box_1year .p-figure {
    margin-top: 14px;
  }

  .calendar_month {
    width: 49px;
    font-size: 16px;
    padding: 4px 0;
  }
}

@media screen and (min-width: 1200px) {
  .calendar_box_1year .calendar_box .p-btn a {
    padding: 6px 42px;
    font-size: 1.2rem;
    justify-content: center;
  }

  .calendar_box_1year {
    grid-template-columns: repeat(6, 1fr);
  }

  .calendar_box_1year .p-figure {
    margin-top: 14px;
  }

  .calendar_month {
    width: 49px;
    font-size: 16px;
    padding: 4px 0;
  }
}

/* 20250204add ボタン調整 */
.page-OTHER .p-btn.is-narrow2 a {
  min-width: min(290px, 100%);
}

/* 20250205add povo1.0からpovo2.0への移行時の注意事項 */
.page-caution .page-povo1-2 {
  height: 100vh;
}

.page-caution .p-list--checkbox li {
  padding-left: 3.7rem;
  text-indent: -3.7rem;
}

.page-caution .p-list--checkbox li:not(:first-child) {
  margin-top: 2vh;
}

.page-caution input {
  margin-right: 1.2rem;
}

.no-radius img {
  border-radius: 0;
}

/* <!-- ↓↓ 詳細用セクション間余白 ↓↓ --> */
.page-detail .block {
  margin-top: 48px;
}

@media screen and (min-width: 950px) {
  .page-detail .block {
    margin-top: 80px;
  }
}

/* <!-- ↓↓ add20250212povo2.0はお子さま用にもおススメ  ↓↓ --> */
.page-kids .icn-ttl {
  font-size: 1.8rem;
  align-items: flex-start;
}

.no-radius,
.no-radius img {
  border-radius: 0;
}

.page-kids .p-hdg span {
  flex: 1;
}

.page-kids .p-step-nav li+li::before {
  content: none;
}

.page-kids .p-step-nav a {
  min-width: min(330px, 100%);
  font-weight: normal;
  text-align: left;
  justify-content: flex-start;
}

.page-kids .p-slider-step_colimg {
  max-width: 100%;
}

.page-kids .p-slider-step_coltxt {
  margin-top: 16px;
}


/* <!-- ↓↓ タイトルアイコン定義 ↓↓ --> */
.u-icn-kids01::before {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-kids01.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.u-icn-kids02::before {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-kids02.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.u-icn-kids03::before {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-kids03.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.u-icn-kids04::before {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-kids04.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.u-icn-relief::before {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-relief.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.u-icn-minor::before {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-minor.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 950px) {
  .page-kids .icn-ttl {
    font-size: 2rem;
    align-items: center;
  }

  .page-kids .block-box_flex {
    gap: 46px;
  }
}

/* <!-- ↓↓ 20250213addお客様サポート ↓↓ --> */
.page-support .p-cardlist--link a {
  background-color: #fff;
}

@media screen and (min-width: 950px) {
  .page-support .p-cardlist--link {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* <!-- ↓↓ アプリの使い方 ↓↓ --> */
@media screen and (min-width: 950px) {
  .page-app-usage .p-anchorbtn-wrap {
    justify-content: flex-start;
  }
}

/* <!-- ↓↓ タイトルアイコン定義 ↓↓ --> */
.u-icn-appUse01::before {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-appUse01.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.u-icn-appUse02::before {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-appUse02.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.u-icn-appUse03::before {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-appUse03.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.u-icn-appUse04::before {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-appUse04.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.u-icn-appUse05::before {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-appUse05.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}


/* <!-- ↓↓ au Online shop ↓↓ --> */
ol.num {
  list-style: number;
  margin-left: 1.6rem;
}

.page-au-onlineshop ol.num li {
  margin-top: 1.6rem;
}

.page-au-onlineshop ol.num .p-note {
  display: block;
}

/* <!-- ↓↓ 請求書の見方 ↓↓ --> */
.u-color-invoice {
  color: #9F59BA;
}

.invoice-list li {
  margin-top: 1rem;
}

.invoice-list li .p-note {
  margin-top: 1rem;
}

.p-hdg--h4.is-border .js-acc-btn {
  transform: translateY(-20%);
}

.invoice-arrow {
  text-align: center;
  margin: 10px auto;
}

.page-invoice .p-anchorbtn-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 950px) {
  .invoice-arrow img {
    width: 32px;
  }

  .page-invoice .p-anchorbtn {
    width: inherit;
  }
}

/*20250217　目次用余白追加*/
li.index-list-item {
  margin-bottom: 10px;
}

/* <!-- ↓↓  add20250217 SNSシェアボタン ↓↓ --> */
.p-article_share {
  display: flex;
  justify-content: flex-end;
  gap: .625rem;
}

/* <!-- ↓↓ povoラウンジ ↓↓ --> */
.p-lounge_author-img {
  width: 100px;
}

.writer_info {
  display: flex;
  align-items: center;
  margin: 20px auto;
  gap: 1.5rem;
}

.page-lounge .p-article_body.block-box {
  background-color: #fffa00;
  position: relative;
  overflow: visible;
}

.page-lounge .p-article_body::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 35px;
  width: 25px;
  height: 15px;
  background-color: #fffa00;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.page-lounge-list .p-voice-list_item>a {
  align-items: center;
}

.page-lounge-list .p-voice-list_img {
  width: 64px;
}

@media screen and (min-width: 950px) {
  .page-lounge-list .p-voice-list_img {
    width: 100px;
  }
}

@media screen and (min-width: 950px) {
  .writer_info {
    display: block;
    flex: 1;
  }

  .p-lounge_author-img {
    margin: 0 auto 1.5rem
  }

  .page-lounge .p-article_body.block-box {
    flex: auto;
    background: transparent;
    padding: .2rem;
    padding-left: 1.8rem;
    border-left: 2px solid #fff;
    border-radius: 0;
  }

  .lounge-box {
    padding: 32px;
    background-color: #fffa00;
    border-radius: 16px;
    margin-top: 3rem;
  }

  .page-lounge .p-article_body::before {
    content: "";
    position: absolute;
    top: 40px;
    left: -30px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }

  .page-lounge .p-article_body::after {
    content: "";
    position: absolute;
    top: 42px;
    left: -25px;
    width: 28px;
    height: 28px;
    background-color: #fffa00;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
}

/* <!-- ↓↓ トッピング詳細 ↓↓ --> */
.monetary_section {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 48px;
}

.monetary_price {
  font-size: 2.8rem;
}

.monetary_txt {
  text-align: center;
}

.monetary_box .p-slider-step_stepnum span:nth-child(1) {
  display: none;
}

@media screen and (min-width: 950px) {
  .block-box.is-border.monetary_box {
    padding: 24px;
  }

  .monetary_price {
    font-size: 4rem;
  }
}

.p-fixcv {
  background-color: rgba(255, 255, 255, 0.8);
}

.p-fixcv .p-fixcv_inner .p-btn-wrap {
  flex-direction: row;
  flex-wrap: nowrap;
}

/* <!-- ↓↓ トップデザイン変更調整 ↓↓ --> */
.p-modal-topping_example-ttl--3 {
  background: #faf8f2 url("/cms/povo/img/top/topping/chara-3.png") 0 50%/64px no-repeat;
}

.p-fixcv_inner {
  color: #333333;
}


/*povo2.0とは？調整*/
.anchor_about .p-anchorbtn a::after {
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate3d(-50%, 100%, 0);
}

.anchor_about .p-anchorbtn a::after {
  transform: translate3d(-50%, 0%, 0);
  top: 75%;
}

.anchor_about .p-anchorbtn a img {
  height: 4rem;
}

.anchor_about .p-anchorbtn a {
  flex-direction: column;
  padding: 8px 16px 38px 16px;
  text-align: center;
}

.p-anchorbtn a::after {
  top: auto;
  bottom: 10%;
}



@media screen and (min-width: 950px) {
  .anchor_about .p-anchorbtn a {
    text-align: center;
    gap: 8px;
    min-height: 66px;
    padding: 8px 16px 48px 16px;
    font-weight: normal;
    flex-direction: column;
  }

  .anchor_about .p-anchorbtn img {
    height: 40px;
  }

  .anchor_about .p-anchorbtn a::after {
    height: 24px;
    width: 24px;
  }
}

.about_simulator .p-btn button::after {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-search_circle.svg#search_circle-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 28px;
  height: 28px;
}

.about_use .block-top-toppinglist .p-btn button::after {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-linkarrow.svg#linkarrow-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

@media screen and (min-width:950px) {
  .about_step .block-top-about_colimg {
    width: 82px;
  }
}

/* ヘッダー追加アイコン */
.u-icn-consider::before {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-consider.svg#1consider-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 30px;
  height: 30px;
}

/* トッピング海外税込み表記消し */
.page-topping .cat_inter {
  display: none !important;
}

/* 料金シミュレーター追加項目調整 */
.p-modal-simulator_list-head>div.is-sales {
  flex-basis: 25.85%;
  flex-shrink: 0;
}

@media screen and (min-width: 950px) {
  .p-modal-simulator_list-head>div.is-sales {
    flex-basis: 210px;
  }
}

.p-modal-simulator_list-item>div.is-sales {
  flex-basis: 22.47%;
  flex-shrink: 0;
  justify-content: center;
}

@media screen and (min-width: 950px) {
  .p-modal-simulator_list-item>div.is-sales {
    flex-basis: 194px;
  }
}

.p-modal-simulator_list-head>div.is-price.now {
  flex-basis: 21.85%;
}

@media screen and (min-width: 950px) {
  .p-modal-simulator_list-head>div.is-price.now {
    flex-basis: 108px;
  }
}

/* povo2.0とは？スライド部分調整 */
.page-spec .wrapper {
  overflow-x: clip;
}


.p-fixcv_inner .p-btn.is-green a {
  color: #fff;
}

@media screen and (max-width:767px) {

  .p-btn a,
  .p-btn button {
    padding: 6px 30px;
  }
}

.spce_start_easy_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 67px;
}

.easy_item {
  display: flex;
  align-items: center;
  width: 20%;
  gap: 9px;
}

.easy_img {
  width: 50%;
}

.easy_img img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .easy_item {
    flex-direction: column;
    width: 22%;
  }

  .easy_img img {
    width: auto;
    max-width: 100%;
  }
}

@media screen and (max-width:767px) {
  .spce_start_easy_wrapper {
    gap: 2rem;
  }

  .easy_item {
    flex-direction: column;
    width: 22%;
  }

  .easy_img img {
    height: auto;
    width: auto;
    max-width: 100%;
  }
}

.desc_ {
  margin-bottom: 5px;
}

/*20250819 ヘッダー調整*/
.p-menu_list_item.no-icon a {
  display: inline-block;
  text-decoration: underline;
}

.p-menu_list_item.no-icon:not(:has(.js-acc-btn)) a::after {
  background: none;
}

.p-news-list .p-news-list_ttl a {
  font-size: 14px;
}

.p-header_nav_btn.wovn-languages button {
  padding: 5px;
  background: none no-repeat 50% 50%;
}

/*20251031 WOVN調整*/
.p-header_nav_btn button {
  position: relative;
}

.wovn-languages {
  position: absolute;
  transform: translateX(-25%) translateY(10%);
  padding: 2rem;
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid #e0e0e0;
  padding-bottom: 1rem;
  font-weight: bold;
}

.p-header_nav_btn button {
  padding: 1rem;
}

.wovn-switch {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
  cursor: pointer;
}

.wovn-switch:not(:last-child) {
  margin-bottom: 1rem;
}

.wovn-wrapper button {
  padding: 2.5px 0;
}

.wovn-languages .languages-list:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 20px;
  background: black;
  background-image: url(/cms/povo/img/common/triangle.svg);
  top: -8%;
  right: 65%;
  transform: translateX(50%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #FFF;
  border-bottom: 2px solid #fff;
  z-index: 9999;
}

.wovn-language-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100svh;
  margin-top: 88px;
  z-index: 100;
}

.wovn-language-wrapper.is-active,
.wovn-languages.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 200;
}

.wovn-languages {
  opacity: 0;
  visibility: hidden;
}


@media screen and (max-width:767px) {
  .wovn-language-wrapper {
    margin-top: 60px;
  }
}

.p-menu_search form button img {
  width: 21px;
}

.p-header_nav_btn.wovn-wrapper img {
  width: 40px;
}

/*20251203 ヘッダーモーダル追加*/
.additionalBtn {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.035em;
  background-color: #f0f0f0;
  border-radius: 50px;
  box-shadow: 0 3px #ccc;
}

.additionalBtn a {
  display: inline-block;
  padding: 10px 45px 10px 20px;
  width: 155px;
}

.additionalBtn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 10px;
  background-image: url(/cms/povo/img/icn/icn-linkarrow.svg#linkarrow-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 23px;
  height: 23px;
}

@media screen and (max-width: 949px) {
  .p-header_nav {
    gap: 0;
  }
}

.modal-backdrop.show {
  display: none;
}

.header-modal .button {
  /*max-width: 650px;*/
  max-width: 450px;
  font-size: 18px;
  margin: 0 auto 25px;
}

.header-modal .button a {
  display: block;
  width: 100%;
  padding: 20px 45px;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px #d6d6d6;
  box-shadow: 0 3px #d6d6d6;
  background-image: url(/cms/povo/LP/assets/img/icons/arrow@2x.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 20px center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  .header-modal .button a {
    text-align: left;
    background-position: right 10px center;
    padding: 15px 45px 15px 20px;
  }
}

.header-modal .button.green a {
  background-color: #64c8a0;
  color: #fff;
}

.header-modal .button.yellow a {
  background-color: #fffa00;
  color: #333;
}

.tiny {
  font-size: 14px;
}

.text-bottom-modal {
  text-align: left;
  max-width: 650px;
  font-size: 11px;
  margin: 0 auto;
}

.header-modal .column-top {
  position: relative;
  text-align: center;
  border-radius: 20px;
  padding: 30px 10px;
}

.column-top .button a {
  text-align: center;
}

.column-top.green {
  background: #e2f0ea;
  margin-bottom: 30px;
}

.column-top.yellow {
  background: #fffee1;
}

.column-ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}

.ttl-sub {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}

span.wovn-original-lang {
  min-width: 8rem;
}

@media screen and (max-width: 767px) {
  .additionalBtn a::after {
    width: 18px;
    height: 18px;
  }

  .additionalBtn a {
    display: inline-block;
    padding: 10px 30px 10px 10px;
    width: 130px;
  }

  .column-top .button a {
    background-size: 30px;
    text-align: center;
  }

  .tiny {
    font-size: 12px;
  }

  .text-bottom-modal {
    text-align: left;
  }
}

@media screen and (max-width: 949px) {
  .additionalBtn {
    margin-right: 2rem;
  }
}

@media screen and (min-width:767px) and (max-width:980px) {
  .wovn-switch {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    gap: 2rem;
  }

  span.wovn-original-lang {
    min-width: 6rem;
  }

  .wovn-languages .languages-list:before {
    top: -8%;
  }

  .wovn-languages {
    padding: 1.5rem;
  }

  .wovn-switch:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

.wovn-languages .languages-list:before {
  right: 35%;
}

.wovn-languages {
  transform: translateX(-50%) translateY(10%);
}
    
@media screen and (min-width:950px){
  .wovn-languages {
    min-width: 15rem;
  }    
}
/*20251203 ヘッダーモーダル追加　ここまで*/