@charset "utf-8";

/* ---------------------------------------------
*   common
--------------------------------------------- */
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  background-color: #F0ECE6;
  font-size: 4.27vw;
  line-height: 1.48;
  padding-bottom: 30.4vw;
}

a {
  color: initial;
  cursor: pointer;
}

.wrap {
  padding: 0 4vw;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h3 {
  font-weight: bold;
  text-align: center;
  font-size: 4.8vw;
  line-height: 1.3;
}

h4 {
  font-weight: bold;
  text-align: center;
  font-size: 6.4vw;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

.bg-white {
  background-color: #F8F5F2;
}

.orange {
  color: #D95636;
}

.white-box {
  background-color: #FFF;
  border-radius: 2.13vw;
}

.sup {
  font-size: 0.6em;
  vertical-align: top;
  font-weight: inherit;
}

.num {
  font-family: 'Open Sans';
  font-weight: bold;
  line-height: 1;
}


@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    padding-bottom: 0;
  }

  .wrap {
    padding: 0;
    max-width: 736px;
    margin: auto;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    text-align: left;
    font-size: 28px;
  }

  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  .white-box {
    background-color: #FFF;
    border-radius: 9.26px;
  }
}

/* ul,ol---------------------------------------- */
ul.note li,
ol.note li,
ul.dot li {
  line-height: 1.6666;
  letter-spacing: -0.04em;
  font-size: 3.1983vw;
  text-align: left;
  color: #585858;
}

ul.note li {
  text-indent: -1.363637em;
  padding-left: 1.363637em;
}

ul.note>li::before,
ul.btn-note>li::before {
  content: '※';
  font-size: inherit;
  margin-right: 0.363637em;
}

ul.note._text li {
  text-indent: -1.917em;
  padding-left: 1.917em;
}

ul.note._text>li::before {
  content: '注';
  margin-right: 0.917em;
}

ul.dot li {
  text-indent: -1em;
  padding-left: 1em;
}

ul.dot>li::before {
  content: '・';
  font-size: inherit;
}

ol.note li {
  text-indent: -1.8em;
  padding-left: 1.8em;
}

ol.note li:not(:first-of-type) {
  margin-top: 2.13vw;
}

ol.note {
  counter-reset: number 0;
}

ol.note>li::before {
  counter-increment: number 1;
  content: '※' counter(number);
  font-size: inherit;
  margin-right: 0.5em;
}

ul.note li a,
ol.note li a {
  color: #585858;
  text-decoration: underline;
}

p.note_text {
  color: #585858;
  font-size: 3.1983vw;
}

ul.btn-note {
  max-width: max-content;
  margin: 1.07vw auto 0;
}

ul.btn-note li {
  font-size: 3.1983vw;
  color: #585858;
}

ul.btn-note li span {
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {

  ul.note li,
  ol.note li,
  ul.dot li,
  p.note_text,
  ul.btn-note li {
    font-size: 13px;
  }

  ol.note li:not(:first-of-type) {
    margin-top: 8px;
  }

  ul.btn-note {
    margin: 8px auto 0;
  }
}


/* deco */
.deco {
  text-align: center;
}

.deco_inner {
  position: relative;
  display: inline-block;
}

.deco_inner::before,
.deco_inner::after {
  content: '';
  background-color: #3D3D3D;
  width: 1.2em;
  height: 1px;
  border-radius: 9999px;
  position: absolute;
  top: 2.133333vw;
  margin: 0 auto;
}

.deco_inner::before {
  transform: rotate(75deg);
  left: -1em;
}

.deco_inner::after {
  transform: rotate(-75deg);
  right: -1em;
}

.deco_text {
  font-size: 3.2vw;
}

.deco_text {
  line-height: 1;
}

@media screen and (min-width: 768px) {

  .deco_inner::before,
  .deco_inner::after {
    width: 20px;
    height: 1px;
    top: 10px
  }

  .deco_inner::before {
    left: -1em;
  }

  .deco_inner::after {
    right: -1em;
  }

  .deco_text {
    font-size: 16px;
  }
}

/* ---------------------------------------------
*   btn
--------------------------------------------- */
.btn {
  width: 83.957vw;
  font-size: 3.99788vw;
  display: flex;
  flex-direction: column;
  height: 14.126vw;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 9999px;
  text-align: center;
  position: relative;
}

.btn::after {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 5.332vw;
  height: 5.332vw;
  top: 0;
  bottom: 0;
  right: 3.99788vw;
  margin: auto;
  font-weight: bold;
}

.btn p {
  font-weight: bold;
}

.btn_type1 {
  font-weight: bold;
  width: 76vw;
  color: #fff;
  background-color: #d95636;
  line-height: 1;
}

.btn_type2 {
  color: #333333;
  background-color: #fff;
  border: solid 0.53305vw #dbd6d1;
  line-height: 1.36;
}

.btn_type3 {
  color: #333333;
  background-color: #FFF;
  border: solid 0.4vw #DBD6D1;
  line-height: 1.4;
  margin-top: 2.13vw;
}

.btn_type4,
.btn_type6 {
  color: #333333;
  background-color: #FFF;
  line-height: 1.4;
  border: solid 0.4vw #DBD6D1;
}

.btn_type5 {
  color: #FFF;
  background-color: #199680;
  line-height: 1.4;
}

.btn_type1::after {
  background-image: url(../images/btn_type1.png);
}

.btn_type2::after {
  background-image: url(../images/btn_type2.png);
}

.btn_type3::after {
  background-image: url(../images/btn_type3.png);
}

.btn_type4::after {
  background-image: url(../images/btn_type4.png);
}

.btn_type5::after {
  background-image: url(../images/btn_type5.png);
}

.btn_type6::after {
  background-image: url(../images/btn_type6.png);
}


a.link {
  color: #CC0000 !important;
  text-decoration: underline !important;
}

a.link-blank,
a.link-modal {
  position: relative;
  padding-right: 1.3em;
}

a.link-blank::after,
a.link-modal::after {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 3.41vw;
  height: 3.41vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

a.link-blank::after {
  background-image: url(../images/icon_blank.png);

}

a.link-modal::after {
  background-image: url(../images/icon_modal.png);
}


@media screen and (min-width: 768px) {
  .btn {
    width: 352px;
    font-size: 18px;
    height: 72px;
    cursor: pointer;
  }

  .btn::after {
    width: 28px;
    height: 28px;
    right: 16px;
  }

  .btn.btn_type2::after {
    width: 16px;
    height: 16px;
    right: 12px;
  }

  .btn.btn_type3::after {
    width: 24px;
    height: 24px;
    right: 10px;
  }

  .btn_type2 {
    border: solid 2px #dbd6d1;
  }

  .btn_type3 {
    width: 274px;
    height: 54px;
    margin-top: 8px;
    border: solid 1px #DBD6D1;
  }

  .btn_type4,
  .btn_type6 {
    border: solid 1px #DBD6D1;
  }


  a.link-blank::after,
  a.link-modal::after {
    width: 12.8px;
    height: 12.8px;
  }

}

/* ---------------------------------------------
*   accordion
--------------------------------------------- */
.accordion>dt {
  position: relative;
  cursor: pointer;
}

.accordion>dt::before,
.accordion>dt::after {
  content: '';
  border-radius: 9999px;
  background-color: #333;
  width: 2.67vw;
  height: 0.53vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
}

.accordion>dt::before,
.accordion>dt::after {
  right: 3.99788vw;
}

.accordion>dt::after {
  transform: rotate(90deg);
}

.accordion>dt._open::after {
  transform: none;
}

.accordion>dd {
  display: none;
}

@media screen and (min-width: 768px) {

  .accordion>dt::before,
  .accordion>dt::after {
    width: 15px;
    height: 3px;
  }

  .accordion>dt::before,
  .accordion>dt::after {
    right: 3.99788vw;
  }
}

/* ---------------------------------------------
*   header
--------------------------------------------- */
#header {
  transition: all 0.3s ease-out;
}

#header.hide {
  transform: translateY(-100px);
  transition: all 0.3s ease-out;
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 14.4vw;
  background-color: #f8f5f2;
}

nav {
  padding: 2.13vw 4vw;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.logo {
  width: 42.67vw;
  height: 100%;
  margin: 0;
}

.header_btn div {
  width: 15.47vw;
}

main {
  padding-top: 14.4vw;
}

@media screen and (min-width: 768px) {
  header {
    height: 62px;
  }

  nav {
    padding: 10px 0;
    width: 95%;
    max-width: 1120px;
    margin: auto;
  }

  .logo {
    width: 268px;
  }

  .header_btn div {
    width: 123px;
  }

  main {
    padding-top: 62px;
  }
}

/* kv */
.kv {}

@media screen and (min-width: 768px) {
  .kv {
    max-width: 1366px;
    margin: auto;
  }
}

/* nurturing */
.nurturing>div {
  text-align: center;
  padding: 5.33vw 0 3.2vw;
}

.nurturing a.link-modal {
  font-size: 3.73vw;
  margin-top: 2.13vw;
}

.nurturing ul.btn-note+a {
  display: inline-block;
  text-decoration: underline;
  margin-top: 2.13vw
}


@media screen and (min-width: 768px) {
  .nurturing>div {
    padding: 20px 0 32px;
  }

  .nurturing a.link-modal {
    font-size: 18px;
    margin-top: 8px;
  }

  .nurturing ul.btn-note+a {
    margin-top: 8px;
  }

}

/* tab */
.contents-tab>li,
.tab-contents>li {
  display: none;
}

.contents-tab>li._active,
.tab-contents>li._active {
  display: block;
}

.contents .contents-tablabel {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #E4DFDB;
  border-radius: 26.67vw;
  width: 92vw;
  height: 11.73vw;
  margin: 0 auto 0;
}

.contents-fixed {
  z-index: 10;
  padding-top: 6.4vw;
}

.contents-fixed.fixed {
  top: 0;
  width: 100%;
  transition: all 0.3s ease-out;
}

.contents-fixed._header {
  top: 14.4vw;
  transition: all 0.3s ease-out;
}

.contents .contents-tablabel>li {
  position: relative;
  width: 44.8vw;
  height: 10.67vw;
  text-align: center;
  cursor: pointer;
  margin: auto;
  display: flex;
}

.contents .contents-tablabel>li h2 {
  margin: auto;
  color: #707070;
  font-weight: 500;
}

.contents .contents-tablabel>li._active {
  background-color: #D95636;
  border-radius: 26.67vw;
}

.contents .contents-tablabel>li._active h2 {
  color: #FFFFFF;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .contents .contents-tablabel {
    width: 736px;
    height: 52px;

  }

  .contents .contents-tablabel>li {
    width: 363.5px;
    height: 48px;
  }

  .contents-fixed {
    padding-top: 32px;
  }

  .contents-fixed._header {
    top: 62px;
  }
}

