@charset "UTF-8";
.sp_top_txtinfo,
.pc_top_txtinfo {
  display: none;
}

.contents_wrap {
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 0 15px;
}
.contents_wrap img {
  max-width: 100%;
}

/* mv */
.summary {
  margin-top: 20px;
  text-align: center;
}
.summary .head {
  width: 280px;
  margin: auto;
}
.summary .head p {
  position: relative;
  z-index: 1;
}
.summary .head h1 {
  display: block;
  margin: -30px auto 0;
  width: 160px;
}
.summary .mv_txt {
  color: #ff3399;
}
.summary .mv_txt span {
  color: #666;
  font-size: 14px;
}
.summary .mv_txt + p {
  font-size: 14px;
  color: #666;
}
.summary .btn_wrap {
  margin: 15px auto;
}
.summary .btn_wrap .catch {
  text-align: center;
}
.summary .btn_wrap .catch span {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.summary .btn_wrap .catch span::before, .summary .btn_wrap .catch span::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #F53988;
  position: absolute;
  bottom: 0;
}
.summary .btn_wrap .catch span::before {
  left: -10px;
  transform: rotate(-20deg);
}
.summary .btn_wrap .catch span::after {
  right: -10px;
  transform: rotate(20deg);
}

/* 共通 */
.btn {
  max-width: 480px;
  margin: auto;
}

section {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ff3399;
}

/* 見出し */
.contents_wrap h3 {
  text-align: center;
  background-color: #ff3399;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  padding: 10px 0;
  margin-bottom: 10px;
  line-height: 1;
}

/* パーツ */
ul.list li {
  margin-bottom: 12px;
}
ul.list li::before {
  content: "・";
}
ul.list li strong {
  color: #ff3399;
}
ul.list li .attention {
  color: #666;
  font-size: 14px;
}

p.arw {
  color: #ff3399;
  letter-spacing: 0.5em;
  text-align: center;
}

/* ポイント */
.point h2 {
  margin-bottom: 10px;
  background-color: #ff6699;
  padding: 5px 0;
  text-align: center;
}

.point h2 span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding-left: 22px;
  position: relative;
}

.point h2 span::before,
.point h2 span::after {
  content: "";
  display: block;
  height: 13px;
  width: 8px;
  background: #fff;
  border-radius: 100px 100px 0 0;
  position: absolute;
  top: calc(50% - 7px);
}

.point h2 span::before {
  transform: rotate(-45deg);
  left: 5px;
  z-index: 1;
}

.point h2 span::after {
  transform: rotate(45deg);
  left: 9px;
  box-shadow: rgba(102, 102, 102, 0.3) 1px 0 0 1px;
}

.plan {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ff3399;
  text-align: center;
}
.plan .txt p {
  margin-top: 1em;
}
.plan .txt .free {
  color: #6699ff;
}
.plan .txt strong {
  color: #ff3399;
}

/* 心当たりございませんか */
.notice .ttl_notice {
  background-color: #ffdbe7;
  padding: 10px 10px 10px 60px;
  margin: 20px auto 10px;
  position: relative;
}
.notice .ttl_notice strong {
  color: #ff3399;
}

.notice .ttl_notice span {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background-color: #ff3399;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 1px #ff3399;
  padding-top: 20px;
}

.notice .ttl_notice span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 12px;
  display: block;
  width: 18px;
  height: 12px;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  transform: rotate(-45deg);
}

.notice dl {
  color: #666;
  font-size: 14px;
}
.notice dl dd figcaption {
  font-size: 12px;
}
.notice ul.txt li {
  margin: 15px 0;
}
.notice ul.txt li strong {
  color: #ff3399;
}
.notice ul.txt li .attention {
  color: #666;
  font-size: 14px;
}

/* よくあるお客さまのお問い合わせ */
.faq dl dt {
  color: #ff3399;
}
.faq dl dd {
  margin-bottom: 1em;
}
.faq p {
  margin-top: 20px;
}
.faq p strong {
  color: #ff3399;
}

/* 最後にあなたへのメッセージ */
.message p {
  margin-top: 0.5em;
}
.message p:first-of-type {
  margin-top: 30px;
}
.message p:first-of-type,
.message p strong {
  color: #ff3399;
}
.message .attention {
  margin-top: 0;
  font-size: 14px;
  color: #666;
}

/* 会社情報 */
.ct_box {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 15px;
  font-size: 14px;
}

.ct_box .ct_wrap {
  padding: 10px 15px 20px;
}

.company_info .company_ttl_box {
  position: relative;
}

.company_info .ttl {
  padding: 10px 0 7px;
  border-bottom: 1px solid #aeaeae;
  text-align: center;
  margin: 0 0 15px;
  font-weight: bold;
}

.company_info .text {
  padding: 5px 5px;
}

.company_info .company_detail {
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 12px;
  margin: 2px 0 0;
}

.document-number {
  text-align: right;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  /* mv */
  .summary {
    font-size: 20px;
  }
  .summary .head {
    width: 480px;
  }
  .summary .head h1 {
    margin-top: -50px;
    width: 290px;
  }
  .summary .mv_txt {
    margin-top: 20px;
    line-height: 1.3;
  }

  /* 心当たりございませんか */
  .notice .ttl_notice {
    padding: 15px 10px 15px 60px;
  }

  .notice dl {
    max-width: 400px;
    margin: auto;
    font-size: 16px;
  }
  .notice dl dt {
    font-size: 20px;
  }
  .notice dl dd figcaption {
    font-size: 14px;
  }

  /* 会社情報 */
  .ct_box ul {
    max-width: 1040px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
  }
  .ct_box ul li {
    width: calc(50% - 15px);
  }
}
