@charset "UTF-8";
/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
.contents .wrap {
  margin-top: 70px;
}
section {
  width: 1100px;
  margin: 0 auto 110px;
}
section:last-child {
  margin: 0 auto 90px;
}
.scenery {
  background-image: url(../img/scenery_bg.jpg);
}
.contents .namibg {
  background: #f6f6f6;
  padding: 25px 0 50px;
  position: relative;
  width: 100%;
}
.contents .namibg .inner {
  width: 1100px;
  margin: 0 auto;
}
.contents .namibg:before, .contents .namibg:after {
  content: "";
  display: block;
  height: 44px;
  position: absolute;
  width: 100%;
}
.contents .namibg:before {
  background: url(../../assets/img/nami_bg01.png);
  top: -44px;
}
.contents .namibg:after {
  background: url(../../assets/img/nami_bg02.png);
  bottom: -44px;
}
section:last-child {
  margin: 0 auto 110px;
}
/* ----------------------------------------------------------------
cont01
---------------------------------------------------------------- */
.cont01 {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-align: center;
}
.cont01 .txt {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.cont01 ul {
  background: #F6F6F6;
  border: solid 2px #157243;
  border-radius: 10px;
  width: 730px;
  margin: 0 auto 70px;
  padding: 30px 75px;
  text-align: left;
  box-sizing: border-box;
}
.cont01 ul li {
  font-size: 20px;
  position: relative;
  padding-left: 38px;
  margin-bottom: 20px;
}
.cont01 ul li:before {
  position: absolute;
  content: "";
  background: url("../img/icon01.png") 0 0 no-repeat;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  top: 50%;
  left: 0;
}
.cont01 ul li:last-child {
  margin-bottom: 0;
}
.cont01 .pic {
  text-align: center;
}
.cont01 .pic img {
  margin: 0 auto;
}
/* ----------------------------------------------------------------
cont02
---------------------------------------------------------------- */
.cont02 h2 {
  background: url(../img/h2_img01.png) no-repeat top center;
  padding-top: 60px;
  margin-bottom: 60px;
}
.cont02 .list01 {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 40px;
}
.cont02 .list01 li p {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 21px;
  position: relative;
  display: inline-block;
  padding: 0 7px;
}
.cont02 .list01 li p:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../../assets/img/top_line.png");
  height: 7px;
  width: 100%;
  bottom: -4px;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
}
.cont02 .tuyomi > .tl {
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 10px;
  border-radius: 12px 12px 0 0;
  background: #157243;
}
.cont02 .tuyomi .box {
  background: #fff;
  border: solid 2px #157243;
  padding: 30px 0;
  border-radius: 0 0 12px 12px;
  text-align: center;
}
.cont02 .tuyomi .list02 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.cont02 .tuyomi .list02 li {
  width: 366px;
  padding: 0 60px 0;
  border-right: dashed 1px #b8b8b8;
}
.cont02 .tuyomi .list02 li .tl {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 22px;
  color: #157243;
  margin-bottom: 0;
}
.cont02 .tuyomi .list02 li .pic {
  margin-bottom: 10px;
}
.cont02 .tuyomi .list02 li .txt {
  margin-top: 10px;
}
/* ----------------------------------------------------------------
cont03
---------------------------------------------------------------- */
.cont03 h2 {
  background: url(../img/h2_img02.png) no-repeat top center;
  padding-top: 60px;
  margin-bottom: 60px;
}
.cont03 ul {
  width: 900px;
  margin: 0 auto;
}
.cont03 ul li {
  background: #FFFBD6;
  border-radius: 10px;
  padding: 30px 57px;
  margin-bottom: 90px;
  position: relative;
}
.cont03 ul li:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -10px;
  left: -18px;
}
.cont03 ul li:nth-child(1):before {
  background: url("../img/num1.png")0 0 no-repeat;
}
.cont03 ul li:nth-child(2):before {
  background: url("../img/num2.png")0 0 no-repeat;
}
.cont03 ul li:nth-child(3):before {
  background: url("../img/num3.png")0 0 no-repeat;
}
.cont03 ul li:nth-child(4):before {
  background: url("../img/num4.png")0 0 no-repeat;
}
.cont03 ul li:after {
  position: absolute;
  background: url("../img/allow.png")0 0 no-repeat;
  content: "";
  width: 25px;
  height: 69px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -78px;
}
.cont03 ul li:last-child {
  margin-bottom: 0;
}
.cont03 ul li:last-child:after {
  content: none;
}
.cont03 ul li .tl {
  font-size: 25px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #157243;
  margin-bottom: 10px;
  margin-top: 0;
}
.cont03 ul li .txt {
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 1.8;
}
/* ----------------------------------------------------------------
inquiry_txt
---------------------------------------------------------------- */
.inquiry_txt {
  font-size: 24px;
  color: #4D4D4D;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-align: center;
  line-height: 1.8;
}
/* ----------------------------------------------------------------
レスポンシブ
---------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  /*　共通　 スマホ*/
  section {
    margin: 0 auto 60px;
  }
  section:last-child {
    margin: 0 auto 40px;
  }
  .scenery {
    background-image: url(../img/scenery_bg_s.jpg);
    background-position: right top;
  }
  .scenery p {
    line-height: 1.3;
  }
  .contents .namibg:before, .contents .namibg:after {
    height: 21px;
    background-size: 47px;
  }
  .contents .namibg:before {
    top: -21px;
  }
  .contents .namibg:after {
    bottom: -21px;
  }
  .contents .wrap {
    margin-top: 30px;
  }
  .contents section h2 {
    background-size: 45px;
    margin-bottom: 20px;
  }
  .contents .namibg {
    padding: 20px 0 20px;
  }
  .contents .namibg .inner {
    width: 95%;
  }
  section.cont01, section.cont03 {
    width: 95%;
  }
  .cont01 .txt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cont01 .txt br {
    display: none;
  }
  .cont01 ul {
    border-radius: 5px;
    width: 100%;
    margin: 0 auto 25px;
    padding: 20px 15px;
  }
  .cont01 ul li {
    font-size: 16px;
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px;
  }
  .cont01 ul li:before {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    top: 0;
    background-size: 20px 20px;
  }
  .cont01 .pic img {
    width: 100%;
    max-width: 400px;
  }
  .cont02 h2 {
    padding-top: 50px;
  }
  .cont02 .list01 {
    margin-bottom: 30px;
    display: block;
  }
  .cont02 .list01 li p {
    margin-top: 10px;
    font-size: 19px;
    margin-bottom: 20px;
  }
  .cont02 .list01 li:last-child p {
    margin-bottom: 0;
  }
  .cont02 .tuyomi > .tl {
    font-size: 20px;
    padding: 7px;
    border-radius: 9px 9px 0 0;
  }
  .cont02 .tuyomi .box {
    padding: 20px 15px;
    border-radius: 0 0 9px 9px;
  }
  .cont02 .tuyomi .box p {
    margin: 0;
  }
  .cont02 .tuyomi .box .pic img {
    width: 100%;
  }
  .cont02 .tuyomi .list02 {
    margin-top: 20px;
    display: block;
  }
  .cont02 .tuyomi .list02 li {
    width: 100%;
    padding: 0;
    border-right: none;
    border-bottom: dashed 1px #b8b8b8;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cont02 .tuyomi .list02 li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .cont02 .tuyomi .list02 li .pic img {
    width: auto;
  }
  .cont02 .tuyomi .list02 li .tl {
    font-size: 20px;
  }
  .cont02 .tuyomi .list02 li .tl br {
    display: none;
  }
  .cont03 h2 {
    padding-top: 40px;
    margin-bottom: 30px !important;
  }
  .cont03 ul {
    width: 100%;
  }
  .cont03 ul li:before {
    width: 40px;
    height: 40px;
    background-size: 40px 40px !important;
    top: -15px;
    left: 0;
  }
  .cont03 ul li {
    border-radius: 7px;
    padding: 30px 25px 25px;
    margin-bottom: 60px;
    position: relative;
  }
  .cont03 ul li .tl {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 1;
  }
  .cont03 ul li .txt {
    font-size: 15px;
    line-height: 1.5;
  }
  .cont03 ul li:after {
    width: 16px;
    background-size: auto 48px;
    height: 48px;
    bottom: -52px;
  }
  .inquiry_txt {
    font-size: 19px;
  }
}