@charset "UTF-8";
/* CSS Document */

.com01 .ttl01{
  margin-bottom: 30px;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .com01 .ttl01{
    margin-bottom: 15px;
    margin-top: 15px;
    width: 94%;
  }
}



.under .sec{
  width: 1000px;
  margin: auto;
  margin-top: 100px;
  background: #fff;
  border-radius: 20px;
}

.under .sec .inner {
  padding: 50px 60px 90px 60px;
}

.u-sec07 {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .under .sec{
    width: 94%;
    margin: auto;
    margin-top: 50px;
    background: #fff;
    border-radius: 10px;
  }

  .under .sec .inner {
    padding: 25px 20px 45px 20px;
  }
}

/*--------------------------------------------------
  pay society
--------------------------------------------------*/
.parenting {
  background: #fef3ec;
  width: 100%;
  display: block;
  padding-top: 50px;
  padding-bottom: 120px;
}

.society {
  background: #e8f7f9;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 120px;
}

.parenting .sec , .society .sec{
  width: 1000px;
  margin: auto;
  margin-top: 150px;
  background: #fff;
  border-radius: 20px;
}

.parenting .sec .inner , .society .sec .inner{
  padding: 50px 60px 65px 60px;
}

.parenting .ttl-box , .society .ttl-box{
  position: relative;
  margin: auto;
  margin-top: -80px;
}
.parenting .ttl-box h2{
  width: 401px;
  margin: auto;
}
.society .ttl-box h2{
  width: 481px;
  margin: auto;
}

.parenting .l-ttl , .society .l-ttl{
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  margin-top: 25px;
}
.parenting .l-ttl span , .society .l-ttl span {
  font-size: 26px;
  font-weight: bold;
}

.parenting .link , .society .link {
  width: 433px;
  margin: auto;
  margin-top: 15px;
}

.parenting .block , .society .block {
  background: #f8f8f8;
  border-radius: 15px;
  margin-top: 50px;
}
.parenting .block .b-inner , .society .block .b-inner {
  padding: 40px 50px 60px;
}

.parenting .block .tx01 , .society .block .tx01 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.parenting .block a , .society .block a{
  font-weight: bold;
  text-decoration: underline;
  color: #f6311d;
}

.parenting .note , .society .note {
  color: #333;
  margin-left: 1.3em;
  font-size: 14px;
  text-indent: -1.3em;
  line-height: 1.6;
  margin-bottom: 10px;
}

.card-box {
  background: #fff;
  border-radius: 10px;
  width: 80%;
  margin: auto;
  margin-top: 40px;
}
.card-box .c-inner {
  padding: 30px 0 50px 0;
}
.card-box .image {
  width: 182px;
  margin: auto;
}

.card-box .link01 a {
  background: #fff;
  border: solid #16ab7c 2px;
  box-sizing: border-box;
  padding: 14px 0;
  color: #16ab7c;
  font-weight: bold;
  text-align: center;
  width: 433px;
  border-radius: 6px;
  display: block;
  margin: auto;
  font-size: 20px;
  margin-top: 25px;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  box-shadow: 0px 5px 0px 0px #08825b;
}

