.recommend_container, .pickup__container, .chance__container, .point__container, .viewpoint__container--02, .viewpoint__container, .insight__container, .index__container, .lead__container, .mv__container, .txt-bobun-num {
  position: relative;
  max-width: 1000px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .recommend_container, .pickup__container, .chance__container, .point__container, .viewpoint__container--02, .viewpoint__container, .insight__container, .index__container, .lead__container, .mv__container, .txt-bobun-num {
    max-width: 89.3333333333vw;
  }
}

.rec-contact_item-chat, .rec-contact_item-tel, .rec-contact_item-yoyaku, .rec-contact_item-shiryo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.point__note-text, .content__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.015em;
  margin-block: -8px;
}
@media screen and (max-width: 1000px) {
  .point__note-text, .content__text {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    letter-spacing: 0em;
    margin-block: -1.4666666667vw;
  }
}
.point__note-text sup, .content__text sup {
  font-size: 60%;
}

.marker {
  text-decoration: underline;
  text-decoration-thickness: 18px;
  text-decoration-color: #fff8b9;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.95em;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .marker {
    text-decoration-thickness: 4vw;
    text-underline-offset: -0.9em;
  }
}

.txt-bobun-num {
  margin-top: 15px;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .txt-bobun-num {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

/* mv:start */
.mv {
  background-color: #ffe6c3;
}
.mv__container {
  max-width: 620px;
  padding-top: 120px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .mv__container {
    max-width: 94.6666666667vw;
    padding-top: 21.3333333333vw;
    padding-bottom: 4vw;
  }
}
.mv__image-wrapper {
  position: relative;
}
.mv__heading {
  position: absolute;
  top: 16px;
  left: 19px;
}
@media screen and (max-width: 1000px) {
  .mv__heading {
    top: 2.4vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
}
.mv__heading-image {
  display: inline-block;
  max-width: 586px;
}
@media screen and (max-width: 1000px) {
  .mv__heading-image {
    width: 100%;
    max-width: 90.1333333333vw;
  }
}
.mv__background {
  width: 100%;
  max-width: 620px;
}
@media screen and (max-width: 1000px) {
  .mv__background {
    max-width: 94.6666666667vw;
  }
}
.mv__note-wrapper {
  margin-top: 65px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .mv__note-wrapper {
    margin-top: 4vw;
  }
}
.mv__note {
  font-size: 1.6rem;
  line-height: 2;
  margin-block: -8px;
}
@media screen and (max-width: 1000px) {
  .mv__note {
    font-size: 3.2vw;
    line-height: 2.0833333333;
    margin-block: -1.7333333333vw;
  }
}

/* mv:end */
/* lead:start */
.lead__container {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .lead__container {
    padding-top: 13.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.lead__heading {
  text-align: center;
}
.lead__heading-image {
  display: inline-block;
  max-width: 686px;
}
@media screen and (max-width: 1000px) {
  .lead__heading-image {
    max-width: 87.2vw;
  }
}
.lead__text-wrapper {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .lead__text-wrapper {
    margin-top: 8vw;
  }
}

/* lead:end */
/* index:start */
.index {
  background-color: #fff6e8;
}
.index__container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .index__container {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.index__item {
  box-shadow: 5.66px 5.66px 2px rgba(86, 86, 86, 0.35);
  border-radius: 18px;
}
@media screen and (max-width: 1000px) {
  .index__item {
    box-shadow: 0.9333333333vw 0.9333333333vw 0.2666666667vw 0.0133333333vw rgba(86, 86, 86, 0.35);
    border-radius: 2.6666666667vw;
  }
}
.index__item + .index__item {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .index__item + .index__item {
    margin-top: 4vw;
  }
}
.index__link {
  display: block;
}

/* index:end */
/* content:start */
.content__section {
  background-color: #fff;
}
.content__heading {
  box-shadow: 5.66px 5.66px 2px rgba(86, 86, 86, 0.35);
  border-radius: 18px;
}
@media screen and (max-width: 1000px) {
  .content__heading {
    box-shadow: 0.9333333333vw 0.9333333333vw 0.2666666667vw 0.0133333333vw rgba(86, 86, 86, 0.35);
    border-radius: 2.6666666667vw;
  }
}
.content__bold {
  font-weight: bold;
}
.content__text + .content__text {
  padding-top: 8px;
}
@media screen and (max-width: 1000px) {
  .content__text + .content__text {
    padding-top: 1.4666666667vw;
  }
}

/* content:end */
/* insight:start */
.insight__container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .insight__container {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.insight__lead {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .insight__lead {
    margin-top: 8vw;
  }
}
.insight__text-wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .insight__text-wrapper {
    margin-top: 5.3333333333vw;
  }
}
.insight__points {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .insight__points {
    margin-top: 10vw;
  }
}
.insight__point + .insight__point {
  margin-top: 58px;
}
@media screen and (max-width: 1000px) {
  .insight__point + .insight__point {
    margin-top: 11.3333333333vw;
  }
}
.insight__point-heading {
  position: relative;
  width: fit-content;
  background-color: #fff6e8;
  border-radius: 40px;
  padding-block: 24px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .insight__point-heading {
    border-radius: 9.4666666667vw;
    padding-inline: 10.6666666667vw;
    padding-block: 3.4666666667vw;
  }
}
.insight__point-heading::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  background-image: url(../../../imgs/money/money45/insight_exclamation-mark_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
  width: 52px;
  height: 50px;
}
@media screen and (max-width: 1000px) {
  .insight__point-heading::before {
    top: -4vw;
    left: 0;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.insight__point-heading-image--01 {
  max-width: 364px;
}
@media screen and (max-width: 1000px) {
  .insight__point-heading-image--01 {
    max-width: 49.2vw;
  }
}
.insight__point-heading-image--02 {
  max-width: 458px;
}
@media screen and (max-width: 1000px) {
  .insight__point-heading-image--02 {
    max-width: 66vw;
  }
}
.insight__point-heading-image--03 {
  max-width: 391px;
}
@media screen and (max-width: 1000px) {
  .insight__point-heading-image--03 {
    max-width: 54.1333333333vw;
  }
}
.insight__note {
  margin-top: 45px;
}
@media screen and (max-width: 1000px) {
  .insight__note {
    margin-top: 7.3333333333vw;
  }
}
.insight__note-title {
  text-align: center;
}
.insight__note-title-image {
  display: inline-block;
  width: 547px;
  margin-left: 5px;
}
@media screen and (max-width: 1000px) {
  .insight__note-title-image {
    width: 90.4vw;
    max-width: inherit;
    margin-left: 0;
  }
}
.insight__note-text-wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .insight__note-text-wrapper {
    margin-top: 2.9333333333vw;
  }
}

/* insight:end */
.viewpoint__container--02, .viewpoint__container {
  padding-top: 80px;
  padding-bottom: 75px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__container--02, .viewpoint__container {
    padding-top: 13.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}

.viewpoint__table-text-box--under, .viewpoint__table-text-box {
  display: flex;
  max-width: 940px;
  padding-top: 7px;
  padding-bottom: 9px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-text-box--under, .viewpoint__table-text-box {
    max-width: 84vw;
    padding-top: 0.6666666667vw;
    padding-bottom: 1.2vw;
  }
}
.viewpoint__table-text-box--under + .viewpoint__table-text-box--under, .viewpoint__table-text-box + .viewpoint__table-text-box--under, .viewpoint__table-text-box--under + .viewpoint__table-text-box, .viewpoint__table-text-box + .viewpoint__table-text-box {
  padding-top: 16px;
  border-top: 2px solid #ffeb42;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-text-box--under + .viewpoint__table-text-box--under, .viewpoint__table-text-box + .viewpoint__table-text-box--under, .viewpoint__table-text-box--under + .viewpoint__table-text-box, .viewpoint__table-text-box + .viewpoint__table-text-box {
    padding-top: 16px;
    border-top: 0.5333333333vw solid #ffeb42;
  }
}

/* viewpoint:start */
.viewpoint__container--02 {
  padding-top: 30px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__container--02 {
    max-width: 94.6666666667vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.viewpoint__text-red {
  color: #ff0000;
  font-weight: bold;
}
.viewpoint__text-green {
  color: #00b411;
  font-weight: bold;
}
.viewpoint__text-pink {
  color: #ff6cc2;
  font-weight: bold;
}
.viewpoint__lead {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__lead {
    margin-top: 8vw;
  }
}
.viewpoint__table {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table {
    margin-top: 6.6666666667vw;
  }
}
.viewpoint__table-heading {
  text-align: center;
}
.viewpoint__table-heading-text {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-heading-text {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    letter-spacing: 0.01em;
    margin-block: -1.6vw;
  }
}
.viewpoint__table-contents {
  margin-top: 35px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-contents {
    margin-top: 2vw;
  }
}
.viewpoint__table-content {
  border: 2px solid #ffeb42;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-content {
    border: 0.5333333333vw solid #ffeb42;
    border-radius: 2.6666666667vw;
  }
}
.viewpoint__table-content + .viewpoint__table-content {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-content + .viewpoint__table-content {
    margin-top: 2.6666666667vw;
  }
}
.viewpoint__table-classification {
  display: flex;
  background-color: #ffeb42;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  padding-top: 5px;
  padding-left: 30px;
  padding-bottom: 12px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-classification {
    border-top-left-radius: 2.1333333333vw;
    border-top-right-radius: 2.1333333333vw;
    padding-top: 0.5333333333vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 1.8666666667vw;
  }
}
.viewpoint__table-item {
  padding-left: 30px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-item {
    padding-left: 2.6666666667vw;
  }
}
.viewpoint__table-text-box--under {
  border-top: 2px solid #ffeb42;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-text-box--under {
    padding-top: 0.2666666667vw;
    padding-bottom: 1.7333333333vw;
    border-top: 0.5333333333vw solid #ffeb42;
  }
}
.viewpoint__table-title {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-title {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    margin-right: 3.6vw;
    margin-left: 1.3333333333vw;
  }
}
.viewpoint__table-title--classification {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-title--classification {
    display: flex;
    align-items: center;
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    margin-left: 1.3333333333vw;
  }
}
.viewpoint__table-age {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: bold;
  padding-left: 70px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-age {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    padding-left: 12vw;
  }
}
.viewpoint__table-age-note {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-age-note {
    display: block;
    margin-top: -1.6vw;
    margin-left: 1.0666666667vw;
    font-size: 3.2vw;
    line-height: 2.0833333333;
  }
}
.viewpoint__table-format {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  padding-left: 36px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-format {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    padding-left: 8.5333333333vw;
  }
}
.viewpoint__table-text {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-text {
    margin-left: 1.0666666667vw;
    margin-top: 0.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
.viewpoint__table-note {
  margin-top: 35px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-note {
    margin-top: 0;
  }
}
.viewpoint__table-note-text {
  margin-block: -0.8vw;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .viewpoint__table-note-text {
    margin-block: -1.2vw;
    padding-top: 4.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.75;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
}
.viewpoint__sample {
  background-color: #fff6e8;
}
.viewpoint__sample-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-text {
    max-width: 89.3333333333vw;
    margin-inline: auto;
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    margin-block: -1.4666666667vw;
  }
}
.viewpoint__sample-lead {
  margin-top: 35px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-lead {
    margin-top: 7.3333333333vw;
  }
}
.viewpoint__sample-text-box {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-text-box {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-text-box + .viewpoint__sample-text-box {
    margin-top: 8vw;
  }
}
.viewpoint__sample-section {
  position: relative;
  background-color: #fff;
  max-width: 820px;
  margin-top: 75px;
  margin-inline: auto;
  padding-top: 90px;
  padding-bottom: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-section {
    max-width: 94.6666666667vw;
    margin-top: 19.3333333333vw;
    padding-top: 14vw;
    padding-inline: 2.6666666667vw;
    padding-bottom: 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-section:first-of-type {
    margin-top: 14.6666666667vw;
  }
}
.viewpoint__sample-heading {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fe8503;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 680px;
  height: 100px;
  border-radius: 10px;
  padding-left: 45px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-heading {
    top: -9.3333333333vw;
    max-width: 89.3333333333vw;
    height: 17.3333333333vw;
    border-radius: 2.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
.viewpoint__sample-heading-text {
  margin-left: 42px;
  padding-bottom: 7px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-heading-text {
    margin-left: 6.6666666667vw;
    padding-bottom: 0vw;
    font-size: 5.0666666667vw;
    line-height: 1.2894736842;
  }
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-num--01 {
    max-width: 2.2666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-num--02 {
    max-width: 4.1333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-num--03 {
    max-width: 4.2666666667vw;
  }
}
.viewpoint__sample-lead-text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4545454545;
  color: #fe8503;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-lead-text {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    margin-block: -1.8666666667vw;
  }
}
.viewpoint__sample-example {
  margin-top: 34px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-example {
    margin-top: 4.6666666667vw;
  }
}
.viewpoint__sample-example-image {
  width: fit-content;
  margin-inline: auto;
}
.viewpoint__sample-note {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-note {
    margin-top: 0;
    padding-top: 4.6666666667vw;
  }
}
.viewpoint__sample-note-text {
  font-size: 1.2rem;
  line-height: 2.6666666667;
}
@media screen and (max-width: 1000px) {
  .viewpoint__sample-note-text {
    font-size: 3.2vw;
    line-height: 1.75;
    margin-block: -2.4vw;
    text-align: left;
    text-indent: -1.2em;
    padding-left: 1.2em;
  }
}
.viewpoint__month {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__month {
    margin-top: 8vw;
  }
}
.viewpoint__month--02 {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__month--02 {
    margin-top: 8vw;
  }
}
.viewpoint__month-heading {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 820px;
  height: 60px;
  margin-inline: auto;
  justify-content: center;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__month-heading {
    width: 89.3333333333vw;
    height: 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.viewpoint__month-heading-icon {
  max-width: 35px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__month-heading-icon {
    max-width: 6.1333333333vw;
  }
}
.viewpoint__month-heading-text {
  font-size: 28px;
  line-height: 1.5357142857;
  font-weight: bold;
  margin-left: 20px;
  color: #2e2e2e;
}
@media screen and (max-width: 1000px) {
  .viewpoint__month-heading-text {
    font-size: 4.8vw;
    line-height: 1.5555555556;
    margin-block: -2.6666666667vw;
    margin-left: 1.3333333333vw;
    padding-bottom: 0.6666666667vw;
  }
}
.viewpoint__month-text-box {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .viewpoint__month-text-box {
    max-width: 89.3333333333vw;
    margin-top: 4vw;
    margin-inline: auto;
  }
}

/* viewpoint:end */
/* point:start */
.point__container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .point__container {
    max-width: 93.0666666667vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 12.6666666667vw;
  }
}
.point__heading {
  text-align: center;
}
.point__heading-image {
  display: inline-block;
  max-width: 777px;
}
@media screen and (max-width: 1000px) {
  .point__heading-image {
    max-width: 100%;
  }
}
.point__lead {
  max-width: 89.3333333333vw;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .point__lead {
    margin-top: 7.3333333333vw;
  }
}
.point__list {
  max-width: 89.3333333333vw;
  margin-inline: auto;
  margin-top: 35px;
}
@media screen and (max-width: 1000px) {
  .point__list {
    margin-top: 8vw;
  }
}
.point__item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .point__item:not(:first-child) {
    margin-top: 8vw;
  }
}
.point__section {
  display: flex;
  flex-direction: column;
}
.point__sub-heading {
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .point__sub-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.point__icon--01 {
  margin-inline: auto;
  max-width: 162px;
}
@media screen and (max-width: 1000px) {
  .point__icon--01 {
    max-width: 30.5333333333vw;
  }
}
.point__icon--02 {
  margin-inline: auto;
  max-width: 187px;
}
@media screen and (max-width: 1000px) {
  .point__icon--02 {
    max-width: 35.0666666667vw;
  }
}
.point__icon--03 {
  margin-inline: auto;
  max-width: 185px;
}
@media screen and (max-width: 1000px) {
  .point__icon--03 {
    max-width: 34.8vw;
  }
}
.point__text-box {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .point__text-box {
    margin-top: 6.6666666667vw;
  }
}
.point__title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 20px;
  color: #1b67b5;
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .point__title {
    display: block;
    margin-top: 2vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.point__title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 105%;
  height: 12px;
  background: #fff06d;
  border-radius: 50px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .point__title::after {
    width: 112%;
    bottom: -0.2666666667vw;
    height: 2.1333333333vw;
    border-radius: 0.8vw;
  }
}
@media screen and (max-width: 1000px) {
  .point__title:last-of-type {
    margin-top: 0vw;
  }
}
.point__note {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .point__note {
    margin-top: 6.6666666667vw;
  }
}
.point__note-text {
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-top: 8px;
}
@media screen and (max-width: 1000px) {
  .point__note-text {
    padding-top: 1.0666666667vw;
  }
}

/* point:end */
/* chance:start */
.chance__container {
  padding-bottom: 72px;
}
@media screen and (max-width: 1000px) {
  .chance__container {
    max-width: 94.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  .chance .content__heading {
    max-width: 89.3333333333vw;
    margin-inline: auto;
  }
}
.chance__lead {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .chance__lead {
    max-width: 89.3333333333vw;
    margin-inline: auto;
    margin-top: 9.3333333333vw;
  }
}
.chance__supervisor {
  display: flex;
  align-items: center;
  background-color: #fff6e8;
  max-width: 1000px;
  border-radius: 20px;
  margin-top: 60px;
  padding-top: 24px;
  padding-left: 90px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .chance__supervisor {
    flex-direction: column;
    border-radius: 4vw;
    margin-top: 13.3333333333vw;
    padding-block: 8vw;
    padding-inline: 8vw;
  }
}
.chance__supervisor-head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .chance__supervisor-head-text {
    margin-left: 4vw;
    font-weight: bold;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
}
.chance__supervisor-img {
  width: 160px;
  margin-bottom: -10px;
}
@media screen and (max-width: 1000px) {
  .chance__supervisor-img {
    width: 26.6666666667vw;
    margin-bottom: 0px;
  }
}
.chance__supervisor-img img {
  border-radius: 50%;
}
.chance__supervisor-explanation {
  max-width: 620px;
  margin-left: 48px;
}
@media screen and (max-width: 1000px) {
  .chance__supervisor-explanation {
    max-width: 100%;
    margin-top: 4.6666666667vw;
    margin-left: 0;
  }
}
.chance__supervisor-text {
  font-size: 2.2rem;
  line-height: 1.7272727273;
  font-weight: bold;
  margin-bottom: 12px;
}
.chance__supervisor-name {
  display: inline-block;
  font-weight: normal;
  margin-left: 15px;
}
@media screen and (max-width: 1000px) {
  .chance__supervisor-name {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-left: 0;
  }
}
.chance__note {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .chance__note {
    margin-top: 6vw;
  }
}
.chance__note-item {
  font-size: 1.2rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1000px) {
  .chance__note-item {
    font-size: 3.2vw;
    line-height: 1.9166666667;
    margin-block: -1.4666666667vw;
  }
}
.chance__note-item + .chance__note-item {
  margin-top: 7px;
}
@media screen and (max-width: 1000px) {
  .chance__note-item + .chance__note-item {
    margin-top: 2.1333333333vw;
  }
}

/* chance:end */
.pickup__title--02, .pickup__title--01 {
  max-width: 760px;
  margin-inline: auto;
  padding-top: 8px;
  padding-bottom: 12px;
  border-top: 2px solid #ea1e26;
  border-bottom: 2px solid #ea1e26;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .pickup__title--02, .pickup__title--01 {
    max-width: 74.1333333333vw;
    margin-bottom: 6.6666666667vw;
    padding-top: 2.1333333333vw;
    padding-bottom: 2.6666666667vw;
    border-top: 0.8vw solid #ea1e26;
    border-bottom: 0.8vw solid #ea1e26;
  }
}

.pickup__product-lead-text--big, .pickup__product-lead-text {
  font-weight: bold;
  color: #c11920;
}

/* pickup:start */
.pickup {
  background-color: #ffe3e4;
}
.pickup__container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .pickup__container {
    max-width: 94.6666666667vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 1000px) {
  .pickup__title--02 {
    max-width: 89.3333333333vw;
  }
}
.pickup__title-text {
  color: #ea1e26;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3846153846;
}
@media screen and (max-width: 1000px) {
  .pickup__title-text {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    white-space: nowrap;
  }
}
.pickup__lead {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .pickup__lead {
    max-width: 89.3333333333vw;
    margin-inline: auto;
    margin-top: 5.3333333333vw;
  }
}
.pickup__product {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .pickup__product {
    border-radius: 2.6666666667vw;
    margin-top: 8vw;
    padding-top: 4vw;
    padding-inline: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
.pickup__product-lead {
  position: relative;
  text-align: center;
  padding-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .pickup__product-lead {
    padding-bottom: 4.6666666667vw;
  }
}
.pickup__product-lead::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #c11920;
}
@media screen and (max-width: 1000px) {
  .pickup__product-lead::after {
    border-left-width: 3.2vw;
    border-right-width: 3.2vw;
    border-top-width: 2.8vw;
  }
}
.pickup__product-lead-text {
  font-size: 2.6rem;
}
@media screen and (max-width: 1000px) {
  .pickup__product-lead-text {
    font-size: 4.8vw;
    line-height: 1.2;
  }
}
.pickup__product-lead-text--big {
  font-size: 3.2rem;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .pickup__product-lead-text--big {
    font-size: 5.8666666667vw;
    line-height: 1.25;
  }
}
.pickup__logo {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .pickup__logo {
    margin-top: 8vw;
    padding-inline: 2.6666666667vw;
  }
}
.pickup__btns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 35px;
  padding-inline: 20px;
}
@media screen and (max-width: 1000px) {
  .pickup__btns {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12.6666666667vw;
    padding-inline: 2.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  .pickup__btn:first-child {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.pickup__btn:not(:first-child) {
  margin-left: 35px;
}
@media screen and (max-width: 1000px) {
  .pickup__btn:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .pickup__btn-image {
    width: 40vw;
  }
}
.pickup__explanation {
  background-color: #defaf6;
  max-width: 940px;
  height: 424px;
  margin-inline: auto;
  margin-top: 40px;
  padding-top: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  .pickup__explanation {
    max-width: 89.3333333333vw;
    height: 72.5333333333vw;
    margin-top: 8vw;
    padding-top: 4vw;
    border-radius: 2.6666666667vw;
  }
}
.pickup__list-item {
  max-width: 840px;
  margin-inline: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .pickup__list-item {
    max-width: 77.3333333333vw;
    padding-bottom: 4vw;
  }
}
.pickup__list-item + .pickup__list-item {
  padding-top: 20px;
  border-top: 2px solid #0e8072;
}
@media screen and (max-width: 1000px) {
  .pickup__list-item + .pickup__list-item {
    padding-top: 4vw;
    border-top: 0.2666666667vw solid #0e8072;
  }
}
.pickup__list-img--01 {
  max-width: 827px;
}
@media screen and (max-width: 1000px) {
  .pickup__list-img--01 {
    max-width: 66.2666666667vw;
    margin-left: -2vw;
  }
}
.pickup__list-img--02 {
  max-width: 560px;
}
@media screen and (max-width: 1000px) {
  .pickup__list-img--02 {
    max-width: 60vw;
    margin-left: -2vw;
  }
}
.pickup__list-img--03 {
  max-width: 805px;
}
@media screen and (max-width: 1000px) {
  .pickup__list-img--03 {
    max-width: 77.3333333333vw;
    margin-left: -2vw;
  }
}

/* pickup:end */
/* recommend:start */
.recommend_container {
  padding-top: 100px;
  font-feature-settings: normal;
}
@media screen and (max-width: 1000px) {
  .recommend_container {
    padding-top: 13.3333333333vw;
    max-width: 91.2vw;
  }
}
@media screen and (max-width: 1000px) {
  .recommend_container + .recommend_container {
    margin-top: 13.3333333333vw;
    border-top: 2px solid #cccccc;
  }
}
.recommend_title {
  padding-bottom: 3px;
  border-bottom: 10px solid #ffef7e;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .recommend_title {
    padding-bottom: 0.6666666667vw;
    border-bottom-width: 1.8666666667vw;
    font-size: 4.2666666667vw;
  }
}
.recommend .link_tsumitate {
  display: none;
}

/* recommend:end */
.rec-product_caution-02, .rec-product_caution, .rec-product_cautions-dot, .rec-product_cautions {
  font-size: 1.3rem;
  line-height: 2;
  font-feature-settings: normal;
}
@media screen and (max-width: 1000px) {
  .rec-product_caution-02, .rec-product_caution, .rec-product_cautions-dot, .rec-product_cautions {
    font-size: 3.2vw;
  }
}

/* rec-product:start */
.rec-product_items {
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1000px) {
  .rec-product_items {
    padding-top: 1.3333333333vw;
  }
}
.rec-product_items > li {
  margin-top: 30px;
  width: 49%;
}
@media screen and (max-width: 1000px) {
  .rec-product_items > li {
    margin-top: 5.3333333333vw;
    width: 100%;
  }
  .rec-product_items > li:not(:first-child) {
    border-top: 2px solid #cccccc;
    padding-top: 5.3333333333vw;
  }
}
.rec-product_item {
  display: block;
  width: 100%;
}
.rec-product_text {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .rec-product_text {
    margin-top: 1.6vw;
    font-size: 3.7333333333vw;
  }
}
.rec-product_cautions {
  margin-top: 30px;
  padding-left: 2em;
  text-indent: -2em;
}
@media screen and (max-width: 1000px) {
  .rec-product_cautions {
    margin-top: 2.6666666667vw;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.rec-product_cautions-dot {
  margin-left: 0.5em;
}
@media screen and (max-width: 1000px) {
  .rec-product_cautions-dot {
    margin-left: 0.75em;
  }
}
.rec-product_cautions-dot li {
  text-indent: -1em;
}
.rec-product_caution {
  padding-left: 1em;
  text-indent: -1em;
}
.rec-product_caution-02 {
  padding-left: 1em;
  text-indent: -1em;
}
.rec-product_contact {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .rec-product_contact {
    margin-top: 9.3333333333vw;
    border-top: 2px solid #cccccc;
    padding-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  .rec-product_sup {
    margin-left: -2.6666666667vw;
  }
}

/* rec-product:end */
.rec-contact_item-chat, .rec-contact_item-tel, .rec-contact_item-yoyaku, .rec-contact_item-shiryo {
  justify-content: flex-end;
  width: 100%;
  height: 160px;
  padding-bottom: 30px;
  border-radius: 10px;
  border: 2px solid #00a08e;
  background-color: #f2faf9;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .rec-contact_item-chat, .rec-contact_item-tel, .rec-contact_item-yoyaku, .rec-contact_item-shiryo {
    height: 29.3333333333vw;
    padding-bottom: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.rec-contact_item-chat::before, .rec-contact_item-tel::before, .rec-contact_item-yoyaku::before, .rec-contact_item-shiryo::before {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 1000px) {
  .rec-contact_item-chat::before, .rec-contact_item-tel::before, .rec-contact_item-yoyaku::before, .rec-contact_item-shiryo::before {
    width: 10.9333333333vw;
    height: 10.9333333333vw;
    top: 5.3333333333vw;
  }
}

/* rec-contact:start */
.rec-contact {
  color: #00a08e;
}
.rec-contact_title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .rec-contact_title {
    font-size: 4.2666666667vw;
  }
}
.rec-contact_items {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1000px) {
  .rec-contact_items {
    margin-top: 1.3333333333vw;
  }
}
.rec-contact_items li {
  width: 23.5%;
}
@media screen and (max-width: 1000px) {
  .rec-contact_items li {
    margin-top: 4vw;
    width: 42.6666666667vw;
  }
}
.rec-contact_item-shiryo::before {
  background-image: url(/dtf/lfm/assets/imgs/life/life04/icon_contact_01.png);
}
.rec-contact_item-yoyaku::before {
  background-image: url(/dtf/lfm/assets/imgs/life/life04/icon_contact_02.png);
}
.rec-contact_item-tel::before {
  background-image: url(/dtf/lfm/assets/imgs/life/life04/icon_contact_03.png);
}
.rec-contact_item-chat::before {
  background-image: url(/dtf/lfm/assets/imgs/life/life04/icon_contact_04.png);
}

/* rec-contact:end */
.rec-content_label-pink, .rec-content_label-orange, .rec-content_label-gray, .rec-content_label-yellow, .rec-content_label-green, .rec-content_label-blue {
  display: inline-block;
  margin-top: 10px;
  padding: 0 20px;
  background-color: #ededed;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .rec-content_label-pink, .rec-content_label-orange, .rec-content_label-gray, .rec-content_label-yellow, .rec-content_label-green, .rec-content_label-blue {
    margin-top: 2vw;
    padding: 0 1.5vw;
    font-size: 2.9333333333vw;
  }
}

/* rec-content:start */
.rec-content_items {
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1000px) {
  .rec-content_items {
    padding-top: 1.3333333333vw;
  }
}
.rec-content_items::after {
  content: "";
  display: block;
  width: 32%;
}
@media screen and (max-width: 1000px) {
  .rec-content_items::after {
    width: 43.3333333333vw;
  }
}
.rec-content_items > li {
  margin-top: 30px;
  width: 32%;
}
@media screen and (max-width: 1000px) {
  .rec-content_items > li {
    margin-top: 5.3333333333vw;
    width: 43.3333333333vw;
  }
}
.rec-content_item {
  display: block;
  width: 100%;
}
.rec-content_label-blue {
  background-color: #d2eff8;
}
.rec-content_label-green {
  background-color: #d1edb4;
}
.rec-content_label-yellow {
  background-color: #fff376;
}
.rec-content_label-gray {
  background-color: #ededed;
}
.rec-content_label-orange {
  background-color: #fce6cd;
}
.rec-content_label-pink {
  background-color: #ffe3e7;
}
.rec-content_text {
  margin-top: 12px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .rec-content_text {
    margin-top: 2vw;
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}

/* rec-content:end */