html {
    font-size: calc((100 / 750) * 1vw);
    font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 750px) {
    html {
        font-size: 1px;
    }
}

.l-container {
    max-width: 750px;
    margin: 0 auto;
}
img {
  width: 100%;
}
.bg {
  width: 750rem;
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.center {
  justify-content: center;
  align-items: center;
}
.cta:hover {
  transform: scale(1.02);
  filter: brightness(1.2);
}
.cta_btn_1 {
  margin-top: 25rem;
}
.cta_btn_1 img {
  width: 590rem;
}
.cta_btn_2 {
  margin-top: 20rem;
  margin-bottom: 40rem;
}
.cta_btn_2 img {
  width: 547rem;
}
.cta_btn_3 img {
  width: 590rem;
}
.cta_btn_4 img {
  width: 547rem;
}
.s_cta_2 {
  margin-top: -20rem;
}
.cta_btn_3 {
  margin-top: -380rem;
}
.s_a6 {
  background: #FFF5D4;
}
.s_a6 {
  background: #FFF5D4;
}
.s_a6 .part_01 {
  margin: 50rem 0;
  width: 303rem;
}
.s_a6 .part_02 {
  gap: 20rem;
  padding-bottom: 47rem;
}
.s_a6 .part_03 {
  gap: 20rem;
}
.s_a6 .part_03 .title_01 {
  width: 340rem;
  margin-top: 68rem;
  margin-bottom: 18rem;
}
.s_a6 .part_03 .title_02 {
  width: 706rem;
  margin-top: 41rem;
  margin-bottom: 27rem;
}

.footer {
  background: #FFF5D4;
}
.footer-link {
  display: flex;
  position: absolute;
  font-size: 16rem;
  color: #fff;
  bottom: 32rem;
}
.footer-link a:not(:first-child)::before {
  position: absolute;
  background-image: url('../img/link_separate.png');
  display: inline-block;
  width: 1px; 
  height: 36rem;
  left: -22rem;
  content: "";
}
.footer-link a:not(:first-child) {
  margin-left: 44rem;
  position: relative;
}
.footer-link a {
  display: flex;
  align-items: center;
  text-align: center;
}

.collapse-wrap {
  width: 706rem;
  background: #fff;
  border-radius: 21rem;
  padding: 30rem;
}
.collapsible {
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30rem;
  line-height: 62rem;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26rem;
  padding-left: 24rem;
}
.content-wrap {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}
.content {
  overflow: hidden;
  border-top: none;
  text-align: left;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 23rem;
  line-height: 42rem;
  font-weight: 300;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26rem;
  padding-top: 30rem;
  margin-top: 30rem;
  border-top: 1rem solid black;
  color: #2F2118;
}
.qaq {
  grid-template-columns: auto 1fr auto;
  padding-left: 0;
}
.qaa {
  grid-template-columns: auto 1fr;
}
.qaq::before {
  background-image: url('../img/q.png');
  background-size: 62rem;
  display: inline-block;
  width: 62rem;
  height: 62rem;
  content:"";
}
.qaa::before {
  background-image: url('../img/a.png');
  background-size: 62rem;
  display: inline-block;
  width: 62rem;
  height: 62rem;
  content:"";
}
.collapsible::after {
  content: "+";
  align-self: center;
  color: #90CA80;
  font-size: 42rem;
  font-weight: bold;
}
.open::after {
  content: "ー";
  align-self: center;
  color: #90CA80;
  font-size: 42rem;
  font-weight: bold;
}
.notice {
  font-size: 22rem;
}
.content a .notice_text {
  text-decoration: none;
  color: #F56D4C;
}
.content-image {
  width: 516rem;
}
.bold_text {
  font-weight: 500;
  font-size: 27rem;
  line-height: 46rem;
  color: #2F2118;
}
.notice_text {
  color: #F56D4C;
}
table {
  border-collapse: collapse;
  width: 100%;
}
tr:not(:last-child) { 
  border-bottom: 1rem solid #ddd;
}
th {
  font-weight: unset;
  width: 115rem;
  padding: 16rem 0;
}
td {
  padding: 16rem 0;
  padding-left: 64rem;
}

.c_modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.c_modal-content {
  margin: auto;
  min-width: 400rem;
  position: relative;
  max-width: 80%;
}
.close {
  position: absolute;
  right: 0;
  width: 7%;
}
.close:hover,
.close:focus {
  cursor: pointer;
}
.coupon-img {
  min-width: 400rem;
}
.coupon-btn-img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -3rem;
  min-width: 392rem;
}