/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper .ttl_en {
  width: 206px;
}
main section.ttl_section .wrapper h2 {
  width: 206px;
}
main section.s01 {
  padding-top: 40px;
}
main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s01 .wrapper dl + dl {
  margin-top: 35px;
}
main section.s01 .wrapper dl dt {
  font-size: 20px;
  font-weight: bold;
}
main section.s01 .wrapper dl dd {
  font-size: 16px;
  line-height: 175%;
}
main section.s01 .wrapper dl dd a {
  text-decoration: none;
  color: #0000ff;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper .ttl_en {
    width: 103px;
  }
  main section.ttl_section .wrapper h2 {
    width: 173px;
  }
  main section.s01 {
    padding: 30px 20px 0;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper dl + dl {
    margin-top: 25px;
  }
  main section.s01 .wrapper dl dt {
    font-size: 18px;
    font-weight: bold;
  }
  main section.s01 .wrapper dl dd {
    font-size: 14px;
    line-height: 175%;
  }
  main section.s01 .wrapper dl dd a {
    text-decoration: none;
    color: #0000ff;
  }
}