@charset "utf-8";
.boxAnchor01 {
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 80px auto;
  text-align: center;
}
.boxAnchor01 li {
  font-weight: bold;
  display: inline-block;
  margin: 0 20px 2em 20px;
  font-size: 1.2em;
}
.boxAnchor01 li a {
  padding: 0 20px 1em 20px;
  position: relative;
  display: block;
}
.boxAnchor01 li a:before {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 10em;
  background-color: #58b530;
  position: absolute;
  left: 0;
  bottom: 0;
}
.boxAnchor01 li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 9px solid #58b530;
  border-bottom: 0;
  position: absolute;
  left: 1em;
  bottom: -8px;
}
.boxFaq01 .dl:nth-child(n+2) {
  margin-top: 2rem;
}
.boxFaq01 .dl .dt > div {
  display: flex;
  background-color: #259950;
  border-radius: 10em;
}
.boxFaq01 .dl .dt {
  margin-bottom: 24px;
  padding: 5px 35px;
}
.boxFaq01 .dl .dt .alpha {
  color: #fff100;
  font-weight: bold;
  font-size: 30px;
  width: 45px;
}
.boxFaq01 .dl .dt p:nth-of-type(2) {
  width: calc(100% - 34px);
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  padding-top: 0.4em;
}
.boxFaq01 .dl .dd > div {
  display: flex;
}
.boxFaq01 .dl .dd .alpha {
  width: 40px;
  font-size: 1.625rem;
  font-weight: bold;
  color: #259950;
}
.boxFaq01 .dl .dd p:nth-of-type(2) {
  width: calc(100% - 40px);
  font-size: 1.125rem;
  font-weight: 500;
  padding-top: 0.3em;
  line-height: 1.88;
  padding-right: 30px;
}
.btnBase01 a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  min-width: 260px;
  height: 53px;
  padding-left: 2em;
  border-radius: 10em;
  background: url("../../images/common/svg/arrow_green02.svg") no-repeat right 20px center;
  background-color: #fff100;
  background-size: 20px;
  font-weight: bold;
}
.btnBase01.gray a {
  background-color: #edeeef;
}
.btnBase01Wrap {
  margin: 10px 0;
}
.btnBaseText a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  background: url("../../images/common/svg/arrow_green02.svg") no-repeat right center;
  background-size: 20px;
  font-weight: bold;
  padding: 5px 37px 5px 0;
}
.btnBase02 a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  min-width: 368px;
  height: 64px;
  padding-left: 2em;
  border-radius: 10em;
  background: url("../../images/common/svg/arrow_green02.svg") no-repeat right 20px center;
  background-color: #fff100;
  background-size: 24px;
  font-weight: bold;
  font-size: 1.375rem;
}
.btnBase02.gray a {
  background-color: #edeeef;
}
.boxBgDot01 {
  position: relative;
  padding: 60px 0;
  margin: 60px 0;
}
.boxBgDot01:before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: url("../../images/common/bg-dot01.jpg");
}
.boxBgDot01 > div {
  position: relative;
  z-index: 1;
}
.ttlBaseH201:after {
  background-color: #259950;
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150vw;
}
.ttlBaseH201 {
  position: relative;
  margin-top: 2.5rem;
}
.ttlBaseH201 >div:before {
  content: "";
  width: 215px;
  height: 215px;
  background: url("../../images/common/svg/ico_h2.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-150%);
  pointer-events: none;
}
.ttlBaseH201 > div {
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
  min-height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;

}
.ttlBaseH201 .ja {
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 2.375rem;
  letter-spacing: 0.12em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ttlBaseH201 .en {
  text-align: center;
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #fff100;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.ttlBaseH202 {
  margin-bottom: 4.5rem;
  text-align: center;
  margin-top: 2.5rem;
}
.ttlBaseH202 .ja {
  display: block;
  color: #000;
  font-weight: 800;
  font-size: 2.375rem;
  letter-spacing: 0.12em;
  text-align: center;
}
.ttlBaseH202 .en {
  text-align: center;
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #58b530;
  margin-bottom: 20px;
  font-weight: 500;
}
.ttlBaseH301 {
  background-color: #f8f8f9;
  border-radius: 1rem;
  padding: 30px 38px;
  font-size: 1.25rem;
  color: #0b5b29;
  margin-bottom: 45px;
}
.ttlBaseH301 > div,
.ttlBaseH302 > div,
.ttlBaseH303 > div {
  display: flex;
  align-items: center;
}
.ttlBaseH301,
.ttlBaseH302,
.ttlBaseH303 {
  margin-top: 2rem;
}
.ttlBaseH301 h3 {
  padding-left: 30px;
  position: relative;
}
.ttlBaseH301 h3:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10em;
  background-color: #56b02f;
  position: absolute;
  left: 0;
  top: 10px;
}
.ttlBaseH301 .sub {
  color: #259950;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.ttlBaseH301 .sub:before {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #259950;
  display: inline-block;
  margin: 0 1rem;
}
.ttlBaseH302 {
  display: flex;
  align-items: center;
  background-color: #259950;
  border-radius: 1rem;
  padding: 30px 38px;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 20px;
}
.ttlBaseH302 h3 {
  padding-left: 30px;
  position: relative;
}
.ttlBaseH302 h3:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10em;
  background-color: #fff100;
  position: absolute;
  left: 0;
  top: 10px;
}
.ttlBaseH302 .sub {
  color: #fff100;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.ttlBaseH302 .sub:before {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #fff100;
  display: inline-block;
  margin: 0 1rem;
}
.ttlBaseH303 {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  margin-bottom: 20px;
  padding: 30px 0 30px 12px;
  position: relative;
}
.ttlBaseH303:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #c7e5d2;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10em;
}
.ttlBaseH303:after {
  border-radius: 10em;
  content: "";
  width: 96px;
  height: 4px;
  background-color: #259950;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ttlBaseH303 h3 {
  padding-left: 30px;
  color: #000;
  position: relative;
}
.ttlBaseH303 h3:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10em;
  background-color: #58b530;
  position: absolute;
  left: 0;
  top: 10px;
}
.ttlBaseH303 .sub {
  color: #259950;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.ttlBaseH303 .sub:before {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #259950;
  display: inline-block;
  margin: 0 1rem;
}
.boxDl01 {
  margin: 0 0 40px 0;
}
.boxDl01 .dl > div {
  display: flex;
}
.boxDl01 .dt {
  font-weight: bold;
  font-size: 1.0625rem;
  color: #259950;
  padding: 1.2rem 1rem 1.2rem 30px;
  border-bottom: 1px solid #cccccc;
  width: 15%;
  position: relative;
}
.boxDl01 .dt:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #58b530;
  position: absolute;
  left: 15px;
  top: 1.7em;
}
.boxDl01 .dd {
  width: 85%;
  margin-left: 14px;
  padding: 1.2rem 1rem 1.2rem 10px;
  border-bottom: 1px solid #cccccc;
}
.boxDl02 {
  margin: 40px 0;
}
.boxDl02 .dl > div {
  display: flex;
}
.boxDl02 .dt {
  font-weight: bold;
  font-size: 1.0625rem;
  color: #259950;
  padding: 1.2rem 1rem 1.2rem 30px;
  width: 15%;
  position: relative;
}
.boxDl02 .dt:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #58b530;
  position: absolute;
  left: 15px;
  top: 1.7em;
}
.boxDl02 .dd {
  width: 85%;
  margin-left: 14px;
  padding: 1.2rem 1rem 1.2rem 10px;
}
.boxDl02 .dl:nth-of-type(2n) {
  background-color: #f0ffdb;
  border-radius: 1rem;
}
.boxBgGreen01 {
  padding: 80px 0;
  position: relative;
}
.boxBgGreen01:before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #f0ffdb;
}
.boxBgGreen01 > div {
  position: relative;
  z-index: 1;
}
.boxProcess {
  margin-bottom: 40px;
  position: relative;
}
.boxProcess .num {
  color: #259950;
  font-size: 13.81px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 10em;
  text-align: center;
  background-color: rgba(255,255,0,0.26);
  position: relative;
  position: absolute;
  left: -30px;
  top: -30px;
}
.boxProcess .num:before {
  content: "";
  width: 75%;
  height: 75%;
  border-radius: 10em;
  background-color: rgba(255,255,0,1);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.boxProcess .num > div {
  position: relative;
  z-index: 1;
}
.boxProcess .num strong {
  font-weight: bold;
  color: #0b5b29;
  font-size: 43px;
  display: block;
  line-height: 1;
  text-align: center;
}
.boxProcess .num p {
  line-height: 1;
}
.boxProcessTitle01 {
  color: #fff;
  background-color: #259950;
  padding: 1rem 1rem 1rem 110px;
  font-size: 1.25rem;
  border-radius: 10em;
  margin-bottom: 35px;
}
.boxProcessTitle01 + .wp-block-group {
  padding: 0 0 30px 110px;
  background: url("../../images/common/bg-dot02.png") repeat-y 30px top;
}
.wp-block-list:not(.boxAnchor01) li {
    line-height: 1.66;
    font-size: 1.125rem;
    padding-left: 1.1em;
    position: relative;
    list-style: none;
}
.wp-block-list:not(.boxAnchor01) li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 10em;
    background-color: #717171;
    position: absolute;
    left: 0;
    top: .8em;
}
.wp-block-list:not(.boxAnchor01) li:nth-child(n+2) {
    margin-top: 1em;
}
.boxPostBody p {
    font-size: 1.125rem;
    letter-spacing: .04em;
    line-height: 1.77;
}
@media only screen and (max-width:750px) {
  .boxAnchor01 li {
    margin:0 1em 1em 0;
    font-size:1em;
  }
  .boxAnchor01 {
    text-align: center;
  }
  .boxFaq01 .dl .dt {
    padding: 0.5em 1em;
    font-size: 1.125rem;
  }
  .boxFaq01 .dl .dd p:nth-of-type(2) {
    font-size: 1rem;
    padding-right: 0;
    width: 100%;
  }
  .boxFaq01 .dl .dt .alpha {
    width: 1.2em;;
  }
  .boxFaq01 .dl .dd .alpha {
      width: 1.2em;
      margin-top: -0.25em;;
    }
    .ttlBaseH201 .ja,
    .ttlBaseH202 .ja {
      font-size: 1.4rem;
    }
    .ttlBaseH201 .en,
    .ttlBaseH202 .en {
      margin-bottom: 0.5em;
    }
    .ttlBaseH201 > div {
      min-height: 5rem;
      padding: 2rem 0;
      width: 112%;
      margin-left: -6%;
    }
    .ttlBaseH301 > div, .ttlBaseH302 > div, .ttlBaseH303 > div {
      display: block;
    }
    .ttlBaseH301,
    .ttlBaseH302,
    .ttlBaseH303 {
      font-size: 1.1rem;
      padding: 1rem 1.5rem;
      margin-bottom: 1.2em;
    }
    .ttlBaseH301 .sub,
    .ttlBaseH302 .sub,
    .ttlBaseH303 .sub {
      font-size: 0.875rem;
      padding-left: 30px;
      margin-top: 0.5em;
    }
    .ttlBaseH301 .sub:before,
    .ttlBaseH302 .sub:before,
    .ttlBaseH303 .sub:before {
      margin: 0 1em 0 0;
    }
    .boxDl01 .dl > div,
    .boxDl02 .dl > div {
      display: block;
    }
    .boxDl01 .dt,.boxDl02 .dt {
      width: 100%;
      font-size: 1rem;
      border:none;
      padding-bottom: 0;
    }
    .boxDl01 .dd,.boxDl02 .dd {
      width: 100%;
      margin: 0;
      font-size: 1rem;
      padding-top: 0.5em;
    }
    .boxDl01 .dt:before {
      top: 2em;
    }
    .boxDl02 .dt:before {
      top: 2em;
    }
    .boxDl02 .dl {
      padding: 0.5rem 1rem;
    }
    .boxProcess .num > div p {
      font-size: 0.85rem;
    }
    .boxProcess .num strong {
      font-size: 1.8rem;
    }
    .boxProcess .num {
      width: 6rem;
      height: 6rem;
      left: -2rem;
      top: -1.5rem;
    }
    .boxProcessTitle01 {
      font-size: 1.125rem;
      padding-left: 5rem;
    }
    .boxProcessTitle01 + .wp-block-group {
      padding-left: 3rem;
      background-position: 1rem top;
    }
    .boxPostBody p {
      font-size: 1rem;
    }
    .btnBase02 a {
      width: 100%;
      font-size: 1.125rem;
    }

}
.ttlBaseH302.ttlBaseNumber01 {
  padding: 16px 20px;
  margin: 1.5em 0 1em 0;
}
.ttlBaseH302.ttlBaseNumber01 h3:before {
  content: none;
}
.ttlBaseH302.ttlBaseNumber01 p {
  line-height: 1;
  color: #259950;
  background-color: #fff;
  border-radius: 10em;
  margin-right: 0.8em;
    width: 1.6em;
  height: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: bold;
  padding-bottom: 1px;
}
.ttlBaseH302.ttlBaseNumber01.white {
  background-color: #fff;
}
.ttlBaseH302.ttlBaseNumber01.white p {
  background-color: #259950;
  color: #fff;
}
.ttlBaseH302.ttlBaseNumber01.white h3 {
  color: #259950;
}
.ttlBaseH302.ttlBaseNumber01 h3 {
  padding-left: 0;
}
@media only screen and (max-width:750px) {
  .ttlBaseH301 h3 {
    padding-left: 1.5em;
  }
  .boxBgGreen01 {
    padding: 70px 0;
  }
  .pageLineHowto .btnBase02 a {
    min-width: inherit;
  }
  .pageLineHowto span[style="font-size: 18px"] {
    font-size: 1rem !important;
  }
  .ttlBaseH302.ttlBaseNumber01 > div {
    display: flex;
  }
  .pageLineHowto .dFlex .wp-container-core-columns-is-layout-9d6595d7 {
    display: block !important;
  }
  .boxFaq01 .dl .dt p:nth-of-type(2) {
    display: flex;
    align-items: center;
  }
  .ttlBaseH302.ttlBaseNumber01 p {
    flex-shrink: 0;
  }
}