@charset "UTF-8";
.guidance__icon a:hover img{
  filter: brightness(105%);
}
.guidance__content {
  background-color: #fff;
  width: min(1024px, 98%);
  margin-inline: auto;
  padding-block: clamp(2.5rem, 1.82rem + 2.91vw, 4rem);
  padding-inline: 1%;
  margin-block-end: clamp(2.5rem, 1.08rem + 6.06vw, 5.625rem);
  position: relative;
}
.guidance__content__inner {
  width: min(768px, 98%);
  margin-inline: auto;
}
.guidance__img01 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .guidance__img01 {
    position: static;
    transform: translate(0, 0);
  }
}
.guidance__img01 img {
  width: 100%;
}
.guidance__img02 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1024px) {
  .guidance__img02 {
    position: static;
    transform: translate(0, 0);
  }
}
.guidance__img02 img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .guidance__imgflex {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
  }
}
.guidance__ttl {
  font-size: clamp(1rem, 0.72rem + 1.21vw, 1.625rem);
  text-align: center;
  background-color: hsl(26, 54%, 25%);
  color: hsl(0, 0%, 100%);
  padding-inline: min(40px, 5%);
  padding-block: 0.25rem;
  margin-block-end: clamp(1.5rem, 1.27rem + 0.97vw, 2rem);
}
.guidance__txt {
  font-size: clamp(1rem, 0.94rem + 0.24vw, 1.125rem);
}
.guidance__txt.last {
  text-align: right;
}
.guidance .red {
  color: #ff0000;
}
.guidance .red .bg {
  background-color: rgba(255, 0, 0, 0.13);
}
.guidance .op {
  opacity: 0;
}
.guidance__list {
  margin-block: clamp(1.5rem, 1.27rem + 0.97vw, 2rem);
  list-style: decimal;
  margin-bottom: 32px; /* 2rem → 32px */
  font-size: clamp(1rem, 0.94rem + 0.24vw, 1.125rem);
}
.guidance__box {
  padding-inline: clamp(1.5rem, 0.28rem + 5.21vw, 4.1875rem);
  padding-block-start: clamp(2rem, 1.72rem + 1.21vw, 2.625rem);
  padding-block-end: clamp(2rem, 0.64rem + 5.82vw, 5rem);
  background-color: #fff;
  border-radius: 0 40px 40px 40px;
}
@media screen and (max-width: 1024px) {
  .guidance__box {
    border-radius: 0 20px 20px 20px;
  }
}
.guidance__ttl02 {
  font-size: clamp(1rem, 0.94rem + 0.24vw, 1.125rem);
  background-color: #f1ebcc;
  color: #2d190f;
  padding-inline: clamp(1.5rem, 1.27rem + 0.97vw, 2rem);
  padding-block: 0.25rem;
  border-radius: 10px;
  letter-spacing: normal;
  margin-block-end: 1.125rem;
}
.guidance__ttl02.mt {
  margin-block-start: clamp(2rem, 1.2rem + 3.39vw, 3.75rem);
}
.guidance__ttl02 small {
  font-size: clamp(0.8125rem, 0.73rem + 0.36vw, 1rem);
  padding-inline-start: 1.5rem;
}
.guidance__list {
  padding-inline: 2rem;
}
.guidance label {
  display: block;
}
.guidance input {
  line-height: 1;
}
.guidance input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  border: 2px dotted #333;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
}
.guidance input[type=checkbox]:checked {
  background-color: #ff0000;
}
.guidance__ttl03 {
  font-size: 16px;
  font-weight: bold;
  margin-block-start: 2rem;
  margin-block-end: 0.625rem;
}
.guidance__tbl {
  width: 100%;
  border-collapse: collapse;
  margin-block: 1.875rem;
}
.guidance__tbl th,
.guidance__tbl td {
  font-size: clamp(1rem, 0.94rem + 0.24vw, 1.125rem);
  border: 1px solid #643c1e;
  padding-inline: clamp(0.25rem, -0.2rem + 1.94vw, 1.25rem);
  padding-block: 0.25rem;
  letter-spacing: normal;
}
.guidance__tbl th {
  text-align: center;
  background-color: #faf9e5;
}
.guidance__tbl th:nth-child(2) {
  width: 16%;
}
@media screen and (max-width: 1024px) {
  .guidance__tbl th:nth-child(2) {
    width: 20%;
  }
}
.guidance__tbl th :nth-child(3) {
  width: 16%;
}
@media screen and (max-width: 1024px) {
  .guidance__tbl th :nth-child(3) {
    width: 22%;
  }
}
.guidance__tbl td:nth-child(2) {
  text-align: center;
}
.guidance__tbl td:nth-child(3) {
  text-align: center;
}