/* ------------------------------
 width: all
------------------------------ */
main section.ttlsection .wrapper {
  padding-top: 40px;
}
main section.ttlsection .wrapper .ttl_en {
  width: 171px;
}
main section.ttlsection .wrapper h2 {
  bottom: 45px;
}
main section.s01 .wrapper .box01 {
  width: 1200px;
  margin: 0 auto;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s01 .wrapper .box01 .photo {
  width: 854px;
  display: block;
}
main section.s01 .wrapper .box01 .msg {
  width: 334px;
  display: block;
}
main section.s01 .wrapper .t01 {
  width: 1080px;
  margin: 40px auto 0;
  font-size: 16px;
  line-height: 36px;
}
main section.s01 .wrapper .map {
  display: block;
  margin: 35px auto 0;
}
main section.s01 .wrapper .box02 {
  background-color: #f2e3ec;
  border-radius: 10px;
  padding: 50px 60px;
  width: 1200px;
  margin: 30px auto 0;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s01 .wrapper .box02 ul {
  width: 327px;
}
main section.s01 .wrapper .box02 ul li {
  background-color: #fff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  background-color: #fff;
  padding: 25px 0;
}
main section.s01 .wrapper .box02 ul li + li {
  margin-top: 35px;
}
main section.s01 .wrapper .box02 img {
  width: 352px;
  display: block;
  margin-top: 30px;
}
main section.s02 {
  width: 1200px;
  margin: 100px auto 0;
}
main section.s02 .wrapper h3 {
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  background-image: url(../../images/cr0101.png);
  background-size: 762px auto;
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
main section.s02 .wrapper .dl01 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s02 .wrapper .dl01 dt {
  width: 585px;
}
main section.s02 .wrapper .dl01 dt img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .dl01 dd {
  width: calc(100% - 585px);
}
main section.s02 .wrapper .dl01 dd .t01 {
  font-size: 18px;
  line-height: 24px;
  padding-left: 40px;
  border-bottom: 1px solid #8642b3;
  padding-bottom: 10px;
}
main section.s02 .wrapper .dl01 dd img {
  width: 394px;
  display: block;
  margin: 15px 0 0 40px;
}
main section.s02 .wrapper .box01 {
  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: 10px;
}
main section.s02 .wrapper .box01 + .dl01 {
  margin-top: 100px;
}
main section.s02 .wrapper .box01 .txtbox {
  width: 580px;
  padding-top: 40px;
}
main section.s02 .wrapper .box01 .txtbox dl + dl {
  margin-top: 80px;
}
main section.s02 .wrapper .box01 .txtbox dl dt {
  font-size: 24px;
  line-height: 150%;
}
main section.s02 .wrapper .box01 .txtbox dl dd {
  margin-top: 30px;
  font-size: 16px;
  line-height: 36px;
}
main section.s02 .wrapper .box01 .photobox {
  width: 585px;
}
main section.s02 .wrapper .box01 .photobox .photo {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .box01 .schbox {
  margin-top: 30px;
  background-color: #f2f2f2;
  padding: 30px 100px 40px;
  border-radius: 10px;
}
main section.s02 .wrapper .box01 .schbox img {
  width: 298px;
  display: block;
  margin: 0 auto;
}
main section.s02 .wrapper .box01 .schbox table {
  width: 100%;
  margin-top: 20px;
}
main section.s02 .wrapper .box01 .schbox table tr th {
  width: 110px;
  font-size: 18px;
  line-height: 38px;
  vertical-align: top;
}
main section.s02 .wrapper .box01 .schbox table tr td {
  font-size: 18px;
  line-height: 38px;
  vertical-align: top;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttlsection .wrapper {
    padding-top: 15px;
  }
  main section.ttlsection .wrapper .ttl_en {
    width: 100px;
  }
  main section.ttlsection .wrapper h2 {
    bottom: 10px;
  }
  main section.s01 .wrapper {
    padding: 0 20px;
  }
  main section.s01 .wrapper .box01 {
    width: 100%;
    margin: 0 auto;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main section.s01 .wrapper .box01 .photo {
    width: 68%;
    display: block;
  }
  main section.s01 .wrapper .box01 .msg {
    width: 30%;
    display: block;
  }
  main section.s01 .wrapper .t01 {
    width: 100%;
    margin: 25px auto 0;
    font-size: 14px;
    line-height: 28px;
  }
  main section.s01 .wrapper .map {
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }
  main section.s01 .wrapper .box02 {
    background-color: #f2e3ec;
    border-radius: 6px;
    padding: 30px 20px;
    width: 100%;
    margin: 30px auto 0;
    display: block;
  }
  main section.s01 .wrapper .box02 ul {
    width: 100%;
  }
  main section.s01 .wrapper .box02 ul li {
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    background-color: #fff;
    padding: 15px 0;
  }
  main section.s01 .wrapper .box02 ul li + li {
    margin-top: 15px;
  }
  main section.s01 .wrapper .box02 img {
    width: 352px;
    max-width: 100%;
    display: block;
    margin: 30px auto;
  }
  main section.s02 {
    width: 100%;
    margin: 50px auto 0;
  }
  main section.s02 .wrapper {
    padding: 0 20px;
  }
  main section.s02 .wrapper h3 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    background-image: url(../../images/cr0101.png);
    background-size: 285px auto;
    background-repeat: no-repeat;
    background-position: bottom 0 center;
    padding-bottom: 3px;
  }
  main section.s02 .wrapper .dl01 {
    display: block;
  }
  main section.s02 .wrapper .dl01 dt {
    width: 100%;
  }
  main section.s02 .wrapper .dl01 dt img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .dl01 dd {
    width: 100%;
    margin-top: 20px;
  }
  main section.s02 .wrapper .dl01 dd .t01 {
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
    border-bottom: 1px solid #8642b3;
    padding-bottom: 10px;
  }
  main section.s02 .wrapper .dl01 dd img {
    width: 280px;
    display: block;
    margin: 15px 0 0 20px;
  }
  main section.s02 .wrapper .box01 {
    display: block;
    margin-top: 30px;
  }
  main section.s02 .wrapper .box01 + .dl01 {
    margin-top: 50px;
  }
  main section.s02 .wrapper .box01 .txtbox {
    width: 100%;
    padding-top: 0px;
  }
  main section.s02 .wrapper .box01 .txtbox dl + dl {
    margin-top: 30px;
  }
  main section.s02 .wrapper .box01 .txtbox dl dt {
    font-size: 18px;
    line-height: 150%;
  }
  main section.s02 .wrapper .box01 .txtbox dl dd {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
  }
  main section.s02 .wrapper .box01 .photobox {
    width: 100%;
    margin-top: 30px;
  }
  main section.s02 .wrapper .box01 .photobox .photo {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .box01 .schbox {
    margin-top: 30px;
    background-color: #f2f2f2;
    padding: 30px 40px 20px;
    border-radius: 10px;
  }
  main section.s02 .wrapper .box01 .schbox img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box01 .schbox table {
    width: 100%;
    margin-top: 20px;
  }
  main section.s02 .wrapper .box01 .schbox table tr th {
    width: 70px;
    font-size: 14px;
    line-height: 28px;
    vertical-align: top;
  }
  main section.s02 .wrapper .box01 .schbox table tr td {
    font-size: 14px;
    line-height: 28px;
    vertical-align: top;
  }
}