/* ------------------------------
 width: all
------------------------------ */
main section.ttlsec .wrapper .t01 {
  font-size: 36px;
  margin-top: 15px;
}

main section.s01 {
  margin-top: 30px;
}

main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid #B1B1B1;
  background-color: #fff;
  padding: 49px;
}

main section.s01 .wrapper .photo {
  margin: 0 auto;
  width: 80%;
  display: block;
}

main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
}

main section.s02 .wrapper {
  width: 1200px;
  margin: 70px auto 0;
  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;
}

main section.s02 .wrapper .left {
  width: 492px;
}

main section.s02 .wrapper .left dl + dl {
  margin-top: 40px;
}

main section.s02 .wrapper .left dl dt {
  border: 1px solid #B1B1B1;
  padding: 24px;
}

main section.s02 .wrapper .left dl dt img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

main section.s02 .wrapper .left dl dd {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}

main section.s02 .wrapper .right {
  width: 650px;
  padding-top: 20px;
}

main section.s02 .wrapper .right .t01 {
  color: #663445;
  font-size: 28px;
  line-height: 160%;
  font-weight: bold;
}

main section.s02 .wrapper .right dl {
  margin-top: 50px;
}

main section.s02 .wrapper .right dl dt {
  font-size: 24px;
}

main section.s02 .wrapper .right dl dd {
  font-size: 16px;
  line-height: 240%;
  margin-top: 10px;
}

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

main section.s03 .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;
}

main section.s03 .wrapper ul li {
  width: 575px;
  margin-top: 90px;
}

main section.s03 .wrapper ul li.adjust01 .photobox {
  margin-top: -25px;
}

main section.s03 .wrapper ul li .photobox img {
  display: block;
  margin: 0 auto;
}

main section.s03 .wrapper ul li .t01 {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}

main section.s03 .wrapper ul li .btn {
  width: 176px;
  height: 37px;
  display: block;
  text-decoration: none;
  background-color: #663445;
  margin: 10px auto 0;
  text-align: center;
  line-height: 37px;
  color: #fff;
  font-size: 18px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 800px) {
  main section.ttlsec .wrapper .t01 {
    font-size: 18px;
    margin-top: 10px;
  }
  main section.s01 {
    padding: 0 20px;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 20px 20px 0;
    margin: 0 auto;
    margin: 0 auto;
    border: 1px solid #B1B1B1;
    background-color: #fff;
    padding: 19px;
  }
  main section.s01 .wrapper .photo {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    margin-top: 13px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 40px auto 0;
    display: block;
    padding: 0 20px;
  }
  main section.s02 .wrapper .left {
    width: 100%;
  }
  main section.s02 .wrapper .left dl + dl {
    margin-top: 30px;
  }
  main section.s02 .wrapper .left dl dt {
    border: 1px solid #B1B1B1;
    padding: 15px;
  }
  main section.s02 .wrapper .left dl dt img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  main section.s02 .wrapper .left dl dd {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
  main section.s02 .wrapper .right {
    width: 100%;
    padding-top: 40px;
  }
  main section.s02 .wrapper .right .t01 {
    color: #663445;
    font-size: 20px;
    line-height: 160%;
    font-weight: bold;
  }
  main section.s02 .wrapper .right dl {
    margin-top: 30px;
  }
  main section.s02 .wrapper .right dl dt {
    font-size: 18px;
  }
  main section.s02 .wrapper .right dl dd {
    font-size: 14px;
    line-height: 200%;
    margin-top: 5px;
  }
  main section.s03 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s03 .wrapper ul {
    display: block;
  }
  main section.s03 .wrapper ul li {
    width: 100%;
    margin-top: 30px;
  }
  main section.s03 .wrapper ul li.adjust01 .photobox {
    margin-top: 0;
    width: 70%;
    margin: 0 auto;
  }
  main section.s03 .wrapper ul li .photobox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  main section.s03 .wrapper ul li .t01 {
    text-align: center;
    font-size: 14px;
    margin-top: 12px;
  }
  main section.s03 .wrapper ul li .btn {
    width: 140px;
    height: 30px;
    display: block;
    text-decoration: none;
    background-color: #663445;
    margin: 10px auto 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
  }
}
