@charset "UTF-8";
body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .fs-14__sp {
    font-size: 14px !important;
  }
}

.fs-16 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .fs-16__sp {
    font-size: 16px !important;
  }
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px !important;
}
.fs-20__sp {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .fs-24__sp {
    font-size: 24px !important;
  }
}

.fs-30 {
  font-size: 30px;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.pdl-20 {
  padding-left: 20px !important;
}

.pdr-20 {
  padding-right: 20px;
}

.pdrb-4::before {
  padding-right: 4px;
}

.pdb-72 {
  padding-bottom: 72px;
}

.pdt-none {
  padding-top: 0 !important;
}

.pdl-none {
  padding-left: 0 !important;
}

.pdb-24 {
  padding-bottom: 24px;
}

.pdt-16 {
  padding-top: 16px;
}

.text-color--orange {
  color: #F39800;
}
.text-color--red {
  color: #E65D3E;
}
.text-color--green {
  color: #2A9C4B;
}
.text-color--black {
  color: #473F1C;
}
.text-color--white {
  color: #FFFFFF;
}
.text-color--under-green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #D0E399));
  background: linear-gradient(transparent 50%, #D0E399 50%);
}

.text-position--center {
  text-align: center;
}
.text-position--right {
  text-align: right;
}
.text-position--left {
  text-align: left !important;
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .hover-link:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

.text-link {
  color: #473F1C;
  text-decoration: underline;
}
.text-link__under-none {
  text-decoration: none;
}

.cv_button {
  display: block;
  position: relative;
  margin: 8px auto;
  width: 400px;
  border-radius: 160px;
  line-height: 150%;
  padding: 16px 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background: var(--gradation_orange, linear-gradient(90deg, #F4BB53 0%, #F39800 100%));
  -webkit-box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.2) inset;
}
@media screen and (max-width: 767px) {
  .cv_button {
    width: 240px;
    line-height: normal;
    padding: 12px 0;
    margin: 0 auto;
    padding-right: 20px;
  }
}
.cv_button::after {
  content: "";
  background: url("/camp/lifenet-seimei_oc/img/right_allow01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .cv_button::after {
    width: 20px;
    height: 20px;
  }
}
.cv_button--white {
  border: 2px solid #F39800;
  background: #FCFFF3;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #F39800;
}
@media screen and (max-width: 767px) {
  .cv_button--white {
    padding-left: 15px;
  }
}
.cv_button--white::after {
  background: url("/camp/lifenet-seimei_oc/img/right_allow03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .cv_button--white::after {
    width: 24px;
    height: 24px;
  }
}
.cv_button--green {
  background: var(--gradation_lightgreen, linear-gradient(90deg, #BBD27A 0%, #92B729 100%));
}
.cv_button--green::after {
  background: url("/camp/lifenet-seimei_oc/img/right_allow02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.caption {
  text-indent: -1.5em;
  padding-left: 1.4em;
  line-height: 16.5px;
}
.caption::before {
  content: "※";
  display: inline;
  padding-right: 4px;
}
.caption--normal {
  padding-left: 1.4em;
  text-indent: -1.4em;
  line-height: 16.5px;
}
.caption--normal::before {
  content: "・";
  display: inline;
}
.caption--none {
  padding-left: 1.4em;
}
.caption__indent {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.caption__indent--normal {
  text-indent: -1em;
  padding-left: 1em;
}
.caption__indent {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.caption_count {
  counter-increment: title;
  padding-left: 2em;
  text-indent: -2em;
  line-height: 16.5px;
}
.caption_count::before {
  display: inline;
  content: "※" counter(title);
  padding-right: 0.5em;
}

.heading__sub {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  text-align: center;
  font-size: 34px;
  color: #473F1C;
  font-style: normal;
}
.modal-sokuji-caption {
  display: block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .heading__sub {
    font-size: 24px;
  }
}
.heading__sub::after {
  content: "";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .heading__sub::after {
    margin-top: 4px;
  }
}
.heading__sub--about {
  margin-bottom: 32px;
}
.heading__sub--about::after {
  background: url("/camp/lifenet-seimei_oc/img/title_about.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 72px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .heading__sub--about::after {
    width: 72px;
    height: 24px;
  }
}
.heading__sub--flow {
  margin-bottom: 32px;
}
.heading__sub--flow::after {
  background: url("/camp/lifenet-seimei_oc/img/title_flow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 72px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .heading__sub--flow::after {
    width: 61px;
    height: 24px;
  }
}
.heading__sub--compare {
  margin-bottom: 32px;
}
.heading__sub--compare::after {
  background: url("/camp/lifenet-seimei_oc/img/title_comparison.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 114px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .heading__sub--compare::after {
    width: 114px;
    height: 24px;
  }
}
.heading__sub--info {
  margin-bottom: 32px;
}
.heading__sub--info::after {
  background: url("/camp/lifenet-seimei_oc/img/title_information.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 115px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .heading__sub--info::after {
    width: 115px;
    height: 24px;
  }
}

.bubble-heading {
  position: relative;
  margin: 32px auto;
  max-width: 382px;
}
@media screen and (max-width: 767px) {
  .bubble-heading {
    max-width: 217px;
    margin: 24px auto 8px;
  }
}

.icon-point {
  margin: 0 auto;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .icon-point {
    top: -4em;
  }
}
.icon-plus {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.icon-link {
  position: relative;
}
.icon-link::after {
  display: inline-block;
  content: "";
  background: url(/camp/lifenet-seimei_oc/img/icon_link.svg);
  background-size: contain;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 1px;
  right: -16px;
}
@media screen and (max-width: 767px) {
  .icon-link::after {
    top: unset;
  }
}

.button {
  text-decoration: none;
  width: 100%;
  padding: 16px 10px;
  line-height: 1;
  text-align: center;
}
.button_wrap {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.button--orange {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  border-radius: 100px;
  border: 2px solid #F39800;
  background-color: #FCFFF3;
}
.button--orange::after {
  content: "";
  position: absolute;
  right: 16px;
  background-image: url(/camp/lifenet-seimei_oc/img/right_allow03.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10%;
  height: 100%;
}

.header-inner {
  position: relative;
}

.menu-btn {
  position: fixed;
  right: 44px;
  top: 24px;
  cursor: pointer;
  z-index: 101;
  width: 50px;
  height: 50px;
  background-color: #92B729;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .menu-btn {
    right: 14px;
    top: 14px;
  }
}
.menu-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #FFFFFF;
}
.menu-btn span:nth-of-type(1) {
  top: 17px;
}
.menu-btn span:nth-of-type(2) {
  top: 24px;
}
.menu-btn span:nth-of-type(3) {
  top: 31px;
}

.menu-btn.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

#menu.panelactive {
  overflow: hidden;
  right: 0px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  #menu.panelactive {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#menu {
  position: fixed;
  z-index: 99;
  top: 0;
  right: -380px;
  width: 380px;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#EDE8BC), to(#FCFBE6));
  background: linear-gradient(180deg, #EDE8BC 0%, #FCFBE6 100%);
}
@media screen and (max-width: 767px) {
  #menu {
    right: -110%;
    width: 330px;
  }
}

.menu-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: right 0.4s ease-in;
  transition: right 0.4s ease-in;
}

#menu-list ul {
  width: 100%;
  max-width: 300px;
}

#menu-list li {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #F7FCE8;
}
@media screen and (max-width: 767px) {
  #menu-list li {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

#menu-list li:first-of-type {
  border-top: 1px solid #F7FCE8;
}

#menu-list a {
  text-decoration: none;
}

.menu-list {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-list__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .menu-list__body {
    gap: 64px;
  }
}

#menu.panelactive + .cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 98;
  display: block;
  background: rgba(71, 63, 28, 0.5);
}

.menu-list-btn {
  width: 250px;
}
.menu-list-btn .cv_button {
  width: 250px;
  padding-right: 20px;
}

.menu-img {
  max-width: 348px;
  display: inline;
}

/* modal */
.modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(71, 63, 28, 0.5);
}

.modal-window {
  position: absolute;
  top: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .modal-window {
    max-width: 335px;
    top: 8%;
    left: 50%;
  }
}

.modal-close {
  position: absolute;
  top: -31px;
  right: 0;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .modal-close {
    right: 5px;
  }
}
.modal-close img {
  width: 100%;
  height: 100%;
}

.modal-window-inner {
  max-height: calc(100vh - 104px);
  display: none;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-window-inner.-show {
  display: block;
}

.modal-list-item {
  padding-left: 20px;
  font-size: 13px;
  line-height: 19.5px;
  position: relative;
}

.modal-list-item:not(:first-child) {
  margin-top: 16px;
}

.modal-list-item_ttl {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.modal h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.modal-txt {
  font-size: 14px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .modal-txt {
    margin-top: 18px;
  }
}

.modal-window-inner#modal-campain,
.modal-window-inner#modal-select,
.modal-window-inner#modal-card_nl,
.modal-window-inner#modal-card_gold,
.modal-window-inner#modal-card_platinum {
  background-color: #FFFFFF;
  border-radius: 24px;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .modal-window-inner#modal-campain,
  .modal-window-inner#modal-select,
  .modal-window-inner#modal-card_nl,
  .modal-window-inner#modal-card_gold,
  .modal-window-inner#modal-card_platinum {
    width: 335px;
    border-radius: 6px;
  }
}

.modal-window-inner#modal-term_nl,
.modal-window-inner#modal-term_gold,
.modal-window-inner#modal-tell {
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  margin: auto;
}

/* modal-select */
.modal-select {
  text-align: center;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .modal-select {
    padding: 20px 0;
  }
}

.select-btn {
  border-radius: 6px;
  background: #F3ECD6;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  width: 400px;
  height: 138px;
  padding: 17px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 22.5px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .select-btn {
    width: 296px;
  }
}

.select-btn::after {
  content: "";
  background-image: url(/camp/lifenet-seimei_oc/img/right_allow04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
}

.select-btn:not(:first-child) {
  margin-top: 16px;
}

.select-btn-wrp {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .select-btn-wrp {
    margin-top: 18px;
  }
}

.select-btn p {
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
}

/* modal-card, modal-card,modal-card */
.modal-card {
  text-align: center;
  padding: 32px 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.modal-card_img {
  margin: 25px auto;
}

.modal-card_img img {
  margin: auto;
}

.modal-card_btn-wrp p {
  font-size: 12px;
  margin-bottom: 3px;
}

.modal-card_btn-wrp a {
  width: 295px;
}

.modal-card_back {
  text-decoration: underline;
  font-size: 16px;
  position: relative;
  margin-top: 24px;
  display: inline-block;
}

/* modal-term */
.modal-term-top {
  background-image: url(/camp/sumitomolife_oc/img/modal-term-bg.jpg);
  background-size: cover;
  padding: 16px 16px;
}

.modal-term-top h2 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #016D4F;
  margin-top: 4px;
}

.modal-term-top h2 + p {
  font-size: 14px;
  color: #016D4F;
  margin-top: 4px;
  text-align: center;
}

.modal-term-text {
  background-color: #fff;
  padding: 16px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  margin-top: 20px;
  overflow: auto;
  height: calc(100vh - 380px);
}

.modal-term-text::-webkit-scrollbar {
  width: 10px;
}

.modal-term-text::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}

.modal-term-text::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.modal-term-text h3 {
  color: #016D4F;
  font-size: 14px;
}

.modal-term-text h4 {
  font-size: 12px;
  margin-top: 12px;
}

.modal-term-text li {
  margin-top: 4px;
  font-size: 10px;
}

.modal-term-bottom {
  text-align: center;
  padding: 16px 0;
}

.modal-term-bottom .button {
  width: 275px;
  margin-left: auto;
  margin-right: auto;
}

.left-alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-modal-green {
  color: #ffffff;
  background: -webkit-gradient(linear, right top, left top, from(#016d4f), to(#119d76));
  background: linear-gradient(270deg, #016d4f 0%, #119d76 100%);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.btn-modal-green::after {
  background-image: url(/camp/sumitomolife_oc/img/arrow-right_btn-modal-green.svg);
}

.modal-img {
  max-width: 126px;
}

.btn-nl {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .btn-nl {
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .modal-caption {
    width: 295px;
  }
}

/* modal-tell */
.modal-tell {
  text-align: center;
  padding: 36px 20px;
}

.modal-tell__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-tell h2 {
  text-align: center;
  color: #473F1C;
}

.modal-tell h3 {
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  color: #473F1C;
  margin-top: 32px;
}

.modal-tell .modal-tell-number {
  margin-top: 10px;
  display: inline-block;
  color: #473F1C;
  text-decoration: none;
  font-size: 32px;
  font-weight: 600;
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

.scroll_img {
  width: auto;
}

.bc_f {
  background-color: #fff;
  padding: 32px 20px 34px 20px;
}

.bc_f02 {
  background-color: #fff;
  padding-bottom: 34px;
}

.bc_f03 {
  background-color: #fff;
}

.vitality_bg {
  background: rgba(84, 84, 84, 0.7);
  height: 100px;
  margin: 0 auto;
}

.vitality_txt {
  position: absolute;
  color: #FAFAFA;
  font-weight: 600;
  top: 60px;
  left: 20%;
}

#modal-term_nl .modal-card_back,
#modal-term_gold .modal-card_back {
  margin-top: 16px;
}

#modal-term_nl .modal-card,
#modal-term_gold .modal-card {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  #modal-term_nl .modal-card,
  #modal-term_gold .modal-card {
    padding: 31px 20px 25px 20px;
  }
}

#modal-term_nl .modal-txt,
#modal-term_gold .modal-txt {
  font-size: 14px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #modal-term_nl .modal-txt,
  #modal-term_gold .modal-txt {
    font-size: 13px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  #modal-term_nl .cv_button,
  #modal-term_gold .cv_button {
    padding-left: 0;
  }
}

#modal-term_nl.modal-window-inner,
#modal-term_gold.modal-window-inner {
  max-height: 553px;
}
@media screen and (max-width: 767px) {
  #modal-term_nl.modal-window-inner,
  #modal-term_gold.modal-window-inner {
    max-height: 572px;
    height: calc(100vh - 104px);
  }
}

