@charset "utf-8";
.fea_mb40sp{
	margin-bottom: 40px!important;
}
.fea_mb60sp{
	margin-bottom: 60px!important;
}
.bg_black{
	background: #222;
}
.bg_gray{
	background: #b3b3b3;
	padding: 50px 0 80px;
}
.mg_LR .FW4_0101MB{
	width: calc(100% + 20px)!important;
	margin-right: -10px;
	margin-left: -10px;
}
.f_img01{
	margin-bottom: 70px;
}
.fea_ww p{
	font-size: 1.25rem;
	line-height: 1.8;
	color: #0C0C0C;
}
.f_col01 {
	margin-bottom: 70px;
}
.f_col01 h3{
	font-size: 2.1rem;
	color: #0C0C0C;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 1.6;
}
.f_col01 p{
	margin-right: -15px;
	font-size: 1.2rem;
}
.f_col02{
	margin: 0 30px;
}
.f_col02 li:first-child{
	margin-bottom: 40px;
}
.bg_bla02{
	background: #222;
	padding: 80px 0 70px;
}
.fea_ww.bg_bla02 p{
	color: #fff;
}
.bg_bla02 .fea_lineS_all{
	border-color: #fff;
	display: inline-block;
	margin-top: 3px;
	padding: 0px 8px;
}
.f_list01 p{
	font-size: 1.1rem;
}
.f_list01 li{
	margin-bottom: 60px;
}
.f_btn01{
	position: relative;
	display: block;
	margin: 0 auto 80px;
	background: #f4f4f4;
	border-radius: 15px;
	padding: 20px 70px 20px 20px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #0C0C0C!important;
	text-decoration: none!important;
}
.f_btn01::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 48px;
	height: 48px;
	transform: translateY(-50%);
	background: url(../img/ico_01.png) no-repeat;
	background-size: 100%;
}
.f_btn01 span{
	font-size: 1rem;
	line-height: 1.6;
	display: inline-block;
	margin-bottom: 10px;
}
.talbe_box{
	overflow-x: scroll;
	width: 100%;
}
.f_table {
	margin-bottom: 30px;
	width: 1200px;
}
.f_table th, .f_table td{
	font-size: 1.25rem!important;
	text-align: center;
}
.f_table th{
	background: #f8f8f8;
}
.f_table td{
	background: #fff;
}
.f_table img{
	width: auto;
}
.f_table td img{
	margin: 10px 0;
}
.f_th01{
	display: flex;
	align-items: center;
	justify-content: center;
}
.f_th01 p{
	text-align: left;
	color: #0C0C0C!important;
	margin-left: 10px;
	line-height: 1.5;
}
.ui_scroll{
	position: relative;
	overflow-x: scroll;
	width: 100%;
}
.table_scr_mark{
	position: sticky;
	left: 5%;
	top: 180px;
	width: 300px;
	height: 0;
	transition: 0.7s;
}
.table_scr_mark::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 201px;
	background: url(../img/spec_05.png) no-repeat;
	background-size: 100% 100%;
}
.ui_scroll.is_on .table_scr_mark{
	opacity: 0;
}


@media only screen and (min-width: 0) and (max-width: 620px) {

}






