@charset "utf-8";

.PCdisplayNone {
	display:none!important;
}

.mt_35{
	margin-top:35px;
}
.page_top_mgn{
	margin-top:50px;
}
#SiteIdentityP{
	height:50px;
}
.fea_mb05{
	margin-bottom: 5px!important;
}
.fea_mb10{
	margin-bottom:10px!important;
}
.fea_mb20{
	margin-bottom:20px!important;
}
.fea_mb30{
	margin-bottom:30px!important;
}
.fea_mb40{
	margin-bottom:40px!important;
}
.fea_mb50{
	margin-bottom:50px!important;
}
.fea_mb60{
	margin-bottom:60px!important;
}
.fea_flex_ac{
	align-items: center !important;
}
.kx_box01{
	width: 64.2%;
	margin: 0 auto;
}
.fea_noteM{
	font-size: 0.875rem;
	line-height: 1.3rem;
}
.fea_flex{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.cm_lead{
	width: 38.9%;
	background: #c20d24;
	padding: 60px 40px 0;
}
.cm_lead div{
	margin-bottom: 60px;
}
.cm_lead p{
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.8;
}
.cm_kv{
	width: 61.1%
}
.fea_ww img{
	width: 100%;
}
.cm_linebox{
	border: 2px #c20d24 solid;
	padding: 50px 36px 40px;
}
.cm_txt{
	font-size: 1.125rem;
}
.cm_col01{
	width: calc((100% - 30px)/2);
}
.cm_tit01{
	position: relative;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 42px;
}
.cm_tit01::after{
	position: absolute;
	content: "";
	width: 134px;
	height: 1px;
	background: #333;
	left: 50%;
	transform: translate(-50%);
	bottom: -10px;
}
.cm_video01{
	max-width: 624px;
	width: 100%;
	margin: 0 auto;
}
.thmbBox{
	overflow: hidden;
	display: block;
	position: relative;
}
.thmbBox img{
	transition: 0.3s;
}
.thmbBox img:hover{
	opacity: 0.75;
	transform: scale(1.05);
}
.thmbBox:after {
	content: '';
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	background: url(../img/arr_youtube.png);
	background-size: 100%;
	pointer-events: none;
}
.f_model_flex{
	justify-content: center;
	padding-top: 10px;
}
.f_item{
	width: 23%;
	margin: 0 65px;
}
.f_titb{
	font-size: 1.3rem;
	text-align: center;
}
.f_bb{
	border-bottom: 1px #000 solid;
	padding-bottom: 5px;
	margin-bottom: 7px;
}
.f_item_img{
	padding: 0 8.6%;
}
.f_model_flex a{
	margin-top: 20px;
}


 @media only screen and (min-width: 768px) and (max-width: 1274px) {
	 img{
		 max-width: 100%;
	 }
}
 @media only screen and (min-width: 768px) and (max-width: 957px) {

}



