:root {
  --main-green: #094;
  --gg: #d1ff6d;
  --maru: #c07c7c;
  --botton_green: #1ecc6b;
  --yellow: #fffa93;
  --box_y: #e4d63a;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.prci_1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 140px;
  display: flex;
}

.div-block {
  background-color: var(--main-green);
  border-radius: 0 0 70px 70px;
  width: 100%;
  height: 700px;
}

.div-block-2 {
  width: 100%;
  height: 70px;
}

.div-block-top1 {
  z-index: 10;
  border-top: 20px solid var(--main-green);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-main {
  background-color: var(--main-green);
  border-radius: 0 0 70px 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70vh;
  margin-top: 0;
  display: flex;
}

.image {
  width: 120px;
}

.image-2 {
  width: 55%;
  margin-top: 0;
  position: relative;
  top: -535px;
}

.image-3 {
  width: 200px;
}

.image-4 {
  background-color: #094;
  width: 200px;
  position: absolute;
  inset: 80px auto auto 40px;
}

.green-back {
  background-color: #094;
  border-radius: 0 0 70px 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 550px;
  margin-top: 70px;
  display: flex;
}

.prci_2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

._2_main_copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 1015px;
  height: 500px;
  display: flex;
}

.div-block-3, .div-block-4 {
  width: 20%;
  height: 500px;
}

.div-block-5 {
  width: 100%;
  height: 500px;
}

.heading {
  color: var(--main-green);
  text-align: left;
  width: 100%;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 43px;
  line-height: 50px;
}

.paragraph {
  text-align: justify;
  letter-spacing: 0;
  width: 100%;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
  line-height: 40px;
}

