@charset "UTF-8";
.main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333232;
  /* padding-top: 110px; */
}

.main {
  width: 100%;
  vertical-align: bottom;
}

.sp-only {
  display: none;
}

.hero {
  background-image: url(../images/bg_hero_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.hero__txt {
  max-width: 984px;
  margin: 0 auto;
}
.hero__image {
  display: block;
  max-width: 66.4%;
  margin: 0 0 0 auto;
  padding: 8% 0;
}

.how-accordion__text {
  line-height: 2.25;
  padding: 0 0 0 25px;
}

.how-accordion {
  max-width: 1000px;
  margin: 0 auto;
}

.how-accordion {
  margin: 30px auto;
}

.toggle {
  display: none;
}

.Label {
  /*タイトル*/
  display: block;
  color: #0B4227;
  font-size: 35px;
  font-weight: 600;
  background: linear-gradient(90deg, #F8F8F8 0%, #F8F8F8 93%, #646464 93%, #646464 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  text-align: center;
}

.Label span {
  color: #333232;
  font-size: 28px;
}

.Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(65% - 27px);
  right: 23px;
  transform: rotate(135deg);
}

.Label,
.how-accordion__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.how-accordion__content {
  /*本文*/
  height: 0;
  overflow: hidden;
}

.toggle:checked + .Label + .how-accordion__content {
  /*開閉時*/
  height: auto;
  padding: 70px 0;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
  top: 25px;
}

.how-accordion__content {
  display: flex;
}
.how-accordion__box {
  width: 610px;
  margin: 0 auto;
  text-align: center;
  background-color: #FFF2E3;
}

.how-accordion__item:first-of-type .how-accordion__text:first-of-type {
  background-color: #BE6701;
  color: white;
  font-size: 26px;
  padding: 25px 0;
}

.how-accordion__item:first-of-type .how-accordion__text:nth-child(2) {
  background-color: #695E5E;
  color: white;
  font-size: 20px;
  padding: 13px 0;
  max-width: 555px;
  margin: 27px auto 0 auto;
}

.how__wrap {
  background-color: white;
  max-width: 555px;
  margin: 0 auto;
  font-size: 14px;
  height: 150px;
}

.how__wrap {
  display: flex;
  max-width: 555px;
  margin: 0 auto;
}

.siyou {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 0 0;
}
.siyou__title {
  font-size: 30px;
  font-weight: 600;
}
.siyou__gr {
  color: #0B4227;
  font-size: 38px;
}
.siyou__txt {
  padding: 40px 0;
  font-size: 22px;
}
.siyou__img {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0;
}
.siyou__ill {
  background-color: #F0F0F0;
  padding: 33px 0;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}
.siyou__ill__list:first-of-type {
  padding: 0 0 35px 0;
}
.siyou__ill__item {
  background-color: #fff;
  max-width: 830px;
  margin: 0 auto;
  padding: 35px;
  margin-bottom: 35px;
}
.siyou__ill__txt {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  max-width: 490px;
  margin: 0 auto;
  position: relative;
  padding: 15px;
}
.siyou__ill__txt::before, .siyou__ill__txt::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
}
.siyou .how-accordion__cont p {
  font-size: 18px;
}
.siyou__ill__txt::before {
  border-left: solid 1px #707070;
  border-top: solid 1px #707070;
  top: 0;
  left: 0;
}
.siyou__ill__txt::after {
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  bottom: 0;
  right: 0;
}
.siyou__ill__items:last-of-type {
  font-size: 24px;
  margin: 0 auto;
  text-decoration: underline #DDD24F 7px;
  text-underline-offset: 1px;
}
.siyou__ill__items:last-of-type span {
  font-size: 44px;
  font-family: "Roboto", sans-serif;
}

.cta {
  background-image: url(../images/bg_cta_pc.png);
  background-size: cover;
  padding: 47px 0 123px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.cta__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.cta__image {
  max-width: 608px;
  padding-right: 18px;
}
.cta__txt {
  display: block;
  text-align: right;
  padding: 62px 0 40px 0;
}
.cta__item {
  display: flex;
  justify-content: right;
  transition: 0.4s;
}
.cta__item:hover {
  opacity: 80%;
}
.cta__list {
  padding: 0 19px 0 0;
}
.cta__list:first-of-type {
  padding: 0 19px 0 0;
}
.cta__link {
  color: #fff;
  font-weight: 600;
  background-color: #7B6915;
  letter-spacing: 1px;
  padding: 12px 30px;
  box-shadow: 3px 3px #000000;
  transition: 0.4s;
}
.cta__link:hover {
  box-shadow: -3px -3px #000000;
  background-color: #7B6915;
  color: white;
}

.merit {
  max-width: 900px;
  margin: 0 auto;
  padding: 120px 0 0 0;
}
.merit__title {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}
.merit__content {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.merit__box {
  width: 276px;
}
.merit__box span:first-of-type,
.merit__box span:nth-of-type(2) {
  color: #0B4227;
  display: block;
  font-family: "Roboto", sans-serif;
  width: 276px;
}
.merit__box span:first-of-type {
  font-size: 16px;
  letter-spacing: 1px;
  text-indent: 0.2em;
}
.merit__box span:nth-of-type(2) {
  font-size: 54px;
}
.merit__box span:nth-of-type(3) {
  display: block;
  color: #fff;
  background-color: #0B4227;
  text-align: center;
  font-size: 22px;
  padding: 18px;
  border: 15px solid #F0F0F0;
}
.merit__box span:nth-of-type(4) {
  display: block;
  line-height: 34px;
  padding: 0 17px 17px 17px;
  background-color: #F0F0F0;
}

.dannetu {
  background-color: #F5F8F7;
  padding: 50px 0;
}
.dannetu__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.dannetu__title {
  font-size: 32px;
  font-weight: 600;
  display: flex;
  border-bottom: 1px solid;
}
.dannetu__title span {
  display: block;
}
.dannetu__title div:first-of-type {
  display: block;
  color: #0B4227;
  font-family: "Roboto", sans-serif;
  padding: 0 23px 0 0;
}
.dannetu__title div:first-of-type span:first-of-type {
  font-size: 28px;
}
.dannetu__title div:first-of-type span:nth-of-type(2) {
  font-size: 75px;
}
.dannetu__title div:nth-of-type(2) {
  padding: 55px 0 0 0;
}
.dannetu .wrap {
  display: flex;
  justify-content: space-between;
}
.dannetu__text {
  color: white;
  background-color: #333232;
  font-size: 20px;
  padding: 12px;
  width: 200px;
  text-align: center;
}
.dannetu__box {
  background-color: white;
  margin: 56px 0px;
}
.dannetu__img {
  padding: 20px;
}
.dannetu__img:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
}
.dannetu__texts {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  padding: 10px 0 0 0;
}
.dannetu__texts p:nth-of-type(2) {
  padding: 15px 0 0 0;
  font-size: 28px;
  color: #0B4227;
  font-weight: 600;
  text-decoration: underline 4px #EFCD2E;
}
.dannetu__texts p:nth-of-type(2) span {
  font-size: 16px;
  color: #333232;
  text-decoration: underline 4px white;
}
.dannetu__texts__voice {
  max-width: 538px;
  margin: 0 auto;
}
.dannetu__images {
  width: 95%;
}
.dannetu__imga {
  max-width: 538px;
  margin: -190px 0 70px auto;
}
.dannetu__voice {
  display: block;
  font-size: 28px;
  font-weight: 600;
  margin: 120px 0;
}
.dannetu__voice p:last-of-type {
  padding: 13px 0 0 0;
}
.dannetu__voice span {
  color: #0B4227;
  font-size: 32px;
}

.syouene {
  padding: 50px 0;
}
.syouene .wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.syouene__title {
  font-size: 32px;
  font-weight: 600;
  display: flex;
  border-bottom: 1px solid;
}
.syouene__title span {
  display: block;
}
.syouene__title div:first-of-type {
  display: block;
  color: #0B4227;
  font-family: "Roboto", sans-serif;
  padding: 0 23px 0 0;
}
.syouene__title div:first-of-type span:first-of-type {
  font-size: 28px;
}
.syouene__title div:first-of-type span:nth-of-type(2) {
  font-size: 75px;
}
.syouene__title div:nth-of-type(2) {
  padding: 55px 0 0 0;
}
.syouene .box {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  line-height: 1.8;
}
.syouene .box div:first-of-type img {
  width: 430px;
  padding: 0 10% 0 0;
}
.syouene .box div:nth-of-type(2) img {
  width: 98%;
}
.syouene .box .syouene__text {
  padding: 40px 0 40px 0;
}
.syouene .syouene__te {
  padding: 30px 0 0 0;
}

.cost {
  background-color: #F5F8F7;
  padding: 60px 0;
}
.cost .wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.cost__title {
  font-size: 32px;
  font-weight: 600;
  display: flex;
  border-bottom: 1px solid;
}
.cost__title span {
  display: block;
}
.cost__title div:first-of-type {
  display: block;
  color: #0B4227;
  font-family: "Roboto", sans-serif;
  padding: 0 23px 0 0;
}
.cost__title span:first-of-type {
  font-size: 28px;
}
.cost__title span:nth-of-type(2) {
  font-size: 75px;
}

.cost__title div:nth-of-type(2) {
  padding: 55px 0 0 0;
}

.wrap_d {
  display: flex;
  justify-content: space-between;
}
.wrap_d div {
  display: block;
  padding-top: 57px;
}

.cost__qa {
  display: block;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  max-width: 859px;
  margin: 0 auto;
}
.cost__item {
  position: relative;
  margin: 70px 0 0 0;
}
.cost .cost__itemm {
  position: relative;
  margin: 70px 0 0 0;
}
.cost__icon {
  position: absolute;
  font-family: "Futura", sans-serif;
  font-size: 55px;
  font-weight: 400;
  display: block;
  text-align: left;
  top: -30px;
  left: -30px;
  padding: 10px;
  background-color: #F5F8F7;
}
.cost__item:last-of-type .cost__icon {
  color: #CC1B1C;
}
.cost__text {
  display: block;
  padding: 27px 0;
  border: 1px solid;
  background-color: white;
  font-weight: 600;
  line-height: 1.5;
}
.cost__text span {
  color: #0B4227;
  font-size: 27px;
}
.cost__text span:nth-of-type(2) {
  color: #CC1B1C;
}
.cost__texts {
  max-width: 524px;
  line-height: 1.8;
  font-size: 18px;
}
.cost__hikaku {
  max-width: 356px;
  margin: 0 auto;
}
.cost__list {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.9;
  background-color: white;
  margin: -57px auto 0 auto;
  max-width: 1000px;
}
.cost__p {
  position: relative;
  text-indent: 5em;
}
.cost__p span {
  color: #CC1B1C;
  font-size: 21px;
}
.cost__p::after {
  content: url(../images/icon_cost.svg);
  position: absolute;
  top: 17px;
  left: -35px;
}
.cost__pop {
  max-width: 900px;
  margin: 70px auto 70px auto;
  background-color: #F0F0F0;
  padding: 30px;
}
.cost__pop .cost__image {
  width: 200px;
  margin: -10px 0 0 0;
}
.cost__titlee {
  text-align: center;
  font-size: 23px;
  color: white;
  background-color: #0B4227;
  max-width: 350px;
  margin: 0 auto;
  padding: 13px;
}
.cost__textt {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  margin-top: -90px;
}
.cost__textt span {
  font-family: "Roboto", sans-serif;
  font-size: 63px;
  text-decoration: underline 7px #DDD24F;
  text-decoration-skip-ink: none;
}
.cost__textta {
  padding: 50px 0 0 0;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}

.eco {
  background-image: url(../images/bg_eco_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 48px 0;
  margin: 120px 0 120px 0;
}
.eco__wrap {
  max-width: 1000px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}
.eco__text:first-of-type {
  position: relative;
  padding: 25px 0 0 0;
}
.eco__text:first-of-type::before {
  position: absolute;
  content: url(../images/icon01_eco.svg);
  left: 340px;
}
.eco__text:first-of-type::after {
  position: absolute;
  content: url(../images/icon02_eco.svg);
}
.eco__text:nth-of-type(2) {
  color: #0B4227;
  font-size: 36px;
  text-decoration: underline 7px #DDD24F;
  padding: 27px 0;
}
.eco__text:nth-of-type(3) {
  font-size: 16px;
}
.eco .w {
  display: flex;
  justify-content: center;
}
.eco .ww {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.eco .eco__texts {
  font-size: 15px;
  padding-top: 2px;
  color: #0B4227;
}
.eco .eco__texts:first-of-type {
  padding-top: 8px;
}
.eco .eco__textss span:first-of-type {
  font-size: 52px;
  font-family: "Roboto", sans-serif;
  color: #0B4227;
}
.eco .eco__textss span:nth-of-type(2) {
  color: #0B4227;
}
.eco .eco__cta a {
  display: block;
  background-color: #0B4227;
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  width: 200px;
  margin: 0 0 0 30px;
}
.eco .eco__cta a:hover {
  opacity: 80%;
  transition: 0.4s;
}
.eco .eco__textsss {
  font-size: 12px;
  padding: 20px 0;
}

.cta:last-of-type {
  margin: 0 auto 120px auto;
}

.dannetu__text p {
  color: white;
}

.dannetu__title div:first-of-type span {
  color: #0B4227;
  font-family: "Roboto", sans-serif;
}

.syouene__title div:first-of-type span {
  color: #0B4227;
  font-family: "Roboto", sans-serif;
}

.cost__title div:first-of-type span {
  color: #0B4227;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .main{
      padding-top: 110px;
  }
  .merit__content {
    display: block;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .syouene .box {
    display: block;
  }
  .syouene .box div:nth-of-type(2) img {
    width: 100%;
  }
  .dannetu .wrap {
    display: block;
  }
  .syouene .box div:first-of-type img {
    width: 100%;
    padding: 0;
  }
  .eco__text:first-of-type::before {
    left: 0px;
  }
  .eco .ww {
    display: block;
  }
  .hero {
    background-image: url(../images/bg_hero_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .hero__image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 8% 20px 39% 20px;
  }
  .Label {
    display: block;
    color: #0B4227;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(90deg, #F8F8F8 0%, #F8F8F8 88%, #646464 88%, #646464 100%);
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7px 0;
    text-align: left;
    text-indent: 1em;
  }
  .Label span {
    color: #333232;
    font-size: 16px;
  }
  .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
    top: 15px;
  }
  .how-accordion {
    margin: 30px auto;
    padding: 0 20px;
  }
  .Label::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(65% - 12px);
    right: 14px;
    transform: rotate(135deg);
  }
  .how-accordion__content {
    display: block;
  }
  .how-accordion__box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #FFF2E3;
  }
  .toggle:checked + .Label + .how-accordion__content {
    padding: 30px 0;
  }
  .how-accordion__text {
    line-height: 2.25;
    padding: 0;
    font-size: 13px;
    padding: 30px 0 0 0;
  }
  .siyou {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
  }
  .siyou__title {
    font-size: 15px;
    font-weight: 600;
  }
  .siyou__gr {
    color: #0B4227;
    font-size: 22px;
  }
  .siyou__txt {
    padding: 20px 20px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .siyou__img {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .siyou__img {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  .siyou__ill__item {
    background-color: #fff;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 35px;
  }
  .siyou__ill {
    background-color: #F0F0F0;
    padding: 30px 20px;
    font-size: 10px;
    text-align: left;
    line-height: 1.8;
  }
  .siyou__ill__txt {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10px;
  }

  .siyou__ill__items:last-of-type span {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
  }
  .siyou__ill__items:last-of-type {
    font-size: 14px;
    margin: 0 auto;
    background: linear-gradient(transparent 89%, #DDD24F 40%);
    width: 140px;
    text-decoration: none;
    height: 35px;
    text-underline-offset: 1px;
  }
  .siyou__ill__txt::before,
  .siyou__ill__txt::after {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
  }
  .cta {
    background-image: url(../images/bg_cta_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .cta__txt {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: right;
    padding: 0;
  }
  .cta__image {
    max-width: 100%;
    padding-right: 0;
  }
  .cta__item {
    display: block;
    transition: 0.4s;
    line-height: 3;
  }
  .cta__link {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    background-color: #7B6915;
    letter-spacing: 1px;
    padding: 10px 20px;
    box-shadow: 3px 3px #000000;
    transition: 0.4s;
  }
  .cta__list:first-of-type {
    padding: 0;
    text-align: center;
  }
  .cta__list:nth-of-type(2) {
    text-align: center;
  }
  .cta__list {
    padding: 0;
  }
  .merit {
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 20px 0 20px;
  }
  .merit__title {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .merit__box span:first-of-type {
    font-size: 13.5px;
    letter-spacing: 1px;
    text-indent: 0.2em;
    text-align: center;
    padding: 25px 0 0 0;
  }
  .merit__box span:nth-of-type(2) {
    font-size: 46px;
    text-align: center;
    padding: 0 0 12px 0;
  }
  .merit__content {
    padding: 20px 0;
    margin: 0 auto;
  }
  .merit__box span:nth-of-type(3) {
    display: block;
    color: #fff;
    background-color: #0B4227;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    border: 10px solid #F0F0F0;
  }
  .merit__box span:nth-of-type(4) {
    font-size: 13px;
    display: block;
    line-height: 27px;
    padding: 0 17px 17px 17px;
    background-color: #F0F0F0;
  }
  .dannetu__title div:first-of-type span:nth-of-type(2) {
    font-size: 45px;
  }
  .dannetu__title div:first-of-type span:first-of-type {
    font-size: 18px;
  }
  .dannetu__title div:first-of-type {
    display: block;
    color: #0B4227;
    font-family: "Roboto", sans-serif;
    padding: 0 10px 0 0;
  }
  .dannetu__title div:nth-of-type(2) {
    padding: 0;
  }
  .dannetu__title {
    font-size: 21px;
    font-weight: 600;
    display: flex;
    border-bottom: 0px solid;
  }
  .dannetu {
    padding: 30px 20px 1px 20px;
  }
  .dannetu__title div:nth-of-type(2) span {
    line-height: 1.8;
    text-decoration: underline 1px solid;
    text-underline-offset: 5px;
  }
  .dannetu__text {
    color: white;
    background-color: #333232;
    font-size: 13px;
    padding: 8px;
    width: 120px;
    text-align: center;
  }
  .dannetu__box {
    background-color: white;
    margin: 30px 0px;
  }
  .dannetu__img {
    padding: 10px;
  }
  .dannetu__img:nth-of-type(2) {
    display: block;
    justify-content: space-between;
  }
  .dannetu__texts {
    display: block;
    text-align: center;
    line-height: 1.6;
    font-size: 13px;
    line-height: 1.3;
    padding: 10px 0 0 0;
  }
  .dannetu__texts p:first-of-type {
    padding-bottom: 16px;
  }
  .dannetu__texts p:nth-of-type(2) {
    display: inline;
    border-bottom: 3px solid #EFCD2E;
    padding: 15px 0 0 0;
    font-size: 15px;
    color: #0B4227;
    font-weight: 600;
    text-decoration: none;
  }
  .dannetu__texts p:nth-of-type(2) span {
    font-size: 10px;
    color: #333232;
    text-decoration: none;
    border-bottom: 16px solid #fff;
    display: inline;
    text-align: center;
  }
  .dannetu__images {
    width: 100%;
    padding: 25px 0;
  }
  .dannetu__voice {
    display: block;
    font-size: 28px;
    font-weight: 600;
    margin: -80px 0;
  }
  .dannetu__voice {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 80px 0;
  }
  .dannetu__imga {
    max-width: 100%;
    margin: -60px 0 70px auto;
  }
  .dannetu__voice {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 50px 0;
  }
  .dannetu__voice span {
    color: #0B4227;
    font-size: 16px;
  }
  .dannetu__voice p:nth-of-type(2) {
    display: block;
    text-align: right;
  }
  .syouene__title div:first-of-type span:nth-of-type(2) {
    font-size: 45px;
  }
  .syouene__title div:first-of-type span:first-of-type {
    font-size: 18px;
  }
  .syouene__title div:first-of-type {
    display: block;
    color: #0B4227;
    font-family: "Roboto", sans-serif;
    padding: 0 10px 0 0;
  }
  .syouene__title div:nth-of-type(2) {
    line-height: 1.8;
    text-decoration: underline 1px solid;
    text-underline-offset: 5px;
    padding: 0;
  }
  .syouene__title {
    font-size: 21px;
    font-weight: 600;
    display: flex;
    border-bottom: 0px solid;
  }
  .syouene {
    padding: 30px 20px 1px 20px;
  }
  .syouene .box {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 15px 0;
    line-height: 1.8;
  }
  .syouene .box .syouene__text {
    padding: 20px 0 0 0;
    font-size: 12px;
  }
  .syouene .syouene__te {
    padding: 20px 0 20px 0;
    line-height: 1.8;
    font-size: 12px;
  }
  .syouene .sp-only {
    padding: 0 0 20px 0;
  }
  .cost__title div:first-of-type span:nth-of-type(2) {
    font-size: 45px;
  }
  .cost__title div:first-of-type span:first-of-type {
    font-size: 18px;
  }
  .cost__title div:first-of-type {
    display: block;
    color: #0B4227;
    font-family: "Roboto", sans-serif;
    padding: 0 10px 0 0;
  }
  .cost__title div:nth-of-type(2) {
    line-height: 1.8;
    text-decoration: underline 1px solid;
    text-underline-offset: 5px;
    padding: 0;
  }
  .cost__title {
    font-size: 21px;
    font-weight: 600;
    display: flex;
    border-bottom: 0px solid;
  }
  .cost {
    padding: 30px 20px 1px 20px;
  }
  .cost__icon {
    font-size: 30px;
    padding: 6px;
    top: -30px;
    left: -9px;
  }
  .cost__qa {
    font-size: 14px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
  .cost__text span {
    color: #0B4227;
    font-size: 17px;
  }
  .cost__text {
    display: block;
    padding: 15px 0;
    border: 1px solid;
    background-color: white;
    font-weight: 600;
    line-height: 1.7;
  }
  .wrap_d {
    display: block;
  }
  .cost__texts {
    max-width: 100%;
    line-height: 1.8;
    font-size: 12px;
  }
  .wrap_d div {
    display: block;
    padding-top: 10px;
  }
  .wrap_d .sp-only {
    padding: 20px 0 0 0;
  }
  .cost__list {
    display: block;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.9;
    background-color: white;
    margin: -57px auto 0 auto;
    max-width: 1000px;
  }
  .cost__hikaku {
    width: 85%;
    margin: -40px auto 0 auto;
    padding: 0 0 30px 0;
  }
  .cost__list {
    display: block;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 2.2;
    background-color: white;
    margin: 57px auto 0 auto;
    max-width: 1000px;
    padding: 0 20px;
  }
  .cost__p {
    position: relative;
    text-indent: 2em;
  }
  .cost__p span {
    color: #CC1B1C;
    font-size: 13px;
  }
  .cost__p::after {
    content: url(../images/icon_cost_sp.svg);
    position: absolute;
    top: 5px;
    left: -24px;
  }
  .splist {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: center;
  }
  .cost__titlee {
    text-align: center;
    font-size: 14.5px;
    color: white;
    background-color: #0B4227;
    max-width: 350px;
    margin: 0 auto;
    padding: 13px;
  }
  .cost__textt span {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    background: linear-gradient(transparent 84%, #DDD24F 40%);
    padding-bottom: 1px;
    width: 150px;
  }
  .cost__textt {
    text-align: center;
    font-size: 14.5px;
    font-weight: 600;
    margin-top: 0px;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0.6;
    padding: 20px 0 0 4%;
  }
  .cost__pop .cost__image {
    width: 138px;
    margin: 0px 0 0 0;
  }
  .cost__pop .sp-only {
    display: block;
    text-align: right;
    margin-top: -90px;
  }
  .cost__pop {
    max-width: 100%;
    margin: 30px auto 30px auto;
    background-color: #F0F0F0;
    padding: 30px 10px;
  }
  .cost__textta {
    padding: 20px 0 0 4%;
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
  }
  .eco__wrap {
    max-width: 1000px;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
  }
  .eco__text:first-of-type::before {
    position: absolute;
    content: url(../images/icon01_eco_sp.svg);
    left: 30px;
    top: 20px;
  }
  .eco__text:first-of-type::after {
    position: absolute;
    content: url(../images/icon02_eco_sp.svg);
    right: 30px;
    top: 20px;
  }
  .eco__text:nth-of-type(2) {
    color: #0B4227;
    font-size: 20px;
    padding: 20px 0 7px 0;
    background: linear-gradient(transparent 87%, #DDD24F 40%);
    margin: 0 auto;
    width: 240px;
  }
  .eco {
    background-image: url(../images/bg_eco_sp.png);
    background-size: cover;
    padding: 40px 20px;
    margin: 0 0 120px 0;
  }
  .eco__text:nth-of-type(3) {
    font-size: 12px;
    line-height: 1.6;
    padding: 20px 0 10px 0;
  }
  .eco .eco__cta a {
    display: block;
    background-color: #0B4227;
    color: white;
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    width: 140px;
    margin: 12px auto 0 auto;
  }
  .eco .eco__textsss {
    font-size: 10px;
    padding: 16px 0;
  }
  .eco .ww {
    justify-content: center;
    padding: 10px 0;
  }
  .eco .eco__textss span:first-of-type {
    font-size: 34px;
    font-family: "Roboto", sans-serif;
    color: #0B4227;
  }
  .eco {
    margin: 50px 0 50px 0;
  }
  .cta:last-of-type {
    margin: 0 auto 50px auto;
  }
  .cost__item {
    position: relative;
    margin: 37px 0 0 0;
  }
  .cost__itemm {
    position: relative;
    margin: 57px 0 0 0;
  }
  .merit__box {
    width: 100%;
  }
  .merit__box span:nth-of-type(2) {
    width: 100%;
  }
  .merit__box span:first-of-type, .merit__box span:nth-of-type(2) {
    width: 100%;
  }
  .eco .eco__texts {
    font-size: 12px;
    padding-top: 2px;
    color: #0B4227;
  }
  .eco .eco__texts:first-of-type {
    padding-top: 6px;
  }
}/*# sourceMappingURL=style.css.map */

/* --- */
.siyou__c{
  font-size: 14px;
  text-align: center;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px){
  .siyou__c {
    text-align: left;
    line-height: 1.6;
    padding: 20px 20px;
}
  
}