*{
  margin:auto;
  padding:0;
}
html{
  height:100%;
  font-size : 100%;
  /* 10px */
    font-family: "YakuHanJP",Lato,"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body{
  width : 100%;
  height : 100%;
  line-height : 1.6;
  font-feature-settings : "palt";
  font-weight: 500;
  margin:auto;
  padding:0;
}
img{
  max-width: 100%;
}
hr{
  border-width: 0;
  border-style: solid;
  border-color: silver;
  clear : both;
}
.center{
  text-align : center;
}
.right{
  text-align : right;
}
.left{
  text-align : left;
}
.clearText{
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
#wrapper{
  margin:auto;
  padding : 0px;
  width : 100%;
  height : 100%;
}
.box{
  margin : auto;
  padding : 20px 0px;
  width : 97%;
  max-width : 980px;
  clear : both;
}
header{
  margin:auto;
  padding:0;
  width : 100%;
  background-image : url(bgi_top.png);
  background-repeat : repeat-x;
  background-position : center top;
  position : fixed;
  height : 83px;
  top : 0px;
  left : 0px;
  z-index : 1000;
  background-color : white;
  border-bottom-width : 7px;
  border-bottom-style : solid;
  border-bottom-color : #999999;
}
#header{
  margin : auto;
  width : 100%;
  max-width : 980px;
}
header h1{
  padding : 30px 0px 5px 10px;
  max-width : 310px;
}
footer{
  margin:auto;
  padding:0;
  width : 100%;
  color : white;
  background-color : #000050;
  position : fixed;
  bottom : 0px;
  z-index : 1000;
}
#footer{
  margin:auto;
  padding:0;
  width : 100%;
  max-width : 980px;
}
#add{
  margin : 10px auto;
  padding : 0px 0px 0px 60px;
  max-width : 300px;
  background-image : url(img_foot_logo.png);
  background-repeat : no-repeat;
  background-position : left center;
  background-size : contain;
}
#add p{
  padding : 0px;
  line-height : 1.1;
}
#add p.name{
  font-weight : bold;
  letter-spacing : 0.2rem;
  padding-bottom : 3px;
  padding-left : 10px;
}
#copy{
  margin : auto auto 10px;
  padding : 0px;
  width : 100%;
  color : #000050;
}
#ico_area{
  width : 80px;
  height : 320px;
  bottom : 115px;
  position : fixed;
  z-index : 900;
  right : 0px;
}
#ico_area_02{
  width : 80px;
  height : 80px;
  bottom : 115px;
  position : fixed;
  z-index : 900;
  left : 0px;
}
#footer div.ico{
  width : 100%;
  height : 80px;
  background-repeat : no-repeat;
  background-position : center center;
  background-size : 70px auto;
  position: relative;
  z-index: 1;
}
#footer div.ico a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#footer div.ico:hover,#header ul li:hover{
  filter:alpha(opacity=70);
  /* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";
  /* IE 8,9 */
    -moz-opacity:0.7;
  /* FF , Netscape */
    -khtml-opacity: 0.7;
  /* Safari 1.x */
    opacity:0.7;
  zoom:1;
