@charset "UTF-8";
/* CSS Document */
* {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
}
main {
  background: #FFFCF7;
}
h2 {
  color: #FFFCF7;
  background: #750605;
  max-width: 1070px;
  line-height: 4;
  font-family: shippori-mincho, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0 auto;
  text-align: center;
}
sup {
  vertical-align: revert;
}
.subsc-wrap h3 {
  border: 1px solid #750605;
  text-align: center;
  margin: 5% auto;
  padding: 4% 5%;
  line-height: 1.4;
  font-family: shippori-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}
h4 {
  border-top: 1px solid #750605;
  border-bottom: 1px solid #750605;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 1% 0px;
  color: #750605;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
h3 span {
  font-size: 1rem;
}
button {
  text-align: left;
  padding: 0 0 0 3%;
}
@media (max-width: 767px) {
  h2 {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: relative;
  }
  .subsc-wrap {
    padding: 0 5% 15%;
  }
  .subsc-pc {
    display: none;
  }
}
.sucsc-sec2-wrap > .subsc-sp {
  width: 90%;
  margin: 0 auto;
}
.subsc-wrap p {
  margin: 8% 4%;
  text-align: justify;
}
.img-sp1 img {
  width: 90%;
  margin: 0 auto;
}
.subsc-sapn-color {
  font-weight: bold;
  color: #FF4343;
}
.subsc-sp {
  margin: 10% 0;
}
.subsc-sec2-wrap img {
  width: 90%;
  margin: 0 auto;
}
.subsc-sec3-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  counter-reset: custom-counter;
  font-size: 0.9em;
  margin-bottom: 10%;
}
.subsc-sec3-list li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.7em;
}
.subsc-sec3-list li::before {
  counter-increment: custom-counter 1;
  content: "※"counter(custom-counter);
  position: absolute;
  left: 0px;
  top: 0px;
}
.sucsc-sec3-img {
  width: 90%;
  margin: 10% auto 10%;
}
.sucsc-sec3-img img {
  border-bottom: 1px solid #333;
  padding-top: 15%;
  padding-bottom: 15%;
}
.sucsc-sec3-img img:last-of-type {
  border: none;
  padding-bottom: 0;
}
.sucsc-sec3-img img:first-of-type {
  padding-top: 0;
}
.subsc-attention {
  text-align: right;
  display: block;
  font-size: 0.8em;
  padding: 1% 0;
}
.subsc-accordion-wrap {
  margin-bottom: 12%;
}
/*アコーディオン*/
.js-accordion--close {
  display: none;
}
.accordion-box {
  height: 0;
  overflow: hidden;
  transition: .4s ease;
  border-bottom: 1px solid #E6C5C4;
  text-align: justify;
}
.js-accordion {
  position: relative;
  width: 100%;
  background: none;
  height: 13vw;
  padding-right: 15%;
  font-size: 1.1rem;
}
.accordion-content-inner {
  padding: 0 3% 0 3%;
  font-size: 1rem;
  line-height: 2;
}
.js-accordion::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #E6C5C4;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: 15px auto;
  transition: .6s ease;
}
.js-accordion::after {
  content: "";
  width: 14px;
  height: 1px;
  background: #E6C5C4;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: 21px auto;
  transition: .6s ease;
}
.js-accordion.is-accordion--open::before {
  transform: rotate(90deg);
}
.js-accordion.is-accordion--open::after {
  transform: rotate(-180deg);
}
.js-accordion.is-accordion--open + .accordion-box {
  height: auto;
  opacity: 1;
}
.accordion-content-inner {
  padding: 1% 3% 3%;
}
/*PC*/
@media (min-width: 768px) {
  .l-contents {
    padding-top: 140px !important;
  }
  .subsc-sp {
    display: none;
  }
  h3 span {
    font-size: 1.4rem;
  }
  h4 {
    margin: 0 5%;
    font-weight: 600;
  }
  .subsc-wrap {
    max-width: 1070px;
    margin: 2% auto 0;
    padding: 0% 0 10%;
  }
  .subsc-wrap h3 {
    text-align: center;
    border: 1px solid;
    margin: 5%;
    padding: 2%;
  }
  .subsc-wrap p {
    margin: 4% 12%;
  }
  .sucsc-sec2-wrap {
    display: flex;
    align-items: center;
    margin: 5% 5%;
  }
  .sucsc-sec2-wrap p {
    margin: 4% 12%;
  }
  .img-pc1 {
    width: 40%;
    margin-right: 11%;
  }
  .img-pc2 {
    width: 70%;
    margin: 0 auto 15%;
  }
  .img-pc3 {
    margin: 5% auto;
    width: 70%;
  }
  .subsc-sec3-list {
    width: 70%;
    margin: 0 auto 10%;
  }
  .img-pc4 {
    width: 85%;
    margin: 5% auto;
    padding: 0 0 0 5%;
  }
  .subsc-accordion-wrap {
    margin: 1% 5% 5%;
  }
  .js-accordion {
    position: relative;
    width: 100%;
    background: none;
    height: 50px;
    padding-right: 15%;
    font-size: 16px;
  }
  .accordion-content-inner {
    padding: 0 3% 2% 3%;
    font-size: 16px;
    line-height: 2;
  }
  .js-accordion::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #E6C5C4;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: 15px auto;
    transition: .6s ease;
  }
  .js-accordion::after {
    content: "";
    width: 14px;
    height: 1px;
    background: #E6C5C4;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: 21px auto;
    transition: .6s ease;
  }
  .accordion-content-inner {
    padding: 1% 3% 3%;
  }
}