.modal-term-wrap {
  max-height: 284px;
  border-radius: 8px;
  border: 1px solid #B3B3B3;
  background: #FFFFFF;
  overflow-y: scroll;
  margin: 24px 0;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .modal-term-wrap {
    padding: 16px;
    max-height: 288px;
  }
}
.modal-term__title {
  text-align: left;
  font-size: 14px;
  line-height: 19.6px;
}
@media screen and (max-width: 767px) {
  .modal-term__title {
    font-size: 12px;
    line-height: 18.2px;
  }
}
.modal-term__heading {
  text-align: left;
  font-size: 14px;
  line-height: 19.6px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .modal-term__heading {
    font-size: 12px;
    line-height: 16.8px;
    margin-top: 8px;
  }
}
.modal-term__text {
  text-align: left;
  font-size: 12px;
  line-height: 20.4px;
  margin-top: 4px;
  display: block;
}
@media screen and (max-width: 767px) {
  .modal-term__text {
    font-size: 10px;
    line-height: 17px;
    margin-top: 4px;
  }
}

.hero-area {
  width: 100%;
  background: #FCFBE6;
}

.mv {
  width: 100%;
}
.mv__pc {
  margin: 0 auto;
}
.mv__pc-img {
  width: 100%;
  height: auto;
}

