/* ===== レイアウト・メインビジュアル ===== */
.main_visu_area {
  padding: 2.5rem 1rem 0.75rem;
  background-color: #ffffff;
}
/* ===== テキスト共通 ===== */
main .text-small {
  font-size: 1.4rem;
}
/* ===== リスト ===== */
ul {
  padding-top: 1.5rem;
}
ul li {
  list-style: none;
  color: #333333;
}
/* ===== セクション・コンテンツ ===== */
.present {
  padding-top: 30px;
}
.tokuten01 {
  padding-top: 30px;
}
.contents {
  position: relative;
  background-color: #fff4f7;
  padding: 2rem;
  border-radius: 10px;
}
.inner.general {
  padding: 0 1rem 2rem;
  line-height: 1.6;
}
.plus {
  margin: 1rem auto;
  text-align: center;
  width: 7%;
}
.attention {
  padding-top: 20px;
}
/* ===== アコーディオン ===== */
.accordion {
  color: #1a1d1e;
  background-color: #e5e5e5;
  padding: 0.8rem 1rem;
  max-width: 700px;
  margin: 1.5rem auto 0;
}
.accordion dt {
  font-size: 1.5rem;
  color: #000000;
  font-weight: bold;
}
.accordion .title {
  position: relative;
  text-align: center;
  display: block;
}
.accordion .title::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 2rem;
  width: 8px;
  height: 7px;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  transform: rotate(135deg);
  transition: .2s;
}
.accordion dt.active .title::before {
  content: "";
  position: absolute;
  top: 45%;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  transform: rotate(-45deg);
  transition: .2s;
}
/* .accordion .text → 注意事項エリアで使用 */
.accordion .text {
  position: relative;
  display: block;
  font-size: 1.5rem;
  color: red;
  font-weight: normal;
  padding-left: 0.5rem;
}
.accordion .text::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 2rem;
  width: 8px;
  height: 7px;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  transform: rotate(135deg);
  transition: .2s;
}
.accordion dt.active .text::before {
  content: "";
  position: absolute;
  top: 45%;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  transform: rotate(-45deg);
  transition: .2s;
}
.accordion_inner {
  background-color: #e5e5e5;
  padding: 2rem 0.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  display: none;
}
.accordion_img {
  text-align: center;
  margin: auto;
}
/* ===== ボタン ===== */
.btn_wrapper {
  margin: 3rem auto;
  padding: 0 2rem;
}
.button a {
  max-width: 700px;
  margin: 0 auto;
  background-color: #eb2f4c;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  padding: 1.5rem 2rem;
  line-height: 1;
  border-radius: 8px;
  box-shadow: #b0001b 4px 4px;
}
.ad_present_detail .button a {
  max-width: 700px;
  margin: 0 auto;
  background-color: #b37db3;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  padding: 1.5rem 2rem;
  line-height: 1;
  border-radius: 8px;
  box-shadow: #874d87 4px 4px;
}
.button a:hover {
  opacity: .8;
}
.ad_present_detail {
  padding: 2rem 1rem 0.5rem;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  text-align: center;
}
.cont05 {
  background-color: #f4f2f0 !important;
}
.kinyuu {
  font-size: 1.4rem;
  padding-bottom: 1rem;
  color: #fff;
  text-align: center;
}
.detail li {
  color: #ffffff;
  font-size: 1.3rem;
}
.bank_popup_button {
  color: #fff;
  text-decoration: underline;
}
.date_end {
  text-align: center;
  padding-top: 1rem;
}
@media screen and (max-width: 659px) {

  .main_visu_area {
    padding: 1.5rem 1rem;
  }

  .inner.general {
    max-width: 100%;
    padding: 0;
  }

  .contents {
    padding: 1.3rem;
  }

  .btn_wrapper {
    margin: 1.5rem auto 2rem;
    padding: 0;
  }

  .button a {
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 1.5rem;
    box-shadow: #b0001b 2px 4px;
  }

  .ad_present_detail .button a {
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 1.5rem;
    box-shadow: #874d87 2px 4px;
  }

  .ad_present_detail {
    padding: 2rem 1rem 0.5rem;
  }

  main .text-small {
    font-size: 1.2rem;
  }

  ul {
    padding-top: 1rem;
  }

  .accordion .text {
    font-size: 1.3rem;
  }

  .accordion_inner {
    padding: 1rem 0.5rem;
    margin-top: 1rem;
    font-size: 1.3rem;
  }
 .kinyuu {
    font-size: 1.2rem;
  }
  .inner.general {
    padding: 0 1rem 2rem;
    line-height: 1.6;
  }
  a:hover {
    opacity: .8;
  }
}