@charset "UTF-8";
/*テキスト*/
.fs-lg {
  font-size: 130%;
}

.fs-sm {
  font-size: 75%;
}

.fs-xs {
  font-size: 60%;
}
.h-auto {
height: auto !important;
}

img.img_border,
.img_border {
    border: solid 1px #d9d9d9;
    border-radius: 48px;
}

@media (min-width: 768px) and (max-width: 959px) {
  .fs-16-tablet {
    font-size: 16px !important;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .fs-14-tablet {
    font-size: 14px !important;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .fs-12-tablet {
    font-size: 12px !important;
  }
}

/*余白*/
.m-auto {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .m-auto-sp {
    margin: auto;
  }
}

.mb-auto {
  margin-bottom: auto;
}

/*ブレークポイント表示・非表示*/
.show-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .show-pc {
    display: block;
  }
}

.show-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 959px) {
  .show-tablet {
    display: block;
  }
}

.show-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .show-sp {
    display: block;
  }
}

.show-sp-tablet {
  display: none;
}
@media screen and (max-width: 959px) {
  .show-sp-tablet {
    display: block;
  }
}

/* テーブルエリア */
.table-plan .custom-plan-wrapper {
  position: relative;
}

.table-plan-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  background: #FDECEE;
}

.table-plan-arrow {
    position: relative;
    width: 24px;
    height: 24px;
    background: url(/common_v10/images/icn-step-arrow.svg) no-repeat center center/contain;
    margin-right: 5px;
    border: none !important;
}

@media screen and (max-width: 767px) {
  .table-plan-label {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 10px;
  }

  .table-plan-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    /* margin-bottom: -8px; */
    width: 20px;
    height: 20px;
    margin-top: 8px;
  }

    body#mobile_home .table-plan-arrow {
    margin-bottom: -8px;
    margin-top: 0px;
  }


}
@media screen and (min-width: 768px) {
  .table-plan .txt-indent {
    padding-left: .9em;
  }
}
/*製品・SIMエリア*/
.box-card .custom-box-wrapper .box-tag {
  background-color: #fff;
}

.box-card .custom-box-wrapper .box-tag p {
  margin-bottom: 0;
}

.box-card .custom-box-wrapper .box-tag p.hidden {
  visibility: hidden !important;
}

@media screen and (max-width: 767px) {
  .box-card .custom-box-wrapper .box-header {
    padding: 10px 24px 10px;
  }
}
/*WEBでかんたんお手続き*/
@media screen and (max-width: 767px) {
  .step-list[data-responsive="false"] > .col::after,
  .step-list[data-responsive="false"] > [class*="col-"]::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    bottom: 0;
    right: -10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/*よくある質問*/
.faq-list-accordion dt {
  padding-right: 46px;
}

/*CVエリア*/
.section-cv .container .icn-member {
  padding-left: 32px;
  background: url(/common_v10/images/icn-member.svg) no-repeat left center;
  background-size: 28px;
}
@media screen and (max-width: 767px) {
  .section-cv .container .icn-member {
    padding-left: 28px;
    background-size: 24px;
  }
}
.section-cv .container svg#icon-mobile.icon-lg {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .section-cv .container svg#icon-mobile.icon-lg {
    position: relative;
    display: block;
    top: 16px;
    height: 30px;
    width: auto;
    margin: 0 auto 9px;
    padding: 0;
  }
}
.section-cv .container .cv-side.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-cv .container .cv-side.wrap > .cv-item {
  padding: 0 !important;
}
.section-cv .container .cv-side.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-cv .container [class^="btn-"].h-md {
  min-height: 58px;
}
.section-cv .container [class^="btn-"].h-lg {
  min-height: 68px;
}
@media screen and (max-width: 767px) {
  .section-cv .container [class^="btn-"].square {
    height: 135px;
  }
}
.section-cv .container [class^="btn-"].adjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 68px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  vertical-align: bottom;
}
@media (min-width: 768px) and (max-width: 959px) {
  .section-cv .container [class^="btn-"].adjust {
    font-size: 16px !important;
  }
  .section-cv .container [class^="btn-"].adjust::after {
    right: 12px;
  }
}
.section-cv .container [class^="btn-"].adjust.h-md, .section-cv .container [class^="btn-"].adjust.h-lg {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-cv .container [class^="btn-"][data-icon-sp="false"]::after {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .section-cv .container .btn-simulation.adjust span {
    display: block;
    width: 100%;
    padding: 0;
    background-position: center left 20px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .section-cv .container .btn-simulation.adjust span {
    padding-left: 1.6vw;
    background-position: center left 12px;
  }
}

/* おすすめの理由 */
.section-recommend-mobile .item-point .item-text dt.num {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.section-recommend-mobile .item-point .item-text sup {
  top: -1.2em;
}
@media screen and (max-width: 767px) {
  .section-recommend-mobile .item-point .item-text sup {
    top: -.8em;
  }
}
.section-recommend-mobile .item-point .item-text .nowrap-pc {
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-recommend-mobile .item-point .item-text .nowrap-pc {
    white-space: normal;
  }
}
/* 背景 */
[class*="section-recommend"][class*="-mobile"] {
  background: #DEF0F0;
}
/* アンダーライン */
[class*="section-recommend"][class*="-mobile"] .item-point .item-text p strong {
  background: linear-gradient(transparent 1.1em, #6ED6D9 1.1em, #6ED6D9 1.35em, transparent 1.35em);
}

/* お客さまの声 */
.mv_voice{
  border:solid #ffe8e4 3px !important;
  border-radius: 48px;
}

.voice_bnr{
  border: solid 2px #d9d9d9 !important;
  border-radius: 16px !important;
}
@media screen and (max-width: 767px) {
  .voice_bnr{
    width: calc(100% - 24px* 2);
  }
}

.bg-adjust-net {
  background: #def7ff;
}


/* swiper 0828 */
.visible {
  overflow: visible !important;
}

.text-inter {
	/* google 表記用*/
	font-family: "Inter", "Noto Sans JP", sans-serif;
}


/* 2506 */

.section-link .h2-balloon {

	font-size: 28px;
	font-weight: bold;
    line-height: 1.5;
    color: #333;
    text-align: center;

    margin-bottom: 0
}

.section-link .h2-balloon span {
    display: inline-block;
    color: #333;
    padding: 0.2em 1.5em;
    border-radius: 2em;
    margin-bottom: 1.5em;
    position: relative;
    background: #fff
}

@media screen and (max-width: 767px) {
	.section-link .h2-balloon {
		font-size: 26px;
	}
    .section-link .h2-balloon span {
        padding:0.2em 1em;
        font-size: 22px
    }
}

.section-link .h2-balloon span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    position: absolute;
    top: 99%;
    left: calc(50% - 10px);
    border-color: #fff transparent transparent transparent
}