.cv_fix {
  width: 100%;
  padding: 16px 0;
  background: rgba(253, 250, 231, 0.7);
}
@media screen and (max-width: 767px) {
  .cv_fix {
    height: 66px;
    padding: 8px 0;
  }
}

.cv_fix.fix_button {
  position: fixed;
  bottom: 0;
  z-index: 97;
}

.campaign-about {
  background: #FCFBE6;
  padding: 72px 0 72px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .campaign-about {
    padding: 40px 20px;
  }
}
.campaign-about__body {
  margin: 0 auto;
  max-width: 737px;
}
.campaign-about__img .pc__img {
  width: 737px;
  margin: 0 auto;
}
.campaign-about__img .sp__img {
  width: 100%;
  margin: 0 auto;
}

.campaign-tokuten {
  position: relative;
  max-width: 880px;
  margin: 56px auto 0;
  border-radius: 10px;
  border: 2px solid #92B729;
  background: #FCFFF4;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(146, 183, 41, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(146, 183, 41, 0.3);
}
@media screen and (max-width: 767px) {
  .campaign-tokuten {
    max-width: 100%;
    margin: 56px auto;
  }
  .campaign-tokuten:first-of-type {
    margin: 60px auto 32px;
  }
  .campaign-tokuten:last-of-type {
    margin: 56px 0 0;
  }
}
.campaign-tokuten__icon::before {
  content: "";
  background: url("/camp/lifenet-seimei_oc/img/img_bibasuke01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 98px;
  height: 39px;
  top: -16%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.campaign-tokuten .img__heading {
  max-width: 90px;
  margin: 16px auto 16px;
}
.campaign-tokuten .img__text {
  max-width: 634px;
  margin: 8px auto;
}
@media screen and (max-width: 767px) {
  .campaign-tokuten .img__text {
    max-width: 308px;
    margin: 2px auto;
  }
}
.campaign-tokuten .img__text--sub {
  max-width: 238px;
  margin: 2px auto;
}
@media screen and (max-width: 767px) {
  .campaign-tokuten .img__text--sub {
    max-width: 236px;
    margin: 7px auto 2px;
  }
}
.campaign-tokuten__caption {
  background-color: #92B729;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 9px 0px 8px;
  line-height: 16px;
  border-radius: 0px 0px 5px 5px;
}
@media screen and (max-width: 767px) {
  .campaign-tokuten__caption {
    font-size: 12px;
  }
}
.campaign-tokuten__caption--normal {
  max-width: 728px;
  margin: 16px auto;
}
@media screen and (max-width: 767px) {
  .campaign-tokuten__caption--normal {
    max-width: 300px;
  }
}
.campaign-tokuten .img__banner {
  max-width: 728px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .campaign-tokuten .img__banner {
    max-width: 300px;
  }
}
.campaign-tokuten__captions {
  max-width: 728px;
  margin: 16px auto;
}
@media screen and (max-width: 767px) {
  .campaign-tokuten__captions {
    max-width: 300px;
  }
}
.campaign-tokuten__captions__caption {
  margin: 4px auto;
}
.campaign-tokuten__link {
  padding-left: 16px;
}

.campaign__caption {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.campaign__caption li {
  color: #473F1C;
}

.smcc-about {
  background: #F1F9DA;
  padding-top: 72px;
}
.smcc-about__heading--sub {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 355px;
}
@media screen and (max-width: 767px) {
  .smcc-about__heading--sub {
    max-width: 273px;
  }
}
.smcc-about__heading--sub p {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smcc-about__heading--sub p {
    font-size: 12px;
  }
}
.smcc-about__heading--sub p span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .smcc-about__heading--sub p span {
    font-size: 18px;
  }
}

.card-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .card-tab {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 335px;
    margin: 0 auto;
    gap: 5px;
  }
}
.card-tab .container {
  width: 140px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .card-tab .container {
    width: auto;
  }
}
.card-tab .container img {
  width: 108px;
  margin: 0 auto;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .card-tab .container img {
    width: 92px;
  }
}
.card-tab .container p {
  font-size: 14px;
  text-align: center;
  line-height: 22.5px;
  opacity: 0.5;
  margin-top: 8px;
  color: #473F1C;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .card-tab .container p {
    font-size: 11px;
    line-height: 17.6px;
  }
}
.card-tab .container.active img,
.card-tab .container.active p {
  opacity: 1;
}
.card-tab .container.active img {
  width: 128px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .card-tab .container.active img {
    width: 105px;
  }
}
.card-tab .container.active p {
  font-weight: 600;
  color: #473F1C;
}