/* about */
.about .lead-area {
  padding: 8.53333vw 0 10.66667vw;
}

.about .lead-area .bubble-box {
  text-align: center;
}

.about .lead-area .bubble-box p {
  background-image: url(../images/img_bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin: auto;
  padding: 4.53333vw 9.86667vw 3.73333vw 4.26667vw;
  font-size: 3.73333vw;
}

.about .lead-area .white-box {
  padding: 3.2vw 5.86667vw 4.26667vw;
  margin-top: 5.33333vw;
}

.about .lead-area .white-box p {
  color: #D95636;
  text-align: center;
  font-weight: bold;
  font-size: 3.73333vw;
}

.about .lead-area .white-box p+img {
  margin-top: 0.53vw;
}

.about .lead-area ul.note {
  margin-top: 2.13vw;
}

.about .lead-area .lead-pitch {
  position: relative;
  width: 84vw;
  margin: 8.8vw auto 0;
  padding-left: 3.69867vw;
}

.about .lead-area .lead-pitch::before {
  content: "";
  position: absolute;
  background-image: url(../images/img_lead.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22.90667vw;
  height: 22.90667vw;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.about .lead-area .lead-pitch p {
  background-color: #FFF;
  color: #D95636;
  text-align: center;
  font-weight: bold;
  border-radius: 3.2vw;
  padding: 2.26667vw 2.816vw 2.26667vw 13.48267vw;
}

.about .example-area {
  padding: 8.53333vw 0 10.66667vw;
}

.about .example-subtitle {
  text-align: center;
}

.about .example-subtitle p {
  display: inline-block;
  background-color: #199680;
  color: #FFF;
  font-weight: bold;
  border-radius: 8vw;
  padding: 1.06667vw 2.66667vw 1.06667vw 2.66667vw;
}

.about h3.example-title {
  font-size: 8vw;
  margin-top: 2.13333vw;
}

.about .example-list {
  margin-top: 5.33333vw;
}

.about .example-list>li {
  padding: 6.4vw 4vw;
}

.about .example-list>li+li {
  margin-top: 4.26667vw;
}

.about .example-list>li .example-list__box {
  display: flex;
  align-items: center;
  gap: 3.2vw;
}

.about .example-list>li .example-list__box img {
  width: 19.2vw;
}

.about .example-list>li .example-list__box>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.about .example-list>li .example-list__box>div p {
  font-weight: bold;
  font-size: 3.73333vw;
  white-space: nowrap;
}

.about .example-list>li .example-list__box>div p span.num {
  font-size: 8vw;
}

.about .example-list>li .example-list__box>div p:last-child {
  font-weight: normal;
  font-size: 3.2vw;
}

.about .example-list>li .deco {
  margin-top: 4.26667vw;
}

.about .example-list>li .example-list__text {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.about .example-list>li .example-list__text span.num {
  font-size: 5.86667vw;
}

.about .example-list>li .accordion {
  background-color: #FCFCFC;
  border: solid 0.53305vw #E0DFDD;
  border-radius: 1.06667vw;
  margin-top: 2.13333vw;
}

.about .example-list>li .accordion dt {
  text-align: center;
  font-weight: bold;
  font-size: 2.93333vw;
  padding: 2.93333vw 0;
}

.about .example-list>li .accordion dd {
  padding: 0 4vw 2.93333vw;
}

.about .example-list>li .accordion dd p {
  font-size: 3.2vw;
}

.about .example-list>li .accordion dd p+ul.note {
  margin-top: 1.06667vw;
}

.about .example-list+ul.note {
  margin-top: 2.13vw;
}


@media screen and (min-width: 768px) {
  .about .lead-area {
    padding: 56px 0 40px;
  }

  .about .lead-area .wrap {
    width: 544px;
  }

  .about .lead-area .bubble-box p {
    background-image: url(../images/pc/img_bubble.png);
    padding: 17px 42.5px 14px 37.5px;
    font-size: 18px;
  }

  .about .lead-area .white-box {
    padding: 24.8px 25.37px 25.1px;
    margin-top: 20px;
  }

  .about .lead-area .white-box p {
    font-size: 18px;
  }

  .about .lead-area .white-box p+img {
    margin-top: 4px;
  }

  .about .lead-area .white-box img {
    width: 370px;
    margin: auto;
  }

  .about .lead-area ul.note {
    margin-top: 16px;
  }

  .about .lead-area .lead-pitch {
    width: calc(100% - 16px);
    margin: 40.5px auto 0;
    padding-left: 16px;
  }

  .about .lead-area .lead-pitch::before {
    width: 96px;
    height: 96px;
  }

  .about .lead-area .lead-pitch p {
    border-radius: 13.41px;
    padding: 18px 63px 18px 123px;
  }

  .about .example-area {
    padding: 40px 0;
  }

  .about .example-subtitle p {
    font-size: 18px;
    border-radius: 30px;
    padding: 4px 12px 4px 14px;
  }

  .about h3.example-title {
    font-size: 40px;
    margin-top: 8px;
  }

  .about .example-list {
    margin-top: 20px;
  }

  .about .example-list>li {
    padding: 24px;
  }

  .about .example-list>li+li {
    margin-top: 16px;
  }

  .about .example-list>li .example-list__box {
    gap: 12px;
    justify-content: center;
  }

  .about .example-list>li .example-list__box img {
    width: 72px;
  }

  .about .example-list>li .example-list__box>div {
    gap: 12px;
  }

  .about .example-list>li .example-list__box>div p {
    font-size: 14px;
  }

  .about .example-list>li .example-list__box>div p span.num {
    font-size: 30px;
  }

  .about .example-list>li .example-list__box>div p:last-child {
    font-size: 12px;
  }

  .about .example-list>li .deco {
    margin-top: 16px;
  }

  .about .example-list>li .example-list__text span.num {
    font-size: 22px;
  }

  .about .example-list>li .accordion {
    border: solid 1px #E0DFDD;
    border-radius: 4px;
    margin-top: 8px;
  }

  .about .example-list>li .accordion dt {
    font-size: 12px;
    padding: 12.5px 0;
  }

  .about .example-list>li .accordion dd {
    padding: 4px 32px 12px;
  }

  .about .example-list>li .accordion dd p {
    font-size: 13px;
  }

  .about .example-list>li .accordion dd p+ul.note {
    margin-top: 4px;
  }

  .about .example-list+ul.note {
    margin-top: 16px;
  }

}

/* check-area */
.check-area {
  padding: 8.53333vw 0;
}

.check-area .accordion>dt {
  font-weight: bold;
  padding: 6.4vw 4.26667vw;
  font-size: 4.8vw;
}

.check-area .accordion>dt span.num {
  font-size: 8vw;
}

.check-area .accordion>dt::before,
.check-area .accordion>dt::after {
  width: 3.2vw;
  height: 0.66667vw;
}

.check-area .step-list {
  padding: 0 4.26667vw 8.53333vw;
}

.check-area .step-list dt {
  font-weight: bold;
  border-bottom: solid 0.26667vw #F2F2F2;
}

.check-area .step-list dd+dt {
  margin-top: 5.33333vw;
}

.check-area .step-list input[type=radio] {
  display: none;
}

.check-area .step-list dd ul:not(.note) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.13333vw;
  margin-top: 3.2vw;
}

.check-area .step-list dd ul:not(.note) li {
  width: 40vw;
}

.check-area .step-list dd ul li label {
  display: block;
  border: solid 0.26667vw #E0DEDC;
  border-radius: 16vw;
  padding: 3.2vw 0vw;
  text-align: center;
  line-height: 1;
}

.check-area .step-list dd ul li label p {
  position: relative;
  display: inline-block;
  padding-left: 6.4vw;
  font-size: 3.73333vw;
}

.check-area .step-list dd ul li label p::before {
  content: "";
  position: absolute;
  background-image: url(../images/ico_radio1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.33333vw;
  height: 5.33333vw;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.check-area .step-list input[type="radio"]:checked+label p::before {
  background-image: url(../images/ico_radio2.png);
}

.check-area dd.step-age ul:not(.note) li {
  width: 26.4vw;
}

.check-area dd.step-age ul li label {
  border-radius: 3.2vw;
  padding: 6.13333vw 0;
}

.check-area dd.step-age ul li label p {
  padding-left: 0;
  padding-top: 6.4vw;
}

.check-area dd.step-age ul li label p::before {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

.check-area dd.step-age ul.note {
  margin-top: 2.13vw;
}

.check-area dd.step-age ul.note li {
  color: #D95636;
}

.check-area .simulation_result {
  margin-top: 8.53333vw;
}

.check-area .simulation_result .result-title {
  text-align: center;
  font-weight: bold;
  font-size: 4.8vw;
}

.check-area .simulation_result .result-list {
  margin-top: 4.26667vw;
}

.check-area .simulation_result .result-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FCF1EC;
  border: solid 0.26667vw #D95636;
  border-radius: 2.13333vw;
  padding: 3.2vw 4.26667vw;
  font-weight: bold;
}

.check-area .simulation_result .result-list li+li {
  margin-top: 3.2vw;
}

.check-area .simulation_result .result-list li:last-of-type {
  position: relative;
  margin-top: 8.53333vw;
}

.check-area .simulation_result .result-list li span.bubble {
  position: absolute;
  display: inline-block;
  background-image: url(../images/img_bubble2.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: -5.06667vw;
  margin: 0 auto;
  color: #FFF;
  padding: 1.06667vw 6.53333vw 2.4vw;
  font-size: 3.2vw;
  font-weight: 600;
  text-align: center;
  display: inline-table;
}

.check-area .simulation_result .result-list li .result-text {
  font-size: 3.73333vw;
}

.check-area .simulation_result .result-list li .result-text .num {
  font-size: 6.4vw;
  padding: 0 0.53333vw 0 2.13333vw;
  line-height: 1.4;
}

.check-area .simulation_result .result-list .btn {
  width: 30.66667vw;
  height: 9.6vw;
  font-size: 2.93333vw;
  margin: 0;
}

.check-area .simulation_result .result-list .btn p {
  padding-right: 7.46667vw;
}

.check-area .simulation_result .result-list+.btn {
  margin-top: 6.4vw;
}

@media screen and (min-width: 768px) {
  .check-area {
    padding: 64px 0;
  }

  .check-area .accordion>dt {
    padding: 32px;
    font-size: 18px;
  }

  .check-area .accordion>dt span.num {
    font-size: 30px;
  }

  .check-area .accordion>dt::before,
  .check-area .accordion>dt::after {
    width: 12px;
    height: 2.5px;
  }

  .check-area .step-list {
    margin-top: -8px;
    padding: 0 32px 32px;
  }

  .check-area .step-list dd+dt {
    margin-top: 20px;
  }

  .check-area .step-list dd ul:not(.note) {
    gap: 8px;
    margin-top: 12px;
    justify-content: flex-start;
  }

  .check-area .step-list dd ul:not(.note) li {
    width: 162px;
  }

  .check-area .step-list dd ul li label {
    border: solid 1px #E0DEDC;
    border-radius: 60px;
    padding: 10px 0px;
  }

  .check-area .step-list dd ul li label p {
    padding-left: 24px;
    font-size: 14px;
  }

  .check-area .step-list dd ul li label p::before {
    width: 20px;
    height: 20px;
  }

  .check-area dd.step-age ul:not(.note) li {
    width: 218px;
  }

  .check-area dd.step-age ul li label {
    border-radius: 12px;
    padding: 23px 0;
  }

  .check-area dd.step-age ul li label p {
    padding: 24px 0 0;
  }


  .check-area dd.step-age ul.note {
    margin-top: 12px;
  }

  .check-area .simulation_result {
    margin-top: 40px;
  }

  .check-area .simulation_result .result-title {
    font-size: 18px;
  }

  .check-area .simulation_result .result-list {
    display: flex;
    gap: 12px;
    margin-top: 16px;
  }

  .check-area .simulation_result .result-list li {
    width: 216px;
    display: block;
    text-align: center;
    border: solid 1px #D95636;
    border-radius: 8px;
    padding: 17.5px 16px;
  }

  .check-area .simulation_result .result-list li+li {
    margin-top: 0;
  }

  .check-area .simulation_result .result-list li:last-of-type {
    margin-top: 0;
  }

  .check-area .simulation_result .result-list li span.bubble {
    top: -16px;
    padding: 2px 15.5px 9px;
    font-size: 14px;
  }

  .check-area .simulation_result .result-list li .result-text {
    font-size: 14px;
  }

  .check-area .simulation_result .result-list li .result-text .num {
    font-size: 24px;
    padding: 0 2px 0 4px;
  }

  .check-area .simulation_result .result-list .btn {
    width: 115px;
    height: 36px;
    font-size: 12px;
    margin: auto;
  }

  .check-area .simulation_result .result-list .btn p {
    padding-right: 16px;
  }

  .check-area .simulation_result .result-list+.btn {
    margin-top: 24px;
  }
}

/* catch-area */
.catch-area {
  padding: 8.53333vw 0;
}

.catch-area .catch-title {
  position: relative;
  font-weight: bold;
  background-image: url(../images/img_bubble3.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 27.46667vw;
}

.catch-area .catch-title p {
  position: absolute;
  right: 4vw;
  top: 9.33333vw;
}

.catch-area .white-box {
  margin-top: 2.13333vw;
  border: solid 0.26667vw #D95636;
  font-weight: bold;
  text-align: center;
  padding: 5.6vw 0;
  font-size: 4vw;
}

.catch-area .white-box .orange {
  font-size: 4.8vw;
}

.catch-area .white-box a {
  position: relative;
  display: inline-block;
  margin-top: 2.13333vw;
  font-size: 3.73333vw;
  padding-right: 1.5em;
  text-decoration: underline;
}

.catch-area .white-box a::after {
  content: '';
  background-image: url(../images/btn_type4.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 5.12vw;
  height: 5.12vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.catch-area a.btn {
  margin-top: 8.53333vw;
}

@media screen and (min-width: 768px) {
  .catch-area {
    padding: 64px 0;
  }

  .catch-area .catch-title {
    width: 352px;
    height: 103px;
    margin: auto;
  }

  .catch-area .catch-title p {
    right: 15.31px;
    top: 34px;
  }

  .catch-area .white-box {
    max-width: 544px;
    margin: 8px auto 0;
    border: solid 1px #D95636;
    padding: 24px 0;
    font-size: 15px;
  }

  .catch-area .white-box .orange {
    font-size: 18px;
  }

  .catch-area .white-box a {
    margin-top: 8px;
    font-size: 14px;
  }

  .catch-area .white-box a::after {
    width: 19.2px;
    height: 19.2px;
  }

  .catch-area a.btn {
    margin-top: 32px;
  }
}

/* campaign-area */
.campaign-area {
  padding: 10.66667vw 0;
}

.campaign-area .deco_text {
  font-weight: bold;
  font-size: 4.26667vw;
}

.campaign-area .deco_inner::before,
.campaign-area .deco_inner::after {
  height: 0.4vw;
}

.campaign-area .deco_inner::before {
  left: -4vw;
}

.campaign-area .deco_inner::after {
  right: -4vw;
}

.campaign-area .white-box {
  border: solid 0.4vw #DBD6D1;
  margin-top: 2.13333vw;
  padding: 4.26667vw 4vw;
}

.campaign-area .white-box ._flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.66667vw;
  margin-top: 2.66667vw;
}

.campaign-area .bubble-box {
  text-align: center;
}

.campaign-area .bubble-box p {
  position: relative;
  display: inline-block;
  background-color: #FFBD48;
  color: #FFF;
  border-radius: 18.66667vw;
  padding: 0.53333vw 6.27vw 0.8vw 6.53vw;
  text-align: center;
  font-weight: bold;
}

.campaign-area .bubble-box p::after {
  content: '';
  background-image: url(../images/bubble.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.86667vw;
  margin: 0 auto;
}

.campaign-area div._flex {
  display: flex;
}

.campaign-area div._flex img {
  width: 32.53vw;
}

.campaign-area div._flex p {
  font-size: 3.2vw;
}


.campaign-area div._flex p span.orange {
  font-weight: bold;
}

.campaign-area div._flex p span.bold {
  font-weight: bold;
  font-size: 3.73333vw;
}

.campaign-area div._flex p span.num {
  font-size: 8.8vw;
}

.campaign-area div._flex+.btn {
  margin-top: 2.13333vw;
}

.campaign-area ul.note {
  margin-top: 3.2vw;
}

@media screen and (min-width: 768px) {
  .campaign-area {
    padding: 64px 0;
  }

  .campaign-area .deco_text {
    font-size: 16px;
  }

  .campaign-area .deco_inner::before,
  .campaign-area .deco_inner::after {
    height: 1px;
  }

  .campaign-area .deco_inner::before {
    left: -1em;
  }

  .campaign-area .deco_inner::after {
    right: -1em;
  }

  .campaign-area .white-box {
    position: relative;
    border: solid 1.5px #DBD6D1;
    margin-top: 20px;
    padding: 24px 32px;
  }

  .campaign-area .white-box ._flex {
    gap: 13.24px;
    margin-top: 0;
  }

  .campaign-area .bubble-box {
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    margin: 0 auto;
  }

  .campaign-area .bubble-box p {
    border-radius: 70px;
    padding: 2px 8px 2px 12px;
  }

  .campaign-area .bubble-box p::after {
    width: 12px;
    height: 12px;
    bottom: -5px;
  }

  .campaign-area div._flex img {
    width: 180px;
  }

  .campaign-area div._flex p {
    font-size: 14px;
  }

  .campaign-area div._flex p span.bold {
    font-size: 16px;
  }

  .campaign-area div._flex p span.num {
    font-size: 32px;
  }

  .campaign-area div._flex p span.pc {
    display: inline-block !important;
  }

  .campaign-area div._flex .btn {
    margin-top: 12px;
  }

  .campaign-area ul.note {
    margin-top: 8px;
  }
}

/* tell-area */
.about .tell-area {
  padding: 8.53333vw 0 10.66667vw;
  margin-top: 0;
}

.tell-area ._flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tell-area ._flex h3 {
  font-weight: bold;
  font-size: 4.8vw;
}

.tell-area ._flex img {
  width: 27.46667vw;
}

.tell-area .white-box {
  padding: 4.26667vw 4vw;
}

.tell-area .white-box .tell-title {
  font-weight: bold;
}


.tell-area .white-box .tell {
  position: relative;
  font-size: 4.8vw;
  padding-left: 8vw;
  line-height: 1.6;
  text-decoration: underline;
}

.tell-area .white-box .tell::before {
  content: '';
  background-image: url(../images/ico-tell.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.93vw;
  height: 6.93vw;
  position: absolute;
  bottom: -0.1em;
  left: 0;
  margin: auto 0;
}

.tell-area .white-box .tell+p {
  margin-top: 2.13333vw;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  .about .tell-area {
    padding: 64px 0;
  }

  .tell-area ._flex {
    justify-content: center;
  }

  .tell-area ._flex h3 {
    font-size: 20px;
  }

  .tell-area ._flex img {
    width: 103px;
  }

  .tell-area .white-box {
    padding: 24px 32px;
  }

  .tell-area .white-box .tell {
    font-size: 18px;
    padding-left: 30px;
  }

  .tell-area .white-box .tell::before {
    width: 26px;
    height: 26px;
  }

  .tell-area .white-box .tell+p {
    margin-top: 8px;
    font-size: 14px;
  }
}

/* choices-area */
.choices-area {
  padding: 10.66667vw 0;
}

.choices-list li+li {
  margin-top: 4.26667vw;
}

.choices-list li a {
  position: relative;
  display: block;
  padding: 4.26667vw 12.53333vw 4.26667vw 4vw;
  text-align: center;
  font-weight: bold;
}

.choices-list li a::after {
  content: '';
  background-size: 100%;
  background-image: url(../images/ico_arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4vw;
  height: 6.4vw;
  top: 0;
  bottom: 0;
  right: 4vw;
  margin: auto;
}

.choices-list li a h3 {
  font-size: 5.33vw;
}

.choices-list li a p {
  font-size: 3.73vw;
  margin-top: 1.06667vw;
}

@media screen and (min-width: 768px) {
  .choices-area {
    padding: 56px 0 64px;
  }

  .choices-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .choices-list li {
    width: 360px;
    height: 115px;
  }

  .choices-list li+li {
    margin-top: 0;
  }

  .choices-list li a {
    padding: 0 47px 0 0;
    height: 115px;
  }

  .choices-list li a::after {
    width: 24px;
    height: 24px;
    right: 15px;
  }

  .choices-list li a>div {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: max-content;
    padding-right: 32px;
  }

  .choices-list li a h3 {
    font-size: 22px;
  }

  .choices-list li a p {
    font-size: 16px;
    margin-top: 4px;
  }

}

/* pick-area */
.pick-area {
  border-top-left-radius: 4.26667vw;
  text-align: center;
  padding: 10.66667vw 0;
}

.pick-area h3 {
  position: relative;
  font-weight: bold;
  font-size: 8vw;
  padding-left: 12.53333vw;
  display: inline-block;
}

.pick-area h3::after {
  content: '';
  background-size: 100%;
  background-image: url(../images/ico_h3.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 10.4vw;
  height: 10.4vw;
}

.pick-area h3+p {
  margin-top: 4.26667vw;
}

.pick-area .step-bubble {
  display: inline-block;
  color: #FFF;
  background-color: #D95636;
  font-weight: bold;
  border-radius: 16vw;
  padding: 1.06667vw 3.2vw;
  font-size: 3.73333vw;
  margin-top: 6.4vw;
}

.pick-area h4 {
  margin-top: 1.06667vw;
  font-size: 6.4vw;
}

.pick-area .plan-label {
  display: flex;
  justify-content: space-between;
  gap: 1.06667vw;
  border-bottom: solid 0.8vw #D95636;
  margin-top: 4.26667vw;
}

.pick-area .plan-label li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  color: #D95636;
  font-weight: bold;
  border-radius: 2.13333vw 2.13333vw 0 0;
  width: 29.86667vw;
  height: 9.86667vw;
}

.pick-area .plan-label li._active {
  background-color: #D95636;
  color: #FFF;
}

.pick-area .plan-label li span {
  position: absolute;
  display: inline-block;
  background-image: url(../images/img_bubble4.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #3D3D3D;
  top: -5.06667vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 auto;
  padding: 1.07vw 2.67vw 2.4vw;
  font-size: 3.2vw;
  font-weight: 600;
  text-align: center;
  display: inline-table;
  width: max-content;
}

.pick-area .white-box {
  padding: 6.4vw 4vw;
}

.pick-area .step1-area .white-box {
  border-radius: 0 0 2.13333vw 2.13333vw;
}

.pick-area .step1-area .plan-box .plan-list .plan-title>p:first-of-type {
  display: inline-block;
  padding-right: 21px;
}

.pick-area .step1-area .plan-box .plan-list .plan-title>p:first-of-type::after {
  content: '';
  background-image: url(../images/btn_type2.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 0em;
  right: 0;
  margin: auto;
}

.pick-area .step1-area .plan-box .plan-list li._no-active .plan-title>p:first-of-type::after {
  background-image: url(../images/btn_type7.png);
}

.pick-area ._flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12.8vw;
  font-weight: bold;
}

.pick-area ._flex img {
  width: 28.26667vw;
  margin: 0;
}

.plan-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4.26667vw 2.13333vw;
  margin-top: 4.26667vw;
}

.plan-list>li>a,
.plan-list._modal>li {
  position: relative;
  display: block;
  border: solid 0.26667vw #E0DFDD;
  border-radius: 2.13333vw;
  background-color: #FCFCFC;
  width: 35.46667vw;
  text-align: center;
}

.plan-list>li:nth-child(2n)>a,
.plan-list._modal>li:nth-child(2n) {
  width: 45.33333vw;
}

.plan-list>li:last-of-type,
.plan-list>li:last-of-type>a {
  width: 100%;
}

.plan-list>li:nth-of-type(1)>a,
.plan-list>li:nth-of-type(2)>a,
.plan-list._modal>li:nth-of-type(1),
.plan-list._modal>li:nth-of-type(2) {
  height: 43.2vw;
}

.plan-list>li:nth-of-type(3)>a,
.plan-list>li:nth-of-type(4)>a,
.plan-list._modal>li:nth-of-type(3),
.plan-list._modal>li:nth-of-type(4) {
  height: 43.73333vw;
}

.plan-list>li:nth-of-type(5)>a,
.plan-list._modal>li:nth-of-type(5) {
  height: 31.2vw;
}

.plan-list .plan-title {
  margin-top: 3.2vw;
  line-height: 1.28;
}

.plan-list .plan-title>p:first-of-type {
  position: relative;
  font-weight: bold;
}


.plan-list .plan-title>p+p {
  font-size: 2.93333vw;
}

.plan-list img {
  width: 11.73333vw;
  margin: auto;
}

.plan-list ul li p {
  font-size: 2.93333vw;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0.53333vw;
}

.plan-list ul {
  display: flex;
  justify-content: center;
  gap: 2.13333vw;
  position: absolute;
  top: 16.26667vw;
  right: 0;
  left: 0;
  margin: auto;
}

.plan-list li:last-of-type>a ul,
.plan-list._modal li:last-of-type ul {
  gap: 4.26667vw;
  top: 11.73333vw;
}

.plan-list ._no-active>a {
  background-color: #F0ECE6;
  pointer-events: none;
}

.plan-list ._no-active>a p {
  color: #B3B3B3;
}

.pick-area .step2-area ._flex {
  gap: 0.8vw;
}

.pick-area .step2-area ul li:nth-of-type(1) ._flex {
  flex-direction: row-reverse;
}

.pick-area .step2-area ._flex img {
  width: 23.46667vw;
}

.pick-area .step2-area p {
  font-size: 3.73333vw;
}

.pick-area .step2-area>ul {
  margin-top: 4.2667vw;
}

.pick-area .step2-area>ul>li+li {
  margin-top: 6.4vw;
}

.pick-area .step2-area .white-box p.step-text {
  font-weight: bold;
  margin-top: 4.26667vw;
}

.pick-area .step2-area .gray-box {
  position: relative;
  border: solid 0.26667vw #DBD6D1;
  border-radius: 2.13333vw;
  background-color: #F8F5F2;
  margin-top: 2.13333vw;
  padding: 3.2vw 3.73333vw;
}

.pick-area .step2-area .gray-box::after {
  content: '';
  position: absolute;
  background-size: 100%;
  background-image: url(../images/ico-point.png);
  background-repeat: no-repeat;
  width: 10.66667vw;
  height: 10.66667vw;
  top: 12vw;
  right: 1.5vw;
}

.pick-area .step2-area .gray-box ul {
  display: flex;
  justify-content: center;
  gap: 4.26667vw;
  margin-top: 2.13333vw;
}

.pick-area .step2-area .gray-box ul li:last-of-type {
  position: relative;
}

.pick-area .step2-area .gray-box ul li:last-of-type::after {
  content: '';
  position: absolute;
  background-color: rgb(217, 217, 217, 0.6);
  border: solid 0.26667vw #DBD6D1;
  border-radius: 1.06667vw;
  width: 17.6vw;
  height: 21.6vw;
  top: 44%;
  transform: translate(-50%, -50%);
}

.pick-area .step2-area .gray-box ul li img {
  width: 14.93333vw;
  margin: auto;
}

.pick-area .step2-area .gray-box ul li p {
  font-size: 2.93333vw;
  font-weight: bold;
}

.pick-area .step2-area .gray-box>p {
  font-weight: bold;
  font-size: 4.26667vw;
  position: relative;
  display: inline;
  font-weight: bold;
  padding-right: 5.86667vw;
}

.pick-area .step2-area .gray-box>p::after {
  content: '';
  background-size: 100%;
  background-image: url(../images/ico-check.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0.1em;
  width: 5.33333vw;
  height: 5.33333vw;
}

.pick-area .step2-area .gray-box .bubble-box {
  text-align: right;
  margin-top: 3.33333vw;
}

.pick-area .step2-area .gray-box .bubble-box p {
  position: relative;
  display: inline-block;
  background-color: #D95636;
  color: #FFF;
  font-weight: bold;
  font-size: 3.73333vw;
  border-radius: 2.13333vw;
  padding: 1.06667vw 4.4vw;
  text-align: center;
}

.pick-area .step2-area .gray-box .bubble-box p::after {
  content: '';
  background-image: url(../images/bubble2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8.53333vw;
  height: 6.4vw;
  position: absolute;
  right: 15.46667vw;
  top: -3.2vw;
}

.pick-area .step2-area .white-box:nth-of-type(2) ._flex>div {
  position: relative;
  font-weight: bold;
  background-color: #F8F5F2;
  border-radius: 2.13333vw;
  padding: 2.13333vw;
  margin-right: 2.13333vw;
}

.pick-area .step2-area .white-box:nth-of-type(2) ._flex>div::after {
  content: '';
  background-image: url(../images/bubble3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.4vw;
  height: 8.53333vw;
  position: absolute;
  right: -2.13333vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.pick-area .step2-area .white-box:nth-of-type(2) ._flex:nth-of-type(1) img {
  width: 18.66667vw;
}

.pick-area .step2-area .white-box:nth-of-type(2) ._flex+p {
  font-size: 3.73333vw;
  font-weight: bold;
  margin-top: 2.26667vw;
}

.pick-area .step2-area .white-box:nth-of-type(2) ul {
  display: flex;
  gap: 2.13333vw;
  margin-top: 0.53333vw;
}

.pick-area .step2-area .white-box:nth-of-type(2) ul li {
  border: solid 0.26667vw #DBD6D1;
  border-radius: 2.13333vw;
  background-color: #FCFCFC;
  width: 48%;
  text-align: center;
  padding: 2.13333vw 4vw;
}

.pick-area .step2-area .white-box:nth-of-type(2) ul li img {
  width: auto;
  height: 14.93333vw;
  margin: auto;
}

.pick-area .step2-area .white-box:nth-of-type(2) ul li p {
  position: relative;
  font-size: 3.73333vw;
  font-weight: bold;
  display: inline;
  padding-right: 5.86667vw;
}

.pick-area .step2-area .white-box:nth-of-type(2) ul li p::after {
  content: '';
  background-size: 100%;
  background-image: url(../images/btn_type2.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0.1em;
  width: 4.8vw;
  height: 4.8vw;
}

.pick-area .step2-area .white-box:nth-of-type(2) ._flex:nth-of-type(2) {
  margin-top: 3.2vw;
  gap: 2.13333vw;
}

.pick-area .step2-area .white-box:nth-of-type(2) ._flex:nth-of-type(2) img {
  width: 20.8vw;
}

.pick-area .step2-area .white-box:nth-of-type(2) ._flex:nth-of-type(2) p {
  font-size: 4.26667vw;
}



@media screen and (min-width: 768px) {
  .pick-area {
    border-top-left-radius: 32px;
    padding: 64px 0;
  }

  .pick-area h3 {
    font-size: 40px;
    padding-left: 45px;
  }

  .pick-area h3::after {
    width: 39px;
    height: 39px;
  }

  .pick-area h3+p {
    margin-top: 16px;
  }

  .pick-area .step-bubble {
    border-radius: 60px;
    padding: 4px 12px;
    font-size: 16px;
    margin-top: 24px;
  }

  .pick-area h4 {
    text-align: center;
    margin-top: 8px;
    font-size: 28px;
  }

  .pick-area .plan-label {
    gap: 4px;
    border-bottom: solid 3px #D95636;
    margin-top: 16px;
  }

  .pick-area .plan-label li {
    border-radius: 8px 8px 0 0;
    width: 242px;
    height: 37px;
  }

  .pick-area .plan-label li span {
    top: -21px;
    padding: 4px 10px 9px;
    font-size: 12px;
  }

  .pick-area .white-box {
    padding: 24px 32px;
  }

  .pick-area .step1-area .white-box {
    border-radius: 0 0 12px 12px
  }

  .pick-area ._flex {
    gap: 24px;
  }

  .pick-area ._flex img {
    width: 106px;
  }

  .plan-list {
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
  }

  .plan-list>li>a,
  .plan-list._modal>li {
    border: solid 1px #E0DFDD;
    border-radius: 8px;
    width: 210px;
  }

  .plan-list>li:nth-child(2n)>a,
  .plan-list>li:last-of-type,
  .plan-list>li:last-of-type>a,
  .plan-list._modal>li:nth-child(2n) {
    width: 213px;
  }

  .plan-list>li:nth-of-type(4)>a,
  .plan-list._modal>li:nth-of-type(4) {
    width: 256px;
  }

  .plan-list>li:nth-of-type(1)>a,
  .plan-list>li:nth-of-type(2)>a,
  .plan-list>li:nth-of-type(3)>a,
  .plan-list._modal>li:nth-of-type(1),
  .plan-list._modal>li:nth-of-type(2),
  .plan-list._modal>li:nth-of-type(3) {
    height: 162px;
  }

  .plan-list>li:nth-of-type(4)>a,
  .plan-list>li:nth-of-type(5)>a,
  .plan-list._modal>li:nth-of-type(4),
  .plan-list._modal>li:nth-of-type(5) {
    height: 151px;
  }

  .plan-list .plan-title {
    margin-top: 12px;
  }

  .plan-list .plan-title>p+p {
    font-size: 11px;
  }

  .plan-list img {
    width: 44px;
  }

  .plan-list ul li p {
    font-size: 12px;
    margin-top: 2px;
  }

  .plan-list ul,
  .plan-list li:last-of-type>a ul,
  .plan-list._modal li:last-of-type ul {
    gap: 8px;
    top: 59px;
  }

  .pick-area .step2-area ._flex {
    display: block;
    text-align: center;
  }

  .pick-area .step2-area ._flex img {
    width: 88px;
  }

  .pick-area .step2-area p {
    font-size: 14px;
  }

  .pick-area .step2-area>ul {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 16px;
  }

  .pick-area .step2-area>ul>li {
    width: 48.37%;
  }

  .pick-area .step2-area>ul>li+li {
    margin-top: 0;
  }

  .pick-area .step2-area .white-box p.step-text {
    margin-top: 16px;
  }

  .pick-area .step2-area .gray-box {
    border: solid 1px #DBD6D1;
    border-radius: 8px;
    margin-top: 8px;
    padding: 12px;
  }

  .pick-area .step2-area .gray-box::after {
    width: 40px;
    height: 40px;
    top: 90px;
    right: 17px;
  }

  .pick-area .step2-area .gray-box ul {
    gap: 16px;
    margin-top: 8px;
  }


  .pick-area .step2-area .gray-box ul li:last-of-type::after {
    border: solid 1px #DBD6D1;
    border-radius: 4px;
    width: 62px;
    height: 78px;
  }

  .pick-area .step2-area .gray-box ul li img {
    width: 56px;
  }

  .pick-area .step2-area .gray-box ul li p {
    font-size: 12px;
  }

  .pick-area .step2-area .gray-box>p {
    font-size: 16px;
    padding-right: 22px;
  }

  .pick-area .step2-area .gray-box>p::after {
    width: 20px;
    height: 20px;
  }

  .pick-area .step2-area .gray-box .bubble-box {
    margin-top: 20px;
  }

  .pick-area .step2-area .gray-box .bubble-box p {
    font-size: 14px;
    border-radius: 8px;
    padding: 4px 16.5px;
  }

  .pick-area .step2-area .gray-box .bubble-box p::after {
    width: 32px;
    height: 24px;
    right: 49px;
    top: -16px;
  }

  .pick-area .step2-area li.white-box ._flex>div,
  .pick-area .step2-area .white-box:nth-of-type(2) ._flex>div {
    position: relative;
    background-color: #F8F5F2;
    width: 100%;
    height: 79px;
    border-radius: 8px;
    padding: 8px;
    margin-right: 0;
  }


  .pick-area .step2-area li.white-box ._flex>div::after,
  .pick-area .step2-area .white-box:nth-of-type(2) ._flex>div::after {
    content: '';
    background-image: url(../images/bubble3.svg);
    transform: rotate(90deg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 32px;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -20px;
    margin: 0 auto;
  }

  .pick-area .step2-area li.white-box ._flex>div p {
    position: absolute;
    width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .pick-area .step2-area .white-box:nth-of-type(1) ._flex:nth-of-type(1) img {
    width: 86px;
    margin: 20px auto 0;
  }

  .pick-area .step2-area .white-box:nth-of-type(2) ._flex:nth-of-type(1) img {
    width: 70px;
    margin: 24px auto 0;
  }

  .pick-area .step2-area .white-box:nth-of-type(2) ._flex+p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 16px;
  }

  .pick-area .step2-area .white-box:nth-of-type(2) ul {
    gap: 8px;
    margin-top: 8px;
  }

  .pick-area .step2-area .white-box:nth-of-type(2) ul li {
    border: solid 1px #DBD6D1;
    border-radius: 8px;
    width: 48%;
    padding: 8px 15px;
  }

  .pick-area .step2-area .white-box:nth-of-type(2) ul li img {
    height: 56px;
  }

  .pick-area .step2-area .white-box:nth-of-type(2) ul li p {
    font-size: 14px;
    padding-right: 22px;
  }

  .pick-area .step2-area .white-box:nth-of-type(2) ul li p::after {
    width: 18px;
    height: 18px;
  }

  .pick-area .step2-area .white-box:nth-of-type(2) ._flex:nth-of-type(2) {
    display: flex;
    margin-top: 24px;
    gap: 8px;
  }

  .pick-area .step2-area .white-box:nth-of-type(2) ._flex:nth-of-type(2) img {
    width: 78px;
  }

  .pick-area .step2-area .white-box:nth-of-type(2) ._flex:nth-of-type(2) p {
    font-size: 16px;
  }
}

/* support-area */
.support-area>div {
  background-color: #F0ECE6;
  border-top-left-radius: 4.26667vw;
  text-align: center;
  padding: 10.66667vw 0 8.53333vw;
}

.support-area h3 {
  font-size: 8vw;
}

.support-area .white-box {
  border: solid 0.4vw #D95636;
}

.support-area .white-box {
  padding: 6.4vw 4vw;
  margin-top: 6.4vw;
}

.support-area .white-box .bg-gray {
  background-color: #F8F5F2;
  padding: 4.8vw 5.96vw;
  border-radius: 2.66667vw;
  margin-top: 2.13333vw;
}

.support-area .accordion {
  position: relative;
  padding: 0;
  margin-top: 8.53333vw;
}

.support-area .accordion dt {
  font-weight: bold;
  padding: 6.4vw 6vw;
}

.support-area .accordion dt .bubble-box {
  position: absolute;
  left: 0;
  right: 0;
  top: -3.46667vw;
  margin: 0 auto;
}

.support-area .accordion dt .bubble-box p {
  position: relative;
  display: inline-block;
  background-color: #199680;
  color: #FFF;
  font-weight: bold;
  border-radius: 18.66667vw;
  padding: 0.53333vw 2.13333vw 0.53333vw 3.2vw;
  text-align: center;
  z-index: 1;
}

.support-area .accordion dt .bubble-box p::before {
  content: '';
  background-image: url(../images/img_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.112vw;
  height: 5.33333vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.86667vw;
  margin: 0 auto;
  z-index: -1;
}

.support-area .accordion dd {
  margin-top: -2.13333vw;
  padding: 0 4vw 6.4vw 4vw;
}

.support-area .accordion dd ul li {
  border: solid 0.26667vw #D4D2CF;
  border-radius: 1.06667vw;
  padding: 3.2vw 4vw;
}

.support-area .accordion dd ul li+li {
  margin-top: 3.2vw;
}

.support-area .accordion dd ul li p {
  font-size: 3.73333vw;
}

.support-area .accordion dd ul li p.orange {
  font-size: 4.8vw;
  font-weight: bold;
  margin-bottom: 1.06667vw;
}

.support-area .accordion dd ul li a {
  font-weight: bold;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  .support-area>div {
    border-top-left-radius: 32px;
    padding: 64px;
  }

  .support-area .wrap {
    max-width: 1120px;
  }


  .support-area h3 {
    font-size: 40px;
  }

  .support-area .white-box {
    border: solid 1.5px #D95636;
  }

  .support-area .white-box {
    width: 456px;
    margin: 24px auto 0;
    padding: 24px;
    text-align: center;
  }

  .support-area .white-box.accordion {
    width: 100%;
    margin: 24px auto 0;
    padding: 0;
  }

  .support-area .white-box p {
    font-size: 20px;
  }

  .support-area .white-box .bg-gray {
    width: 315px;
    padding: 16px 0;
    border-radius: 10px;
    margin: 8px auto 0;
  }

  .support-area .white-box .bg-gray img {
    width: 270px;
    margin: auto;
  }

  .support-area .accordion {
    position: relative;
    padding: 0;
    margin-top: 32px;
  }

  .support-area .accordion dt {
    font-weight: bold;
    padding: 24px 22.5px;
  }

  .support-area .accordion dt .bubble-box {
    position: absolute;
    left: 0;
    right: 0;
    top: -13px;
    margin: 0 auto;
  }

  .support-area .accordion dt .bubble-box p {
    font-size: 14px;
    font-weight: normal;
    border-radius: 70px;
    padding: 2px 8px 2px 12px;
  }

  .support-area .accordion dt .bubble-box p::before {
    width: 26.67px;
    height: 20px;
    bottom: -7px;
  }

  .support-area .accordion dd {
    margin-top: -8px;
    padding: 0 32px 24px 32px;
  }

  .support-area .accordion dd ul {
    display: flex;
    gap: 12px;
  }

  .support-area .accordion dd ul li {
    width: 32.58%;
    border: solid 1px #D4D2CF;
    border-radius: 4px;
    padding: 15px 16px;
  }

  .support-area .accordion dd ul li+li {
    margin-top: 0;
  }

  .support-area .accordion dd ul li p {
    font-weight: normal;
    font-size: 14px;
  }

  .support-area .accordion dd ul li p.orange {
    font-size: 18px;
    margin: 8px auto 13.5px;
  }

  .support-area .accordion dd ul li a {
    font-size: 14px;
  }
}

/* summary-area */
.summary-area {
  border-top-left-radius: 4.26667vw;
  padding: 10.66667vw 0;
  text-align: center;
}

.summary-area div.wrap>h3 {
  font-size: 8vw;
  position: relative;
  display: inline;
  font-weight: bold;
  padding-left: 12.53333vw;
}

.summary-area h3::after {
  content: '';
  background-size: 100%;
  background-image: url(../images/ico-summary.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 10.4vw;
  height: 10.4vw;
}

.summary-area .white-box:nth-of-type(1) {
  text-align: left;
  margin-top: 4.26667vw;
  padding: 6.4vw 4vw;
}

.summary-area .white-box ul {
  margin-top: 4.26667vw;
}

.summary-area .white-box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F8F5F2;
  border-radius: 1.06667vw;
  padding: 3.2vw 4vw 4.26667vw 4vw;
}

.summary-area .white-box ul li+li {
  position: relative;
  margin-top: 7.73333vw;
}

.summary-area .white-box ul li+li::after {
  content: '';
  background-size: 100%;
  background-image: url(../images/img_arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: -5.86667vw;
  width: 6.4vw;
  height: 5.06667vw;
  margin: auto;
}

.summary-area .white-box ul li div img {
  width: 5.6vw;
}

.summary-area .white-box ul li p {
  font-weight: bold;
  margin-top: 1.06667vw;
}

.summary-area .white-box ul li>img {
  width: 12.8vw;
}

.tell-area {
  text-align: left;
  margin-top: 6.4vw;
}

@media screen and (min-width: 768px) {
  .summary-area {
    border-top-left-radius: 32px;
    padding: 64px 0;
  }

  .summary-area div.wrap>h3 {
    font-size: 40px;
    padding-left: 47px;
  }

  .summary-area h3::after {
    width: 39px;
    height: 39px;
    top: 0.3em;
  }

  .summary-area .white-box:nth-of-type(1) {
    margin-top: 16px;
    padding: 24px 15px;
  }

  .summary-area .white-box ul {
    display: flex;
    gap: 29px;
    margin-top: 16px;
  }

  .summary-area .white-box ul li {
    width: 30.36%;
    border-radius: 4px;
    padding: 12px 15px 16px 15px;
  }

  .summary-area .white-box ul li+li {
    margin-top: 0;
  }

  .summary-area .white-box ul li+li::after {
    left: -24px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 19px;
    margin: auto;
    transform: rotate(-90deg);
  }

  .summary-area .white-box ul li div img {
    width: 21px;
  }

  .summary-area .white-box ul li p {
    font-size: 18px;
    margin-top: 4px;
  }

  .summary-area .white-box ul li p span {
    margin-top: -0.1em;
    display: block;
    font-size: 13px;
  }

  .summary-area .white-box ul li>img {
    width: 48px;
  }

  .tell-area {
    margin-top: 24px;
  }
}

/* faq-area */
.faq-area>div {
  background-color: #F0ECE6;
  border-top-left-radius: 16px;
  padding: 40px 0 0;
}

.faq-area h3 {
  font-size: 28px;
}

.faq-area .accordion {
  background-color: #FFF;
  border: solid 0.1rem #DBD6D1;
  border-radius: 3.2vw;
  margin-top: 6.4vw;
}

.faq-area .accordion+.accordion {
  margin-top: 3.2vw;
}

.faq-area .accordion dt {
  padding: 4.27vw 13.33vw 4.27vw 4vw;
}

.faq-area .accordion dt p {
  position: relative;
  font-weight: 500;
  padding-left: 9.6vw;
}

.faq-area .accordion dt p::before {
  content: '';
  position: absolute;
  background-image: url(../images/img-q.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.93vw;
  height: 6.93vw;
  left: 0;
  top: 0;
  bottom: 0;
}

.faq-area .accordion dd {
  padding-right: 2.63vw;
  padding: 3.2vw 0 4.27vw 0;
  margin:-0.87vw 4vw 0;
  border-top: solid 0.27vw #F2F2F2;
}

.faq-area .accordion dd p {
  position: relative;
  padding-left: 9.6vw;
  font-size: 3.73vw;
}

.faq-area .accordion dd p::before {
  content: '';
  position: absolute;
  background-image: url(../images/img-a.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.93vw;
  height: 6.93vw;
  left: 0;
  top: 0;
  bottom: 0;
}

.faq-area .btn {
  width: 76vw;
  margin-top: 6.4vw;
}

.faq-area .btn p {
  padding-right: 2.67vw;
}

@media screen and (min-width: 768px) {

  .faq-area .wrap,
  .info .wrap,
  .deta .wrap {
    max-width: 736px;
  }

  .faq-area .accordion {
    border-radius: 12px;
    margin-top: 40px;
  }

  .faq-area .accordion+.accordion {
    margin-top: 16px;
  }

  .faq-area .accordion dt {
    padding: 24px 31px 24px 32px;
  }

  .faq-area .accordion dt p {
    padding-left: 42px;
    padding-right: 63px;
  }

  .faq-area .accordion dt p::before {
    width: 30px;
    height: 30px;
  }

  .faq-area .accordion dd {
    padding: 16px 0 24px;
    margin: -8px 40px 0 32px;
    border-top: solid 1px #F2F2F2;
  }

  .faq-area .accordion dd p {
    padding-left: 42px;
    font-size: 16px;
  }

  .faq-area .accordion dd p::before {
    width: 30px;
    height: 30px;
  }

  .faq-area .btn {
    width: 352px;
    margin-top: 40px;
  }

  .faq-area .btn p {
    padding-right: 10px;
  }
}

/* info */
.info {
  padding: 32px 0 40px;
}

.info-box li {
  background-color: #FFF;
  border-radius: 3.2vw;
  padding: 4.27vw 4vw;
}

.info-box li h2 {
  font-weight: bold;
}

.info-box li h3 {
  font-weight: bold;
  text-align: left;
  font-size: 3.73vw;
}

.info-box li a {
  color: #333333;
  text-decoration: underline;
  font-size: 3.73vw;
}

.info-box li h3 {
  margin-top: 5.33vw;
  margin-bottom: 2.13vw;
}

.info-box li h2+h3 {
  margin-top: 4.27vw;
}

@media screen and (min-width: 768px) {
  .info-box li {
    border-radius: 12px;
    padding: 24px 32px;
  }

  .info-box li+li {
    margin-top: 16px;
  }

  .info-box li h3 {
    font-size: 16px;
  }

  .info-box li a {
    font-size: 14px;
  }

  .info-box li p {
    text-align: left;
  }

  .info-box li h3 {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .info-box li h2+h3 {
    margin-top: 20px;
  }

}

/* deta */
.deta {
  border-top-left-radius: 16px;
  padding-top: 24px;
}

.deta h2 {
  font-weight: bold;
  text-align: center;
  font-size: 7.47vw;
}

.deta ul {
  margin-top: 6.4vw;
}

.deta ul li+li {
  margin-top: 2.13vw;
}

.deta ul li a {
  color: #333333;
  text-decoration: underline;
  font-weight: bold;
  font-size: 4.2644vw;
}

@media screen and (min-width: 768px) {
  .deta h2 {
    font-size: 40px;
  }

  .deta ul {
    margin-top: 24px;
  }

  .deta ul li {
    text-align: center;
  }

  .deta ul li+li {
    margin-top: 12px;
  }

  .deta ul li a {
    font-size: 20px;
  }
}

/* campaign-bnr */
.campaign-bnr {
  padding: 10.66667vw 0;
}

.campaign-bnr p {
  font-size: 4.26667vw;
  font-weight: bold;
}

.campaign-bnr .deco_inner::before,
.campaign-bnr .deco_inner::after {
  width: 6vw;
  height: 0.4vw;
}

.campaign-bnr .deco_inner::before {
  left: -5vw;
}

.campaign-bnr .deco_inner::after {
  right: -5vw;
}

.campaign-bnr .bnr img {
  margin-top: 2.13333vw;
}

.campaign-bnr .bnr-slick {
  margin-top: 10.66667vw;
}

.campaign-bnr .bnr-slick p {
  font-weight: bold;
  text-align: center;
}

.campaign-bnr .bnr-slick ._slick {
  margin-top: 2.13333vw;
  overflow-x: clip;
}

.campaign-bnr .bnr-slick ._slick .slick-slide {
  width: 68vw;
  margin: 0 1.06667vw;
}

@media screen and (min-width: 768px) {
  .campaign-bnr {
    padding: 40px 0 64px;
  }

  .campaign-bnr .bnr,
  .campaign-bnr .bnr-slick {
    max-width: 672px;
    margin: auto;
  }

  .campaign-bnr p {
    font-size: 16px;
  }

  .campaign-bnr .deco_inner::before,
  .campaign-bnr .deco_inner::after {
    width: 1.2em;
    height: 1.5px;
  }

  .campaign-bnr .deco_inner::before {
    left: -1.3em;
  }

  .campaign-bnr .deco_inner::after {
    right: -1.3em;
  }

  .campaign-bnr .bnr img {
    margin-top: 8px;
  }

  .campaign-bnr .bnr-slick {
    margin-top: 40px;
  }


  .campaign-bnr .bnr-slick ._slick {
    margin-top: 8px;
    overflow-x: clip;
  }

  .campaign-bnr .bnr-slick ._slick .slick-slide {
    width: 326px;
    margin: 0 4px;
  }
}

/* footer */
footer {
  padding: 40px 0;
  background-color: #DBD6D1;
}

footer p,
footer dt,
footer dd {
  font-size: 3.2vw;
}

footer p:first-of-type {
  margin-bottom: 3.2vw;
}

footer p:last-of-type {
  margin-top: 2.13vw;
  font-weight: bold;
}

footer dt {
  font-weight: bold;
}

footer dt+dd {
  margin-top: 1.07vw;
}

footer dd+dt {
  margin-top: 2.13vw;
}

@media screen and (min-width: 768px) {

  footer p,
  footer dt,
  footer dd {
    font-size: 14px;
  }

  footer p:first-of-type {
    margin-bottom: 16px;
  }

  footer p:last-of-type {
    margin-top: 12px;
  }

  footer dt+dd {
    margin-top: 4px;
  }

  footer dd+dt {
    margin-top: 12px;
  }
}



/* modal */
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.modal_btn {
  cursor: pointer;
}

.modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modal_inner {
  display: none;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  border-radius: 3.733vw;
  width: 92.5vw;
  max-height: 85vh;
  padding: 32px 15px;
  font-size: 4vw;
  overflow: scroll;
  z-index: 1001;
}

.modal_inner._active {
  display: block;
}


div.modal_close {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}

p.modal_close {
  position: absolute;
  line-height: 1;
  width: 5.6vw;
  top: 4.27vw;
  right: 4vw;
}

@media screen and (min-width: 767px) {
  p.modal_close {
    width: 22px;
    top: 21px;
    right: 21px;
    font-size: 0;
  }

  .modal_inner {
    border-radius: 14px;
    width: 71.88%;
    max-width: 800px;
    padding: 40px;
    max-height: 670px;
    overflow-x: auto;
    font-size: 16px;
  }
}

.modal_inner ._flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12.8vw;
  font-weight: bold;
  text-align: center;
}

.modal_inner ._flex img {
  width: 28.26667vw;
  margin: 0;
}

.modal_inner .plan-list+div .btn {
  margin-top: 6.4vw;
}

.modal_inner .plan-dl {
  margin-top: 6.4vw;
  font-size: 3.2vw;
}

.modal_inner .plan-dl dt,
.modal_inner .plan-dl dt {
  color: #585858;
}

.modal_inner .plan-dl dt {
  font-weight: bold;
}

.modal_inner .plan-dl dd+dt {
  margin-top: 1.07vw;
}

.modal_inner .modal-title {
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}

.modal_inner.plan-detail {
  height: max-content;
}

.modal_inner.plan-detail ul {
  display: flex;
  justify-content: center;
  margin-top: 4.26667vw;
  gap: 4.26667vw;
}

.modal_inner.plan-detail ul li img {
  width: 16.46667vw;
  margin: auto;
}

.modal_inner.plan-detail ul li a {
  display: inline-block;
  position: relative;
}

.modal_inner.plan-detail ul li a::after {
  content: '';
  background-size: 100%;
  background-image: url(../images/icon_blank.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 2.2vw;
  height: 2.2vw;
  top: 1.3vw;
  right: 1.1vw;
}

.plan-list._modal ul li a {
  display: inline-block;
  position: relative;
}

.plan-list._modal ul li a::after {
  content: "";
  background-size: 100%;
  background-image: url(../images/icon_blank.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 1.71vw;
  height: 1.71vw;
  top: 0.9333vw;
  right: 0;
}

.plan-list._modal>li:nth-of-type(2)>ul>li:nth-of-type(1) a p,
.plan-list li:nth-of-type(2) ul li:nth-of-type(1) p,
#_05.modal_inner.plan-detail ul li:nth-of-type(1) p {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.plan-list._modal>li:nth-of-type(1)>ul>li:nth-of-type(1) a::after {
  right: 2.9067vw;
}

.plan-list._modal>li:nth-of-type(1)>ul>li:nth-of-type(2) a::after {
  right: 0.24vw;
}

.plan-list._modal>li:nth-of-type(2)>ul>li:nth-of-type(1) a::after {
  right: 0.3733vw;
}

.plan-list._modal>li:nth-of-type(2)>ul>li:nth-of-type(2) a::after {
  right: 0.1067vw;
}

.plan-list._modal>li:nth-of-type(2)>ul>li:nth-of-type(3) a::after {
  right: -0.96vw;
}

.plan-list._modal>li:nth-of-type(3)>ul>li:nth-of-type(1) a::after {
  right: 0.5067vw;
}

.plan-list._modal>li:nth-of-type(3)>ul>li:nth-of-type(2) a::after {
  right: -0.56vw;
}

.plan-list._modal>li:nth-of-type(4)>ul>li:nth-of-type(1) a::after {
  right: 0.1067vw;
}

.plan-list._modal>li:nth-of-type(4)>ul>li:nth-of-type(2) a::after {
  right: 0.64vw;
}

.plan-list._modal>li:nth-of-type(5)>ul>li:nth-of-type(1) a::after {
  right: -1.36vw;
}

.plan-list._modal>li:nth-of-type(5)>ul>li:nth-of-type(2) a::after {
  right: -0.8267vw;
}

#_04.modal_inner.plan-detail ul li:nth-of-type(1) a::after {
  right: -1.098666vw;
}

#_04.modal_inner.plan-detail ul li:nth-of-type(2) a::after {
  right: -0.298666vw;
}

#_04.modal_inner.plan-detail ul li:nth-of-type(3) a::after {
  right: -1.165333vw;
}

#_04.modal_inner.plan-detail ul li:nth-of-type(4) a::after {
  right: -0.634666vw;
}

#_05.modal_inner.plan-detail ul li:nth-of-type(1) a::after {
  right: -0.266666vw;
}

#_05.modal_inner.plan-detail ul li:nth-of-type(2) a::after {
  right: -0.434666vw;
}

#_05.modal_inner.plan-detail ul li:nth-of-type(3) a::after {
  right: -0.834666vw;
}


#_06.modal_inner.plan-detail ul li:nth-of-type(1) a::after {
  right: -0.861333vw;
}

#_06.modal_inner.plan-detail ul li:nth-of-type(2) a::after {
  right: -0.466666vw;
}

#_07.modal_inner.plan-detail ul li:nth-of-type(1) a::after {
  right: -0.333333vw;
}

#_07.modal_inner.plan-detail ul li:nth-of-type(2) a::after {
  right: 0.2vw;
}

#_07.modal_inner.plan-detail ul li:nth-of-type(3) a::after {
  right: -0.733333vw;
}

#_08.modal_inner.plan-detail ul li:nth-of-type(1) a::after {
  right: -2.168vw;
}

#_08.modal_inner.plan-detail ul li:nth-of-type(2) a::after {
  right: -0.098666vw;
}

#_10.modal_inner.plan-detail ul li a::after {
  display: none;
}

.modal_inner.plan-detail ul li p {
  font-weight: bold;
  text-align: center;
  font-size: 2.93333vw;
  margin-top: 0.53333vw;
}

.modal_inner.plan-detail ul+p {
  margin-top: 4.26667vw;
}

.modal_inner.plan-detail ul+p+ul {
  margin-top: 2.13333vw;
}

.modal_inner.plan-detail .btn {
  margin-top: 4.26667vw;
}

#_09.modal_inner.plan-detail .modal-title+div {
  width: 42.66667vw;
  margin: 4.27vw auto 0;
  position: relative;
}

#_09.modal_inner.plan-detail div+p {
  margin-top: 4.26667vw;
}



#_11.modal_inner p.title {
  font-weight: bold;
  font-size: 5.333vw;
  text-align: center;
}

#_11.modal_inner dl dt {
  color: #D95636;
  font-weight: bold;
  font-size: 5.33vw;
  margin-top: 6.4vw;
}

#_11.modal_inner dl dd ul {
  margin-top: 2.13vw;
}

#_11.modal_inner dl dd ul li+li {
  margin-top: 4.267vw;
}

#_11.modal_inner dl dd ul li p.tell-title {
  font-weight: bold;
}