.card-box .link01 a span {
  font-size: 15px;
  font-weight: bold;
}
.card-box .link01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 11px;
  height: 11px;
  margin-top: -3px;
  border-top: solid 2px #16ab7c;
  border-right: solid 2px #16ab7c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media screen and (max-width: 768px){
  .parenting {
    background: #fef3ec;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .society {
    background: #e8f7f9;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .parenting .sec , .society .sec{
    width: 94%;
    margin: auto;
    margin-top: 45px;
    background: #fff;
    border-radius: 10px;
  }

  .parenting .sec .inner , .society .sec .inner {
    padding: 40px 20px 30px 20px;
  }

  .parenting .ttl-box , .society .ttl-box{
    position: relative;
    margin: auto;
    margin-top: -60px;
  }
  .parenting .ttl-box h2 {
    width: 230px;
    margin: auto;
  }

  .society .ttl-box h2 {
    width: 300px;
    margin: auto;
  }


  .parenting .l-ttl , .society .l-ttl {
    text-align: center;
    font-weight: bold;
    font-size: 27px;
    line-height: 1.1;
    margin-top: 12px;
    letter-spacing: -0.01em;
  }
  .parenting .l-ttl span , .society .l-ttl span{
    font-size: 17px;
    font-weight: bold;
  }

  .parenting .link , .society .link {
    width: 85%;
    margin: auto;
    margin-top: 15px;
  }

  .parenting .block , .society .block{
    background: #f8f8f8;
    border-radius: 7px;
    margin-top: 30px;
  }
  .parenting .block .b-inner , .society .block .b-inner {
    padding: 20px 15px 30px;
  }

  .parenting .block .tx01 , .society .block .tx01 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 6px;
  }
  .parenting .block a , .society .block a{
    font-weight: bold;
    text-decoration: underline;
    color: #f6311d;
  }

  .parenting .note , .society .note {
    color: #333;
    margin-left: 1.3em;
    font-size: 14px;
    text-indent: -1.3em;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .card-box {
    background: #fff;
    border-radius: 5px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
  .card-box .c-inner {
    padding: 25px 0 30px 0;
  }
  .card-box .image {
    width: 70%;
    margin: auto;
  }

  .card-box .link01 a {
    background: #fff;
    border: solid #16ab7c 2px;
    box-sizing: border-box;
    padding: 10px 0;
    color: #16ab7c;
    font-weight: bold;
    text-align: center;
    width: 88%;
    border-radius: 3px;
    display: block;
    margin: auto;
    font-size: 14px;
    margin-top: 25px;
    text-decoration: none;
    letter-spacing: -0.02em;
    line-height: 1.4;
    position: relative;
    box-shadow: 0px 3px 0px 0px #08825b;
  }

  .card-box .link01 a span {
    font-size: 11px;
    font-weight: bold;
  }
  .card-box .link01 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-top: solid 2px #16ab7c;
    border-right: solid 2px #16ab7c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

}





/*--------------------------------------------------
  certificate
--------------------------------------------------*/
.certificate {
  background: #edf9f6;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 120px;
  display: block;
}
.certificate .sec .inner {
  padding: 50px 60px 80px 60px;
}

.certificate .ttl {
  color: #16ab7c;
  font-weight: bold;
  position: relative;
  font-size: 28px;
  padding-left: 17px;
}

.certificate .ttl:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 4px;
  background: #16ab7c;
  height: 25px;
  border-radius: 20px;
}


.certificate .com-box {
  margin-left: 20px;
}

.certificate .sub-ttl01 {
  font-weight: bold;
  font-size: 16px;
  margin: 5px 0 5px 0;
}


.certificate .ls-box {
  margin-top: 10px;
}
.certificate .ls-box li {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
  line-height: 1.4;
}

.certificate .sub-ttl02 {
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0 20px 0;
  border-bottom: #16ab7c solid 1px;
  box-sizing: border-box;
  padding-bottom: 6px;

}

.certificate .txt .tx01 {
  font-weight: bold;
  color: #f4400f;
}


.certificate .ls-box02 {
  margin-top: 25px;
}

