/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 1000px;
  margin: 0 auto;
}

main section.s01 .wrapper .bnr {
  width: 100%;
  display: block;
}

main section.s01 .wrapper h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 90px;
}

main section.s01 .wrapper .t01 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}

main section.s02 .wrapper {
  width: 1000px;
  margin: 70px auto 0;
}

main section.s02 .wrapper ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main section.s02 .wrapper ul li {
  width: 308px;
  margin-right: 38px;
  margin-top: 30px;
}

main section.s02 .wrapper ul li:nth-child(3n) {
  margin-right: 0;
}

main section.s02 .wrapper ul li img {
  max-width: 100%;
  display: block;
}

main section.s02 .wrapper ul li p {
  font-size: 18px;
  margin-top: 5px;
}

main section.s03 .wrapper {
  width: 1000px;
  margin: 80px auto 0;
}

main section.s03 .wrapper h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

main section.s03 .wrapper .tablebox {
  margin-top: 15px;
}

main section.s03 .wrapper .tablebox table {
  width: 100%;
}

main section.s03 .wrapper .tablebox table tr th,
main section.s03 .wrapper .tablebox table tr td {
  font-size: 14px;
  padding: 5px;
  border: 1px solid #555;
  vertical-align: middle;
}

main section.s03 .wrapper .tablebox table tr th a,
main section.s03 .wrapper .tablebox table tr td a {
  color: #040000;
}

main section.s03 .wrapper .tablebox table tr th .red,
main section.s03 .wrapper .tablebox table tr td .red {
  color: #DD4B23;
}

main section.s03 .wrapper .tablebox table tr th {
  font-weight: bold;
}

main section.s03 .wrapper .tablebox table tr th .red {
  padding-left: 10px;
}

main section.s03 .wrapper .tablebox table tr:first-child td {
  background-color: #FEF3E2;
  text-align: center;
  padding: 15px 5px;
  width: 13.5%;
  font-weight: bold;
}

main section.s03 .wrapper .tablebox table tr:first-child td:nth-child(2) {
  width: 19%;
}

main section.s04 .wrapper {
  width: 1000px;
  margin: 80px auto 0;
}

main section.s04 .wrapper h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

main section.s04 .wrapper .tablebox {
  margin-top: 15px;
}

main section.s04 .wrapper .tablebox table {
  width: 100%;
}

main section.s04 .wrapper .tablebox table tr th,
main section.s04 .wrapper .tablebox table tr td {
  font-size: 14px;
  padding: 5px;
  border: 1px solid #555;
  vertical-align: middle;
}

main section.s04 .wrapper .tablebox table tr th a,
main section.s04 .wrapper .tablebox table tr td a {
  color: #040000;
}

main section.s04 .wrapper .tablebox table tr th .red,
main section.s04 .wrapper .tablebox table tr td .red {
  color: #DD4B23;
}

main section.s04 .wrapper .tablebox table tr th {
  font-weight: bold;
}

main section.s04 .wrapper .tablebox table tr th .red {
  padding-left: 10px;
}

main section.s04 .wrapper .tablebox table tr:first-child td {
  background-color: #FEF3E2;
  text-align: center;
  padding: 15px 5px;
  width: 15%;
  font-weight: bold;
}

main section.s04 .wrapper .tablebox table tr:first-child td:nth-child(2), main section.s04 .wrapper .tablebox table tr:first-child td:nth-child(3) {
  width: 20%;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .bnr {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
  }
  main section.s01 .wrapper .t01 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 20px auto 0;
  }
  main section.s02 .wrapper ul {
    display: -webkit-flex;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main section.s02 .wrapper ul li {
    width: calc(50% - 10px);
    margin: 20px 0 0 !important;
  }
  main section.s02 .wrapper ul li img {
    max-width: 100%;
    display: block;
  }
  main section.s02 .wrapper ul li p {
    font-size: 14px;
    margin-top: 5px;
  }
  main section.s03 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 50px auto 0;
  }
  main section.s03 .wrapper h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  main section.s03 .wrapper .tablebox {
    margin-top: 15px;
    overflow-x: scroll;
  }
  main section.s03 .wrapper .tablebox table {
    width: 700px;
  }
  main section.s03 .wrapper .tablebox table tr th,
  main section.s03 .wrapper .tablebox table tr td {
    font-size: 12px;
    padding: 5px;
    border: 1px solid #555;
    vertical-align: middle;
  }
  main section.s03 .wrapper .tablebox table tr th a,
  main section.s03 .wrapper .tablebox table tr td a {
    color: #040000;
  }
  main section.s03 .wrapper .tablebox table tr th .red,
  main section.s03 .wrapper .tablebox table tr td .red {
    color: #DD4B23;
    font-size: 10px;
  }
  main section.s03 .wrapper .tablebox table tr th {
    font-weight: bold;
  }
  main section.s03 .wrapper .tablebox table tr th .red {
    padding-left: 10px;
  }
  main section.s03 .wrapper .tablebox table tr:first-child td {
    background-color: #FEF3E2;
    text-align: center;
    padding: 15px 5px;
    width: 13.5%;
    font-weight: bold;
  }
  main section.s03 .wrapper .tablebox table tr:first-child td:nth-child(2) {
    width: 19%;
  }
  main section.s04 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 50px auto 0;
  }
  main section.s04 .wrapper h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  main section.s04 .wrapper .tablebox {
    margin-top: 15px;
    overflow-x: scroll;
  }
  main section.s04 .wrapper .tablebox table {
    width: 650px;
  }
  main section.s04 .wrapper .tablebox table tr th,
  main section.s04 .wrapper .tablebox table tr td {
    font-size: 12px;
    padding: 5px;
    border: 1px solid #555;
    vertical-align: middle;
  }
  main section.s04 .wrapper .tablebox table tr th a,
  main section.s04 .wrapper .tablebox table tr td a {
    color: #040000;
  }
  main section.s04 .wrapper .tablebox table tr th .red,
  main section.s04 .wrapper .tablebox table tr td .red {
    color: #DD4B23;
    font-size: 10px;
  }
  main section.s04 .wrapper .tablebox table tr th {
    font-weight: bold;
  }
  main section.s04 .wrapper .tablebox table tr th .red {
    padding-left: 10px;
  }
  main section.s04 .wrapper .tablebox table tr:first-child td {
    background-color: #FEF3E2;
    text-align: center;
    padding: 15px 5px;
    width: 15%;
    font-weight: bold;
  }
  main section.s04 .wrapper .tablebox table tr:first-child td:nth-child(2), main section.s04 .wrapper .tablebox table tr:first-child td:nth-child(3) {
    width: 20%;
  }
}
