/* ------------------------------
 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: 55px;
}
main section.s01 .wrapper .t01 {
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 200%;
}
main section.s01 .wrapper dl {
  width: 1200px;
  margin: 60px auto 0;
}
main section.s01 .wrapper dl dt {
  font-size: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ccc;
  padding: 26px 0;
}
main section.s01 .wrapper dl dd {
  margin-top: 20px;
}
main section.s01 .wrapper dl dd ul {
  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.s01 .wrapper dl dd ul li {
  width: 590px;
}
main section.s01 .wrapper dl dd ul li a {
  display: block;
  text-decoration: none;
}
main section.s01 .wrapper dl dd ul li a .photo {
  width: 100%;
}
main section.s01 .wrapper dl dd ul li a .txt {
  text-align: right;
  margin-top: 35px;
}
main section.s01 .wrapper dl dd ul li a .txt img {
  vertical-align: top;
}

/* ------------------------------
 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 {
    padding: 0 20px;
    margin-top: 55px;
  }
  main section.s01 .wrapper .t01 {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 200%;
  }
  main section.s01 .wrapper dl {
    width: 100%;
    margin: 40px auto 0;
  }
  main section.s01 .wrapper dl dt {
    font-size: 22px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #ccc;
    padding: 19px 0;
  }
  main section.s01 .wrapper dl dd {
    margin-top: 25px;
  }
  main section.s01 .wrapper dl dd ul {
    display: block;
  }
  main section.s01 .wrapper dl dd ul li {
    width: 100%;
  }
  main section.s01 .wrapper dl dd ul li + li {
    margin-top: 20px;
  }
  main section.s01 .wrapper dl dd ul li a {
    display: block;
    text-decoration: none;
  }
  main section.s01 .wrapper dl dd ul li a .photo {
    width: 100%;
  }
  main section.s01 .wrapper dl dd ul li a .txt {
    text-align: right;
    margin-top: 25px;
  }
  main section.s01 .wrapper dl dd ul li a .txt img {
    width: 150px;
    vertical-align: top;
  }
}