@charset "utf-8";
/* tablet content hidden  */
.tabno{
	display: none !important;
}

.mgnbtm48{
	margin-bottom: 48px;
}
.mgnbtm64{
	margin-bottom: 64px;
}

/* header --------------------------------------- */
/* header --------------------------------------- */
header{
	width: 100%;
	background: #9EDCE9;
	height: 68px;
	box-sizing: border-box;
	padding: 0 4.8%;
}
header .headerinner{
	height: 68px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.headerinner div{
	width: 50%;
}

div.headlogobox img{
	max-width: 60%;
}

.tellno{
	text-align: right;
}
.tellno img{
	width: 40%;
}

/* -- main contents -- #main_cnt -------------------- */
/* #contents */
#contents{
	width: 100%;
}
/* main content start end border */
#main_cnt{
	width:87.2%;
	position: relative;
	box-sizing: border-box;
	margin: 6.4% auto;
}

#single{
	width: 100%;
	box-sizing: border-box;
}

/* footer ------------------------ */
/* div.footer_nav nav#footer_nav */
div.footer_nav{
	width: 60%;
}
div.footer_nav nav ul{
}
div.footer_nav nav ul li{
	width: 100%;
}
div.footer_nav nav ul li a{
	font-size:11px;
}



.navlogo{
	width: 100%;
	box-sizing: border-box;
	padding: 6.4% 6.4% 12.8%;
	text-align: center;
	
}
.bunner_side ul{
	width: 100%;
	box-sizing: border-box;
	padding: 0 6.4% 12.8%;
	
}


.side_ov{
	box-sizing: border-box;
	padding: 0 6.4%;
	margin-bottom: 12.8%;
	margin-top: 12.8% !important;
}

.bun_sideinner{
	background: #318DCB;
	color: #fff;
	box-sizing: border-box;
	padding: 12px;
	width: 100%;
}


.side_ov ol{}
.side_ov ol li{
	line-height: 1.5em;
	font-size: 13px;
}
.side_ov ol li:nth-child(1){
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 4px;
}
.side_ov ol li:nth-child(2){}
.side_ov ol li:nth-child(3){
}
.side_ov ol li:nth-child(4){
	margin-bottom: 4px;
}
.side_ov ol li:nth-child(5){

}
.side_ov ol li:nth-child(6){
	margin-bottom: 8px;

}

.googlemap_side{
	margin: 12px 0 18px;
	width: 100%;
}
.bunner_side .googlemap_side iframe{
	width: 100%;
	height: 140px;
	min-height: 140px;
	max-width: 100%;
}


