.p-regulation {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .p-regulation {
    padding: 80px 0;
  }
}
.p-regulation-top {
  border: 8px solid #efefef;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 29px 0;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-regulation-top {
    font-size: 24px;
    border: 16px solid #efefef;
    margin-bottom: 60px;
    padding: 48px 0;
    line-height: 1.6666666667;
  }
}
.p-regulation-top .primary {
  background: #edd320;
}
@media (min-width: 768px) {
  .p-regulation-top .primary {
    padding-left: 10px;
  }
}
.p-regulation-top .note {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
@media (min-width: 768px) {
  .p-regulation-top .note {
    margin-top: 5px;
    font-size: 16px;
  }
}
.p-regulation__box {
  border: 2px solid #a0a0a0;
  padding: 16px 16px;
}
@media (min-width: 768px) {
  .p-regulation__box {
    padding: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-regulation__box {
    padding: 20px;
  }
}
.p-regulation__box .js-modal-open.--okaya {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-regulation__box .js-modal-open.--okaya {
    padding-bottom: 70px;
  }
}
.p-regulation__box .js-modal-open.--okaya.--02 {
  padding-bottom: 30px;
}
.p-regulation__section {
  border: 2px solid var(--keycolor);
}
.p-regulation__section.--blue {
  border: 2px solid var(--c-blue-2);
}
.p-regulation__section__ttl {
  position: relative;
  background: var(--keycolor);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  padding: 16px 15px;
  line-height: 1.4;
}
.p-regulation__section__ttl.--blue {
  background: var(--c-blue-2);
}
@media (min-width: 768px) {
  .p-regulation__section__ttl.--step {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .p-regulation__section__ttl {
    justify-content: center;
    letter-spacing: 0.08em;
    font-size: 32px;
    padding: 0 40px;
    height: 80px;
    line-height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-regulation__section__ttl {
    font-size: 2.0833333333vw;
  }
}
.p-regulation__section__ttl .txt {
  font-size: 9px;
  display: block;
  margin-top: 10px;
  font-weight: normal;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-regulation__section__ttl .txt {
    font-size: 16px;
  }
}
.p-regulation__section__ttl.is-active:after {
  transform: translateY(-50%) rotate(90deg);
}
.p-regulation__section__ttl:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 35px;
  height: 35px;
  background: url(../img/common/ic_circle.png) no-repeat top center;
  background-size: contain;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-regulation__section__ttl:after {
    right: 40px;
    width: 56px;
    height: 56px;
  }
}
.p-regulation__section__ttl .step {
  background: #fff;
  color: #ee7800;
  border-radius: 3px;
  font-size: 10px;
  padding: 5px 10px;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  gap: 4px;
  max-width: 58px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .p-regulation__section__ttl .step {
    font-size: 18px;
    padding: 7px 11px;
    margin-right: 16px;
    margin-bottom: 0;
    border-radius: 4px;
    max-width: fit-content;
    height: 35px;
  }
}
.p-regulation__section__ttl .step .num {
  flex-shrink: 0;
  background-color: #ee7800;
  border-radius: 50%;
  color: #fff;
  aspect-ratio: 1;
  display: inline-block;
  font-size: 2.1333333333vw;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  height: 2.6666666667vw;
  width: auto;
}
@media (min-width: 768px) {
  .p-regulation__section__ttl .step .num {
    font-size: 16px;
    height: 20px;
  }
}
.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__content {
  padding: 23px 15px;
}
@media (min-width: 768px) {
  .p-regulation__section__content {
    padding: 56px 40px;
  }
}
.p-regulation__section-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 114px;
  padding: 20px 0;
  background: #efefef;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .p-regulation__section-bg {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 25px;
    margin-bottom: 35px;
  }
}
.p-regulation__section-bg .label-sub {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-regulation__section-bg .label-sub {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .p-regulation__section-bg .label-sub {
    font-size: 32px;
  }
}
.p-regulation__section-bg .label-sub__arrow {
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 15px;
  position: relative;
}
@media (min-width: 768px) {
  .p-regulation__section-bg .label-sub__arrow {
    font-size: 13px;
    margin: -4px 36px 0 27px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-regulation__section-bg .label-sub__arrow {
    margin: -4px 23px 0 15px;
  }
}
.p-regulation__section-bg .label-sub__arrow:after {
  font-family: "cnr1-2024" !important;
  content: "\e902";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .p-regulation__section-bg .label-sub__arrow:after {
    left: -7px;
    font-size: 33px;
    bottom: -5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-regulation__section-bg .label-sub__arrow:after {
    left: 0;
    font-size: 24px;
  }
}
.p-regulation__section-bg .section-more {
  background: #f8d437;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .p-regulation__section-bg .section-more {
    padding: 7px 26px;
    font-size: 10px;
    text-align: center;
    margin: 15px auto 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__section.mrg-top {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-regulation__section.mrg-top {
    margin-top: 50px;
  }
}
.p-regulation__section.border-none {
  border: none;
}
.p-regulation__txt {
  font-size: 10px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-regulation__txt {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .p-regulation__txt .mr-left {
    display: inline-block;
    text-indent: -20px;
  }
}
@media (min-width: 768px) {
  .p-regulation__txt.--pad-left {
    padding-left: 20px;
  }
}
.p-regulation__sub {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5384615385;
  letter-spacing: 0.068em;
}
@media (min-width: 768px) {
  .p-regulation__sub {
    font-size: 24px;
    line-height: 1.6666666667;
  }
}
.p-regulation__more {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 8px solid #efefef;
  margin-bottom: 28px;
  padding: 25px;
  gap: 20px;
}
@media (min-width: 1024px) {
  .p-regulation__more {
    flex-direction: row;
    border: 16px solid #efefef;
    padding: 49px 25px 49px 20px;
    margin-bottom: 56px;
  }
}
.p-regulation__more .red {
  color: red;
  font-weight: 600;
}
.p-regulation__more .mrgleft {
  display: inline-block;
  margin: 0 -7px;
}
@media (min-width: 1024px) {
  .p-regulation__more .info {
    width: 52%;
  }
}
.p-regulation__more .info .info-txt {
  font-size: 11px;
  margin-top: 12px;
  line-height: 1.4;
  background: url(../img/regulation/avatar.png) no-repeat left 0;
  background-size: 37px 32px;
  padding: 2px 0 2px 40px;
  letter-spacing: -0.05em;
}
.p-regulation__more .info .info-txt.--txt-02 {
  padding: 9px 0 9px 40px;
}
@media (min-width: 768px) {
  .p-regulation__more .info .info-txt.--txt-02 {
    padding: 20px 0 20px 78px;
  }
}
@media (min-width: 768px) {
  .p-regulation__more .info .info-txt {
    font-size: 18px;
    margin-top: 20px;
    background-size: 73px 66px;
    padding: 10px 0 10px 78px;
  }
}
.p-regulation__more .meta {
  text-align: center;
}
@media (min-width: 1024px) {
  .p-regulation__more .meta {
    width: 50%;
  }
}
.p-regulation__more .meta .meta-ic {
  max-width: 64px;
  margin: auto;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .p-regulation__more .meta .meta-ic {
    max-width: 128px;
  }
}
.p-regulation__more .meta .meta-ttl {
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-regulation__more .meta .meta-ttl {
    font-size: 24px;
  }
}
.p-regulation__more .meta .meta-ttl .note {
  background: #efefef;
  display: inline-block;
  padding: 5px 10px;
}
.p-regulation__more .meta .meta-txt {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-regulation__more .meta .meta-txt {
    letter-spacing: -0.04em;
    font-size: 28px;
  }
}

.sec-list {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .sec-list {
    margin-bottom: 80px;
  }
}

.section-regulation {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .section-regulation {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-regulation {
    gap: 32px;
  }
}
.section-regulation .regu-item {
  border-radius: 12px;
  border: 2px solid var(--keycolor);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  padding: 21px 0;
}
@media (min-width: 768px) {
  .section-regulation .regu-item {
    border-radius: 5px;
    font-size: 14px;
    padding: 23px 0;
  }
}
.section-regulation .regu-item__ttl {
  font-size: 20px;
  margin-top: 6px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .section-regulation .regu-item__ttl {
    margin-top: 11px;
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-regulation .regu-item__ttl {
    font-size: 20px;
  }
}
.section-regulation .regu-item .small {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .section-regulation .regu-item .small {
    font-size: 16px;
  }
}
.section-regulation .regu-item__inner {
  text-align: center;
}
.section-regulation .regu-item.--blue {
  border: 2px solid var(--c-blue-2);
}
.section-regulation .regu-item .cnr-ic-right {
  right: 18px;
}
@media (min-width: 768px) {
  .section-regulation .regu-item .cnr-ic-right {
    right: 24px;
  }
}
.section-regulation .regu-item .cnr-ic-right.--blue {
  background: var(--c-blue-2);
}
.section-regulation .regu-item:hover .cnr-ic-right {
  right: 20px;
}/*# sourceMappingURL=regulation.css.map */