@charset "utf-8";
/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*全体の設定
---------------------------------------------------------------------------*/
html, body {
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 2;
  background: #002a7e;
  -webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style-type: none;
}
ol {
  padding-left: 40px;
  padding-bottom: 15px;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}
iframe {
  width: 100%;
}
@keyframes opa1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: #fff;
  transition: 0.5s;
}
a:hover {
  color: #fcee21;
  text-decoration: none;
}
header {
  height: 100%;
  overflow: auto;
  position: relative;
  background: #003ebb;
}
header #logo img {
  display: block;
  width: 45%;
  position: absolute;
  left: 27%;
  bottom: 50%;
}
#menubar {
  position: absolute;
  bottom: 20%;
  left: 0px;
  width: 100%;
  text-align: center;
}
#menubar li {
  display: inline-block;
  margin: 0 1%;
  animation-name: opa1;
  animation-delay: 1S;
  animation-duration: 1S;
  animation-fill-mode: both;
}
#menubar li a {
  text-decoration: none;
  display: block;
  text-align: center;
  width: 140px;
  color: #fff;
  border-bottom: 2px solid transparent;
  padding-bottom: 7px;
}
#menubar li a:hover {
  border-bottom: 2px solid #fff;
  letter-spacing: 0.1em;
}
#container {
  max-width: 1400px;
  margin: 0 auto;
}
#contents {
  overflow: hidden;
  padding: 50px 3%;
}
#contents section + section {
  padding-top: 50px;
}
#contents h2 {
  margin-bottom: 20px;
  clear: both;
  padding: 0 20px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  background: #fff;
  color: #003ebb;
  border-radius: 100px;
}
#contents h3 {
  margin-bottom: 20px;
  clear: both;
  padding: 0 20px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  border: 2px solid #fff;
  border-radius: 100px;
}
#contents p {
  padding: 0px 20px 20px;
}
#contents p + p {
  margin-top: -5px;
}
#contents h2 + p, #contents h3 + p {
  margin-top: -10px;
}
.list {
  overflow: hidden;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
  padding: 20px;
}
.list:first-of-type {
  border-top: 1px solid #fff;
}
.list h4 {
  font-size: 30px;
  margin-bottom: 20px;
  １
}
#service .list img {
  width: 60%;
  float: left;
  margin-right:
}
.list p {
  padding: 0 !important;
}
footer {
  clear: both;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 85%;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer .pr {
  display: block;
  font-size: 80%;
}
#new dl {
  padding-left: 20px;
  margin-bottom: 15px;
}
#new dt {
  float: left;
  width: 9em;
  letter-spacing: 0.1em;
}
#new dd {
  padding-left: 9em;
}
.ta1 caption {
  border: 1px solid #fff;
  border-bottom: none;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
.ta1 th.tamidashi {
  width: auto;
  text-align: center;
}
.ta1 {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
  word-break: break-all;
  border: 1px solid #fff;
  padding: 10px;
}
.ta1 th {
  text-align: center;
  width: 30%;
}
body .nav-fix-pos-pagetop a {
  display: none;
}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
  display: block;
  text-decoration: none;
  text-align: center;
  position: fixed;
  animation-name: opa1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  width: 60px;
  line-height: 60px;
  bottom: 50px;
  right: 3%;
  background: #555;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
}
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
  background: #999;
}
.newicon {
  background: #F00;
  color: #FFF;
  font-size: 70%;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0px 5px;
  vertical-align: text-top;
}
ul.disc {
  list-style: disc;
  padding: 0 20px 20px 55px;
}
ol {
  padding: 0 20px 20px 42px;
}
.look {
  background: #000;
  border: 1px solid #666;
  padding: 5px 10px;
  border-radius: 4px;
}
.mb15, .mb1em {
  margin-bottom: 15px;
}
.clear {
  clear: both;
}
ul.disc {
  padding: 0em 25px 15px 40px;
  list-style: disc;
}
.color1, .color1 a {
  color: #fcee21;
}
.pr {
  font-size: 10px;
}
.wl {
  width: 96%;
}
.ws {
  width: 50%;
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}
.l {
  text-align: left;
}
.big1 {
  font-size: 40px;
  letter-spacing: 0.2em;
}
.mini1 {
  font-size: 11px;
  display: inline-block;
  line-height: 1.5;
}
.sh {
  display: none;
}
@media screen and (max-width:800px) {
  header #logo img {
    width: 30%;
    left: 35%;
  }
}
@media screen and (max-width:480px) {
  header #logo img {
    width: 50%;
    left: 25%;
  }
  #container {
    font-size: 12px;
    font-size: 2.93vw;
  }
  #contents h2 {
    font-size: 16px;
  }
  #contents h3 {
    font-size: 14px;
  }
  .list h4 {
    font-size: 16px;
  }
  ul.disc {
    padding: 0 0px 20px 35px;
  }
  ol {
    padding: 0 0px 20px 35px;
  }
  .ws {
    width: 96%;
  }
  .big1 {
    font-size: 22px;
    letter-spacing: normal;
  }
}