/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper .iconbox {
  width: 320px;
}
main section.ttl_section .wrapper .iconbox img {
  width: 256px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
main section.s01 {
  padding: 10px 0 150px;
}
main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s01 .wrapper .t01 {
  width: 760px;
  margin: 0 auto;
  font-size: 12px;
}
main section.s01 .wrapper dl {
  margin-top: 50px;
}
main section.s01 .wrapper dl + dl {
  margin-top: 100px;
}
main section.s01 .wrapper dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #004c9b;
}
main section.s01 .wrapper dl dd {
  margin-top: 20px;
}
main section.s01 .wrapper dl dd table {
  width: 100%;
  border-top: 4px solid #004c9b;
  border-bottom: 4px solid #004c9b;
}
main section.s01 .wrapper dl dd table tr {
  border-top: 1px solid #979797;
}
main section.s01 .wrapper dl dd table tr th {
  width: 200px;
  background-color: #d9e4f0;
  font-size: 18px;
  line-height: 200%;
  vertical-align: middle;
  text-align: center;
  padding: 15px 40px;
}
main section.s01 .wrapper dl dd table tr td {
  font-size: 18px;
  line-height: 200%;
  vertical-align: middle;
  padding: 15px 40px;
}
main section.s01 .wrapper dl dd table tr td ul {
  padding-left: 36px;
}
main section.s01 .wrapper dl dd .btn_entry {
  display: block;
  text-decoration: none;
  font-size: 23px;
  color: #fff;
  line-height: 100%;
  border-radius: 50px;
  background-color: #e68101;
  width: 455px;
  padding: 26px 0;
  text-align: center;
  margin: 40px auto 0;
  position: relative;
}
main section.s01 .wrapper dl dd .btn_entry img {
  width: 12px;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -8.5px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper .iconbox {
    width: 120px;
  }
  main section.ttl_section .wrapper .iconbox img {
    width: 85px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  main section.s01 {
    padding: 10px 20px 70px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t01 {
    width: 100%;
    margin: 0 auto;
    font-size: 10px;
  }
  main section.s01 .wrapper dl {
    margin-top: 40px;
  }
  main section.s01 .wrapper dl + dl {
    margin-top: 50px;
  }
  main section.s01 .wrapper dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #004c9b;
  }
  main section.s01 .wrapper dl dd {
    margin-top: 12px;
  }
  main section.s01 .wrapper dl dd table {
    width: 100%;
    border-top: 2px solid #004c9b;
    border-bottom: 2px solid #004c9b;
  }
  main section.s01 .wrapper dl dd table tr {
    border-top: 1px solid #979797;
  }
  main section.s01 .wrapper dl dd table tr th {
    width: 100px;
    background-color: #d9e4f0;
    font-size: 14px;
    line-height: 200%;
    vertical-align: middle;
    text-align: center;
    padding: 10px 10px;
  }
  main section.s01 .wrapper dl dd table tr td {
    font-size: 14px;
    line-height: 200%;
    vertical-align: middle;
    padding: 10px 15px;
  }
  main section.s01 .wrapper dl dd table tr td ul {
    padding-left: 25px;
  }
  main section.s01 .wrapper dl dd .btn_entry {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    border-radius: 50px;
    background-color: #e68101;
    width: 280px;
    padding: 15px 0;
    text-align: center;
    margin: 30px auto 0;
    position: relative;
  }
  main section.s01 .wrapper dl dd .btn_entry img {
    width: 8px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
  }
}