.certificate .ls-box02 li {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.certificate .ls-box02 li dt {
  font-weight: bold;
  margin-bottom: 6px;
}
.certificate .ls-box02 li dd {
  font-size: 13px;
}

.certificate .ls-box02 .note{
  font-weight: bold;
  font-size: 16px;
  margin-left: 1em;
  text-indent: -1em;
  margin-top: 15px;
}

@media screen and (max-width: 768px){
  .certificate {
    background: #edf9f6;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .certificate .sec .inner {
    padding: 25px 20px 45px 20px;
  }
  .certificate .ttl {
    color: #16ab7c;
    font-weight: bold;
    position: relative;
    font-size: 22px;
    padding-left: 12px;
    line-height: 1.4;
    margin-bottom: 12px;
  }


  .certificate .ttl:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 3px;
    background: #16ab7c;
    height: 21px;
    border-radius: 20px;
  }


  .certificate .com-box {
    margin-left: 12px;
  }


  .certificate .sub-ttl01 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    margin: 5px 0 5px 0;
  }


  .certificate .ls-box {
    margin-top: 15px;
  }
  .certificate .ls-box li {
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 10px;
    line-height: 1.6;
  }

  .certificate .sub-ttl02 {
    font-weight: bold;
    font-size: 17px;
    margin: 30px 0 20px 0;
    border-bottom: #16ab7c solid 1px;
    box-sizing: border-box;
    padding-bottom: 6px;

  }
    .certificate .txt {
      line-height: 1.7;
    }



  .certificate .ls-box02 {
    margin-top: 25px;
  }

  .certificate .ls-box02 li {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .certificate .ls-box02 li dt {
    font-weight: bold;
    margin-bottom: 6px;
  }
  .certificate .ls-box02 li dd {
    font-size: 12px;
  }

  .certificate .ls-box02 .note{
    font-weight: bold;
    font-size: 15px;
    margin-left: 1em;
    text-indent: -1em;
    margin-top: 15px;
    line-height: 1.6;
  }


}

/*--------------------------------------------------
  pay
--------------------------------------------------*/
.pay {
  background: #e9eaf1;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 140px;
  display: block;
}


.pay .block {
  border-bottom: dotted 3px #f58300;
  box-sizing: border-box;
  padding-bottom: 55px;
  margin-bottom: 35px;
}

.pay .block:last-child {
  border-bottom:none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.pay .ttl {
  color: #f58300;
  font-weight: bold;
  position: relative;
  font-size: 28px;
  padding-left: 17px;
}
.pay .ttl span {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}

.pay .ttl:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 4px;
  background: #f58300;
  height: 25px;
  border-radius: 20px;
}


.pay .com-box {
  margin-left: 20px;
}

.pay .sub-ttl01 {
  font-weight: bold;
  font-size: 28px;
  margin: 5px 0 5px 0;
}


.pay .sub-ttl02 {
  font-weight: bold;
  font-size: 16px;
  margin: 5px 0 5px 0;
}

.pay .sub-ttl03 {
  font-weight: bold;
  font-size: 20px;
  margin: 5px 0 5px 0;
}

.pay .block01 .ls-box{
  margin-top: 20px;
}


.pay .block01 .ls-box li {
  font-weight: bold;
  font-size: 16px;
  margin-left: 1.4em;
  text-indent: -1.4em;
  line-height: 1.5;
  margin-top: 15px;
}
.pay .block01 .ls-box li .num {
  color: #f58300;
  font-weight: bold;
  font-size: 16px;
}

.pay .block01 .ls-box li .tx {
  font-size: 20px;
}







.pay .block02 .note {
  margin-top: 15px;
}
.pay .block02 .item-box {
  background: #f8f8f8;
  border-radius: 15px;
  margin-top: 20px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 0 25px 0;
  margin-bottom: 20px;
}


.pay .block02 .item p{
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin-bottom: 6px;
}
.pay .block02 .item01 {
  width: 24%;
  padding-left: 14px;
  margin-top: 15px;
}
.pay .block02 .item02 {
  width: 33%;
  padding: 0 20px 0 15px;
}
.pay .block02 .item03 {
  width: 33%;
}

.pay .block02 .item02 .link {
  margin-top: -10px;
}



.pay .block03 .image{
  margin-top: 15px;
  margin-bottom: 40px;
}

.pay .block03 .image01{
  margin-top: 25px;
}


.pay .block03 .table-box {
  margin-top: 15px;
  margin-bottom: 50px;
}