.tab-contents {
  display: none;
}

.tab-contents.is-active {
  display: block;
}

.card-contents {
  margin: 0 auto;
}
.card-contents__heading {
  font-size: 28px;
  color: #473F1C;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .card-contents__heading {
    font-size: 16px;
  }
}
.card-contents__body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .card-contents__body-wrap {
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-contents__img-nl {
  max-width: 210px;
}
.card-contents__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .card-contents__text {
    width: 100%;
    padding: 0 10px;
    gap: 10px;
  }
}
.card-contents__text .line-left {
  border-left: 1px dashed #473F1C;
  padding-left: 16px;
}
.card-contents__text .line-left:nth-last-of-type(3) {
  border: none;
  padding-left: 0;
}
.card-contents__text .pc__img {
  max-width: 120px;
}
.card-contents__text .sp__img {
  max-width: 100px;
}
.card-contents-point {
  position: relative;
  margin-top: 24px;
  margin-left: 40px;
  margin-right: 40px;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .card-contents-point {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    top: -150px;
  }
}
.card-contents-point_container {
  background-color: #fff;
  margin-top: 172px;
}
@media screen and (max-width: 767px) {
  .card-contents-point_container {
    margin-top: 170px;
  }
}
.card-contents-point__wrap {
  padding-top: 24px;
  background-color: #F3EEC3;
  padding-left: 20px;
  padding-right: 20px;
}
.card-contents-point__heading {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #F3EEC3), color-stop(50%, transparent));
  background: linear-gradient(0deg, #F3EEC3 50%, transparent 50%);
}
@media screen and (max-width: 767px) {
  .card-contents-point__heading {
    background: transparent;
  }
}
.card-contents-point__heading::before {
  content: "";
  width: 100%;
  height: 170px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .card-contents-point__heading::before {
    background-size: cover;
    background-position: top;
    height: 130px;
  }
}
.card-contents-point__heading--first::before {
  background-image: url(/camp/lifenet-seimei_oc/img/img_point01_pc.png);
}
.card-contents-point__heading--second::before {
  background-image: url(/camp/lifenet-seimei_oc/img/img_point02_pc.png);
}
.card-contents-point__heading--third::before {
  background-image: url(/camp/lifenet-seimei_oc/img/img_point03_pc.png);
}
.card-contents-point__heading--fourth::before {
  background-image: url(/camp/lifenet-seimei_oc/img/img_point04_pc.png);
}
.card-contents-point__heading--fifth::before {
  background-image: url(/camp/lifenet-seimei_oc/img/img_point05_pc.png);
}
.card-contents-point__heading h3 {
  position: absolute;
  top: -30px;
  font-size: 22px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card-contents-point__heading h3 {
    font-size: 18px;
    background-color: #F3EEC3;
    display: block;
    width: 100%;
    top: 0;
    margin-top: -15px;
    padding-bottom: 24px;
  }
}
.card-contents-point__heading h3 .card-contents-point__text {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .card-contents-point__heading h3 .card-contents-point__text {
    font-size: 22px;
  }
}
.card-contents-point__body {
  border-radius: 20px;
  background-color: #FCFBE6;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .card-contents-point__body {
    padding: 23px 24px;
  }
}
@media screen and (max-width: 767px) {
  .card-contents-point__body--small {
    padding: 24px 14px;
  }
}
.card-contents-point__body .point-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 440px;
  gap: 16px;
}
.card-contents-point__body .point-contents--wide {
  width: auto;
}
@media screen and (max-width: 767px) {
  .card-contents-point__body .point-contents {
    width: 289px;
  }
}
.card-contents-point__body .point-contents--gap {
  gap: 16px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .card-contents-point__body .point-contents__text-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-contents-point__body .point-contents--continue {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .card-contents-point__body .point-contents--continue {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .card-contents-point__body .point-contents--continue:first-of-type {
    margin-bottom: 16px;
  }
}
.card-contents-point__body .point-contents__text {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .card-contents-point__body .point-contents__text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.card-contents-point__body .point-contents__text--point {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .card-contents-point__body .point-contents__text--point {
    font-size: 20px;
  }
}
.card-contents-point__body .point-contents__text .text-color--orange {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .card-contents-point__body .point-contents__text .text-color--orange {
    font-size: 22px;
  }
}
.card-contents-point__body .point-contents__text--big {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .card-contents-point__body .point-contents__text--big {
    font-size: 16px;
  }
}
.card-contents-point__body .point-contents-shop {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.card-contents-point__body .point-contents-shop__text {
  position: relative;
  text-align: center;
  font-size: 16px;
}
.card-contents-point__body .point-contents-shop__text::after {
  content: "";
  position: absolute;
  top: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url(/camp/lifenet-seimei_oc/img/decoration.svg);
  background-repeat: no-repeat;
  width: 187px;
  height: 17px;
}
.card-contents-point__body .point-contents-shop__img {
  width: 513px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  padding: 16px 32px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .card-contents-point__body .point-contents-shop__img {
    width: 295px;
  }
}
.card-contents-point__body .point-contents-shop__caption {
  margin-top: 16px;
  font-size: 14px;
}
.card-contents-point__body .point-contents-shop__caption .caption_count {
  font-size: 11px;
}
.card-contents-point__body .point-contents__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-contents-point__body .point-contents-vpoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.card-contents-point__body .point-contents-vpoint__heading {
  font-size: 22px;
  text-align: center;
  margin-top: 8px;
}
.card-contents-point__body .point-contents-vpoint__text {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card-contents-point__body .point-contents-vpoint__text {
    text-align: left;
  }
}
.card-contents-point__body .point-contents-vpoint__caption {
  margin-top: 16px;
}
.card-contents-point__body .point-contents-vpoint__caption-list li {
  font-size: 11px;
}
.card-contents-point__body .point-contents__caption {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .card-contents-point__body .point-contents__caption {
    margin-top: 16px;
    width: 297px;
  }
}
.card-contents-point__body .point-contents-vpoint__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  border-top: 1px solid #DCD6C2;
  border-bottom: 1px solid #DCD6C2;
  padding: 8px 0;
  margin-top: 16px;
}
.card-contents-point__body .point-contents .vpoint__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.card-contents-point__body .point-contents .vpoint__features__title {
  font-size: 24px;
}
.card-contents-point__body .point-contents .vpoint__features__text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .card-contents-point__body .point-contents .vpoint__features__text {
    font-size: 12px;
  }
}
.card-contents-point__body .point-contents .vpoint__features__line {
  border-top: 1px solid #DCD6C2;
  padding-top: 8px;
  width: 100%;
}
.card-contents-point__body .point-contents__feature-text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card-contents-point__body .point-contents__feature-text {
    text-align: left;
  }
}
.card-contents-point__body .point-contents__feature-caption {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
.card-contents-point__body .point-contents__feature-caption p {
  line-height: 1.5;
}
.card-contents-point__body .point-contents-trip {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.card-contents-point__body .point-contents-trip__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card-contents-point__body .point-contents-trip__text {
    text-align: left;
    margin-top: 24px;
  }
}
.card-contents-point__body .point-contents-trip__caption li {
  font-size: 11px;
}
.card-contents-point__body .point-img {
  width: 105px;
}
.card-contents-point__body .point-img__wide {
  width: 143px;
}
.card-contents-point__body .logo-img {
  max-width: 269px;
  padding: 11px 16px 11px 12px;
  background-color: #FFFFFF;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 5px;
}

.flow {
  padding: 70px 0 40px;
  background-color: #FCFBE6;
  margin-top: -100px;
}
.flow-tab-wrap {
  border-bottom: 2px solid #F39800;
}
.flow-title__sub {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  line-height: 1.6;
  letter-spacing: 1px;
}
.flow-title__sub::before, .flow-title__sub::after {
  position: absolute;
  content: "";
  background-color: #2A9C4B;
  height: 1px;
  width: 22px;
  top: 55%;
}
.flow-title__sub::before {
  -webkit-transform: rotate(63.576deg);
          transform: rotate(63.576deg);
  left: -28px;
}
.flow-title__sub::after {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  right: -28px;
}
.flow .panel-flow__heading {
  font-size: 20px;
}
.flow .panel-flow__heading--big {
  font-size: 24px;
}
.flow .panel .caption {
  margin-right: auto;
  margin-left: auto;
  max-width: 340px;
  line-height: 1.5;
}
.flow .panel-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 471px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .flow .panel-ul {
    max-width: 335px;
  }
}
.flow .panel-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .flow .panel-li {
    gap: 12px;
  }
}
.flow .panel-li__text {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .flow .panel-li__text {
    font-size: 14px;
  }
}
.flow .panel-li img {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .flow .panel-li img {
    width: 74px;
  }
}

