@charset "utf-8";
/* =============================================
common
============================================= */
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head-2 {
  font-size: 30px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #009944;
  font-weight: bold;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .page-top h2 {
    margin: 0;
    padding: 0;
    background: none;
  }
  .head-2 {
    font-size: 5.5vw !important;
    margin: 0 0 5vw !important;
  }
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}
/* =============================================
intro
============================================= */
.leadText {
  text-align: center;
  font-size: 20px;
  line-height: 2.2;
  padding: 80px 0;
  color: #4A3F2B;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}
.leadText p {
  margin: 0 0 15px;
}
.leadText p .txt01 {
  font-weight: bold;
  background: #e6f1e8;
}
.description {
  background: #e9f2ea;
  padding: 80px 0;
  font-family: "Noto Serif JP", serif;
}
.description .flex-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.description .flex-img {
  width: 175px;
}
.description .flex-text {
  color: #009944;
}
.description .caption {
  font-size: 26px;
  line-height: 1.8;
}
.description .text {
  font-size: 20px;
  line-height: 1.8;
  margin: 25px 0 0;
}
.description .button {
  background: #009944;
  color: #fff;
  width: 390px;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  border-radius: 100px;
  margin: 30px 0 0;
}
@media screen and (max-width: 1023px) {
  .leadText {
    text-align: center;
    font-size: 3.73vw;
    line-height: 6.5vw;
    padding: 8vw 4vw 7vw;
  }
  .description {
    padding: 8vw 4vw;
  }
  .description .flex-img {
    width: 24%;
  }
  .description .flex-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .description .flex-text {
    width: 100%;
  }
  .description .caption {
    font-size: 4.5vw;
    text-align: center;
    line-height: 8vw;
    margin: 4vw 0 0;
  }
  .description .text {
    font-size: 3.73vw;
    line-height: 6.5vw;
    margin: 5vw 0 0;
    text-align: center;
  }
  .description .button {
    width: 80%;
    display: block;
    text-align: center;
    padding: 3vw 0;
    font-size: 4vw;
    margin: 5vw auto 0;
  }
}
/* =============================================
flow
============================================= */
.flow {
  max-width: 1000px;
  border: 2px solid #009944;
  border-radius: 30px;
  margin: 80px auto;
  padding: 40px 25px;
  font-family: "Noto Serif JP", serif;
}
.flow01 .flex-wrap {
  justify-content: center;
}
.flow01 .step {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #009944;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 39px;
  position: relative;
  padding-top: 25px;
}
.flow01 .step span {
  position: absolute;
  font-size: 20px;
  margin: auto;
  left: 0;
  right: 0;
  top: 10px;
}
.flow01 .flex-wrap li {
  width: 25%;
  position: relative;
}
.flow01 .flex-wrap li:nth-child(4) {
  width: 20%;
}
.flow01 p {
  font-size: 18px;
  line-height: 1.6;
  padding: 14px 0 0;
}
.flow01 a {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  background: #eee;
  width: 90%;
  display: block;
  text-align: center;
  border-radius: 100px;
  padding: 6px 0;
  margin: 16px 0 0;
  color: #fff;
}
.flow01 a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.flow01 a.button-form {
  background: #cb4343;
}
.flow01 a.button-x {
  background: #000;
}
.flow01 a.button-x::after {
  right: 14px;
}
.flow01 a.button-x .x-icon {
  position: absolute;
  width: 15px;
  left: 12px;
  top: 13px;
}
.flow02 {
  margin: 50px 0 0;
}
.flow01 .arrow {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 3px;
  margin: 29px 0;
  border-radius: 9999px;
  background-color: #009944;
  right: 23px;
  top: 14px;
}
.flow01 .arrow::before, .flow01 .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 20px;
  height: 3px;
  border-radius: 9999px;
  background-color: #009944;
  transform-origin: calc(100% - 1px) 50%;
}
.flow01 .arrow::before {
  transform: rotate(45deg);
}
.flow01 .arrow::after {
  transform: rotate(-45deg);
}
.flow02 .flex-wrap {
  justify-content: center;
  align-items: center;
}
.flow02 .arrow {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 3px;
  border-radius: 9999px;
  background-color: #009944;
  margin: 0 15px;
}
.flow02 .arrow::before, .flow02 .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 20px;
  height: 3px;
  border-radius: 9999px;
  background-color: #009944;
  transform-origin: calc(100% - 1px) 50%;
}
.flow02 .arrow::before {
  transform: rotate(45deg);
}
.flow02 .arrow::after {
  transform: rotate(-45deg);
}
.flow02 .flex-wrap li {
  width: 15%;
}
.flow02 .flex-wrap li.arrow {
  width: 6%;
}
.flow02 .text {
  text-align: center;
  font-size: 20px;
  color: #009944;
  margin: 10px 0 0;
}
@media screen and (max-width: 1023px) {
  .flow {
    margin: 8vw 4vw;
    padding: 5vw;
  }
  .flow01 .flex-wrap {
    flex-wrap: wrap;
  }
  .flow01 .flex-wrap li {
    width: 100%;
  }
  .flow01 .step {
    width: 18vw;
    height: 18vw;
    font-size: 7vw;
    padding-top: 7vw;
  }
  .flow01 .step span {
    font-size: 4vw;
    top: 3vw;
  }
  .step-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 0 5vw;
  }
  .flow01 .flex-wrap li:nth-child(4) {
    width: 100%;
    padding: 10vw 0 0;
  }
  .step-wrap .text-wrap {
    width: 70%;
  }
  .step-wrap .step-p {
    width: 70%;
    padding: 2vw 0 0;
  }
  .flow01 p {
    font-size: 3.73vw;
    line-height: 7vw;
    padding: 0;
  }
  .flow01 a {
    font-size: 4vw;
    width: 100%;
    padding: 2.5vw 0;
    margin: 3vw 0 0;
  }
  .flow01 a::after {
    right: 5vw;
    width: 2vw;
    height: 2vw;
  }
  .flow01 a.button-x::after {
    right: 5vw;
  }
  .flow01 a.button-x .x-icon {
    width: 7%;
    left: 6vw;
    top: 3.5vw;
  }
  .flow01 .arrow {
    position: absolute;
    display: inline-block;
    width: 0.5vw;
    height: 8vw;
    margin: 0 7vw;
    border-radius: 9999px;
    background-color: #009944;
    right: 0;
    left: 2vw;
    top: 21vw;
  }
  .flow01 .arrow::before, .flow01 .arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.3vw);
    width: 0.5vw;
    height: 5vw;
    border-radius: 9999px;
    background-color: #009944;
    transform-origin: 50% calc(100% - 0.3vw);
  }
  .flow01 .arrow::before {
    transform: rotate(45deg);
  }
  .flow01 .arrow::after {
    transform: rotate(-45deg);
  }
  .flow02 {
    margin: 5vw 0 0;
  }
  .flow02 .flex-wrap {
    flex-wrap: wrap;
  }
  .flow02 .flex-wrap li {
    width: 35%;
    margin: 3vw 1vw 0;
  }
  .flow02 .text {
    font-size: 4vw;
    margin: 2vw 0 0;
  }
  .flow02 .flex-wrap li.arrow {
    width: 9%;
  }
  .flow02 .arrow {
    height: 0.5vw;
  }
  .flow02 .arrow::before, .flow02 .arrow::after {
    top: calc(50% - 1px);
    right: 0;
    width: 3vw;
    height: 0.5vw;
    transform-origin: calc(100% - 1px) 50%;
  }
}
/* =============================================
present
============================================= */
.present {
  background: #e9f2ea;
  padding: 80px 0;
  font-family: "Noto Serif JP", serif;
}
.present .flex-wrap {
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}
.present .flex-wrap li {
  width: 46%;
  background: #fff;
  border-radius: 30px;
  padding: 35px 0;
}
.present .flex-wrap li .herbtea {
  width: 64%;
  display: block;
  margin: 0 auto 25px;
}
.present .text {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
.present .flex-wrap li .coupon {
  width: 75%;
  display: block;
  margin: 0 auto 30px;
}
.present .caption {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #009944;
  margin: 0 0 30px;
}
@media screen and (max-width: 1023px) {
  .present {
    padding: 8vw 4vw;
  }
  .present .flex-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .present .flex-wrap li {
    width: 90%;
    margin: 0 0 5vw;
    padding: 6vw;
  }
  .present .flex-wrap li .herbtea {
    width: 70%;
    margin: 0 auto 4vw;
  }
  .present .text {
    font-size: 4vw;
    line-height: 6vw;
  }
  .present .caption {
    font-size: 4.5vw;
    margin: 0 0 4vw;
  }
  .present .flex-wrap li .coupon {
    margin: 0 auto 4vw;
  }
}
/* =============================================
terms
============================================= */
#terms {
  position: relative;
  padding: 100px 0 100px;
  font-family: "Noto Sans JP";
}
#terms .terms {
  margin: 0 auto;
  position: relative;
  color: #082929;
  max-width: 1000px;
}
#terms h3.caption {
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #009944;
  padding: 0 15px;
  margin-bottom: 25px;
  margin-top: 45px;
}
.li--detail {
  font-size: 16px;
  margin-bottom: 20px;
}
.li--detail li {
  display: table;
  line-height: 2;
  table-layout: auto;
}
.li--detail li .pre {
  display: table-cell;
  padding: 0rem 0.5rem 0rem 0rem;
  white-space: nowrap;
  width: 1%;
}
.li--detail .link {
  text-decoration: underline;
  color: #1a69ac;
}
@media screen and (max-width: 1023px) {
  #terms {
    padding: 8vw 4vw;
  }
  #terms h3.caption {
    font-size: 4vw;
    padding: 0 4vw;
    margin-bottom: 3vw;
    margin-top: 6vw;
  }
  .li--detail {
    font-size: 3.73vw;
    margin-bottom: 5vw;
  }
  .li--detail li {
    display: table;
    line-height: 6.5vw;
    table-layout: auto;
  }
  .pane-main {
    margin: 0
  }
}