#_11.modal_inner dl dd p a {
  text-decoration: underline;
}

#_11.modal_inner dl dd ul li p.tell-num {
  font-weight: bold;
  font-size: 5.333vw;
  margin-top: 1.067vw;
}

#_11.modal_inner dl dd ul li p.tell-note {
  font-size: 3.2vw;
}

#_11.modal_inner dl dd ul li p.tell-text {
  margin-top: 2.133vw;
  font-size: 3.733vw;
}

#_11.modal_inner .btn {
  margin-top: 8.533vw;
}

.modal_inner .plan-dl table {
  width: 100%;
}

.modal_inner .plan-dl table caption {
  text-align: right;
  font-size: 2.67vw;
}

.modal_inner .plan-dl table th,
.modal_inner .plan-dl table td {
  color: #585858;
  width: 33.33%;
  height: 7.36vw;
  font-size: 3.2vw;
  text-align: center;
}

.modal_inner .plan-dl table th+th,
.modal_inner .plan-dl table td+td {
  border-left: solid 1px #FFF;
}

.modal_inner .plan-dl table tr+tr {
  border-top: solid 1px #FFF;
}

.modal_inner .plan-dl table th {
  font-weight: bold;
  background-color: #F0ECE6;
}

.modal_inner .plan-dl table td {
  background-color: #F8F5F2;
}