.text-tab {
  width: 96%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  cursor: pointer;
}
.text-tab .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border: 2px solid #F39800;
  border-bottom: none;
  padding: 16px 8px;
  border-radius: 10px 10px 0px 0px;
  width: 338px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .text-tab .tab {
    height: 40px;
    padding: 9px 20px;
  }
}
.text-tab .tab.active {
  background-color: #F39800;
  color: #FFFFFF;
  height: 70px;
  padding: 16px 8px;
}
@media screen and (max-width: 767px) {
  .text-tab .tab.active {
    height: 48px;
    padding: 13px 20px;
  }
}
.text-tab .tab.card-nl {
  background-color: #299C4C;
  border: none;
}
.text-tab .tab.card-gold {
  background-color: #BFB02F;
  border: none;
}
.text-tab .tab.card-platinum {
  background-color: #473F1C;
  border: none;
}

@media screen and (max-width: 767px) {
  .info-tab-wrap .text-tab {
    gap: 4px;
  }
}
.info-tab-wrap .text-tab .tab {
  height: 59px;
}
.info-tab-wrap .tab {
  padding: 16px 8px;
  width: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 59px;
}
@media screen and (max-width: 767px) {
  .info-tab-wrap .tab {
    font-size: 12px;
  }
}
.info-tab-wrap .tab.active {
  height: 70px;
  padding: 16px 8px;
}

