@charset "UTF-8";

/* 紹介キャンペーンページ用CSS */

/* 電話番号パーツ */
.phone-box {
  margin-top: 24px;
  padding: 24px 8px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .phone-box {
    width: 100%;
    margin-block: 32px;
  }
}
.phone-box .main-tel-top {
  margin: 0 0 8px;
  line-height: 1.3;
}
.phone-box .main-tel-middle {
  margin: 0 0 8px;
}
.phone-box .main-tel-bottom {
  margin: 0;
}

/* 画像 */
.cp-image-box img {
  max-width: 600px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .cp-image-box img {
    margin-bottom: 32px;
  }
}

/* 説明文 */
.cp-desc {
  background: #fff;
  padding: 16px;
  max-width: 600px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 40px;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .cp-desc {
    margin-bottom: 32px;
  }
}
.cp-desc-text {
  font-family: "Yu Gothic", sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.cp-desc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.cp-desc-list > li {
  position: relative;
  padding-left: 1.6em;
  font-family: "Yu Gothic", sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
}
.cp-desc-list > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* 適用条件 */
.cp-rules {
  background: #fff;
  padding: 16px;
  max-width: 600px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 40px;
  gap: 24px;
}
.cp-rules-head {
  font-family: "Noto Serif JP", serif;
  color: #022443;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  font-size: 24px;
}
.cp-rules-title {
  font-family: "Noto Serif JP", serif;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
  letter-spacing: 0.06em;
  border-bottom: solid 1px #8C790E;
  padding-bottom: 9px;
  margin-bottom: 16px;
}
.cp-rules-text,
.cp-rules-list1,
.cp-rules-list2,
.cp-rules-numbers {
  font-family: "Yu Gothic", sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.cp-rules-text + * {
  margin: 8px 0 0;
}
.cp-rules-list1 {
  padding-left: 1.6em;
  gap: 8px;
}
.cp-rules-list2 {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.cp-rules-list2 > li {
  position: relative;
  padding-left: 1.6em;
}
.cp-rules-list2 > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 2px;
}
.cp-rules-numbers {
  counter-reset: cp-counter;
  gap: 8px;
}
.cp-rules-numbers-item {
  counter-increment: cp-counter;
  position: relative;
  padding-left: 28px;
}

.cp-rules-numbers-item::before {
  content: counter(cp-counter) "";
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #052443;
  border-radius: 9999px;
}
.cp-rules-numbers-item ul {
  margin: 0;
  padding-left: 1.6em;
  font-size: 15px;
  line-height: 1.4;
}
.cp-rules-numbers-item .cp-rules-list1,
.cp-rules-numbers-item .cp-rules-list2 {
  padding-left: 0;
}

.form-title-wrap {
  margin: 0;
}

.privacy-text a {
  text-decoration: none;
  font-size: 12px;
}

.footer-wrap {
  margin-top: 40px;
}
.footer-bottom-wrap .footer-wrap {
  background: #262D33 !important;
}
@media screen and (max-width: 480px) {
  .footer-bottom-wrap .footer-wrap {
    background: #15192C !important;
  }
  .footer-wrap.footer-wrap--onlysp a {
    text-decoration: none;
  }
  .footer-bottom-wrap .mdl-cell {
    font-weight: 200;
  }
}
