@charset "UTF-8";

.section-recommend-phone {
  background-color: #CCEDD7;
}


/*おすすめの理由 画像*/
@media screen and (max-width: 1099px) {
  .img-recommend {
    width: 100%;
    height: auto;
  }
}

/*余白*/
@media screen and (max-width: 767px) {
  .p-sm-sp {
    padding: 16px 8px !important;
  }
}

/*マージン*/
.m-auto {
  margin-left: auto;
  margin-right: auto;
}

/*角丸*/
.bd-radius-48 {
  overflow: hidden;
  border-radius: 48px !important;
}

/*アイコン*/
.cv-icon {
  margin: 0 5px 5px 0;
}

.check-icon {
  position: relative;
  width: 27px;
  height: 27px;
  top: -2px;
  margin-right: 4px;
}

.box-link-icon {
  position: relative;
}
.box-link-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
  width: 9px;
  height: 16px;
  background: url(/common_v10/images/icn-bullet-black.svg) no-repeat center right/9px 16px;
}
@media screen and (max-width: 767px) {
  .box-link-icon::after {
    right: 10px;
  }
}

/*テキスト*/
.text-meiwaku-block {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .text-meiwaku-block {
    font-size: 30px;
  }
}
.text-meiwaku-block .fs-lg {
  font-size: 140%;
}
.text-meiwaku-block .fs-xl {
  position: relative;
  top: 2px;
  font-size: 180%;
}
.text-meiwaku-block sup {
  font-size: 14px;
  top: -24px;
}

/*テキストカラー*/
.color-au {
  color: #eb5505;
}

/*テキストリンク*/
@media screen and (min-width: 768px) {
  a.link-tel-text {
    pointer-events: none;
    color: #333;
  }
}

/*ボタン リンクアイコン 下向き*/
[class^="btn-"].link-anchor::after,
[class*=" btn-"].link-anchor::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*ボタン 天地中央*/
[class^="btn-"].txt-middle {
  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;
}

/*既存モジュール拡張*/
.text-upper.text-upper-md::before, .text-upper.text-upper-md::after {
  border-width: 2px;
  height: 80%;
}

.box-header.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  [class*="section-recommend"] .h2-balloon.multi-sp span {
    line-height: 1.4;
    padding: 0.4em 1.6em 0.55em;
  }
}

/*CVエリア*/
.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 [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;
  }
}
@media screen and (max-width: 767px) {
  .section-cv .container [class^="btn-"][data-icon-sp="false"]::after {
    display: none !important;
  }
}
.section-cv .container .cv-guide[data-max-width="764"] {
  max-width: 764px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-cv .container .cv-box[data-col="1"] > p {
    width: 100%;
    padding: 0 !important;
  }
  .section-cv .container .cv-box[data-col="1"] [class^="btn-"]::after,
  .section-cv .container .cv-box[data-col="1"] [class*=" btn-"]::after {
    display: inline-block;
  }
  .section-cv .container .cv-box[data-col="1"] .icn-member {
    padding-top: 6px;
    background: #F5D200 url(/common_v10/images/icn-member.svg) no-repeat 20px center;
    background-size: 32px 32px;
  }
}
