@charset "utf-8";
/* CSS Document */




body{
text-align:center;
font-size:21px;
color:#212121;
margin:0px auto;
line-height:1.3;
background-color:#f5fafc;
background-image:url(img/hthai.png);
background-position:top left;
background-repeat:no-repeat;
 -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1000px) {
body{
font-size:18px;
}
}

img{
border:0px;
max-width: 100%;
height: auto;
}




 



/*基本リンクカラー*/

a:link,a:visited,a:active{
	color:#2c87b4;
	text-decoration:none;
	}

a:hover{
	color:#41a6ce;
	text-decoration:none;
	}
		
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	}
	

/*文字設定いろいろ*/

.aka{color:#FF0000;}

.b{font-weight:bold;}

.bs{font-size:17px;}

.bb{font-weight:bold;
	font-size:28px;}

.sb{
	color:#023660;
	font-size:28px;
	font-weight:bold;}
	
@media screen and (max-width: 1000px) {
.sb{
	font-size:20px;}
	
.bs{font-size:17px;
display:block;
line-height:5px;}	
	
}

	
.hai{color:#666;
	font-size:18px;
	}


/*リスト*/
.gm li{
	line-height:30px;
	}

.gm li::marker{
	color:#6176c1;
	font-size:20px;
	}


@media screen and (max-width: 1000px) {
.gm li{
	line-height:23px;
	}
	
}



/* ナビゲーション
-----------------------------------------*/
.Nav {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .Nav {
  position: relative;
  border-top:none;
  }
}
.Nav .navbtn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn {
    display: block;
    position: absolute;
    top: -65px;
    right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #000;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:18px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a.open {
  }
}


@media screen and (max-width: 1000px) {
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:18px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
}

.Nav ul.close {
  display: none;
  border-top: solid 1px #F5F4F0;
}
.Nav > ul {
  margin: 0 auto;
  max-width: 1500px;
}

@media screen and (max-width: 1000px) {
  .Nav > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #FFF;
  }
}
.Nav > ul > li {
  position: relative;
  font-size: 20px;
  font-weight:bold;
  display: inline-block;
  border-right: solid 1px #666666;
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
	border-right:none;
  }
}
.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 19px 60px;
  font-size: 20px;
  color: #333;
  /*background-color: #fff;*/
  z-index: 2;
}
.Nav > ul > li.parent > a {
  padding-right:25px;
}

.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #e3ecf3;
    border-right: solid 2px #e3ecf3;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media screen and (max-width: 1000px) {
.Nav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
}
  .Nav > ul > li.parent.open > a{
  }
  .Nav > ul > li.parent.open > a::after {
  background: #e3ecf3;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open > a {
  }
}
 
.Nav > ul > li a:hover {
}
.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.Nav > ul > li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.Nav > ul > li a:hover::after {
  background: #e3ecf3;
  -webkit-transform: scale(1);
  transform: scale(1);
}
 
/* 2階層 */
.Nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: auto;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
 
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
  }
}
 
.Nav > ul > li > ul li {
  white-space: nowrap;
}
 
.Nav > ul > li > ul li a {
  position: relative;
  padding: 12px 27px 12px 27px;
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a {
    border-bottom: solid 1px #dddddd;
    background-color: #EEE;
  }
}
.Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #e3ecf3;
    border-right: solid 2px #e3ecf3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Nav > ul > li > ul li a:hover {
  text-decoration: underline;
}
 
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a:hover {
    background-color: #FFF;
  }
}
 
.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}
/* 
-----------------------------------------*/




/*CI、トップイメージ（スマートフォン画像差し替え用）*/
.ci-pc { display: block; width: 100%; max-width:978px;}
.ci-sp { display: none; }
@media only screen and (max-width: 1000px) {
  .ci-pc { display: none; }
  .ci-sp { display: block;}
}


.top-pc { display: block; width: 100%; /*max-width:1642px;*/}
/*.top-sp { display: none; }
@media only screen and (max-width: 1000px) {
  .top-pc { display: none; }
  .top-sp { display: block; }
}*/


/*全体↓*/	

#hd{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	padding-top:20px;
	}
	
@media screen and (max-width: 1000px) {	

#hd{padding-bottom:50px;
}

}

.ma{display: flex;}

.ma>div:nth-of-type(1){
    margin-left: auto;
	}




@media screen and (max-width: 1000px) {	

.ma{display: flex;}

.ma>div:last-of-type{
    margin-left: auto;
	text-align:center;
	}


}

