/* ------------------------------
 width: all
------------------------------ */
main {
  padding-bottom: 200px;
}
main section.ttl_section .wrapper h2 {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -55px;
}
main section.ttl_section .wrapper h2 img {
  display: block;
  margin: 0 auto;
}
main section.s01 .wrapper {
  margin-top: 60px;
  padding-bottom: 70px;
}
main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 20px;
}
main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
}
main section.s01 .wrapper .pagemenu {
  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;
  width: 940px;
  margin: 80px auto 0;
}
main section.s01 .wrapper .pagemenu li {
  width: 220px;
}
main section.s01 .wrapper .pagemenu li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  padding: 21px 0;
  text-align: center;
}
main section.s01 .wrapper .pagemenu li.li01 a {
  background-color: #0068B7;
}
main section.s01 .wrapper .pagemenu li.li02 a {
  background-color: #0068B7;
}
main section.s01 .wrapper .pagemenu li.li03 a {
  background-color: #0068B7;
}
main section.s01 .wrapper .pagemenu li.li04 a {
  background-color: #0068B7;
}
main section.detailsection {
  padding: 50px 0 70px;
  position: relative;
}
main section.detailsection .idpoint {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -89px;
  left: 0;
}
main section.detailsection .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.detailsection .wrapper h4 {
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  padding: 20px 0;
  border: 1px solid #999999;
  background-color: #fff;
}
main section.detailsection .wrapper h4 span {
  font-size: 20px;
}
main section.detailsection .wrapper .box {
  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: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.detailsection .wrapper .box .photo {
  width: 550px;
  display: block;
}
main section.detailsection .wrapper .box .txtbox {
  width: 620px;
}
main section.detailsection .wrapper .box .txtbox dl:last-child dd {
  padding-bottom: 0;
}
main section.detailsection .wrapper .box .txtbox dl dt {
  font-size: 20px;
  line-height: 20px;
  padding: 14px 25px;
  border: 1px solid #999999;
}
main section.detailsection .wrapper .box .txtbox dl dd {
  margin-top: 25px;
  padding: 0 20px 30px;
  font-size: 16px;
  line-height: 200%;
}
main section.s03 {
  background-color: rgba(153, 153, 153, 0.1);
}
main section.s03 .wrapper h4 {
  border: 1px solid #999999;
}
main section.s04 .wrapper h4 {
  border: 1px solid #999999;
}
main section.s05 {
  background-color: rgba(153, 153, 153, 0.1);
}
main section.s05 .wrapper h4 {
  border: 1px solid #999999;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    padding-bottom: 170px;
    margin-top: 50px;
  }
  main section.ttl_section .wrapper h2 {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -37.6px;
  }
  main section.ttl_section .wrapper h2 img {
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper {
    margin-top: 50px;
    padding: 0 20px 0;
  }
  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 20px;
    line-height: 160%;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
  }
  main section.s01 .wrapper .pagemenu {
    width: 100%;
    display: block;
    margin: 50px auto 0;
  }
  main section.s01 .wrapper .pagemenu li {
    width: 100%;
  }
  main section.s01 .wrapper .pagemenu li + li {
    margin-top: 20px;
  }
  main section.s01 .wrapper .pagemenu li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 21px 0;
    text-align: center;
  }
  main section.s01 .wrapper .pagemenu li.li01 a {
	background-color: #0068B7;
  }
  main section.s01 .wrapper .pagemenu li.li02 a {
	background-color: #0068B7;
  }
  main section.s01 .wrapper .pagemenu li.li03 a {
	background-color: #0068B7;
  }
  main section.s01 .wrapper .pagemenu li.li04 a {
	background-color: #0068B7;
  }
  main section.detailsection {
    padding: 45px 20px;
    position: relative;
  }
  main section.detailsection .idpoint {
    width: 1px;
    height: 1px;
    position: absolute;
    top: -49px;
    left: 0;
  }
  main section.detailsection .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.detailsection .wrapper h4 {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    padding: 18px 0;
    border: 1px solid #999999;
    background-color: #fff;
  }
  main section.detailsection .wrapper h4 span {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    display: block;
  }
  main section.detailsection .wrapper .box {
    display: block;
    margin-top: 30px;
  }
  main section.detailsection .wrapper .box .photo {
    width: 100%;
    display: block;
  }
  main section.detailsection .wrapper .box .txtbox {
    width: 100%;
    margin-top: 30px;
  }
  main section.detailsection .wrapper .box .txtbox dl:last-child dd {
    padding-bottom: 0;
  }
  main section.detailsection .wrapper .box .txtbox dl dt {
    font-size: 20px;
    line-height: 20px;
    padding: 14px 25px;
    border: 1px solid #999999;
    margin-bottom: 25px;
  }
  main section.detailsection .wrapper .box .txtbox dl dd {
    margin-top: 15px;
    padding: 0 20px 30px;
    font-size: 16px;
    line-height: 200%;
  }
  main section.s03 {
    background-color: rgba(153, 153, 153, 0.1);
  }
  main section.s03 .wrapper h4 {
    border: 1px solid #999999;
  }
  main section.s04 .wrapper h4 {
    border: 1px solid #999999;
  }
  main section.s05 {
    background-color: rgba(153, 153, 153, 0.1);
  }
  main section.s05 .wrapper h4 {
    border: 1px solid #999999;
  }
}