.support-list .content {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 640px) {
  .support-list .content {
    margin-bottom: 15.625vw;
  }
}

.support-list__container {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}
@media only screen and (max-width: 640px) {
  .support-list__container {
    gap: 10.9375vw;
  }
}

.support-list__title {
  color: #231815;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
  padding-bottom: 3.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
@media only screen and (max-width: 640px) {
  .support-list__title {
    font-size: 5.15625vw;
    padding-bottom: 2rem;
  }
}
.support-list__title::after {
  content: "";
  position: absolute;
  width: 11.8rem;
  height: 0.1rem;
  background: rgb(255, 0, 0);
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  .support-list__title::after {
    width: 28.125vw;
  }
}

.support-list__body {
  display: flex;
  align-items: center;
  gap: 6rem;
  margin-top: 5.3rem;
}
@media only screen and (max-width: 640px) {
  .support-list__body {
    flex-direction: column;
    gap: 4.6875vw;
    margin-top: 6.25vw;
  }
}

.support-list__txtarea {
  flex: 1;
}
.support-list__txtarea li {
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 1px;
  padding-left: 3.5rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .support-list__txtarea li {
    font-size: 3.75vw;
    padding-left: 3.90625vw;
    line-height: 1.8;
  }
}
.support-list__txtarea li::before {
  position: absolute;
  content: "";
  background: url(../img/support/lucide/square-check-big.svg) no-repeat center center;
  background-size: contain;
  width: 1.9rem;
  height: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media only screen and (max-width: 640px) {
  .support-list__txtarea li::before {
    width: 2.96875vw;
    height: 2.8125vw;
  }
}
@media only screen and (max-width: 640px) {
  .support-list__txtarea .position::before {
    top: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .support-list__txtarea li + li {
    margin-top: 1.5625vw;
  }
}

.support-list__txt {
  margin-top: 3.3rem;
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 640px) {
  .support-list__txt {
    margin-top: 4.6875vw;
  }
}

.support-list__img {
  width: 47.5rem;
  filter: drop-shadow(8px 8px 0 #231815);
}
@media only screen and (max-width: 640px) {
  .support-list__img {
    width: 100%;
  }
}
.support-list__img img {
  width: 100%;
}/*# sourceMappingURL=support.css.map */