/*枠*/

.waku{
	max-width:1180px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}

@media only screen and (max-width: 1000px) {
	
.waku{
	width:95%;
	max-width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}

}

.bwaku{
	width:100%;
	padding:20px 0px;
	background-color:#e5f2f8;
	}


/*フレックスボックス（文字・写真横並び用）*/

.box {
	display: flex;
	max-width:1180px;
	margin-left:auto;
	margin-right:auto;
	}

.box .item-text {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	padding:8px;
	text-align:left;
	}

.box .item-img {padding:10px;}

@media screen and (max-width: 1000px) {
	
.box {
	flex-direction: column;
	width:95%;
	}

.box .item-img {
	margin-left:auto;
	margin-right:auto;
	}

}




/* ボタン */
.button {
	overflow: hidden;
	width: 100%;
	max-width:420px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;

}
.button a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #2a93d9;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	letter-spacing:4px;
	text-decoration:none;
	padding:10px 0px 10px 0px;
}
.button a:hover {
	background: #2678a5;        /* マウスオーバーカラー */  
}




#iconlist a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(480deg);
	transform: rotate(45deg);
	top: 50%;
	right: 25px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #fff;
}
     

#iconlist a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 27px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background:#2a93d9;
}
#iconlist a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #2678a5;
}


@media screen and (max-width: 1000px) {


.button {
	overflow: hidden;
	width: 98%;
	max-width:none;
	height: 100%;
	margin-left:auto;
	margin-right:auto;

}

.button a {
	font-size:20px;
	padding:10px 0px 10px 0px;
}

}




/*線*/

hr{
	width:100%;
	max-width:1200px;
	border:none;
	margin:30px 0 30px 0;
	border-top:1px solid #515151;
	margin-left:auto;
	margin-right:auto;
	}


/*サブページ小タイトル*/

.ty{
	width:100%;
	font-size:23px;
	font-weight:bold;
	background-image:url(img/tb.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:20px 0px;
	padding-bottom:15px;
	}



/*テーブル*/
.pr table{
	width:100%;
	border-top:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	color:#333333;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	max-width:1100px;
	text-align:left;
	}	
		
.pr th{
	background-color:#f7f7f7;
	border-bottom:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	font-weight:bold;
	padding:10px;
	width:30%;
	}
	
.pr td{
	background-color:#FFF;
	border-bottom:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	padding:10px;
	}


@media (max-width: 1000px) {
    .pr table {
		width:96%;
		margin-left:auto;
		margin-right:auto;
		max-width:990px;
		font-size:18px;
		}
 
.pr th{
	width:35%;
	}


}



.pr2 table{
	width:100%;
	border-top:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	color:#333333;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	max-width:1200px;
	text-align:left;
	}	
		
.pr2 th{
	background-color:#f7f7f7;
	border-bottom:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	font-weight:bold;
	padding:10px;
	width:30%;
	}
	
.pr2 td{
	background-color:#FFF;
	border-bottom:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	padding:10px;
	}


@media (max-width: 1200px) {
    .pr2 table {
		width:96%;
		margin-left:auto;
		margin-right:auto;
		}
 
    .pr2  th{
		width:95%;
        display: block;
    }
	
    .pr2  td {
		width:95%;
        display: block;
    }	
}


input{
	margin:10px;
	}

input.submit_button{
	margin:10px;
	padding: 13px 30px;
    background-color: #333;
    color: #fff;
    border-style: none;
	font-size:18px;
	}

input.submit_button:hover{
	margin:10px;
    padding: 13px 30px;
    background-color:#6D7475;
    color: #fff;
    border-style: none;
	}





/*ページトップ*/

#pageTop{
	background:#333;
	border:1px solid #CCC;
	color:#FFF;
	padding:10px 12px;
	position:fixed;
	bottom:1px;
	right:5px;
	text-decoration:none;
	z-index:999;
	}

#pageTop:hover{
	background:#595959;
	font-weight:bold;
	text-decoration:none;
	}


.btn_top {
	text-align: right;
	cursor: pointer;
	}

@media print {
	#pageTop{display: none !important;}
	}




/*--フッタ--*/

address{
	font-style:normal;
	padding-top:15px;
	padding-bottom:20px;
	letter-spacing:1px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	}

.addbox{
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#023660;
	color:#FFF;
	width:100%;
	font-size:15px;
	}