@charset "utf-8";
#contentsBlock section:not(#sec_support) > .inner{
	padding-top: 120px;
}
#contentsBlock > section:nth-child(even){
	background: #F3F3F3;
}

.hd01{
	text-align: center;
}

.hd03::before{
	content: "";
	display: inline-block;
	width: 48px;
	height: 40px;
	margin-right: 10px;
	vertical-align: bottom;
}


.sup-hd01{
	justify-content: flex-start;
	text-align: left;
}
.sup-hd01 .circle{
	background: #A2000D;
	text-align: center;
	width: 124px;
	height: 124px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	flex-shrink: 0;
}
.sup-hd01.after .circle{
	background: #333;
}
.sup-hd01 .txt{
	font-size: 3.2rem;
	font-weight: 700;
	margin-left: 1em;
}

.txtContainer.flex{
	align-items: flex-start;
}

.txtContainer.flex .txtBox{
	width: 50%;
}
.txtContainer.flex .txtBox .txt{
	line-height: 2;
}
.txtContainer.flex figure{
	max-width: 560px;
	width: 48%;
}

.txtContainer .txtBox{
	text-align: left;
}

.txtContainer .txtBox .txt{
	font-size: 1.8rem;
	line-height: 2;
}

.txtContainer .txtBox .btnBasic{
	max-width: fit-content;
	min-width: 280px;
	margin-top: 40px;
	line-height: 1.5;
	padding: 12px 40px 12px 20px;
	font-size: 1.6rem;
	text-align: left;
}

.txtContainer + .txtContainer {
	padding-top: 120px;
}

.sup-hd01 + .txtContainer{
	padding-top: 80px;
}

#sec_support .headingBox .sup-hd01 .txt{
	font-size: 2.4rem;
}
#sec_support .headingBox .before.box{
	width: 61.589403973509933775%;
}
#sec_support .headingBox .after.box{
	width: 36.423841059602649007%;
}
#sec_support .headingBox .box ul{
	justify-content: center;
	align-items: stretch;
	margin-top: 32px;
}
#sec_support .headingBox .box ul li{
	background: #F3F3F3;
	border-radius: 5px;
	max-width: 144px;
	width: calc(100% / 5);
}
#sec_support .headingBox .after.box ul li{
	background: #E8EFF5;
	width: calc(100% / 3);
}
#sec_support .headingBox .box ul li a{
	color: #A2000D;
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 20px 6px 26px;
	position: relative;
	text-decoration: none;
}
#sec_support .headingBox .after.box ul li a{
	color: #333;
}
#sec_support .headingBox .box ul li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
#sec_support .headingBox .box ul li a span{
	font-size: 0.777777em;
}
#sec_support .headingBox .box ul li a::before{
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
}

#sec_support .headingBox .box.before ul li.list1 a::before{
	background: url("../img/icon_search.svg") no-repeat center / contain;
}
#sec_support .headingBox .box.before ul li.list2 a::before{
	background: url("../img/icon_showroom.svg") no-repeat center / contain;
}
#sec_support .headingBox .box.before ul li.list3 a::before{
	background: url("../img/icon_factory.svg") no-repeat center / contain;
}
#sec_support .headingBox .box.before ul li.list4 a::before{
	background: url("../img/icon_seminar.svg") no-repeat center / contain;
}
#sec_support .headingBox .box.before ul li.list5 a::before{
	background: url("../img/icon_3d.svg") no-repeat center / contain;
}
#sec_support .headingBox .box.after ul li.list1 a::before{
	background: url("../img/icon_setting.svg") no-repeat center / contain;
}
#sec_support .headingBox .box.after ul li.list2 a::before{
	background: url("../img/icon_jp.svg") no-repeat center / contain;
}
#sec_support .headingBox .box.after ul li.list3 a::before{
	background: url("../img/icon_system.svg") no-repeat center / contain;
}
#sec_support .headingBox .box ul li + li{
	margin-left: 10px;
}

