@charset "UTF-8";
/*---------------------------------------------
    common
---------------------------------------------*/
/*---------------------------------------------
    main img
  ---------------------------------------------*/
.mv {
  align-items: center;
  background: url(../images/mv_sub.jpg) no-repeat;
  background-size: cover;
  display: flex;
  height: 400px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .mv {
    height: 180px;
  }
}
.mv .page-title {
  color: #13ae67;
  display: inline-block;
  font-size: 3.6rem;
  padding: 2px 50px 0;
  text-shadow: 1px 1px 4px #fff;
}
@media screen and (max-width: 820px) {
  .mv .page-title {
    font-size: 2.4rem;
  }
}

.section-ttl {
  background: #13ae67;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0px 32px 2px;
}

/*---------------------------------------------
    main
---------------------------------------------*/
/*---------------------------------------------
    criteria
---------------------------------------------*/
.criteria {
  margin: 0 auto;
  padding-bottom: 16px;
  padding-top: 40px;
  width: 86%;
}
.criteria .section-ttl {
  margin-bottom: 16px;
}
.criteria .inner {
  margin: 0 auto;
}
.criteria .inner .txt {
  margin-bottom: 8px;
}
.criteria .inner .criteria-list {
  margin-bottom: 8px;
  padding-left: 2.4rem;
}
.criteria .inner .criteria-list li {
  color: #22ac38;
  list-style: decimal-leading-zero outside;
}

/*---------------------------------------------
    flow
---------------------------------------------*/
.flow {
  margin: 0 auto 24px;
  width: 86%;
}
.flow .section-ttl {
  margin-bottom: 16px;
}
.flow .inner {
  margin: 0 auto;
}
.flow .inner .box {
  margin-bottom: 24px;
}
.flow .inner .box-ttl {
  background: #fff;
  border: #13ae67 solid 2px;
  border-radius: 24px;
  color: #13ae67;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 8px;
  text-align: center;
}

/*---------------------------------------------
    price
---------------------------------------------*/
.price {
  margin: 0 auto 24px;
  width: 86%;
}
.price .section-ttl {
  margin-bottom: 16px;
}
.price .inner {
  margin: 0 auto;
}
.price .inner .box dl {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.price .inner .box dl dt {
  background: #13ae67;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 8px;
}
.price .inner .box dl dd::before {
  color: #13ae67;
  content: "●";
  font-size: 1.2rem;
}
.price .inner .box table {
  margin-bottom: 8px;
  width: 100%;
}
.price .inner .box table tr th, .price .inner .box table tr td {
  border: #231815 solid 1px;
  font-weight: bold;
  padding: 4px 0;
  text-align: center;
  vertical-align: middle;
}
.price .inner .box table thead tr th {
  background: #13ae67;
  color: #fff;
}
.price .inner .box table tbody th, .price .inner .box table tbody td {
  background: #fff;
}
.price .inner .box ul {
  margin-bottom: 24px;
}
.price .inner .box ul li {
  font-size: 0.9rem;
  padding-left: 0.9rem;
  text-indent: -0.9rem;
}
@media screen and (min-width: 821px) {
  .price .inner .box ul li {
    font-size: 1.4rem;
    padding-left: 1.4rem;
    text-indent: -1.4rem;
  }
}
.price .inner .box ul li::before {
  color: #d0e4a0;
  content: "●";
}