.modal_inner .plan-dl table tr:first-of-type th:first-of-type {
  border-top-left-radius: 2.13vw
}

.modal_inner .plan-dl table tr:first-of-type th:last-of-type {
  border-top-right-radius: 2.13vw;
}

.modal_inner .plan-dl table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 2.13vw
}

.modal_inner .plan-dl table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 2.13vw;
}


#modal_cvbtn.modal_inner {
  height: 144.8vw;
  padding: 13.07vw 4vw 10.67vw;
}

#modal_cvbtn.modal_inner p {
  font-size: 4.27vw;
}

#modal_cvbtn.modal_inner p.text-red {
  color: #D95636;
  margin-top: 4.27vw;
}

#modal_cvbtn.modal_inner p+ul,
#modal_cvbtn.modal_inner ul+p {
  margin-top: 4.27vw;
}

#modal_cvbtn.modal_inner ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 4.27vw;
  font-weight: 500;
}

#modal_cvbtn.modal_inner ul li a {
  text-decoration: underline;
}

#modal_cvbtn.modal_inner .btn {
  width: 76vw;
  margin-top: 8.53vw;
  border: solid 0.53305vw #dbd6d1;
}

#modal_campaign * {
  color: #585858;

}

#modal_campaign *:not(ul.note li) {
  font-size: 3.733vw;
}

