/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 1000px;
  margin: 0 auto;
}

main section.s01 .wrapper h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 20px;
  line-height: 140%;
}

main section.s01 .wrapper .photobox,
main section.s01 .wrapper .photobox_more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

main section.s01 .wrapper .photobox.opened,
main section.s01 .wrapper .photobox_more.opened {
  height: auto;
}

main section.s01 .wrapper .photobox img,
main section.s01 .wrapper .photobox_more img {
  width: 50%;
  display: block;
}

main section.s01 .wrapper .morebox {
  display: none;
}

main section.s01 .wrapper .photobox_more {
  margin-top: 0;
}

main section.s01 .wrapper .btn_photobox_more {
  width: 120px;
  display: block;
  text-decoration: none;
  color: #040000;
  line-height: 18px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #040000;
  margin: 20px auto 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main section.s01 .wrapper .btn_photobox_more:hover {
  cursor: pointer;
  opacity: .6;
}

main section.s02 .wrapper {
  width: 1000px;
  margin: 40px auto 0;
}

main section.s02 .wrapper h3 {
  font-size: 18px;
  font-weight: bold;
  background-color: #C7E18F;
  line-height: 18px;
  padding: 10px 20px;
}

main section.s02 .wrapper .t01 {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

main section.s02 .wrapper ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

main section.s02 .wrapper ul li {
  width: calc(50% - 10px);
  margin-top: 20px;
  padding: 20px 20px 40px;
}

main section.s02 .wrapper ul li .t02 {
  font-weight: bold;
  font-size: 18px;
}

main section.s02 .wrapper ul li .t03 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 5px;
}

main section.s02 .wrapper ul li.li01 {
  background-color: #E3F0C7;
}

main section.s02 .wrapper ul li.li02 {
  background-color: #F8E7B4;
}

main section.s02 .wrapper ul li.li03 {
  background-color: #DDF3F4;
}

main section.s02 .wrapper ul li.li04 {
  background-color: #E3F0C7;
}

main section.s03 .wrapper {
  width: 1000px;
  margin: 70px auto 0;
}

main section.s03 .wrapper h4 {
  font-size: 18px;
  font-weight: bold;
  background-color: #C7E18F;
  line-height: 18px;
  padding: 10px 20px;
}

main section.s03 .wrapper .t01 {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

main section.s03 .wrapper .box01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}

main section.s03 .wrapper .box01 .left {
  width: calc(50% - 10px);
}

main section.s03 .wrapper .box01 .left iframe {
  width: 100% !important;
  height: 375px !important;
  display: block;
  border: 1px solid #bbb !important;
  margin-bottom: 20px;
}

main section.s03 .wrapper .box01 .left .btn {
  display: block;
  text-decoration: none;
  border: 1px solid #040000;
  border-radius: 40px;          /* 角丸の指定 */
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo";
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  color: #040000;
  margin-top: 6px;
}

main section.s03 .wrapper .box01 .left .btn2 {
  display: block;
  text-decoration: none;
  border: 1px solid #118B3B;
  background: #118B3B;
  border-radius: 40px;          /* 角丸の指定 */
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo";
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  color: #ffffff;
  margin-top: 20px;
}


main section.s03 .wrapper .box01 .left .btn3 {
  display: block;
  text-decoration: none;
  border: 1px solid #118B3B;
  border-radius: 40px;          /* 角丸の指定 */
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo";
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  color: #118B3B;
  margin-top: 6px;
}


main section.s03 .wrapper .box01 .right {
  width: 50%;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

main section.s03 .wrapper .box01 .right img {
  width: 100%;
  display: block;
}

main section.s03 .wrapper .box01 .right span {
  background-color: #8FC31F;
  display: block;
  border-radius: 30px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  font-size: 15px;
  position: absolute;
}

main section.s03 .wrapper .box01 .right span.num {
  margin-top: -12px;
  margin-right: -12px;
  left: auto;
}

main section.s03 .wrapper dl {
  margin-top: 85px;
}

main section.s03 .wrapper dl dt h5 {
  font-size: 18px;
  font-weight: bold;
  background-color: #C7E18F;
  line-height: 18px;
  padding: 10px 20px;
}

main section.s03 .wrapper dl dd {
  margin-top: 10px;
}

main section.s03 .wrapper dl dd ul li {
  margin-top: 5px;
}

main section.s03 .wrapper dl dd ul li a {
  text-decoration: none;
  color: #040000;
  font-size: 16px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
  }
  main section.s01 .wrapper .photobox,
  main section.s01 .wrapper .photobox_more {
    display: block;
    margin-top: 20px;
  }
  main section.s01 .wrapper .photobox img,
  main section.s01 .wrapper .photobox_more img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .morebox {
    display: none;
  }
  main section.s01 .wrapper .photobox_more {
    margin-top: 0;
  }
  main section.s01 .wrapper .btn_photobox_more {
    width: 100px;
    display: block;
    text-decoration: none;
    color: #040000;
    line-height: 18px;
    padding: 6px 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #040000;
    margin: 20px auto 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  main section.s01 .wrapper .btn_photobox_more:hover {
    cursor: pointer;
    opacity: .6;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 40px auto 0;
  }
  main section.s02 .wrapper h3 {
    font-size: 18px;
    font-weight: bold;
    background-color: #C7E18F;
    line-height: 18px;
    padding: 7px 15px;
  }
  main section.s02 .wrapper .t01 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
  }
  main section.s02 .wrapper ul {
    display: block;
    margin-top: 20px;
  }
  main section.s02 .wrapper ul li {
    width: 100%;
    margin-top: 15px;
    padding: 10px 15px 30px;
  }
  main section.s02 .wrapper ul li .t02 {
    font-weight: bold;
    font-size: 18px;
  }
  main section.s02 .wrapper ul li .t03 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
  }
  main section.s02 .wrapper ul li.li01 {
    background-color: #E3F0C7;
  }
  main section.s02 .wrapper ul li.li02 {
    background-color: #F8E7B4;
  }
  main section.s02 .wrapper ul li.li03 {
    background-color: #DDF3F4;
  }
  main section.s02 .wrapper ul li.li04 {
    background-color: #E3F0C7;
  }
  main section.s03 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 50px auto 0;
  }
  main section.s03 .wrapper h4 {
    font-size: 18px;
    font-weight: bold;
    background-color: #C7E18F;
    line-height: 18px;
    padding: 7px 15px;
  }
  main section.s03 .wrapper .t01 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
  }
  main section.s03 .wrapper .box01 {
    display: block;
    margin-top: 25px;
  }
  main section.s03 .wrapper .box01 .left {
    width: 100%;
  }
  main section.s03 .wrapper .box01 .left iframe {
    width: 100% !important;
    height: 275px !important;
    display: block;
    border: 1px solid #bbb !important;
  }
  main section.s03 .wrapper .box01 .left .btn {
    width: 340px;
    margin: 5px auto 0;
    display: block;
    text-decoration: none;
    border: 1px solid #040000;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    color: #040000;
  }
  
  main section.s03 .wrapper .box01 .left .btn2 {
    width: 340px;
    margin: 20px auto 0;
    display: block;
    text-decoration: none;
    border: 1px solid #118B3B;
    background: #118B3B;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    color: #ffffff;
  }
  
  main section.s03 .wrapper .box01 .left .btn3 {
    width: 340px;
    margin: 5px auto 0;
    display: block;
    text-decoration: none;
    border: 1px solid #118B3B;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    color: #118B3B;
  }
  
  main section.s03 .wrapper .box01 .right {
    width: 100%;
    margin-top: 40px;
    position: relative;
  }
  main section.s03 .wrapper .box01 .right img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .box01 .right span {
    background-color: #8FC31F;
    display: block;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    font-size: 15px;
    position: absolute;
  }
  main section.s03 .wrapper .box01 .right span.num {
    margin-top: -10px;
    margin-right: -10px;
    left: auto;
  }
  main section.s03 .wrapper dl {
    margin-top: 45px;
  }
  main section.s03 .wrapper dl dt h5 {
    font-size: 18px;
    font-weight: bold;
    background-color: #C7E18F;
    line-height: 18px;
    padding: 7px 15px;
  }
  main section.s03 .wrapper dl dd {
    margin-top: 10px;
  }
  main section.s03 .wrapper dl dd ul li {
    margin-top: 5px;
  }
  main section.s03 .wrapper dl dd ul li a {
    text-decoration: none;
    color: #040000;
    font-size: 14px;
  }
}
