/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper h2 {
  width: 281px;
}
main section.ttl_section .wrapper .t01 {
  font-size: 29px;
  margin-top: 30px;
}
main section.ttl_section .wrapper .t02 {
  text-align: center;
  font-size: 16px;
  line-height: 170%;
  margin-top: 30px;
}
main section.ttl_section .wrapper .photo {
  margin-top: 83px;
}
main section.s01 {
  width: 1000px;
  margin: 65px auto 0;
}
main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 16px;
}
main section.s01 .wrapper .contactlist {
  margin-top: 25px;
}
main section.s01 .wrapper .contactlist li + li {
  margin-top: 30px;
}
main section.s01 .wrapper .contactlist li a {
  display: block;
  background-color: #4c8094;
  padding: 35px 50px 35px 70px;
  text-decoration: none;
}
main section.s01 .wrapper .contactlist li a.btn02 {
  background-color: #608680;
}
main section.s01 .wrapper .contactlist li a.btn02 dl dt img {
  width: 43px;
  margin-right: 70px;
}
main section.s01 .wrapper .contactlist li a dl {
  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.s01 .wrapper .contactlist li a dl dt {
  font-size: 29px;
  font-weight: 900;
  color: #fff;
  line-height: 170%;
}
main section.s01 .wrapper .contactlist li a dl dt img {
  width: 56px;
  vertical-align: top;
  margin-right: 40px;
}
main section.s01 .wrapper .contactlist li a dl dd {
  text-align: right;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  border-left: 1px solid #fff;
  padding: 30px 0 30px 70px;
}
main section.s02 {
  width: 1000px;
  margin: 40px auto 0;
  padding-top: 50px;
}
main section.s02 .wrapper .ttl {
  font-size: 21px;
  font-weight: 900;
  color: #135480;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
main section.s02 .wrapper .ttl img {
  width: 41px;
  vertical-align: top;
  margin-right: 30px;
}
main section.s03 {
  width: 1000px;
  margin: 80px auto 0;
  padding-top: 50px;
}
main section.s03 .wrapper .ttl {
  font-size: 21px;
  font-weight: 900;
  color: #608680;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
main section.s03 .wrapper .ttl img {
  width: 31px;
  vertical-align: top;
  margin-right: 30px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper h2 {
    width: 140.5px;
  }
  main section.ttl_section .wrapper .t01 {
    font-size: 16px;
    margin-top: 10px;
  }
  main section.ttl_section .wrapper .t02 {
    text-align: left;
    font-size: 13px;
    line-height: 170%;
    margin-top: 20px;
    padding: 0 20px;
  }
  main section.ttl_section .wrapper .photo {
    margin-top: 30px;
  }
  main section.s01 {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 20px;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
  }
  main section.s01 .wrapper .contactlist {
    margin-top: 20px;
  }
  main section.s01 .wrapper .contactlist li + li {
    margin-top: 15px;
  }
  main section.s01 .wrapper .contactlist li a {
    display: block;
    background-color: #4c8094;
    padding: 20px;
    text-decoration: none;
  }
  main section.s01 .wrapper .contactlist li a.btn02 {
    background-color: #608680;
  }
  main section.s01 .wrapper .contactlist li a.btn02 dl dt img {
    width: 22px;
    margin-right: 20px;
  }
  main section.s01 .wrapper .contactlist li a dl {
    display: block;
  }
  main section.s01 .wrapper .contactlist li a dl dt {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    line-height: 140%;
  }
  main section.s01 .wrapper .contactlist li a dl dt img {
    width: 28px;
    vertical-align: top;
    margin-right: 20px;
  }
  main section.s01 .wrapper .contactlist li a dl dd {
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    border: none;
    border-top: 1px solid #fff;
    padding: 15px 0 0;
    margin-top: 15px;
    text-align: left;
  }
  main section.s02 {
    width: 100%;
    margin: 20px auto 0;
    padding: 30px 20px 0;
  }
  main section.s02 .wrapper .ttl {
    font-size: 18px;
    font-weight: 900;
    color: #135480;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  main section.s02 .wrapper .ttl img {
    width: 32px;
    vertical-align: top;
    margin-right: 20px;
  }
  main section.s03 {
    width: 100%;
    margin: 40px auto 0;
    padding: 30px 20px 0;
  }
  main section.s03 .wrapper .ttl {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  main section.s03 .wrapper .ttl img {
    width: 25px;
    vertical-align: top;
    margin-right: 20px;
  }
}