.p-regulation {
  padding-block: 40px;
}
@media (min-width: 768px) {
  .p-regulation {
    padding-block: 80px;
  }
}
.p-regulation .regulation-block {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-regulation .regulation-block {
    margin-bottom: 80px;
  }
}
.p-regulation__img {
  margin-bottom: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-regulation__img {
    margin-bottom: 56px;
  }
}
.p-regulation__img img {
  width: 100%;
}
.p-regulation__txt {
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-regulation__txt {
    font-size: 16px;
  }
}
.p-regulation__section {
  border: 2px solid var(--keycolor);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-regulation__section {
    margin-bottom: 56px;
  }
}
.p-regulation__section__option {
  font-size: 12px;
  height: 25px;
  padding: 0 15px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 400;
}
.p-regulation__section__option.bg-brown {
  background: #925e9a;
}
.p-regulation__section__option.bg-yellow {
  background: #fdd000;
  color: #2e2e2e;
}
@media (min-width: 768px) {
  .p-regulation__section__option {
    font-size: 16px;
    padding: 0 20px;
    height: 32px;
    margin-left: 20px;
    margin-bottom: 0;
  }
}
.p-regulation__section__primary {
  margin-bottom: 15px;
  color: var(--keycolor);
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-regulation__section__primary {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-regulation__gallery {
  display: grid;
  gap: 28px;
  margin: 44px 0 73px;
}
@media (min-width: 768px) {
  .p-regulation__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-regulation__gallery.--full {
  grid-template-columns: 1fr;
}
.p-regulation .ic_moc {
  margin: 0 -5px;
}
@media (min-width: 768px) {
  .p-regulation .ic_moc {
    margin: 0 -12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-regulation .ic_moc {
    margin: 0;
  }
}

.step-block {
  border: 2px solid var(--keycolor);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .step-block {
    margin-bottom: 56px;
  }
}
.step-block:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .step-block.step-block--nobox .step-block__body {
    padding: 50px 40px;
  }
}
@media (min-width: 1024px) {
  .step-block.step-block--nobox .step-block__body {
    padding: 50px 98px;
  }
}
.step-block__head {
  position: relative;
  background: var(--keycolor);
  color: #fff;
  cursor: pointer;
  font-size: 4vw;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  padding: 16px 15px;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .step-block__head {
    font-size: 26px;
    padding: 0 90px 0 32px;
    height: 120px;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1024px) {
  .step-block__head {
    font-size: 32px;
    height: 165px;
    padding: 0 120px 0 57px;
  }
}
.step-block__head.is-active::after {
  transform: translateY(-50%) rotate(90deg);
}
.step-block__head::after {
  content: "";
  aspect-ratio: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 32px;
  background: url(../img/common/ic_right_2.png) no-repeat top center;
  background-size: contain;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .step-block__head::after {
    right: 32px;
    width: 56px;
  }
}
@media (min-width: 1024px) {
  .step-block__head::after {
    right: 58px;
  }
}
.step-block__head-ttl {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .step-block__head-ttl {
    gap: 7px;
  }
}
.step-block__head .step {
  background: #fff;
  color: #ee7800;
  border-radius: 16px;
  font-size: 2.6666666667vw;
  padding: 1.0666666667vw 1.4666666667vw;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  gap: 4px;
  max-width: 21.3333333333vw;
}
@media (min-width: 768px) {
  .step-block__head .step {
    font-size: 20px;
    padding: 10px 31px;
    margin-right: 16px;
    border-radius: 20px;
    max-width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .step-block__head .step {
    padding: 7px 20px;
    font-size: 18px;
  }
}
.step-block__body {
  background-color: #fff;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .step-block__body {
    padding: 60px 32px;
  }
}
@media (min-width: 1024px) {
  .step-block__body {
    padding: 80px 58px;
  }
}
.step-block__img {
  margin-bottom: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .step-block__img {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .step-block__img {
    margin-bottom: 75px;
  }
}
.step-block__img img {
  width: 100%;
}
.step-block__txt {
  font-size: 12px;
}
@media (min-width: 768px) {
  .step-block__txt {
    font-size: 16px;
  }
}
.step-block__txt.--line {
  text-decoration: underline;
}

.step-row {
  border: 2px solid var(--keycolor);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .step-row {
    margin-bottom: 56px;
  }
}
.step-row:last-child {
  margin-bottom: 0;
}
.step-row.step-row--noborder {
  border: 0;
}
.step-row.step-row--noborder .step-row__head {
  background-color: transparent;
  color: #2e2e2e;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .step-row.step-row--noborder .step-row__head {
    margin-bottom: 24px;
  }
}
.step-row.step-row--noborder .step-row__head-direct {
  border-color: var(--keycolor);
  color: var(--keycolor);
}
.step-row.step-row--noborder .step-row__body {
  padding: 0;
}
.step-row__head {
  background-color: var(--keycolor);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 4vw;
  line-height: 1.3;
  padding: 15px 35px 15px 10px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .step-row__head {
    font-size: 24px;
    gap: 14px;
    padding: 20px 60px 30px 32px;
  }
}
@media (min-width: 1024px) {
  .step-row__head {
    font-size: 32px;
    padding: 25px 80px 32px 40px;
  }
}
.step-row__head.is-active .step-row__head-ic {
  transform: translateY(-50%) rotate(0deg);
}
.step-row__head-ic {
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .step-row__head-ic {
    font-size: 40px;
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .step-row__head-ic {
    right: 40px;
  }
}
.step-row__head-ttl {
  display: flex;
  font-weight: bold;
}
.step-row__head-ttl > p {
  flex: 1;
}
.step-row__head-ttl .num {
  flex-shrink: 0;
  margin-right: 5px;
}
.step-row__head-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 10px;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .step-row__head-info {
    gap: 10px 24px;
  }
}
.step-row__head-direct {
  flex-shrink: 0;
  border: 1px solid #fff;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .step-row__head-direct {
    border-width: 2px;
    padding: 5px 23px;
  }
}
.step-row__head-label {
  background-color: #f8d437;
  border-radius: 30px;
  color: #2e2e2e;
  letter-spacing: 0.08em;
  line-height: 1.2;
  padding: 5px 12px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .step-row__head-label {
    padding: 5px 30px;
  }
}
.step-row__body {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .step-row__body {
    padding: 40px 32px 60px;
  }
}
@media (min-width: 1024px) {
  .step-row__body {
    padding: 56px 40px 80px;
  }
}/*# sourceMappingURL=regulation.css.map */