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

/********common files***************************************/

.wf-noto{ font-family: "Noto Sans Japanese"; }

*{
	box-sizing: border-box;
	color: #2d2d2d;
}

html{
	/*overflow-x: hidden;*/
	overflow-y: scroll;
}

body{
	position: relative;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 14px;
}

img{ 
	max-width: 100%;
	height: auto;
	width: auto;
	
	vertical-align: bottom;
}

.tag{
	width: 80px;
	height: 25px;
}

.title{
	height: 160px;
	padding-top: 60px;
	background-color: #f9f9f9;
	margin-top: 2px;
}

h2,h2 span,
h3,h3 span{
	color: #2b5ca6;
	font-weight: 500;
}

h2,h3{
	/*line-height: 20px;*/
	font-family: "Noto Sans Japanese";	
	/*text-align: center;*/
	font-size: 24px;
}

/*h3{
	font-size: 20px;
}*/

h2 span, h3 span{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.link{
	display: block;
	width: 180px;
	line-height: 38px;
	border: 1px solid #2b5ca6;
	text-align: center;
	color: #2b5ca6;
	font-size: 12px;
}

#mainWrap .link:hover{
	color: #fff;
	background-color: #2b5ca6;
	text-decoration: none;
}

/******main wrap**************************************/
#mainWrap{ 
	width:100%;
	height:auto;
	
	position: relative;
}

#mainWrap a:hover,
footer a:hover{
	text-decoration: underline;
}

dl *{ font-size: 13px; }
dt{	line-height: 25px; }

dd{
	line-height: 23px;
	margin-top: 5px;
}


/******contents wrap**************************************/
#contWrap{
	padding-top: 30px;
	position: relative;
}

/*-----media screen----------------------------------------------------------------------*/
/*****for Pc****************************************************************/
@media screen and (min-width: 830px) {

.spOnly{ display: none; }	

footer .Fnav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 40px;
	justify-content: space-between;
	padding: 0 50px;
}
		
}

@media screen and (max-width: 829px) {
	
.pcOnly{ display: none; }	
	
/*body{ overflow-x: hidden; }	*/
	
footer .Fnav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 42px;
	justify-content: space-between;
	position: relative;
	padding: 0 20px;
}		

}

/*****for tbl & Sh ****************************************************************/
@media screen and (max-width: 459px) {

footer .Fnav{ width: 100%; }	

}


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

.pcOnly{ display: none; }	

footer .Fnav{
	flex-wrap: wrap;
	height:55px;
	/*padding-bottom: 16px;*/
}

footer .Fnav li {
	padding: 0 px;

}

}

/***** device ************************************************************************************/

.txtColrWH { color:#FFF; }
.bacColrWH { background-color:#FFF; }

.flot {
top: 0px;
position: fixed;
z-index: 1;
}



