/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  padding-bottom: 70px;
}
main section.s01 .wrapper h2 {
  text-align: center;
  background-color: #1F85CC;
  font-size: 46px;
  line-height: 100%;
  padding: 23px 0 36px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
main section.s01 .wrapper h2::before {
  content: "";
  display: block;
  width: calc(100% - 26px);
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 20px;
}
main section.s01 .wrapper ul {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 26px;
}
main section.s01 .wrapper ul li {
  margin-top: 53px;
}
main section.s01 .wrapper ul li dl dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  padding: 4px 0 3px 8px;
  border-left: 7px solid #1F85CC;
}
main section.s01 .wrapper ul li dl dd {
  font-size: 13px;
  line-height: 150%;
  margin-top: 13px;
  font-weight: bold;
}
main section.s01 .wrapper ul li dl dd a {
  text-decoration: none;
  color: #434343;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    padding-bottom: 70px;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    background-color: #1F85CC;
    font-size: 28px;
    line-height: 100%;
    padding: 12px 0 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
  }
  main section.s01 .wrapper h2::before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 1.5px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  main section.s01 .wrapper ul {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  main section.s01 .wrapper ul li {
    margin-top: 25px;
  }
  main section.s01 .wrapper ul li dl dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    padding: 5px 0 5px 10px;
    border-left: 6px solid #1F85CC;
  }
  main section.s01 .wrapper ul li dl dd {
    font-size: 15px;
    line-height: 150%;
    margin-top: 10px;
    font-weight: 400;
  }
  main section.s01 .wrapper ul li dl dd a {
    text-decoration: none;
    color: #434343;
  }
}