@media screen and (max-width: 767px) {
  .flow-tab-wrap .tab-area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 335px;
    margin: 0 auto;
    gap: 8px;
  }
}

.panel {
  display: none;
}

.panel.is-active {
  display: block;
}

.panel-card {
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .panel-card {
    padding-bottom: 40px;
  }
}

.compare {
  background-color: #FFFFFF;
  margin-top: 72px;
}
.compare-contents {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .compare-contents {
    max-width: 358px;
  }
}
.compare-contents__text {
  font-size: 12px;
  color: #473F1C;
}
.compare-contents__text-arrow {
  margin-bottom: 24px;
}
.compare-contents__caption {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .compare-contents__caption {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.compare-contents__table {
  width: 100%;
  overflow: auto;
}
.compare-contents__table table {
  width: 509px;
  margin: 0 auto;
  border-collapse: collapse;
}
.compare-contents__table th, .compare-contents__table td {
  text-align: center;
  padding: 0 6px;
}
.compare-contents__table th {
  color: #FAFAFA;
  background: #473F1C;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
  width: 150px;
  height: 55px;
  border: 1px solid #FFF;
}
.compare-contents__table th.side-txt {
  color: #FFF;
  font-size: 12px;
  line-height: 130%;
  font-weight: 600;
  border-bottom: 1px solid #FFF;
  background: #92B729;
  width: 59px;
  height: 119px;
  padding: 0px;
}
.compare-contents__table th.corner {
  border-bottom: 1px solid #FFF;
  width: 59px;
  height: 56px;
  border-radius: 10px;
}
.compare-contents__table td {
  border: 1px solid #CFCFCF;
  color: #473F1C;
  font-size: 13px;
}
.compare-contents__table .other-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.compare-contents__table .fc-orange {
  color: #E65D3E;
}
.compare-contents__table .fw-bold {
  font-weight: 500;
}
.compare-contents__table .fw-600 {
  font-weight: 600;
}
.compare-contents__table .fs-15 {
  font-size: 15px;
}
.compare-contents__table .fs-17 {
  font-size: 17px;
}
.compare-contents__table .fs-19 {
  font-size: 19px;
}
.compare-contents__table .fs-21 {
  font-size: 21px;
}
.compare-contents__table .fs-26 {
  font-size: 26px;
}
.compare-contents__table .fs-29 {
  font-size: 29px;
}
.compare-contents__table .fs-46 {
  font-size: 46px;
}
.compare-contents__table .corner-l {
  background: #6C6549;
  border-radius: 10px 0 0 0;
  width: 60px;
}
.compare-contents__table .corner-r {
  border-radius: 0 10px 0 0;
}
.compare-contents__table .corner-bl {
  border-radius: 0 0 0 10px;
}
.compare-contents__table td.corner-br {
  border-radius: 0 0 10px 0;
  display: inline-block;
  border-top: none;
  border-left: none;
}

.info {
  border-radius: 120px 120px 0px 0px;
  background: linear-gradient(134deg, #E9F5C5 25.53%, #F3EEC3 74.63%, #F3EEC3 74.63%);
  margin-top: 40px;
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .info {
    border-radius: 60px 60px 0px 0px;
  }
}
.info-tab-wrap {
  border-bottom: 2px solid #CFCFCF;
}
.info-contents_card {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .info-contents_card {
    width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.info-contents_card img {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .info-contents_card img {
    max-width: 295px;
  }
}
.info-contents_card__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info-contents_card__text {
    text-align: left;
  }
}
.info-attention {
  color: #E65D3E;
  line-height: 1.5;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 38px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info-attention {
    text-align: left;
    max-width: 335px;
  }
}
.info-attention::before {
  content: "";
  position: absolute;
  background: url(/camp/lifenet-seimei_oc/img/icon-caution.svg);
  background-size: contain;
  width: 28px;
  height: 28px;
  top: -5px;
  left: 0;
}
.info-caption {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .info-caption {
    max-width: 335px;
  }
}
.info-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .info-table {
    max-width: 335px;
  }
}
.info-table td,
.info-table th {
  border-bottom: 1px solid #FCFFF3;
  padding-top: 14px;
  padding-bottom: 14px;
}
.info-table th {
  width: 20%;
  padding: 15px 8px;
  font-size: 14px;
  text-align: left;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .info-table th {
    width: 91px;
    padding: 14px 0;
    vertical-align: baseline;
  }
}
.info-table td {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .info-table td {
    padding-left: 18px;
  }
}
.info-table .line-top {
  border-top: 1px solid #FCFFF3;
}

.footer {
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 66px;
  }
}

.footer_caption {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .footer_caption {
    max-width: 335px;
    padding-top: 40px;
  }
}
.footer_caption-text {
  color: #473F1C;
}

.footer_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-left: auto;
  margin-right: auto;
}
.footer_body__text {
  text-align: center;
}
.footer_body__copy {
  text-align: center;
  background-color: #92B729;
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer_body__copy .footer-copyright {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 400;
}

.footer_img {
  width: 405px;
}
@media screen and (max-width: 767px) {
  .footer_img {
    width: 283px;
  }
}/*# sourceMappingURL=style.css.map */



.text-center{
  text-align: center;
  margin-top: 26px;
}

.font-bold{
  font-weight: bold;
}

.col_Black {
color: #222;
}

.slash {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 10px;
}
.cp-img_banner{
	text-align: center;
	display: grid;
    justify-content: center;
    padding-bottom: 16px;
}
.cp-img_banner img {
	max-width: 100%;
	width: 500px;
}
@media screen and (max-width: 767px){
.slash {
    padding: 0 15px;
    margin-bottom: 10px;
	font-size: 14px;
}
.cp-img_banner img {
	max-width: 100%;
	width: 300px;
}

}

.slash:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #222;
    border-radius: 3px;
    transform: rotate(-25deg);
}

.slash:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #222;
    border-radius: 3px;
    transform: rotate(25deg);
}

