/* -------------------------------------------------- */
/* 汎用 */
/* -------------------------------------------------- */

/* 文字サイズ：大 */
.t-big {
  font-size: 1.5em;
}

/* 太字 */
.strong {
  font-weight: bold;
}

/* 上パディング：24px */
.pt-24 {
  padding-top: 24px;
}

/* -------------------------------------------------- */
/* 画像 */
/* -------------------------------------------------- */

/* アスペクト比保持 */
img {
  object-fit: contain;
}

/* 横幅いっぱい */
.imgFullWidth img,
img.imgFullWidth {
  width: 100%;
}

/* -------------------------------------------------- */
/* 全体 */
/* -------------------------------------------------- */

/* コンテナ */
#container {
  margin-top: 32px;
}

/* -------------------------------------------------- */
/* トップエリア */
/* -------------------------------------------------- */

/* ロゴ画像 */
.area-logo img {
  width: 80%;
  max-width: 1200px;
  max-height: 450px;
}

/* タイトルエリア */
.header .titlebox {
  text-align: center;
}

/* バナー */
.banner {
  display: inline-block;
}

/* バナー＞画像 */
.banner>img {
  width: 100%;
  max-width: 1024px;
  margin: 16px auto;
}

/* リンクボタン：ログイン */
a.loginLink {
  background-color: #f00;
  width: 360px;
  margin: 0 auto;
  color: #fff;
}

/* スマホ */
@media (max-width: 599px) {

  /* コンテナ */
  .header {
    margin-bottom: 16px;
  }

  /* ロゴ画像 */
  .area-logo img {
    width: 100%;
    max-width: none;
  }

}

/* -------------------------------------------------- */
/* プラン別ページリンク */
/* -------------------------------------------------- */

/* コンテナ */
.link-plan {
  width: 80%;
  margin: 0 auto;
  padding-top: 24px;
}

/* テキスト */
.txt-choice {
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
}

/* テキスト＞画像 */
.txt-choice>img {
  width: 80%;
  max-width: 960px;
}

/* テキスト＞段落 */
.txt-choice>p {
  font-size: 1.25em;
  font-weight: bold;
}

/* ボタン */
.link-plan a {
  background: none !important;
  margin-bottom: 24px;
  padding: 0;
  transition: opacity 0.25s;
}

/* ボタン：ホバー */
.link-plan a:hover {
  opacity: 0.5;
}

/* ボタン＞画像 */
.link-plan a>img {
  width: 100%;
}

/* スマホ */
@media (max-width: 599px) {

  /* コンテナ */
  .link-plan {
    width: 100%;
    padding-top: 0;
    padding-bottom: 16px;
  }

  /* テキスト＞段落 */
  .txt-choice>p {
    font-size: 1em;
  }

  /* ボタン */
  .link-plan a {
    margin-bottom: 8px;
  }

}

/* -------------------------------------------------- */
/* 登録 */
/* -------------------------------------------------- */

/* 上部に固定 */
.btn-sticky {
  position: sticky;
  top: 0;
  z-index: 100;
}

.btn_box,
.text_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #efefef;
  font-size: 14px;
}

.btn_box .box,
.text_box .box {
  width: 50%;
  max-width: 400px;
  padding: var(--sub-padding);
  box-sizing: border-box;
}

.text_box .box {
  padding-top: 0;
}

.register_box {
  background-color: #efefef;
  padding: var(--main-padding) 0;
  margin: var(--main-margin) auto;
}

.res_sp .btn_box {
  padding-bottom: var(--sub-margin);
}

.res_sp .btn_box .box {
  width: 100%;
  padding: var(--sub-padding);
}

/* スマホ */
@media (max-width: 599px) {

  .register_box {
    margin: 0 auto 24px;
  }

}

/* -------------------------------------------------- */
/* 優待サービス・家電修理費用保険・ベネポ付与キャンペーン */
/* -------------------------------------------------- */

/* コンテナ */
.item.dosam {
  margin-top: 48px;
}

/* 枠 */
.two_col_div>* {
  height: 200px;
}

/* キャンペーンバナー */
.banner-campaign {
  margin-bottom: 24px;
}

/* スマホ */
@media (max-width: 599px) {

  /* カード末尾の下マージン */
  .two_col_div,
  .two_col_div01 {
    margin-bottom: 56px;
  }

  /* カードの次の要素の上マージン */
  .item h2 {
    margin-top: var(--main-margin);
  }
}

/* 通信端末修理費用保険 */
.insurance_box .item_title {
  font-size: 32px;
}

/* 文字サイズ：小 */
.item_inner_txt>span.t-small {
  font-size: 16px;
}

/* 段落 */
.black_txt {
  margin-bottom: 0;
}

/* -------------------------------------------------- */
/* 優待サービス */
/* -------------------------------------------------- */

/* 見出し */
.item h2 {
  margin-top: 24px;
}

/* サービスの内容はこちら */
.for_service {
  display: block;
  border: solid 3px var(--main-bgcolor);
  border-radius: 8px;
  width: fit-content;
  margin: 30px auto 75px;
  padding: 12px;
  position: relative;
  color: var(--main-bgcolor);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

/* サービスの内容はこちら：矢印 */
.for_service::after {
  content: '';
  border: 35px solid transparent;
  border-top: 35px solid transparent;
  border-right: 0px solid transparent;
  border-left: 35px solid var(--main-bgcolor);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  transform: rotate(90deg) translate(150%, 25%);
}

/* 「その他特典多数」：SP */
.otherBenefit_title {
  display: flex;
  width: 200px !important;
  margin: 12px auto;
}

/* スマホ */
@media (max-width: 599px) {

  /* フキダシ */
  .for_service {
    font-size: 24px;
  }

}

/* -------------------------------------------------- */
/* 家電修理費用保険 */
/* -------------------------------------------------- */

/* リンクボタン */
.btn.link_button {
  display: flex;
  justify-content: center;
  margin-top: var(--main-margin);
}

/* リンクボタン：文字列 */
.btn.link_button>a {
  display: inline;
}