@charset "utf-8";
/*
** 768px-1024px & 1025px-1200px & 1201px
*/
.pcno{
	display: none !important;
}

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

/* header --------------------------------------- */
header{
	width: 100%;
	border-bottom: solid 1px #efefef;
}
.headerinner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.headlogobox p{}
div.headlogobox p a{}
/* header padding*/
@media screen and (max-width:1200px){
	.headerinner{
		padding: 0px 4.8%;
	}
}
@media screen and (min-width:1201px){
	.headerinner{
		padding: 0px 64px;
	}
}
div.headlogobox{
	width:88px;
	box-sizing: border-box;

}
header div.headlogobox p{
	width: 100%;
	margin: 0 auto;
}
div.headlogobox p a{
	width: 100%;
	height: 60px;
}



/* content_1colmn */
header.content_1colmn .headlogobox{
	margin: 0 auto !important;
}
/* header navigation ----------- */
div.head_nav{
	width: calc(100% - 88px);
}
div.head_nav nav#head_nav ul{
	display: flex;
	justify-content:flex-end;
	flex-wrap: wrap;
	align-items: flex-end;
}
div.head_nav nav#head_nav li{
}
div.head_nav nav#head_nav li:nth-child(even) a{

}
div.head_nav nav#head_nav li a{
	width: 100%;
	display: block;
	color: #1e1e1e;
	box-sizing: border-box;
	font-size: 12px;
	height: 60px;
	padding: 0 24px;
	line-height: 60px;
}
div.head_nav nav#head_nav li a:hover{
	text-decoration: underline;
	color: #1e1e1e;
	background: #efefef;
	border-bottom: none ;
}
/* Contents ----------------------------------------- */
/* #contents ------------------------- */
#contents{
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	/* media query */	
	padding:0 4.8%;
	margin: 4.8% auto;
}

/* #main_cnt -- width ---------------- */
#main_cnt{
	/* media query */	
	width: calc(76% - 4.8%);
	margin-right: 4.8%;
}
/* main content start end border */
#main_cnt{
	position: relative;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	box-sizing: border-box;
}
#main_cnt::before{
	width: 100%;
	content: "";
	background: #efefef;
	display: block;
	height: 1px;
	position: absolute;
	top: 8.5px;
	right: 0;
}
#main_cnt::after{
	width: 100%;
	content: "";
	background: #efefef;
	display: block;
	height: 1px;
	position: absolute;
	bottom: 8.5px ;
	right: 0;
}

@media screen and (min-width:1201px){
	#contents{
	padding: 0px 64px 0px;
	margin: 64px auto 64px !important;
	}
	#main_cnt{
	width: calc(76% - 64px);
	margin-right: 64px;
	}
}
/* 1column width100% */
.content_1column{}
.content_1column #main_cnt{
	width: 88%;
	margin:0 auto 0 !important;
}
/* #sub_cnt  -- width --------------- */
#sub_cnt{
	width: 24%;
}

.content_1column #sub_cnt{
	display: none;
}

/* .lp_cnt --1culum contact_form -------------------- */
.lp_cnt{}

/* #sub_cnt ----------------------------------------- */
#menu-bar{
  display:none;
}
.navlogo{
	display: none;
}
.navlogo a{
	width: 18%;
	font-size: 0;
	display: flex;
  justify-content: flex-start;
  align-items: center;
}
.navlogo a svg{
	width: 100%;
	box-sizing: border-box;
	padding-left: 6.4%;
	display: block;
	height: auto;
}
.navlogo a svg .cls-2{
	fill: #11100F;
}

#sub_cnt nav ul{}
#sub_cnt nav ul li{}
#sub_cnt nav ul li a{
	width: 100%;
	display: block;
	position: relative;
	height: 36px;
	line-height: 36px;
	color: #0C0B0B;
	box-sizing: border-box;
	font-size: 12px;
	letter-spacing: 0.045em;
}

#sub_cnt nav ul li a:hover{}

#sub_cnt nav ul li a::before{
	width: 100%;
	height: 1px;
	content: "";
	background: #1e1e1e;
	position: absolute;
	bottom:0;
	left: 0;
	transition: all .6s;
	transform: scale(0, 1);
	transform-origin: left bottom;
	box-sizing: border-box;
}
#sub_cnt nav ul li a:hover::before{
	transform: scale(1, 1);
}

#sub_cnt nav ul li a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 2px;
	height: 2px;
	margin: -1px 0 0 0;
	border-top: solid 1px #1e1e1e;
	border-right: solid 1px  #1e1e1e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
	}
#sub_cnt nav ul li a:hover::after{}