#modal_campaign dl {
  margin-top: 3.2vw;
}

#modal_campaign dl .bold {
  font-weight: bold;
}

#modal_campaign dl dt {
  color: #D95636;
  font-weight: bold;
}

#modal_campaign dl dd>*:first-child,
#modal_campaign dl dd p+p,
#modal_campaign dl dd ol+p {
  margin-top: 2.133vw;
}

#modal_campaign dl dd+dt {
  margin-top: 4.267vw;
}

#modal_campaign ol li,
#modal_campaign dl dd p.bold+p {
  margin-top: 0;
}

#modal_campaign dl dd ol li {
  text-indent: -1em;
  padding-left: 1em;
}

#modal_campaign dl dd a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {

  .modal_inner ._flex {
    gap: 24px;
  }

  .modal_inner ._flex img {
    width: 106px;
  }

  .modal_inner .plan-dl+div .btn {
    margin-top: 32px;
  }

  .modal_inner .plan-dl {
    margin-top: 16px;
    font-size: 14px;
  }

  .modal_inner .plan-dl dd+dt {
    margin-top: 4px;
  }

  .modal_inner .modal-title {
    font-size: 18px;
  }

  .modal_inner.plan-detail {
    max-height: 500px;
  }

  .modal_inner.plan-detail ul {
    margin-top: 32px;
    gap: 16px;
  }

  .modal_inner.plan-detail ul li img {
    width: 88px;
  }

  .modal_inner.plan-detail ul li a::after {
    width: 12.83px;
    height: 12.83px;
    top: 0;
    right: 0;
  }

  .plan-list._modal ul li a::after {
    width: 8.25px;
    height: 8.25px;
    top: 4.5px;
  }

  .plan-list._modal>li:nth-of-type(1)>ul>li:nth-of-type(1) a::after {
    right: 8.38px;
  }

  .plan-list._modal>li:nth-of-type(1)>ul>li:nth-of-type(2) a::after {
    right: -3.62px;
  }

  .plan-list._modal>li:nth-of-type(2)>ul>li:nth-of-type(1) a::after {
    right: -3.62px;
  }

  .plan-list._modal>li:nth-of-type(2)>ul>li:nth-of-type(2) a::after {
    right: -3.66px;
  }

  .plan-list._modal>li:nth-of-type(2)>ul>li:nth-of-type(3) a::after {
    right: -7.88px;
  }

  .plan-list._modal>li:nth-of-type(3)>ul>li:nth-of-type(1) a::after {
    right: 0.63px;
  }

  .plan-list._modal>li:nth-of-type(3)>ul>li:nth-of-type(2) a::after {
    right: 7.38px;
  }

  .plan-list._modal>li:nth-of-type(4)>ul>li:nth-of-type(1) a::after {
    right: 7.37px;
  }

  .plan-list._modal>li:nth-of-type(4)>ul>li:nth-of-type(2) a::after {
    right: 12.38px;
  }

  .plan-list._modal>li:nth-of-type(4)>ul>li:nth-of-type(3) a::after {
    right: -3.62px;
  }

  .plan-list._modal>li:nth-of-type(5)>ul>li:nth-of-type(1) a::after {
    right: -8.62px;
  }

  .plan-list._modal>li:nth-of-type(5)>ul>li:nth-of-type(2) a::after {
    right: -8.62px;
  }

  #_04.modal_inner.plan-detail ul li:nth-of-type(1) a::after {
    right: -3.81px;
  }

  #_04.modal_inner.plan-detail ul li:nth-of-type(2) a::after {
    right: 6.81px;
  }

  #_04.modal_inner.plan-detail ul li:nth-of-type(3) a::after {
    right: -9.19px;
  }

  #_04.modal_inner.plan-detail ul li:nth-of-type(4) a::after {
    right: -4.89px;
  }

  #_05.modal_inner.plan-detail ul li:nth-of-type(1) a::after {
    right: -8.19px;
  }

  #_05.modal_inner.plan-detail ul li:nth-of-type(2) a::after {
    right: -0.19px;
  }

  #_05.modal_inner.plan-detail ul li:nth-of-type(3) a::after {
    right: -10.25px;
  }

  #_06.modal_inner.plan-detail ul li:nth-of-type(1) a::after {
    right: -0.19px;
  }

  #_06.modal_inner.plan-detail ul li:nth-of-type(2) a::after {
    right: -9.19px;
  }

  #_07.modal_inner.plan-detail ul li:nth-of-type(1) a::after {
    right: -7.15px;
  }

  #_07.modal_inner.plan-detail ul li:nth-of-type(2) a::after {
    right: 9.8px;
  }

  #_07.modal_inner.plan-detail ul li:nth-of-type(3) a::after {
    right: 4.81px;
  }

  #_08.modal_inner.plan-detail ul li:nth-of-type(1) a::after {
    right: -14.94px;
  }

  #_08.modal_inner.plan-detail ul li:nth-of-type(2) a::after {
    right: -4.19px;
  }


  .modal_inner.plan-detail ul li p {
    font-size: 13px;
    margin-top: 8px;
  }

  .modal_inner.plan-detail ul+p {
    margin-top: 28px;
  }

  .modal_inner.plan-detail ul+p+ul {
    justify-content: flex-start;
    margin-top: 12px;
  }

  .modal_inner.plan-detail .btn {
    margin-top: 32px;
  }

  #_09.modal_inner.plan-detail .modal-title+div {
    width: 160px;
    margin-top: 16px;
  }

  #_09.modal_inner.plan-detail div+p {
    margin-top: 28px;
  }

  #_11.modal_inner {
    max-height: 608px;
    padding: 40px;
  }

  #_11.modal_inner p.title {
    font-size: 24px;
  }

  #_11.modal_inner dl dt {
    font-size: 18px;
    margin-top: 18px;
  }

  #_11.modal_inner dl dd {
    margin-top: 8px;
  }

  #_11.modal_inner dl dd ul li+li {
    margin-top: 16px;
  }

  #_11.modal_inner dl dd ul li p.tell-num {
    font-size: 20px;
    margin-top: 4px;
  }

  #_11.modal_inner dl dd ul li p.tell-note {
    font-size: 12px;
  }

  #_11.modal_inner dl dd ul li p.tell-text {
    margin-top: 4px;
    font-size: 14px;
  }

  #_11.modal_inner .btn {
    margin-top: 32px;
  }

  .modal_inner .plan-dl table {
    max-width: 414px;
    margin: auto;
  }

  .modal_inner .plan-dl table caption {
    font-size: 10px;
  }

  .modal_inner .plan-dl table th,
  .modal_inner .plan-dl table td {
    height: 28px;
    font-size: 12px;
  }

  .modal_inner .plan-dl table tr:first-of-type th:first-of-type {
    border-top-left-radius: 10px
  }

  .modal_inner .plan-dl table tr:first-of-type th:last-of-type {
    border-top-right-radius: 10px;
  }

  .modal_inner .plan-dl table tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 10px
  }

  .modal_inner .plan-dl table tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 10px;
  }


  #modal_cvbtn.modal_inner {
    height: 419px;
    padding: 40px;
  }

  #modal_cvbtn.modal_inner p {
    font-size: 16px;
  }

  #modal_cvbtn.modal_inner p.text-red {
    margin-top: 16px;
  }

  #modal_cvbtn.modal_inner p+ul,
  #modal_cvbtn.modal_inner ul+p {
    margin-top: 16px;
  }

  #modal_cvbtn.modal_inner ul li {
    font-size: 16px;
  }

  #modal_cvbtn.modal_inner .btn {
    width: 352px;
    margin-top: 32px;
    border: solid 2px #dbd6d1;
  }

  #modal_campaign *:not(ul.note li) {
    font-size: 14px;
  }

  #modal_campaign dl {
    margin-top: 12px;
  }

  #modal_campaign dl dd>*:first-child,
  #modal_campaign dl dd p+p,
  #modal_campaign dl dd ol+p {
    margin-top: 8px;
  }

  #modal_campaign dl dd+dt {
    margin-top: 16px;
  }
}

.floating {
  background-color: rgba(248, 245, 242, 0.8);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 3.2vw 0;
  z-index: 10;
}


@media screen and (min-width: 768px) {

  .floating {
    background-color: rgba(248, 245, 242, 0.9);
    width: 314px;
    border-radius: 12px 0 12px 0;
    padding: 24px 0;
    right: 0;
    bottom: 0;
  }

  .floating .btn {
    width: 262px;
  }

  .floating .btn p {
    padding-right: 10px;

  }
}