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

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

/* header --------------------------------------- */
header{
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px #efefef;
}
.headerinner{
	width: 100%;
}
div.headlogobox{}
div.headlogobox p{
	width: 22% !important;
	padding-left: 6.4%;
}
div.headlogobox p a{
	width: 100%;
	height: 88px;
	margin: 0 auto;
}

div.head_nav{
	display: none;
}

/* -- main contents -- #main_cnt -------------------- */
/* #contents */
#contents{
	width: 100%;
}
/* main content start end border */
#main_cnt{
	width:87.2%;
	position: relative;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	box-sizing: border-box;
	margin: calc(6.4% + 8px) auto;
}

#main_cnt::before{
	width: 100%;
	content: "";
	background: #efefef;
	display: block;
	height: 1px;
	position: absolute;
	top: -8px;
	right: 0;
}

#main_cnt::after{
	width: 100%;
	content: "";
	background: #efefef;
	display: block;
	height: 1px;
	position: absolute;
	bottom: 8px ;
	right: 0;
}


