@charset "UTF-8";
.wrap {
  width: 1200px;
  margin: 0 auto;
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

body .wrap {
  width: 1200px;
  margin: 0 auto;
}

body #header {
  padding: 40px 0;
}

body #header img {
  width: 400px;
}

body #page-title {
  background-color: #325784;
  padding: 30px 0;
}

body #page-title h1 {
  color: #fff;
  font-size: 34px;
}

body #mini-nav {
  padding: 50px 0;
}

body #mini-nav nav ul li {
  display: inline-block;
}

body #mini-nav nav ul li:nth-of-type(n + 2)::before {
  content: ">";
  padding: 0 10px;
  color: #9f9f9f;
  font-size: 23px;
}

body #mini-nav nav ul li a {
  font-size: 18px;
  color: #9f9f9f;
}

body #sctl-table {
  padding-bottom: 80px;
}

body #sctl-table table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.16);
}

body #sctl-table table tr th {
  padding-left: 26px;
  border-bottom: solid 1px #363636;
  font-size: 20px;
  color: #363636;
  font-weight: bold;
  background-color: #c6cbd5;
  text-align: left;
  width: 21%;
  vertical-align: middle;
}

body #sctl-table table tr td {
  padding: 15px 0;
  padding-left: 25px;
  border-bottom: 1px solid #363636;
  font-size: 20px;
  color: #363636;
  background-color: #fff;
  width: 69%;
  vertical-align: middle;
  line-height: 1.5;
}

body #sctl-table table tr td a {
  text-decoration: underline;
}

body #sctl-table table tr:last-child th,
body #sctl-table table tr:last-child td {
  border: none;
}

body #footer {
  background-color: #325784;
  padding: 20px 0;
}

body #footer ul::after {
  clear: both;
  display: block;
  content: "";
}

body #footer ul li {
  font-size: 16px;
  color: #fff;
}

body #footer ul li:first-of-type {
  float: left;
}

body #footer ul li:first-of-type img {
  height: 30px;
}

body #footer ul li:last-of-type {
  float: right;
  margin-top: 18px;
}

body #footer ul li:last-of-type a {
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
}

body #footer ul li:last-of-type a:first-of-type {
  padding-left: 0;
}

body #footer ul li:last-of-type a:last-of-type {
  display: none;
  border-left: 1px solid #fff;
  padding-right: 0;
}

body #footer .copyright {
  text-align: center;
  padding-top: 10px;
}

body #footer .copyright small {
  font-size: 9px;
  margin-top: 30px;
  color: #fff;
}

body #footer .since {
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
  margin-top: 20px;
}

body #fixedTop {
  right: 10px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 19px;
  text-align: center;
  display: none;
  background: #325784;
  position: fixed;
  z-index: 9999;
  border-radius: 5px;
  transform: translateZ(0);
}

body #fixedTop:hover {
  color: white;
  background-color: #7089a9;
}

body #bottom-fixedTop {
  right: 10px;
  bottom: calc(131px + 10px);
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 19px;
  text-align: center;
  display: none;
  background: #325784;
  position: fixed;
  z-index: 9999;
  border-radius: 5px;
  transform: translateZ(0);
}

body #bottom-fixedTop:hover {
  color: white;
  background-color: #7089a9;
}

@media screen and (max-width: 1279px) {
  .wrap {
    width: 960px;
  }
  body .wrap {
    width: 960px;
  }
  body #sctl-table table tr th {
    width: 23%;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  body #sctl-table table tr td {
    width: 77%;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
  body .wrap {
    width: 100%;
    padding: 0 20px;
  }
  body #header img {
    width: 300px;
  }
  body #page-title h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 750px) {
  .wrap {
    width: 100%;
  }
  body .wrap {
    width: 100%;
  }
  body #header {
    padding: 20px 0;
  }
  body #header img {
    width: 50%;
  }
  body #page-title h1 {
    font-size: 18px;
  }
  body #mini-nav {
    padding: 20px 0;
  }
  body #mini-nav nav ul li:nth-of-type(n + 2)::before {
    padding: 0 5px;
    font-size: 17px;
  }
  body #mini-nav nav ul li a {
    font-size: 12px;
  }
  body #sctl-table table tr th {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    width: 30%;
  }
  body #sctl-table table tr td {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    width: 70%;
  }
  body #footer ul li:first-of-type {
    float: none;
    text-align: center;
  }
  body #footer ul li:first-of-type img {
    height: 25px;
  }
  body #footer ul li:last-of-type {
    float: none;
    text-align: center;
    margin: 10px 0;
  }
  body #footer ul li:last-of-type a {
    font-size: 11px;
  }
  body #footer .copyright {
    padding-top: 0;
  }
  body #bottom-fixedTop {
    bottom: 130px;
  }
}
/*# sourceMappingURL=../sourcemaps/sctl.css.map */