#sec_before .container1 .hd03::before{
	background: url("../img/icon_search.svg") no-repeat left center/ contain;
}
#sec_before .container2 .hd03::before{
	background: url("../img/icon_showroom.svg") no-repeat left center / contain;
}
#sec_before .container3 .hd03::before{
	background: url("../img/icon_factory.svg") no-repeat left center / contain;
}
#sec_before .container4 .hd03::before{
	background: url("../img/icon_3d.svg") no-repeat left center / contain;
}
#sec_before .container5 .hd03::before{
	background: url("../img/icon_seminar.svg") no-repeat left center / contain;
}

#sec_after .container1 .hd03::before{
	background: url("../img/icon_setting_red.svg") no-repeat left center / contain;
}
#sec_after .container2 .hd03::before{
	background: url("../img/icon_system_red.svg") no-repeat center / contain;
}
#sec_after .container3 .hd03::before{
	background: url("../img/icon_jp_red.svg") no-repeat center / contain;
}


.accordionContainer {
	max-width: 880px;
	margin: 48px auto 0;
}
.accordionContainer .js-btn{
	cursor: pointer;
	position: relative;
}
.accordionContainer .js-btn::after{
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	color: #A2000D;
	transition: 0.4s;
}
.accordionContainer .js-btn.active::after{
	color: #131313;
	transform: translateY(-50%) rotate(90deg);
}
.accordionContainer .js-btn + dd{
	display: none;
}
.accordionContainer dl{
	background: #fff;
	text-align: left;
}
.accordionContainer dl + dl{
	margin-top: 5px;
}
.accordionContainer dl dt{
	padding: 24px;
	padding-right: 48px;
	font-size: 1.6rem;
	font-weight: 700;
}
.accordionContainer dl dd{
	padding: 0 24px 40px;
	color: #000;
}


@media screen and (max-width: 1240px){
	#sec_support .headingBox .box ul li a{
		font-size: 1.4rem;
	}
	#sec_support .headingBox .box ul li a::before{
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 1024px){
	#sec_support .headingBox{
		display: block;
	}
	#sec_support .headingBox .before.box,
	#sec_support .headingBox .after.box{
		width: 100%;
	}
	#sec_support .headingBox .box+.box{
		margin-top: 80px;
	}
	#sec_support .headingBox .box ul{
		justify-content: flex-start;
	}
}
@media screen and (max-width: 880px){
	.txtContainer.flex{
		display: block;
	}
	.txtContainer.flex .txtBox{
		width: 100%;
	}
	.txtContainer.flex figure{
		width: 100%;
		margin: 20px auto 0;
		padding: 0;
	}
	.txtContainer .txtBox .btnBasic{
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px){
	#contentsBlock section:not(#sec_support) > .inner{
		padding-top: 60px;
	}
	.sup-hd01{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.sup-hd01 .txt,
	#sec_support .headingBox .sup-hd01 .txt{
		font-size: 2rem;
		margin-top: 16px;
		margin-left: 0;
		text-align: center;
	}
	.sup-hd01 + .txtContainer{
		padding-top: 40px;
	}
	.hd03::before{
		width: 40px;
		height: 40px;
		vertical-align: middle;
		margin-right: 2px;
	}
	.txtContainer + .txtContainer{
		padding-top: 80px;
	}
	.txtContainer.flex .txtBox .txt{
		font-size: 1.6rem;
	}
	#sec_support .headingBox .box ul{
		justify-content: center;
		flex-wrap: wrap;
		max-width: 298px;
		margin: 22px auto 0;
	}
	#sec_support .headingBox .box ul li,
	#sec_support .headingBox .after.box ul li{
		width: calc(50% - 10px);
		margin: 10px 5px 0;
	}
	#sec_support .headingBox .box ul li + li{
		margin: 10px 5px 0;
	}
	#sec_support .headingBox .box ul li a{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px){
    .btn_lightgray {
        text-align: center;
    }
}