/*IE*/
}
#to_home{
  background-image : url(ico_home_50.png);
}
#to_top{
  background-image : url(ico_top_50.png);
}
#to_tel{
  background-image : url(ico_tel_50.png);
}
#to_map{
  background-image : url(ico_map_50.png);
}
#to_face{
  background-image : url(ico_facebook_50.png);
}
.header{
  display: flex;
  justify-content: space-between;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
}
.nav-button{
  display: none;
}
.nav a{
  color : #000050;
  text-decoration: none;
  font-size: 14px;
}
.nav li{
  display: inline-block;
  margin : 0px 10px;
}
.nav-wrap.open{
  display: block;
}
.nav-wrap.close{
  display: none;
}
@media screen and (min-width: 981px) {
  .nav-wrap{
  display: block !important;
}
}
.content{
  padding: 20px;
}
@media screen and (max-width: 980px) {
  .nav-button{
  display: block;
  cursor: pointer;
}
.nav-wrap{
  position: fixed;
  left: 0;
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  top : 0px;
}
.nav{
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav li{
  display: block;
  margin: 2em;
}
.nav a{
  color: #000050;
  font-size: 18px;
}
/*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span{
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.nav-button{
  z-index: 20;
  position: relative;
  width: 40px;
  height: 36px;
}
.nav-button span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000050;
  border-radius: 4px;
}
.nav-button span:nth-of-type(1){
  top: 0;
}
.nav-button span:nth-of-type(2){
  top: 16px;
}
.nav-button span:nth-of-type(3){
  bottom: 0;
}
.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(45deg);
}
}
#s01{
  margin : 90px auto auto;
  padding : 0;
  border-width : 0px 0px 7px;
  border-style : solid;
  border-color : #999999;
  width : 100%;
  height : 20%;
  background-color : #d3d3d3;
}
#s01_1{
  margin : 90px auto auto;
  padding : 0;
  border-width : 0px 0px 7px;
  border-style : solid;
  border-color : #999999;
  width : 100%;
  height : 8%;
  background-color : #d3d3d3;
}
#top_img{
  margin : auto;
  padding : 0;
  width : 100%;
  max-width : 980px;
  height : 100%;
}
#top_img_1{
  margin : auto;
  padding : 0;
  width : 100%;
  max-width : 980px;
  height : 100%;
  background-image : url(h_img05.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  background-size : cover;
}
#top_img h2{
  margin:auto;
  padding : 0;
  width : 80%;
  max-width : 600px;
  height : 100%;
  background-image : url(img_top_cat.png);
  background-repeat : no-repeat;
  background-position : center center;
  background-size : contain;
}
.box p{
  margin : 20px auto auto;
  padding : 0;
  width : 85%;
}
#s03 article{
  margin : auto 1% 15px;
  padding : 0;
  width : 48%;
  float : left;
}
@media screen and (max-width: 800px) {
  #s03 article{
  width : 98%;
}
}
#s03 article div{
  margin : auto;
  padding : 0;
  width : 100%;
  box-sizing: border-box;
  border-width : 1px;
  border-style : solid;
  border-color : #000050;
}
#s03 article div img.part{
  margin : 10px;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-width : 1px;
  border-style : dotted;
  border-color : #000050;
  float : left;
}
#s03 article div h3{
  border-width : 0px 0px 1px;
  border-style : dotted;
  border-color : #000050;
  font-size : 110%;
  font-weight : bold;
  margin : 10px 10px 10px 182px;
}
@media screen and (max-width: 800px) {
  #s03 article div img.part{
  width: 90px;
  height: 90px;
}
#s03 article div h3{
  margin : 10px 10px 10px 112px;
}
}
#s03 article div p{
  margin : auto;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 10px;
  padding-bottom : 10px;
  font-size : 90%;
  width : auto;
}
.fb-page{
  width: 310px;
  float : right;
}
#s04 div.r_box{
  float : left;
  width : 670px;
}
@media screen and (max-width: 980px) {
  .fb-page{
  display:none!important;
  float : none;
  width:0;
}
#s04 div.r_box{
  float : none;
  width : 100%;
}
}
.box h6{
  padding: 1rem 2rem;
  color : #ffffff;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #005ebb;
  -webkit-box-shadow: 5px 5px 0 #000050;
  box-shadow: 5px 5px 0 #000050;
  font-size : 1.4rem;
  font-weight : bold;
}
#s04 ul{
  margin : 10px 10px 10px -10px;
  letter-spacing: -.4em;
}
#s04 ul li{
  padding : 0px 5px 5px;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: normal;
  vertical-align: middle;
}
#s04 ul li img{
  max-width:200px;
}
@media screen and (max-width: 800px) {
  #s04 ul li img{
  max-width:140px;
}
}
#s04 p.txt{
  width : 95%;
}
#s07 div.txt_box{
  width : 95%;
  padding-bottom : 20px;
  clear : both;
}
#s07 div.txt_box p{
  width : 100%;
}
#s07 div.txt_box p.title{
  position: relative;
  padding : 0.3rem 1rem;
  border-bottom : 6px solid #005ebb;
  font-size : 1.15rem;
  font-weight : bolder;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#s07 div.txt_box p.title::before{
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #000050;
}
#s07 img.mast{
  max-width : 350px;
  float : right;
  padding : 20px 0px 7px 15px;
  width : 45%;
}
#s05 div.txt_box{
  width : 95%;
  padding-bottom : 20px;
}
#s05 div.txt_box p{
  width : 100%;
}
#s05 div.txt_box p.title{
  position: relative;
  padding : 0.3rem 1rem;
  border-bottom : 6px solid #005ebb;
  font-size : 1.15rem;
  font-weight : bolder;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#s05 div.txt_box p.title::before{
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #000050;
}
#s05 img.mast{
  max-width:160px;
  float : right;
  padding : 20px 0px 7px 15px;
}
#s05 ul li{
  font-weight : bold;
  list-style-type : none;
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 5px;
  padding-bottom : 1px;
}
#s05 table{
  margin : 20px auto auto;
  padding : 0px;
  width : 100%;
}
#s05 td{
  margin : auto;
  padding : 8px;
  font-size : 90%;
  border : 2px solid white;
  background-color : #eaf4ff;
  line-height : 1.5;
  color : #000050;
}
#s05 td.col{
  color : white;
  background-color : #005ebb;
  font-weight : bold;
  width : 30%;
}
#s06 div.txt_box{
  width : 95%;
  padding-bottom : 20px;
}
#s06 div.txt_box p{
  width : 100%;
}
#s06 div.txt_box p.title{
  position: relative;
  padding : 0.3rem 1rem;
  border-bottom : 6px solid #005ebb;
  font-size : 1.15rem;
  font-weight : bolder;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#s06 div.txt_box p.title::before{
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #000050;
}
#s06 table{
  margin : 20px auto auto;
  padding : 0px;
  width : 100%;
}
#s06 td{
  margin : auto;
  padding : 8px;
  font-size : 90%;
  border : 2px solid white;
  background-color : #eaf4ff;
  line-height : 1.5;
  color : #000050;
}
#s06 td.col{
  color : white;
  background-color : #005ebb;
  font-weight : bold;
  width : 30%;
}
#list ul{
  margin : 15px 3px;
}
#list li{
  margin : 3px;
  padding : 3px;
  list-style : none;
  font-size : 85%;
  display : inline-block;
  background-color : #eaf4ff;
  color : #000050;
}
#list li span{
  font-size : 85%;
}
#list h4,#s03 h4{
  margin : 10px auto 5px;
  padding : 0px 0px 0px 5px;
  font-weight : bold;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #005ebb;
  color : #000050;
}
.btn,
a.btn,
button.btn{
  font-size : 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-radius-solid{
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}
a:hover.btn-radius-solid{
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
a.btn-flat{
  overflow: hidden;
  padding : 0.5rem 1rem 0.5rem 2rem;
  color : #000050;
  border-radius: 0;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #b5daff;
}
a.btn-flat span{
  position: relative;
}
a.btn-flat::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);
  border-radius: 50%;
  background: #005ebb;
}
a:hover.btn-flat::before{
  width: 400px;
  height: 400px;
  -webkit-transform: translateX(-1%) translateY(-175px);
  transform: translateX(-1%) translateY(-175px);
}
a:hover.btn-flat{
  color : #fff;
}
.pl{
  padding : 10px 0px 0px;
  font-size : 0.8rem;
  font-weight : bold;
  text-align : right;
}