@charset "UTF-8";
/* CSS Document */
body {
	font-family: fot-seurat-pron, sans-serif;
font-weight: 600;
font-style: normal;
}
h3,h4,h5 {
    line-height: 2rem;
}
h3 span {
    background-color: #002972;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: 1.2rem;
    border-radius: 15px;
}
iframe {
    border: 1px solid #000000;
}
p.map a,p.map a:hover {
    color: #000000;
    text-decoration: underline;
}
p.map a:hover {
    opacity: 0.8;
}
h5.blue {
    color: #002972;
}
.bg-blue {
    background-color: #F2F6F8;
    position: relative;
}
.bg-blue2 {
    background-color: #D0E3ED;
    position: relative;
}
.box-1 {
    background-color: #FDFFD1;
    border: 1px solid #000000;
    text-align: center;
    border-radius: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.box-2 {
    border: 2px dotted #000000;
    text-align: center;
    border-radius: 10px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.box-2 h5 {
    color: #002972;
}
.bg-bk {
    position: absolute;
    left: 20%;
    bottom: 0px;
    z-index: 2;
	 width: 300px;
}
@media (max-width:951.98px) {
	.bg-bk {
    left: 10%;
    width: 250px;
}
}
.navi {
    z-index: 1000;
}

  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 10;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 2;
  }
  nav .inner {
    padding: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    width: 80%;
    max-width: 400px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    display: inherit;
  }
  nav .inner ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    line-height: 3em;
  }
  nav .inner ul li ul li a {
    font-family: 'Marcellus', serif;
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    line-height: 0.5em;
  }
  nav .inner ul li ul li:last-child {
    padding-bottom: 1.7em;
  }
  nav .inner ul li a:hover {
    background-color: #343434;
  }
  .toggle_btn, #mask {
    display: none;
  }
  nav {
    left: -33%;
    width: 33%;
    margin-left: 0%;
    margin-top: 0px;
    background-color: #002972;
    color: #FFFFFF;
  }
  #header {
    background: #FFF;
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0px;
  }
  /*============
.toggle_btn
=============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 70px;
    right: 30px;
    width: 50px;
    height: 50px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn2 {
    display: block;
    position: fixed;
    top: 140px;
    right: 30px;
    width: 50px;
    height: 50px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #19428E;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
#mask
=============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
@media (max-width:575.98px) {
  nav {
    left: -50%;
    width: 50%;
  }
}
.btn-primary {
    background-color: #042C74;
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
    border-color: #042C74;
}
a img:hover {
    opacity: 0.8;
}
.btn-blue {
    background-color: #002A76;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding-top: 30px;
    padding-right: 60px;
    padding-bottom: 30px;
    padding-left: 60px;
}
a.btn-blue:hover {
    text-decoration: none;
    color: #FFFFFF;
    opacity: 0.7;
}
.waku {
    border: 1px solid #002B7B;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}
@media (max-width:767.98px) {
.btn-blue {
    background-color: #002A76;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
}
@media (max-width:575.98px) {
    .btn-blue {
    background-color: #002A76;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 70%;
}
}