.c-mv .c-heading .c-heading-h1 small {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .c-mv .c-heading .c-heading-h1 small {
    font-size: 1.7rem;
  }
}

.first__columns {
  margin-top: 40px;
}
.first__column {
  position: relative;
  border-radius: 8px;
  background-color: #F5F4F0;
  padding: 32px 45px;
}
@media print, screen and (min-width: 768px) {
  .first__column {
    border-radius: 12px;
    padding: 45px 50px;
  }
}
.first__column::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #E60012;
  width: 24px;
  height: 3px;
  border-radius: 3px;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .first__column::before {
    width: 40px;
  }
}
.first__column-title {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .first__column-title {
    font-size: 2rem;
  }
}
.first__column-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.first__column .btn__item {
  display: flex;
  align-items: center;
}
.first__column .btn__item .btn__link {
  width: 100%;
  padding: 10px 0;
  padding-bottom: 10px;
  position: relative;
  height: 52px;
}
@media print, screen and (min-width: 768px) {
  .first__column .btn__item .btn__link {
    height: 72px;
    padding-left: 20px;
  }
}
.first__column .btn__item .btn__link .btn__link-icon {
  display: flex;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .first__column .btn__item .btn__link span {
    line-height: 1.2;
  }
}

.c-steps__step {
  background-color: white;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .c-steps__step {
    border-radius: 12px;
  }
}
.c-steps__step-body__title .step__icon {
  max-width: 90px;
}
@media print, screen and (min-width: 768px) {
  .c-steps__step-body__title .step__icon {
    max-width: 180px;
    height: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-steps__step-body__title .step__icon img {
    width: 100%;
    max-height: 120px;
  }
}

.lifeevents {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .lifeevents {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .lifeevents {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 0;
  }
}
.lifeevents .lifeevent {
  display: grid;
  border-bottom: 1px solid #D4D4D4;
}
@media only screen and (max-width: 767px) {
  .lifeevents .lifeevent {
    background-color: #f4f4f4;
  }
}
.lifeevents .lifeevent:not(:nth-of-type(3n+1)) {
  border-left: 1px dashed #d4d4d4;
}
.lifeevents .lifeevent p {
  margin: 0;
}
.lifeevents .lifeevent_age {
  order: 1;
  text-align: center;
  background-color: #E7E7E7;
  font-weight: 700;
  height: 32px;
  border-bottom: 1px solid #D4D4D4;
}
@media print, screen and (min-width: 768px) {
  .lifeevents .lifeevent_age {
    box-sizing: content-box;
    padding: 7px 0;
  }
}
.lifeevents .lifeevent_image {
  order: 3;
  border-bottom: 1px solid #D4D4D4;
  padding: 16px;
}
@media print, screen and (min-width: 768px) {
  .lifeevents .lifeevent_image {
    order: 2;
    padding: 24px;
  }
}
.lifeevents .lifeevent_title {
  order: 2;
  border-bottom: 1px solid #D4D4D4;
  text-align: center;
  padding: 12px;
}
@media print, screen and (min-width: 768px) {
  .lifeevents .lifeevent_title {
    order: 3;
  }
}
.lifeevents .lifeevent_money {
  order: 4;
  border-bottom: 1px solid #D4D4D4;
  padding: 12px;
  text-align: center;
}
.lifeevents .lifeevent_detail {
  order: 5;
  padding: 12px;
  text-align: center;
}

.averages {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .averages {
    gap: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .averages {
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
  }
}
.averages .average {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .averages .average {
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
  }
}
@media print, screen and (min-width: 768px) {
  .averages .average {
    grid-template-columns: 500px auto;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .averages .average:not(:last-of-type) {
    border-bottom: 1px dashed #D4D4D4;
  }
}
.averages .average table tr:not(:last-of-type) {
  border-bottom: 1px dashed #D4D4D4;
}
.averages .average table th, .averages .average table td {
  padding: 12px 10px;
}
@media only screen and (max-width: 767px) {
  .averages .average table th, .averages .average table td {
    border-bottom: 1px dashed #D4D4D4;
  }
}
.averages .average table th {
  text-align: start;
  background-color: #E7E7E7;
}
@media only screen and (max-width: 767px) {
  .averages .average table th {
    width: 140px;
  }
}
@media print, screen and (min-width: 768px) {
  .averages .average table th {
    width: 190px;
  }
}
.averages .average table td {
  background-color: #F4F4F4;
}
.averages .average p {
  margin: 0;
  padding: 12px 0;
}
@media only screen and (max-width: 767px) {
  .averages .average p {
    border-top: 1px dashed #D4D4D4;
  }
}
@media print, screen and (min-width: 768px) {
  .averages .average p {
    padding: 12px 24px;
  }
}

.targets .c-card__header::before {
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .targets .c-card__body {
    text-align: center;
    padding-bottom: 20px;
  }
}
.targets .c-card__footer .btn__outer .btn__item .btn__link {
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 20px;
  height: 52px;
}
@media only screen and (max-width: 767px) {
  .targets .c-card__footer .btn__outer .btn__item .btn__link {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .targets .c-card__footer .btn__outer .btn__item .btn__link {
    height: 72px;
  }
}
.targets .c-card__footer .btn__outer .btn__item .btn__link .btn__link-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.proposals .proposal {
  overflow: hidden;
  border: 1px solid #E8E8EB;
  border-radius: 8px;
  background-color: #F5F4F0;
}
@media print, screen and (min-width: 768px) {
  .proposals .proposal {
    border-radius: 12px;
  }
}
.proposals .proposal-link {
  padding: 12px 20px;
}
@media print, screen and (min-width: 768px) {
  .proposals .proposal-link {
    padding: 12px 32px;
  }
}
.proposals .proposal-text {
  padding: 0 20px 20px;
}
@media print, screen and (min-width: 768px) {
  .proposals .proposal-text {
    padding: 0 32px 20px;
  }
}/*# sourceMappingURL=style.css.map */