@charset "utf-8";
/* CSS Document */

/*PC用css*/
@media screen and (min-width: 751px){
.img_left{
	float:left;
	margin:0 20px 20px 0;
	clear: both;
}
.img_right{
	float:right;
	margin:0 0 20px 20px;
	clear: both;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.no_pc{
	display: none;
}
	
.box_harf{	width: 48%;}
	
.box70{	width: 60%;}
.box30{ width: 30%;}
	
header button{
	display: none;
}

/*----------------------------*/

.container{
	width:1100px;
	margin: auto;
}
.header_in{
	width:1100px;
	margin: 0 auto 10px;
	display: flow-root;
}
nav.g_navi_box{
	clear: both;
	background: #00529e;
}
ul.g_navi{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1100px;
	margin: auto;
}
ul.g_navi li{
}
ul.g_navi li a{ 
	font-size: 120%;
	color: #FFF;
	display: block;
	line-height: 1.4em;
	padding: 15px 20px;
}



/*------ pc_style --------*/


}/*-------------PC end---------------*/