.maincopy {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.side_a {
  width: 20%;
  height: auto;
}

.side_b {
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  height: auto;
  display: flex;
}

.copy_bolk {
  padding-left: 10px;
}

.image-5 {
  width: 65px;
}

.image-6, .image-7 {
  width: 100%;
}

.prci_3 {
  background-color: var(--main-green);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.div-block-6 {
  border: 3px solid var(--main-green);
  border-radius: 3px;
  justify-content: center;
  align-items: flex-start;
  width: 1100px;
  height: auto;
  display: flex;
  overflow: hidden;
}

.image-8 {
  width: auto;
  max-width: 150%;
  margin-left: -109px;
  margin-right: -100px;
  overflow: clip;
}

.link-block {
  background-color: #e9ec12;
  width: 120px;
  height: 120px;
  margin-bottom: 0;
  position: static;
  inset: auto;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 400px;
  margin-top: 207px;
  margin-left: 0;
  display: grid;
  position: relative;
  top: 600px;
}

.link-block-2 {
  z-index: 2;
  background-color: #fff36d;
  border-radius: 150px;
  width: 120px;
  height: 120px;
  margin-top: 239px;
  margin-left: -101px;
  transition: all .2s;
  position: absolute;
  top: auto;
  left: auto;
  box-shadow: 0 2px 5px #0000004d;
}

.link-block-2:hover {
  background-color: var(--gg);
  transform: scale(1.05);
}

.link-block-2._2 {
  margin-left: 430px;
}

.image-9 {
  position: relative;
}

.link-block-3 {
  z-index: 2;
  background-color: #fff36d;
  border-radius: 150px;
  width: 120px;
  height: 120px;
  margin-top: 239px;
  margin-left: 158px;
  transition: all .2s;
  position: absolute;
  top: auto;
  left: auto;
  box-shadow: 0 2px 5px #0000004d;
}

.link-block-3:hover {
  background-color: var(--gg);
  transform: scale(1.05);
}

.link-block-4 {
  z-index: 2;
  background-color: #fff36d;
  border-radius: 150px;
  width: 120px;
  height: 120px;
  margin-top: 239px;
  margin-left: 422px;
  transition: all .2s;
  position: absolute;
  top: auto;
  left: auto;
  box-shadow: 0 2px 5px #0000004d;
}

.link-block-4:hover {
  background-color: var(--gg);
  transform: scale(1.05);
}

.link-block-4._2 {
  margin-left: 430px;
}

.link-block-_01 {
  z-index: 2;
  color: var(--main-green);
  cursor: pointer;
  background-color: #fff36d;
  border-radius: 150px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 264px;
  margin-left: -101px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  box-shadow: 0 2px 5px #0000004d;
}

.link-block-_01:hover {
  background-color: var(--gg);
  transform: scale(1.05);
}

.link-block-_01._2 {
  margin-left: 430px;
}

.link-block_02 {
  z-index: 2;
  color: var(--main-green);
  cursor: pointer;
  background-color: #fff36d;
  border-radius: 150px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 264px;
  margin-left: 159px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  box-shadow: 0 2px 5px #0000004d;
}

.link-block_02:hover {
  background-color: var(--gg);
  transform: scale(1.05);
}

.link-block_02._2 {
  margin-left: 430px;
}

.link-block_03 {
  z-index: 2;
  cursor: pointer;
  background-color: #fff36d;
  border-radius: 150px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 264px;
  margin-left: 425px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  box-shadow: 0 2px 5px #0000004d;
}

.link-block_03:hover {
  background-color: var(--gg);
  transform: scale(1.05);
}

.paragraph-2 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-3 {
  color: var(--main-green);
  text-align: center;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.image-10 {
  width: 20px;
  padding-top: 5px;
}

.prci_4 {
  background-color: var(--main-green);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.image-11 {
  background-color: #fff;
  border: 6px solid #fff;
  border-radius: 9px;
  width: 1100px;
  margin-top: 49px;
  padding: 0;
  box-shadow: inset 0 2px 5px #0003;
}

.div-block-8 {
  width: 75%;
}

.quick-stack {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-4 {
  color: #fff;
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
}

.cell {
  justify-content: flex-end;
  align-items: flex-start;
}

.image-12 {
  width: 100%;
  max-width: 100%;
}

.div-block-9 {
  width: 100%;
  display: flex;
}

.paragraph-5 {
  width: 250px;
  margin-left: 13px;
}

.div-block-10 {
  width: 150px;
  height: 150px;
}

.quick-stack-2, .image-13 {
  width: 100%;
}

.image-14 {
  width: 150px;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: auto;
  display: flex;
}

.text-block {
  width: auto;
  padding-left: 0;
  font-size: 20px;
}

.div-block-12 {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  width: 100%;
  padding-left: 10px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  width: auto;
}

.text-block-3 {
  color: #fff;
}

.heading-2 {
  font-size: 20px;
}

.heading-3 {
  color: #f6ff42;
  font-size: 20px;
  line-height: 20px;
}

.image-15 {
  width: 200px;
  max-width: 100%;
  height: auto;
}

.paragraph-6 {
  color: #fff;
}

.prci_5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 40px;
  display: flex;
}

.div-block-14 {
  width: 75%;
  height: auto;
  margin-top: 60px;
}

.quick-stack-3 {
  width: 75%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-15 {
  background-color: #552929;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-left: -445px;
  display: flex;
}

.dropdown-list {
  display: flex;
}

.dropdown-list.w--open {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.div-block-16 {
  background-color: #e9a9a9;
  width: 100px;
  height: 100px;
}

.div-block-17 {
  background-color: #e2d4d4;
  width: 80%;
  height: 600px;
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: static;
}

.faq-tile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.faq-question-div {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.faq-question-div:hover {
  color: #fff;
  background-color: #c35d38;
}

.faq-question-div:active {
  background-color: #ec794f;
}

.up-down-arrow {
  border-style: solid;
  border-width: 2px;
  border-color: var(--maru) #c07c7c #c07c7c;
  color: var(--maru);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.faq-answer-div {
  background-color: #fffee0;
  overflow: hidden;
}

.faq-answer-padding {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.body-copy {
  width: 75%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.accordion_1 {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb00;
  border: 1px #000;
  border-bottom: 3px dashed #d8a1a1;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.accordion_1:hover {
  color: #e48989;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.accordion_1:active {
  background-color: #fff0;
}

.text-block-4 {
  padding-bottom: 5px;
}

.image-16 {
  width: 450px;
  padding-bottom: 0;
  position: relative;
  top: 24px;
}

.plan_more {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.plan-answer-div {
  background-color: #fffee0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.plan-answer-padding {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.prci_6 {
  background-image: linear-gradient(#fdfb69b3, #fdfb69b3), url('../images/back_illa3x.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 40px;
  display: flex;
}

.image-17 {
  width: 70%;
}

.image-18 {
  width: 900px;
}

.life_botton {
  background-color: var(--main-green);
  text-align: center;
  border-radius: 200px;
  margin-top: 1000px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Yusei Magic, sans-serif;
  font-size: 24px;
  line-height: 30px;
  transition: all .2s;
  position: absolute;
}

.life_botton:hover {
  background-color: var(--botton_green);
  transform: scale(1.05);
  box-shadow: 0 2px 8px #00000073;
}

.prci_7 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-19 {
  width: 350px;
}

.faq1_question {
  cursor: pointer;
  border-top: 4px solid #eee586;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.icon-embed-small {
  border-style: solid;
  border-width: 2px;
  border-color: var(--maru) black black;
  color: var(--maru);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: none;
}

.faq1_answer {
  overflow: hidden;
}

.faq1_icon-wrapper {
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 200px;
  height: 45px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.image-20 {
  width: 50px;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-21 {
  width: 30px;
  margin-left: 6px;
}

.paragraph-7 {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 30px;
}

.image-22 {
  width: 800px;
}

.foot_logo {
  width: 100%;
  margin-top: 0;
}

.container {
  max-width: 800px;
}

.foot_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 72%;
  height: auto;
  margin-top: 100px;
  display: flex;
}

.image-23 {
  margin-top: 20px;
}

.prci_8 {
  background-color: var(--yellow);
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-bottom: 100px;
  display: flex;
}

.up-down-plus {
  background-color: var(--main-green);
  color: #fff;
  border: 2px #000;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: 0;
  padding: 0 0 5px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  display: flex;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 20px;
  display: flex;
}

.paragraph-8 {
  color: var(--main-green);
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
}

.div-block-21 {
  background-color: var(--main-green);
  border-radius: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.div-block-22 {
  background-color: #fff;
  width: 35px;
  height: 7px;
}

.plus_mai {
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.line-2 {
  background-color: #fff;
  width: 27px;
  height: 7px;
  position: absolute;
  transform: rotate(90deg);
}

.line_1 {
  background-color: #fff;
  width: 27px;
  height: 7px;
  position: absolute;
}

.foot_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.faq1_foot {
  cursor: pointer;
  border-top: 4px #eee586;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_answer-copy, .faq1_foot_2 {
  overflow: hidden;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.maru__allow {
  background-color: var(--main-green);
  cursor: pointer;
  border-radius: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.foot_copy_title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copy_tt {
  z-index: 3;
  color: var(--main-green);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
}

.copy_tt.text-weight-bold {
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-last {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 35px;
}

.paragraph-7-copy {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 30px;
}

.div-block-23 {
  background-color: #fff;
  width: 400px;
  height: 20px;
  margin-top: -12px;
  position: relative;
}

.ww_under_1 {
  background-color: #fff;
  width: 360px;
  height: 20px;
  margin-top: -68px;
  position: relative;
}

.ww_under_2 {
  background-color: #fff;
  width: 550px;
  height: 20px;
  margin-top: 34px;
  position: relative;
}

.foot2-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.foot2-bottom.margin-small {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-9 {
  border-bottom: 1px solid var(--main-green);
  color: var(--main-green);
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.paragraph-last_2 {
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 35px;
}

.footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.div-block-24 {
  justify-content: space-between;
  align-items: flex-start;
  width: 960px;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.image-24 {
  margin-top: 50px;
  margin-bottom: 60px;
  display: block;
  position: static;
}

.image-25 {
  width: 200px;
}

.div-block-25 {
  width: 100%;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8 {
  justify-content: center;
  align-items: flex-end;
}

.div-block-26 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.link, .link-2, .link-3 {
  text-align: right;
  text-decoration: none;
}

.div-block-28 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-4, .link-5, .link-6, .link-7 {
  text-align: right;
}

.po_cc {
  color: #000;
  text-align: right;
  margin-right: 5px;
  font-size: 12px;
  text-decoration: none;
}

.po_cc:hover {
  color: var(--main-green);
  text-decoration: underline;
}

.div-block-29 {
  border-right: .5px solid #000;
  height: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 0;
}

.t_line {
  border-right: 1px solid #000;
  height: 12px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 0;
}

.div-block-30 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.button {
  width: 70px;
}

.button-2 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 40px 20px;
  font-size: 20px;
  line-height: 35px;
}

.button_a {
  z-index: 10;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 25px 20px 25px 15px;
  font-size: 20px;
  line-height: 30px;
  transition: all .2s;
  position: fixed;
  top: 9px;
  right: -10px;
  box-shadow: -6px 1px 5px #0003;
}

.button_a:hover {
  transform: scale(1.1);
}

.button_b {
  z-index: 15;
  color: #fff;
  background-color: #ff3434;
  border-radius: 15px;
  padding: 10px 11px 10px 3px;
  font-size: 16px;
  line-height: 35px;
  transition: all .2s;
  position: fixed;
  top: 166px;
  right: -11px;
  box-shadow: -6px 3px 5px #0003;
}

.button_b:hover {
  transform: scale(1.07);
}

.button_c {
  z-index: 10;
  background-color: #ffa734;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px 20px 20px 15px;
  font-size: 20px;
  line-height: 20px;
  transition: all .2s;
  position: fixed;
  top: 381px;
  right: -11px;
  box-shadow: -6px 3px 5px #0003;
}

.button_c:hover {
  transform: scale(1.1);
}

.modal-wrapper {
  z-index: 10;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-39-_05 {
  background-image: url('../images/tpp_2tpp_01.avif');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  max-width: 100%;
  height: 350px;
  display: block;
}

.paragraph-28 {
  text-align: justify;
  letter-spacing: 1px;
  border: 1px #fff;
  border-top-style: solid;
  width: 100%;
  padding-top: 30px;
  font-family: PT Sans, sans-serif;
  line-height: 30px;
  display: flex;
}

.div-block-91 {
  justify-content: space-between;
  height: 350px;
  display: flex;
}

.image-56 {
  width: 100%;
}

.div-block-93 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.modal-content {
  flex-flow: column;
  width: 100%;
  max-width: none;
  font-family: Oswald, sans-serif;
  display: flex;
}

.modal-close {
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-16_01 {
  direction: ltr;
  color: #d5eff8;
  letter-spacing: normal;
  -webkit-text-stroke-color: #ffb3f7;
  text-indent: 0;
  text-transform: none;
  text-overflow: clip;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: BIZ UDMincho, sans-serif;
  font-size: 42px;
  font-style: normal;
  line-height: 60px;
}

.modal_01 {
  background-color: var(--yellow);
  border: 5px solid #fff;
  border-radius: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 950px;
  height: auto;
  padding: 20px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 3px #0000004a;
}

.div-block-40 {
  color: #fff;
  text-align: justify;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-right: 0;
  font-weight: 600;
}

.div-block-92 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.modal-close-icon {
  opacity: .4;
  cursor: pointer;
  width: 20px;
  transition: opacity .2s ease-in-out;
  position: absolute;
  inset: 20px 20px auto auto;
}

.modal-close-icon:hover {
  opacity: 1;
}

.wrapper_1 {
  z-index: 10;
  background-color: #fff9f957;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close {
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper_2, .wrapper_3 {
  z-index: 10;
  background-color: #ffffff4d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_03 {
  background-color: var(--yellow);
  border: 5px solid #fff;
  border-radius: 40px;
  width: 100%;
  max-width: 1100px;
  padding: 48px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 3px #0000004a;
}

.modal_02 {
  background-color: var(--yellow);
  border: 5px solid #fff;
  border-radius: 40px;
  width: 90%;
  max-width: 950px;
  padding: 20px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 3px #0000004a;
}

.modal_3 {
  background-color: var(--yellow);
  border: 5px solid #fff;
  border-radius: 40px;
  width: 100%;
  max-width: 950px;
  padding: 20px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 3px #0000004a;
}

.prci_sma {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: none;
}

.div-block-top1-sma {
  z-index: 10;
  border-top: 20px solid var(--main-green);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.green-back-sma {
  background-color: #094;
  border-radius: 0 0 70px 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70vh;
  margin-top: 70px;
  display: flex;
}

.image-4-sma {
  width: 200px;
  position: absolute;
  inset: 80px auto auto 40px;
}

.prci_3-sma {
  background-color: var(--main-green);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding-bottom: 0;
  display: none;
  overflow: visible;
}

.link-block-_01-sma {
  z-index: 2;
  color: var(--main-green);
  cursor: pointer;
  background-color: #fff36d;
  border-radius: 150px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 264px;
  margin-left: -101px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  box-shadow: 0 2px 5px #0000004d;
}

.link-block-_01-sma:hover {
  background-color: var(--gg);
  transform: scale(1.05);
}

.link-block-_01-sma._2 {
  margin-left: 430px;
}

.link-block_02-sma {
  z-index: 2;
  color: var(--main-green);
  cursor: pointer;
  background-color: #fff36d;
  border-radius: 150px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 264px;
  margin-left: 159px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  box-shadow: 0 2px 5px #0000004d;
}

.link-block_02-sma:hover {
  background-color: var(--gg);
  transform: scale(1.05);
}

.link-block_02-sma._2 {
  margin-left: 430px;
}

.link-block_03-sma {
  z-index: 2;
  cursor: pointer;
  background-color: #fff36d;
  border-radius: 150px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 264px;
  margin-left: 425px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  box-shadow: 0 2px 5px #0000004d;
}

.link-block_03-sma:hover {
  background-color: var(--gg);
  transform: scale(1.05);
}

.quick-stack-3_in {
  width: 70%;
  padding: 60px 0;
}

.image-62, .image-63, .image-64 {
  display: none;
}

.div-block-96 {
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-97 {
  background-color: #fff;
  border-radius: 40px;
  margin-top: 20px;
}

.image-65 {
  width: 50%;
}

.div-block-98 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cell-9, .cell-10 {
  justify-content: center;
  align-items: center;
}

.image-66 {
  width: 80%;
}

.image-67 {
  width: 65%;
}

.div-block-96_2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-97_2 {
  background-color: #fff;
  border-radius: 40px;
  margin-top: 10px;
}

.cell-10_2, .cell-9_2 {
  justify-content: center;
  align-items: center;
}

.paragraph-29 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.bold-text {
  color: #ff3131;
}

.paragraph-30 {
  font-size: 15px;
  line-height: 23px;
}

.div-block-96_3 {
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-98_3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-97_3 {
  background-color: #fff;
  border-radius: 40px;
  margin-top: 20px;
}

.image-69, .last_menu {
  display: none;
}

.image-70 {
  width: 250px;
  margin-top: -438px;
}

.button_d {
  z-index: 10;
  background-color: #ffa734;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px 20px 20px 15px;
  font-size: 20px;
  line-height: 20px;
  transition: all .2s;
  position: fixed;
  top: 571px;
  right: -11px;
  box-shadow: -6px 3px 5px #0003;
}

.button_d:hover {
  transform: scale(1.1);
}

.image-71 {
  filter: drop-shadow(1px 3px 7px #0009);
  width: 50px;
}

.link-block-5 {
  position: fixed;
  top: 574px;
  right: -3px;
}

.side_m04 {
  z-index: 15;
  width: 40px;
  transition: all .2s;
  position: fixed;
  top: 462px;
  right: -3px;
}

.side_m04:hover {
  transform: scale(1.07);
}

.image-72 {
  filter: drop-shadow(1px 3px 7px #000000b3);
  width: 40px;
}

.link-block-6 {
  position: absolute;
  top: 798px;
  right: -3px;
}

.side_m03 {
  z-index: 15;
  transition: all .2s;
  position: fixed;
  top: 303px;
  right: -3px;
}

.side_m03:hover {
  transform: scale(1.07);
}

.side_m01 {
  z-index: 15;
  transition: all .2s;
  position: fixed;
  top: 6px;
  right: -3px;
}

.side_m01:hover {
  transform: scale(1.06);
}

.image-67_3 {
  width: 90%;
}

.image-68_3 {
  width: 85%;
}

.image-65_3 {
  width: 50%;
}

.image-67_1 {
  width: 85%;
}

.paragraph-32 {
  text-align: center;
  padding-top: 5px;
  font-size: 10px;
}

.image-73 {
  display: none;
}

@media screen and (max-width: 991px) {
  .image-2 {
    width: 650px;
    margin-top: 0;
  }

  ._2_main_copy {
    width: 85%;
    height: auto;
  }

  .heading {
    font-size: 30px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .link-block-_01 {
    width: 80px;
    height: 80px;
    margin-top: 190px;
    margin-left: -89px;
  }

  .link-block_02 {
    width: 80px;
    height: 80px;
    margin-top: 190px;
    margin-left: 80px;
  }

  .link-block_03 {
    width: 80px;
    height: 80px;
    margin-top: 190px;
    margin-left: 262px;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-11 {
    width: 720px;
  }

  .div-block-8 {
    width: 60%;
  }

  .div-block-14 {
    width: 90%;
  }

  .quick-stack-3 {
    width: 65%;
  }

  .up-down-arrow {
    margin-left: 0;
  }

  .plan-answer-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-17 {
    width: 80%;
  }

  .image-18 {
    width: 600px;
  }

  .life_botton {
    margin-top: 651px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container, .container-2 {
    max-width: 600px;
  }

  .paragraph-last {
    font-size: 16px;
    line-height: 30px;
  }

  .foot2-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-24 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 700px;
  }

  .image-25 {
    margin-bottom: 40px;
  }

  .button_b {
    box-shadow: 1px 1px 5px #00000073;
  }

  .modal-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: none;
  }

  .div-block-39-_05 {
    width: 100%;
    height: 300px;
  }

  .paragraph-28 {
    line-height: 26px;
  }

  .div-block-91 {
    align-items: flex-end;
    height: 330px;
  }

  .div-block-93 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .modal-content {
    flex-flow: column;
  }

  .heading-16_01 {
    margin-top: 0;
    line-height: 40px;
  }

  .modal_01 {
    background-image: none;
    width: 70%;
    max-width: 700px;
    height: auto;
    margin-top: 92px;
    padding: 32px;
  }

  .div-block-40 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-92 {
    justify-content: space-between;
    align-items: stretch;
  }

  .wrapper_1, .wrapper_2, .wrapper_3 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: none;
  }

  .modal_03 {
    background-image: none;
    width: 90%;
    margin-top: 92px;
    padding: 32px;
  }

  .modal_02, .modal_3 {
    background-image: none;
    width: 70%;
    max-width: 700px;
    margin-top: 92px;
    padding: 32px;
  }

  .link-block-_01-sma {
    width: 80px;
    height: 80px;
    margin-top: 190px;
  }

  .link-block_02-sma {
    width: 80px;
    height: 80px;
    margin-top: 190px;
    margin-left: 80px;
  }

  .link-block_03-sma {
    width: 80px;
    height: 80px;
    margin-top: 190px;
    margin-left: 262px;
  }

  .quick-stack-3_in {
    width: 77%;
  }

  .image-65 {
    width: 65%;
  }

  .image-66 {
    width: 60%;
  }

  .image-67 {
    width: 50%;
  }

  .paragraph-29 {
    text-align: justify;
    font-size: 16px;
  }

  .paragraph-31 {
    text-align: justify;
    font-size: 13px;
  }

  .button-3 {
    margin-left: 2px;
  }

  .image-71, .image-72 {
    filter: drop-shadow(1px 1px 5px #00000073);
  }

  .image-67_3 {
    width: 80%;
  }

  .image-68_3 {
    width: 75%;
  }

  .image-65_3 {
    width: 60%;
  }

  .image-67_1 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    width: 90%;
  }

  .heading {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .link-block-_01 {
    width: 60px;
    height: 60px;
    margin-top: 162px;
    margin-left: -56px;
  }

  .link-block_02 {
    width: 60px;
    height: 60px;
    margin-top: 164px;
  }

  .link-block_03 {
    width: 60px;
    height: 60px;
    margin-top: 164px;
    margin-left: 215px;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .image-11 {
    width: 560px;
  }

  .image-15 {
    width: 100px;
  }

  .div-block-14 {
    width: 85%;
  }

  .quick-stack-3 {
    width: 75%;
  }

  .faq-answer-padding {
    padding: 20px;
  }

  .plan-answer-div {
    width: 100%;
  }

  .plan-answer-padding {
    padding: 20px;
  }

  .image-18 {
    width: 450px;
  }

  .life_botton {
    margin-top: 489px;
    font-size: 18px;
    line-height: 22px;
  }

  .image-19 {
    width: 300px;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.text-weight-bold {
    font-size: 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq1_icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .container {
    width: 500px;
  }

  .paragraph-8 {
    font-size: 18px;
  }

  .plus_mai {
    width: 100%;
  }

  .faq1_foot {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-2 {
    width: 500px;
  }

  .copy_tt {
    font-size: 20px;
  }

  .paragraph-last {
    font-size: 14px;
    line-height: 27px;
  }

  .ww_under_2 {
    width: 450px;
    margin-top: 22px;
  }

  .foot2-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-9 {
    font-size: 18px;
  }

  .paragraph-last_2 {
    font-size: 14px;
    line-height: 27px;
  }

  .div-block-24 {
    width: 90%;
  }

  .button_a {
    font-size: 16px;
    line-height: 27px;
  }

  .button_b {
    font-size: 16px;
    line-height: 27px;
    top: 164px;
  }

  .button_c {
    font-size: 16px;
    line-height: 20px;
    top: 433px;
  }

  .modal-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .div-block-39-_05 {
    width: 100%;
    height: 250px;
  }

  .paragraph-28 {
    line-height: 25px;
  }

  .modal-content {
    flex-flow: column;
    max-width: 100%;
  }

  .heading-16_01 {
    margin-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .modal_01 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 75%;
    max-width: 500px;
    height: auto;
    margin-top: 20px;
    padding-top: 40px;
  }

  .div-block-40 {
    width: 100%;
  }

  .wrapper_1, .wrapper_2, .wrapper_3 {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .modal_03 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 95%;
    height: 95vh;
    margin-top: 88px;
    padding-top: 40px;
  }

  .modal_02 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 75%;
    max-width: 500px;
    height: auto;
    margin-top: 88px;
    padding-top: 40px;
  }

  .modal_3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 75%;
    max-width: 500px;
    height: auto;
    margin-top: 60px;
    padding-top: 40px;
  }

  .quick-stack-3_in {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-97 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .image-65 {
    width: 80%;
  }

  .image-66 {
    width: 60%;
  }

  .image-67 {
    width: 50%;
  }

  .div-block-97_2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-29 {
    font-size: 14px;
    line-height: 26px;
  }

  .div-block-97_3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-68 {
    max-width: 70%;
  }

  .button_d {
    font-size: 16px;
    line-height: 20px;
    top: 433px;
  }

  .image-67_3 {
    width: 90%;
  }

  .image-68_3 {
    max-width: 70%;
  }

  .image-65_3 {
    width: 70%;
  }

  .image-67_1 {
    width: 75%;
  }

  .paragraph-32 {
    width: 80%;
    font-size: 8px;
    line-height: 15px;
  }
}

@media screen and (max-width: 479px) {
  .prci_1 {
    display: none;
  }

  .div-block-top1 {
    height: 60px;
  }

  .image {
    width: 100px;
  }

  .image-4 {
    width: 130px;
  }

  .green-back {
    margin-top: 60px;
    display: flex;
  }

  .prci_2 {
    margin-top: 69px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 22px;
  }

  .side_a, .side_b {
    display: none;
  }

  .image-5 {
    width: 50px;
  }

  .prci_3 {
    display: none;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 17px;
    line-height: 20px;
  }

  .prci_4 {
    background-color: #094;
    margin-top: -5px;
    padding-top: 20px;
  }

  .div-block-8 {
    width: 90%;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-15 {
    width: 140px;
  }

  .prci_5 {
    padding-bottom: 40px;
  }

  .div-block-14 {
    width: 100%;
  }

  .quick-stack-3 {
    width: 85%;
  }

  .image-16 {
    max-width: 140%;
  }

  .plan-answer-div {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-17 {
    display: none;
  }

  .image-18 {
    width: 350px;
    display: none;
  }

  .life_botton {
    margin-top: 696px;
  }

  .prci_7 {
    padding-top: 33px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .foot_logo {
    display: none;
  }

  .container {
    width: 90%;
  }

  .image-23 {
    display: none;
  }

  .container-2 {
    width: 90%;
  }

  .copy_tt {
    font-size: 18px;
  }

  .ww_under_1 {
    width: 220px;
  }

  .ww_under_2 {
    width: 320px;
  }

  .foot2-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-9 {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
  }

  .div-block-26 {
    flex-flow: column;
  }

  .div-block-28 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .t_line, .modal-wrapper {
    display: none;
  }

  .paragraph-28 {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-91 {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 16px;
  }

  .image-56 {
    width: 200px;
    max-width: none;
    margin-top: -16px;
  }

  .div-block-93 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }

  .modal-content {
    flex-flow: column;
  }

  .heading-16_01 {
    margin-top: 34px;
    padding-top: 0;
    padding-bottom: 7px;
    font-size: 20px;
    line-height: 25px;
  }

  .modal_01 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    height: auto;
    margin-top: 0;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-40 {
    padding-top: 20px;
  }

  .div-block-92 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .wrapper_1, .wrapper_2, .wrapper_3 {
    margin-top: 20px;
    display: none;
  }

  .modal_03 {
    height: auto;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal_02 {
    width: 90%;
    height: auto;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal_3 {
    width: 90%;
    max-width: 500px;
    height: auto;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .prci_sma {
    background-color: #0940;
    height: 100vh;
    display: flex;
  }

  .div-block-top1-sma {
    height: 60px;
  }

  .green-back-sma {
    justify-content: flex-start;
    align-items: center;
    height: 550px;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-4-sma {
    width: 150px;
    margin-top: 598px;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .image-57 {
    width: 370px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .prci_3-sma {
    background-color: #0940;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .image-58 {
    width: 320px;
    height: auto;
  }

  .image-59 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-94 {
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
    width: 90%;
    height: auto;
    display: flex;
  }

  .link-block-_01-sma {
    width: 100px;
    height: 100px;
    margin-top: 0;
    margin-left: 0;
    position: static;
  }

  .link-block_02-sma {
    width: 100px;
    height: 100px;
    margin-top: 0;
    margin-left: -10px;
    position: static;
  }

  .link-block_03-sma {
    width: 100px;
    height: 100px;
    margin-top: 0;
    margin-left: 0;
    position: static;
  }

  .div-block-95 {
    width: 90%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .image-60 {
    height: auto;
  }

  .image-61 {
    margin-top: -63px;
  }

  .quick-stack-3_in {
    width: 90%;
  }

  .image-62 {
    width: 90%;
    display: block;
  }

  .image-63 {
    width: 350px;
    display: block;
  }

  .div-block-97 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-65 {
    width: 90%;
    margin-top: 13px;
  }

  .image-67 {
    width: 50%;
  }

  .div-block-97_2 {
    margin-top: 10px;
  }

  .gri_3 {
    padding-bottom: 0;
  }

  .paragraph-29 {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-31 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-97_3 {
    margin-top: 10px;
  }

  .image-68 {
    max-width: 80%;
  }

  .image-69 {
    display: block;
  }

  .div-block-99 {
    z-index: 20;
    background-color: #ffffffa3;
    width: 100%;
    height: 60px;
    position: sticky;
    bottom: 0;
  }

  .last_menu {
    z-index: 20;
    background-color: #ffffffa3;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    padding-bottom: 10px;
    display: flex;
    position: sticky;
    bottom: 0;
  }

  .button-3 {
    color: #4486f0;
    background-color: #fff;
    border: 1px solid #3793f5;
    border-radius: 8px;
    height: auto;
    margin-left: 2px;
    margin-right: 2px;
    padding: 8px 5px;
  }

  .button-4 {
    color: #f63535;
    background-color: #fff;
    border: 1px solid #f15252;
    border-radius: 8px;
    height: auto;
    margin-left: 2px;
    margin-right: 2px;
    padding: 8px 5px;
  }

  .button-5 {
    color: #e6a63f;
    background-color: #fff;
    border: 1px solid #e2b238;
    border-radius: 8px;
    height: auto;
    margin-left: 2px;
    padding: 8px 5px;
  }

  .button-6 {
    color: #28b66f;
    background-color: #fff;
    border: 1px solid #22c5af;
    border-radius: 8px;
    height: auto;
    margin-left: 2px;
    padding: 8px 5px;
  }

  .image-67_3 {
    width: 95%;
  }

  .image-68_3 {
    width: 80%;
    max-width: 80%;
  }

  .image-65_3 {
    width: 90%;
    margin-top: 13px;
  }

  .image-67_1 {
    width: 95%;
  }

  .paragraph-32 {
    width: 90%;
    font-size: 8px;
    line-height: 14px;
  }

  .image-73 {
    width: 50%;
    padding-top: 15px;
    display: block;
  }
}

#w-node-_8953fa76-bd17-4b1e-1d0f-ff610ed555e0-40bf7bf8, #w-node-e79ada67-e08c-c0f7-c060-c695afbc4fbf-40bf7bf8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_57dcd41d-a027-42ec-aaac-185a3d292cdb-40bf7bf8 {
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
}

#w-node-_794cd5c7-d940-cbdf-b5a8-edeac408adc6-40bf7bf8 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_657f7513-d027-7ea4-4800-0b862f831b16-40bf7bf8 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_2607bdc9-fb26-40fa-4ddf-128fb23db409-40bf7bf8 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
}

@media screen and (max-width: 991px) {
  #w-node-_8953fa76-bd17-4b1e-1d0f-ff610ed555e0-40bf7bf8, #w-node-e79ada67-e08c-c0f7-c060-c695afbc4fbf-40bf7bf8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_794cd5c7-d940-cbdf-b5a8-edeac408adc6-40bf7bf8, #w-node-_657f7513-d027-7ea4-4800-0b862f831b16-40bf7bf8 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_2607bdc9-fb26-40fa-4ddf-128fb23db409-40bf7bf8 {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_57dcd41d-a027-42ec-aaac-185a3d292cdb-40bf7bf8 {
    grid-template-rows: auto;
    grid-template-columns: .9fr;
  }

  #w-node-_794cd5c7-d940-cbdf-b5a8-edeac408adc6-40bf7bf8, #w-node-_657f7513-d027-7ea4-4800-0b862f831b16-40bf7bf8, #w-node-_2607bdc9-fb26-40fa-4ddf-128fb23db409-40bf7bf8 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_57dcd41d-a027-42ec-aaac-185a3d292cdb-40bf7bf8 {
    grid-template-rows: auto;
    grid-template-columns: .9fr;
  }
}


