@charset "utf-8";
.pg-fv__title--sp {
  display: none;
    font-size: clamp(2rem, 1.515rem + 2.07vw, 4rem);
    font-weight: 600;
    color: #fff;
  transform: translateY(-20px);
  text-align: center;
}
.checklist__text {
      margin-top: 40px;
    max-width: 1920px;
    text-align: center;
    line-height: 2.2;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 600;
    padding: 0 clamp(2.5rem, -9.833rem + 25.69vw, 21rem);
    padding-right: clamp(2.813rem, -9.313rem + 25.26vw, 21rem);
}
.checklist {
      padding-top: 64px;
    padding-bottom: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.checklist__inner {
      padding: 0 clamp(2.5rem, -9.833rem + 25.69vw, 21rem);
    padding-right: clamp(2.813rem, -9.313rem + 25.26vw, 21rem);
}
.checklist__container {
      display: flex;
    flex-direction: column;
}
.checklist__content:not(:first-child) {
  padding-top: 80px;
}
.checklist__items {
      margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 28px;
    row-gap: 20px;
}
.checklist__item {
      border: 20px solid #FEEAEA;
    padding: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
}
.checklist-item__top {
      display: flex;
    align-items: center;
    column-gap: clamp(1rem, 0.417rem + 1.22vw, 1.875rem);
}
.checkbox {
      width: clamp(1.75rem, 1.083rem + 1.39vw, 2.75rem);
    object-fit: contain;
}
.checklist-item__number {
      font-size: clamp(0.938rem, 0.563rem + 0.78vw, 1.5rem);
    font-weight: 500;
}
.checklist-item__title {
      font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 500;
}
.checklist-item__text {
      margin-top: clamp(0.625rem, 0.417rem + 0.43vw, 0.938rem);
    font-weight: 400;
}
.checklist-item__text u {
      font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    text-decoration: none;
}

.faq {
      padding: 40px clamp(1.25rem, -13.917rem + 31.6vw, 24rem) clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    background-color: #F7F7F7;
}
.faq__container {
      background-color: #fff;
    padding: 40px clamp(1.25rem, -1.917rem + 6.6vw, 6rem) 56px;
}
.faq__items {
      margin-top: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    display: flex;
    flex-direction: column;
    row-gap: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
}
.faq__q {
      display: flex;
    align-items: center;
    background-color: #C7081C;
    column-gap: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    padding: 8px;
}
.faq-q__icon {
      font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    font-weight: 500;
    color: #fff;
}
.faq-q__title {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 500;
    color: #fff;
}
.faq__a {
      display: flex;
    align-items: baseline;
    background-color: #fff;
    column-gap: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    padding: 8px;
}
.faq-a__icon {
      font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    font-weight: 500;
    color: #C7081C;
}
.faq-a__text {
  font-weight: 400;
}
.faq__bottom {
      font-weight: 400;
    margin-top: 16px;
}

@media (max-width: 767px) {
  .pg-fv__title--checklist {
    display: none;
  }
  .pg-fv__title--sp {
  display: block;
}
  .checklist__text {
    padding: 0 20px;
    line-height: 1.5;
  }
  .checklist__inner {
    padding: 0;
  }
  .checklist__items {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 374px) {
  .pg-fv__title--sp {
    font-size: clamp(1.5rem, -1.463rem + 14.81vw, 2rem);
  }
  
  .faq,
  .faq__container {
        padding-left: 16px;
    padding-right: 16px;
  }
}