@charset "utf-8";

.sp{display:none;}

.fs-body-top .fs-l-main {
	margin: 0 auto 24px;
	padding: 0;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fs-body-top .fs-l-main .fs-l-pageMain {
	max-width: 100%;
	width: 100%;
}

.fs-body-top .fs-l-main .fs-l-pageMain .fs-pt-list--noMarker > li + li{margin-top:0;}

.fs-body-top .fs-l-main .fs-l-pageMain section#main-visual {
	width: 100%;
	margin-bottom: 15px;
}

.fs-body-top .fs-l-main .fs-l-pageMain section{
	width:1000px;
	margin:0 auto 50px;
	}
	
.fs-body-top .fs-l-main .fs-l-pageMain section.cvp {
	margin-top: 50px;
	width: 1000px;
	min-height: 55px;
	padding: 20px 20px;
	font-size: 28px;
	font-weight: 700;
	border-top: 2px solid #22551a;
	border-bottom: 2px solid #22551a;
	position: relative;
	line-height: 1.6;
	text-align: left;
}

.fs-body-top .fs-l-main .fs-l-pageMain section.cvp h2{
	font-size: 16px;
	font-weight: 700;
	padding: 8px 0 0;
}
.fs-body-top .fs-l-main .fs-l-pageMain section.cvp h3{
	font-size: 14px;
	line-height: 1.5;
	font-weight: 100;
	margin: 4px 0 0;
}

.fs-body-top .fs-l-main .fs-l-pageMain section.bnrs ul{width:100%; margin:0 auto;}
.fs-body-top .fs-l-main .fs-l-pageMain section.bnrs ul li{width:100%;}
.fs-body-top .fs-l-main .fs-l-pageMain section.bnrs ul li + li{margin-top:35px;}
.fs-body-top .fs-l-main .fs-l-pageMain section.bnrs ul.w50 li{width:48%;}
.fs-body-top .fs-l-main .fs-l-pageMain section.bnrs ul.w50 li + li{margin-top:0;}
.fs-body-top .fs-l-main .fs-l-pageMain section.bnrs ul.w50 li:nth-of-type(n + 3){margin-top:35px;}
.fs-body-top .fs-l-main .fs-l-pageMain section.bnrs ul li img{width:100%;}
.fs-body-top .fs-l-main .fs-l-pageMain section.bnrs ul li img.inqBtn {
	width: 60%;
	margin: 0 auto;
	display: block;
}

.fs-body-top .fs-l-main .fs-l-pageMain section.seminar h3 {
	width: 1000px;
	height: 55px;
	background: #2e46ff;
	line-height: 50px;
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	position: relative;
}

/*
.fs-body-top .fs-l-main .fs-l-pageMain section.seminar h3::before {
	content: "";
	width: 17px;
	height: 17px;
	background: url("https://ecjissenkai.itembox.design/item/img/index/main_title_seminar_before.png") no-repeat center center/100%;
	position: absolute;
	left: 10px;
	top: 16px;
}


.fs-body-top .fs-l-main .fs-l-pageMain section.seminar h3::after {
	content: "";
	width: 100%;
	height: 3px;
	background: url("https://ecjissenkai.itembox.design/item/img/index/main_title_seminar_after.jpg") no-repeat center bottom/100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
*/


.fs-body-top .fs-l-main .fs-l-pageMain section.seminar h3 span {
	border-left: #fff dotted 2px;
	display: inline-block;
	line-height: 33px;
	font-size: 16px;
	margin-left: 15px;
	padding-left: 15px;
}

.fs-body-top .fs-l-main .fs-l-pageMain section.seminar ul {
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;
	border: 1px solid #cccccc;
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
}

.fs-body-top .fs-l-main .fs-l-pageMain section.seminar ul li {
	margin: 0 !important;
	padding: 7px 0 7px 0 !important;
	line-height: 1.4em;
	border-bottom: 1px dotted #999999;
}

.fs-body-top .fs-l-main .fs-l-pageMain section.seminar ul li p {
	font-size: 14px;
	line-height: 1.5;
}

.fs-body-top .fs-l-main .fs-l-pageMain section.reason h3,
.fs-body-top .fs-l-main .fs-l-pageMain section.performance h3 {
	font-size: min(4.5vw , 35px);
	font-weight: bold;
	position: relative;
	width: auto;
	margin-bottom: 30px;
	padding: min(1vw , 10px) min(3vw , 30px);
	display: inline-block;
	border-left: #026b32 2px solid;
	border-right: #026b32 2px solid;
	color: #026b32;
	margin: min(5vw , 50px) auto min(4vw , 40px);
}