.pay .block03 table {
  width: 100%;
  text-align: center;
  border-right: solid 1px #f58300;
  border-left: solid 1px #f58300;
  border-top: solid 1px #f58300;
  box-sizing: border-box;
  line-height: 1.4;
}

.pay .block03 table tr {
  border-bottom: solid 1px #f58300;
  box-sizing: border-box;
}
.pay .block03 table th {
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
.pay .block03 table td {
  text-align: center;
  height: 50px;
  border-left: solid 1px #f58300;
  box-sizing: border-box;
}
.pay .block03 table .bg01 {
  background: #f58300;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
}

.pay .block03 table .bg01 th {
  border-left: solid 1px #f58300;
  box-sizing: border-box;
}
.pay .block03 table .bg02 {
  background: #fff7da;
  font-weight: normal;
}
.pay .block03 .link {
  margin: auto;
  text-align: center;
  margin-top: 40px;
}

.pay .note {
  color: #666666;
  margin-left: 1.4em;
  font-size: 13px;
  text-indent: -1.4em;
  line-height: 1.4;
}

b {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
.pay {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 70px;
}

.pay .block {
  padding-bottom: 40px;
  margin-bottom: 25px;
}

.pay .block:last-child {
  border-bottom:none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.pay .ttl {
  color: #f58300;
  font-weight: bold;
  position: relative;
  font-size: 22px;
  padding-left: 12px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.pay .ttl span {
  color: #333;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.pay .ttl:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  background: #f58300;
  height: 21px;
  border-radius: 20px;
}


.pay .com-box {
  margin-left: 12px;
}

.pay .sub-ttl01 {
  font-weight: bold;
  font-size: 17px;
  margin: 10px 0 12px 0;
  line-height: 1.5;
}


.pay .sub-ttl02 {
  font-weight: bold;
  font-size: 17px;
  margin: 10px 0 15px 0;
  line-height: 1.5;
}

.pay .sub-ttl03 {
  font-weight: bold;
  font-size: 17px;
  margin: 10px 0 15px 0;
  line-height: 1.5;
}

.pay .block01 .ls-box{
  margin-top: 15px;
}


.pay .block01 .ls-box li {
  font-weight: bold;
  font-size: 14px;
  margin-left: 1.4em;
  text-indent: -1.4em;
  line-height: 1.5;
  margin-top: 10px;
}
.pay .block01 .ls-box li span {
  font-weight: bold;
}

.pay .block01 .ls-box li .tx {
  font-size: 17px;
}



.pay .block02 .note {
  margin-top: 12px;
}
.pay .block02 .item-box {
  background: #f8f8f8;
  border-radius: 7px;
  margin-top: 20px;
  display: block;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 0 35px 0;
  margin-bottom: 20px;
}


.pay .block02 .item p{
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  margin-bottom: 6px;
}
.pay .block02 .item01 {
  width: 55%;
  padding-left: 0;
  margin-top: 0;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 10px;
}
.pay .block02 .item02 {
  width: 88%;
  padding: 0;
  margin: auto;
  margin-bottom: 12px;

}
.pay .block02 .item03 {
  width: 86%;
  margin: auto;
}

.pay .block02 .item02 .link {
  margin-top: -10px;
  position: relative;
  right: 1%;

}



.pay .block03 .image{
  margin-top: 20px;
  margin-bottom: 30px;
}

.pay .block03 .image01{
  margin-top: 20px;
}

.pay .block03 .slide-tx{
  margin: auto;
  width: 200px;
}


.pay .block03 .table-box {
  margin-top: 0;
  margin-bottom: 35px;
  overflow-x: scroll;

}

.pay .block03 table {
  width: 850px;
}


.pay .block03 .link {
  width: 92%;
  margin: auto;
  margin-top: 35px;
}

.pay .note {
  color: #666666;
  margin-left: 1.4em;
  font-size: 12px;
  text-indent: -1.4em;
  line-height: 1.4;
}

}
