@charset "utf-8";
/*
** 320px -767px
*/
.spno{
	display: none !important;
}

.mgnbtm48{
	margin-bottom: 4.8%;
}
.mgnbtm64{
	margin-bottom: 6.4%;
}

.btm_content{
	margin-bottom: 16%;
}


/* 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;
}


div.headlogobox {
}
div.headlogobox img{
	max-width: 60%;
}
/* #contents ----------------------------------- */
/* -- main contents -- #main_cnt */
#contents{
	width: 100%;
	padding:6.4% 6.4% 0;
	box-sizing: border-box;
}
#main_cnt{
	width: 100%;
}

/* .lp_cnt --1culum contact_form --------------- */
.lp_cnt{}
/* -- #sub_cnt in sidebar.css ------------------ */

/* footer -------------------------------------- */
/* div.footer_nav nav#footer_nav */
div.footer_nav{
	width: 100%;
}



/* floating menu ------------------------------- */
/* */
.floatingbtn{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.floatingbtn ul li{
	width: 100%;
	box-sizing: border-box;
}

.floatingbtn ul li a{
	width: 100%;
	text-align: cover;
	display: block;
	color: #fff;
	height: 48px;
	border-top: solid 1px #1E3D90;
	box-sizing: border-box;
	background: #318DCB;
}

.floatingbtn ul li a span{
	width: 60%;
	max-height: 22px;
	height: 22px;
	margin: 13px 6.4%;
	box-sizing: border-box;
	display: block;
	background: url(../images/no,tel.png) no-repeat;
	background-size: contain;
	background-position: 0 center;
	font-size: 0em;
}

/*  class arrow */
.floatingbtn ul li a:after{
	display: block;
	content: "";
	position: absolute;
	top: 52%;
	right: 6.4%;
	width: 3px;
	height: 3px;
	margin: -2px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
   	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);	
	}
.floatingbtn ul li a:hover{
}
.floatingbtn ul li a:hover:after{
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}









.navlogo{
	width: 100%;
	box-sizing: border-box;
	padding: 6.4% 6.4% 18%;
	text-align: center;
	clear: both;
	overflow: hidden;
	
}
.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%;
}


