/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  padding-top: 100px;
}
main section.s01 .wrapper {
  width: 1080px;
  margin: 0 auto;
}
main section.s01 .wrapper h2 {
  text-align: center;
  font-size: 50px;
  line-height: 100%;
  color: #fff;
  font-weight: 600;
  background-color: #112949;
  padding: 40px 0;
  position: relative;
}
main section.s01 .wrapper h2::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main section.s01 .wrapper h2::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: 0 auto;
}
main section.s01 .wrapper .t01 {
  font-size: 18px;
  line-height: 200%;
  margin-top: 40px;
}
main section.s01 .wrapper dl {
  margin-top: 50px;
}
main section.s01 .wrapper dl dt {
  font-size: 26px;
  line-height: 150%;
  padding: 6px 0 6px 10px;
  border-left: 10px solid #112949;
  position: relative;
}
main section.s01 .wrapper dl dd {
  margin-top: 15px;
}
main section.s01 .wrapper dl dd p {
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.3px;
}
main section.s01 .wrapper dl dd p.t03 {
  padding-left: 18px;
}
main section.s01 .wrapper .t04 {
  margin-top: 36px;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.3px;
}
main section.s01 .wrapper .t04 a {
  text-decoration: none;
  color: #1D1D1D;
}
main section.s01 .msg_email {
  width: 181px;
  vertical-align: top;
  margin: 10px 0 0;
}

footer .wrapper .contactbox {
  display: none;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding-top: 40px;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    font-weight: 600;
    background-color: #112949;
    padding: 20px 0;
    position: relative;
  }
  main section.s01 .wrapper h2::before {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s01 .wrapper h2::after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t01 {
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
    letter-spacing: 0.3px;
  }
  main section.s01 .wrapper dl {
    margin-top: 25px;
  }
  main section.s01 .wrapper dl dt {
    font-size: 18px;
    line-height: 24px;
    padding: 7px 0 7px 10px;
    border-left: 6px solid #112949;
  }
  main section.s01 .wrapper dl dd {
    margin-top: 5px;
  }
  main section.s01 .wrapper dl dd p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.3px;
  }
  main section.s01 .wrapper dl dd p.t03 {
    padding-left: 15px;
  }
  main section.s01 .wrapper .t04 {
    margin-top: 25px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.3px;
  }
  main section.s01 .wrapper .t04 a {
    text-decoration: none;
    color: #1D1D1D;
  }
  main section.s01 .msg_email {
    width: 120px;
    vertical-align: top;
    margin: 7px 0 0;
  }
  footer .wrapper .contactbox {
    display: none;
  }
}