@charset "utf-8";

.attempt-page {
  font-size: 14px;
}

.section-ttl {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.health-section {
  padding: 70px 0 120px;
  margin-top: -40px;
  border-bottom: 1px solid #707070;
}
.health-lead {
  margin-bottom: 40px;
}
.health-item + .health-item {
  margin-top: 40px;
}
.health-item {
  display: flex;
  flex-direction: column;
}
.health-box {
  display: contents;
}
.health-box dt {
  font-weight: 600;
  margin-bottom: 15px;
  order: 1;
}
.health-img {
  margin-bottom: 14px;
  order: 2;
}
.health-img img {
  width: 100%;
}
.health-detail {
  line-height: 1.5;
  order: 3;
}
.health-detail .underline {
  text-decoration: underline;
  display: block;
  margin-bottom: 2px;
}

.plan-section {
  padding: 90px 0 120px;
  margin-top: -40px;
  border-bottom: 1px solid #707070;
}
.plan-flex {
  margin-bottom: 50px;
}
.plan-mark {
  width: 183px;
  margin: 0 auto 28px;
}
.plan-block dt {
  font-weight: 600;
  margin-bottom: 15px;
}
.plan-list {
  margin-top: 46px;
}
.plan-item {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
}
.plan-item + .plan-item {
  margin-top: 35px;
}
.plan-img img {
  width: 100%;
}
.plan-risk-list li::before {
  content: "●";
}

.voice-section {
  padding-top: 64px;
  margin-top: -40px;
  margin-bottom: 170px;
}
.voice-img {
  margin: 0 -30px 25px;
}
.voice-foot p {
  text-align: center;
  margin-bottom: 17px;
}
.voice-foot .link {
  width: 140px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .attempt-page {
    font-size: 16px;
    line-height: 2;
  }
  .section-ttl {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .health-section {
    padding: 90px 0 150px;
    margin-top: -40px;
  }
  .health-lead {
    margin-bottom: 96px;
  }
  .health-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .health-item + .health-item {
    margin-top: 23px;
  }
  .health-box {
    display: block;
    width: calc(100% - 300px);
  }
  .health-box dt {
    margin-bottom: 14px;
  }
  .health-img {
    margin-bottom: 0;
    width: 300px;
    height: 200px;
  }
  .health-detail {
    line-height: 2;
    padding-right: 20px;
  }

  .plan-section {
    padding: 100px 0 150px;
    margin-top: -50px;
  }
  .plan-flex {
    display: flex;
    margin-bottom: 70px;
  }
  .plan-mark {
    margin: 0;
  }
  .plan-flex .plan-block {
    width: calc(100% - 183px);
    padding-left: 24px;
  }

  .plan-list {
    margin-top: 32px;
  }
  .plan-item {
    flex-direction: row;
    align-items: center;
    gap: 0 20px;
  }
  .plan-item + .plan-item {
    margin-top: 20px;
  }
  .plan-img {
    width: 300px;
  }

  .voice-section {
    padding-top: 93px;
    margin-top: -40px;
  }
  .voice-img {
    margin: 0 0 90px;
  }
  .voice-foot p {
    font-weight: 600;
    margin-bottom: 24px;
  }




}