.seven_table {
	border: 2px solid #F39800;
	margin: 16px auto 0;
	padding: 12px 12px 16px;
	text-align: center;
}
@media screen and (min-width: 768px) {
  .seven_table {
    margin: 30px auto;
    padding: 16px 24px 24px;
  }

  .seven_content{
  	display: flex;
	justify-content: center;
	align-items: center;
    width: auto;
    gap: 20px;
    }
}

.notesTable {
	text-align: left;
}

.seven_notesTable p , .seven_notesTable a {
	font-size: 14px;
}

 .seven_notesTable a{
 color: #473F1C;
 position: relative;
 }

.seven_notesTable ul {
	margin-top: 10px;
}

.seven_notesTable li::before {
	content: '※'counter(item);
	list-style-position: inside;
}

.seven_notesTable li {
	counter-increment: item;
	font-size: 11px;
}

.seven_notesTable .icon-link::after{
	position: static;
}

@media screen and (max-width: 767px) {
.seven_table img {
	max-width: 100%;
	height: auto;
	margin-right: 0px;
	display: inline-block;
}
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.icon-top::after {
    position: static;
    margin-left: 3px;
}
.campaign-goldfree{
    margin: 20px 0px 40px 0;
    text-align: center;
}
@media screen and (max-width: 767px){
.campaign-goldfree{
    margin: 20px auto;
}
}
.campaign-goldfree-title{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #473f1c;
}
.campaign-goldfree-title span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.campaign-goldfree-title span:before,
.campaign-goldfree-title span:after
{
    content: "";
    display: block;
    margin: 0 15px;
    width: 3px;
    height: 2rem;
    background-color: #473f1c;
}
.campaign-goldfree-title span:before{
    transform: rotate(-30deg);
}
.campaign-goldfree-title span:after{
    transform: rotate(30deg);
}
@media screen and (max-width: 767px){
.campaign-goldfree {
    margin: 30px auto;
}
.campaign-goldfree-title{
    font-size: 1rem;
}
.campaign-goldfree-title span:before,
.campaign-goldfree-title span:after{
    margin: 0 10px;
    width: 2px;
    height: 1.8rem;
}
}
.img_banner{
    max-width: 728px;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
.img_banner{
    max-width: 300px;
}
}
.align-left {
    text-align: left !important;
}
.campaign_caution {
    margin-top: 10px;
    margin-bottom: 10px;
}
.clickabe_area {
  position: relative;
  height: 0px;
  z-index: 10;
}
.clickabe{
    position: absolute;
    bottom: 17vw;
    right: 5%;
    width: 12vw;
}
.clickabe p{
    font-size: 1.1vw;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
}
.clickabe img{
    height: auto;
}
.clickabe img:hover {
    opacity: 0.7;
}
.clickabe p:before,
.clickabe p:after {
  content: "";
    display: block;
    margin: 0 1vw;
    width: 0.15vw;
    height: 1.1vw;
    background-color: #000000;
}
.clickabe p:before {
  transform: rotate(-30deg);
}
.clickabe p:after {
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
.clickabe{
    width: 33vw;
    bottom: -6vw;
}
  .clickabe p{
    font-size: 3vw;
}
.clickabe p:before,
.clickabe p:after {
    margin: 0 2vw;
    width: 0.27vw;
    height: 3vw;
}
}