/*

.fs-body-top .fs-l-main .fs-l-pageMain section.reason h3:before,
.fs-body-top .fs-l-main .fs-l-pageMain section.reason h3:after,
.fs-body-top .fs-l-main .fs-l-pageMain section.performance h3:before,
.fs-body-top .fs-l-main .fs-l-pageMain section.performance h3:after {
	content:"";
	position:absolute;
	bottom:0;
	height:3px;
	}

.fs-body-top .fs-l-main .fs-l-pageMain section.reason h3:before,
.fs-body-top .fs-l-main .fs-l-pageMain section.performance h3:before{
	background:#00bd2f;
	width:10%;
	left:0;
	}
	
.fs-body-top .fs-l-main .fs-l-pageMain section.reason h3:after,
.fs-body-top .fs-l-main .fs-l-pageMain section.performance h3:after{
	background:#c3c3c3;
	width:90%;
	right:0;
}

*/


.fs-body-top .fs-l-main .fs-l-pageMain section.reason,
.fs-body-top .fs-l-main .fs-l-pageMain section.performance{text-align:center;}.fs-body-top .fs-l-main .fs-l-pageMain section.reason h4 {
	font-size: min(5vw , 40px);
	color: #000;
	text-align: left;
	height: min(14vw , 180px);
	line-height: 1.5;
	background: rgb(236,237,234);
	background: linear-gradient(270deg, rgba(236,237,234,1) 0%, rgba(248,248,246,1) 80%, rgba(220,219,216,1) 100%);
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-left: min(24vw , 250px);
	position: relative;
	margin: min(5vw , 50px) auto min(3vw , 30px);
}

.fs-body-top .fs-l-main .fs-l-pageMain section.reason p + h4 {margin-top: min(10vw , 70px);}

.fs-body-top .fs-l-main .fs-l-pageMain section.reason h4:nth-of-type(2),
.fs-body-top .fs-l-main .fs-l-pageMain section.reason h4:nth-of-type(3){font-size:min(3.2vw , 30px);}

.fs-body-top .fs-l-main .fs-l-pageMain section.reason h4::before {
	content: "";
	width: min(24vw , 225px);
	height: min(19vw , 190px);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: no-repeat left top / auto 100%;
}

.fs-body-top .fs-l-main .fs-l-pageMain section.reason h4:nth-of-type(1):before{background-image:url("https://ecjissenkai.itembox.design/item/img/lower/reason_icon_title_01.png");}
.fs-body-top .fs-l-main .fs-l-pageMain section.reason h4:nth-of-type(2):before{background-image:url("https://ecjissenkai.itembox.design/item/img/lower/reason_icon_title_02.png");}
.fs-body-top .fs-l-main .fs-l-pageMain section.reason h4:nth-of-type(3):before{background-image:url("https://ecjissenkai.itembox.design/item/img/lower/reason_icon_title_03.png");}
.fs-body-top .fs-l-main .fs-l-pageMain section.reason p {
	width: min(90% , 860px);
	margin: auto;
	text-align: left;
	font-size: min(3.5vw , 20px);
	line-height: 1.9;
}

.fs-body-top .fs-l-main .fs-l-pageMain section.reason figure {
	text-align: center;
	margin: min(2vw , 20px) auto;
	width: min(90vw , 860px);
}

}
.fs-body-top .fs-l-main .fs-l-pageMain section.reason figure.fe {justify-content: center;}
.fs-body-top .fs-l-main .fs-l-pageMain section.reason figure img{width:100%; height:auto;}
.fs-body-top .fs-l-main .fs-l-pageMain section.reason figure.fe img{width:auto; height:auto;}

.fs-body-top .fs-l-main .fs-l-pageMain section.performance ul.fe li{
	width:30%;
	text-align: center;
	font-size: 12px;
	line-height: 1.1;
	margin: 0;
}
.fs-body-top .fs-l-main .fs-l-pageMain section.performance ul.fe li:nth-of-type(n + 4){margin-top:15px;}
.fs-body-top .fs-l-main .fs-l-pageMain section.performance ul.fe li:last-of-type {
	font-size: 30px;
	color: #e11911;
	margin: 40px auto 20px;
	width: 100%;
	font-weight: bold;
}


/*
.fs-body-top .fs-l-main .fs-l-pageMain section.rank h2 {
	font-size: 16px;
	font-weight: normal;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding: 0 20px 15px;
	width: 100%;
}

.fs-body-top .fs-l-main .fs-l-pageMain section.rank h2:before,
.fs-body-top .fs-l-main .fs-l-pageMain section.rank h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
}

.fs-body-top .fs-l-main .fs-l-pageMain section.rank h2::before {
	background: #00bd2f;
	width: 10%;
	left: 0;
}

.fs-body-top .fs-l-main .fs-l-pageMain section.rank h2::after {
	background: #c3c3c3;
	width: 90%;
	right: 0;
}
*/