@charset "utf-8";
#bd_form.thanks2 .footerConsultation,
#bd_form.thanks2 .footerAbout{
	display: block;
}
.catalogList > li{
	max-width: 376px;
	text-align: left;
}
.catalogList > li > a{
	text-decoration: none;
	color: #000;
}

.catalogList > li figure{
	aspect-ratio: 47 / 27;
	width: 100%;
	height: 100%;
}
.catalogList > li figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.catalogList .label-cat{
	font-size: 1.4rem;
	font-weight: 700;
	color: #A8A8A8;
	margin-top: 8px;
}

.catalogList li h3{
	margin-top: 8px;
	font-size: 1.8rem;
}
.catalogList li h3 span{
	background: linear-gradient(#2D2D2D, #2D2D2D) 0 100% / 0 1px no-repeat;
	transition: background .4s;
}
.catalogList li > a:hover h3 span{
	background-size: 100% 1px;
}

.catalogList li .txt{
	margin-top: 8px;
}

.catalogList li .btnBasic{
	margin-top: 16px;
	font-size: 1.6rem;
	line-height: 2.5em;
}

.tabBtn {
    padding-top: 110px;
    margin-top: 10px;
}
.tabBtn li{
	max-width: 396px;
	background: #F7F7F7;
	cursor: pointer;
	width: calc(100% / 3);
	border: solid 1px #A8A8A8;
	color: #707070;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 3.556em;
	letter-spacing: 0.06em;
	position: relative;
}
.tabBtn li + li{
	margin-left: 10px;
}
.tabBtn li.active,
.tabBtn li:hover{
	background: #333;
	color: #fff;
	border-color: #333;
}
.tabBtn li.active::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 14px solid #333333;
	border-bottom: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

#sec_form .leftContainer{
	max-width: 564px;
}



/* 総合カタログ */
.catalogList.general {
	justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 9px -20px 0;
}
.catalogList.general > li{
    margin: 0 20px;
    width: calc(100% / 3 - 40px);
}

/* カテゴリカタログ */
.catalogList.category {
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 9px -20px 0;
	display: none;
}
.catalogList.category.active{
	display: flex;
}
.catalogList.category > li{
	margin-top: 64px;
	margin: 64px 20px 0;
	width: calc(100% / 3 - 40px);
}

@media screen and (max-width: 1024px){
	.catalogList li h3{
		font-size: 1.6rem;
	}
	.catalogList li .btnBasic{
		font-size: 1.4rem;
		line-height: 2.858;
	}
	.catalogList.general {
        justify-content: flex-start;
        margin: 9px -10px 0;
        max-width: calc((376px* 2) + 40px);
        margin: 0 auto;
	}
	.catalogList.general > li{
		margin: 0;
        width: calc((100% - 40px) / 2);
	}
	.catalogList.general > li:nth-child(even){
		margin-left: 40px;
	}
	.catalogList.general > li:nth-child(n+3){
		margin-top: 40px;
	}
	.catalogList.category{
        max-width: 830px;
        margin: 0 auto;
	}
	.catalogList.category > li{
        width: calc(100% / 2 - 40px);
        max-width: 375px;
	}
    .tabBtn li + li{
        margin-left: 4px;
    }
}
@media screen and (max-width: 767px){
	.catalogList.flex{
		flex-direction: column;
		margin: 0 auto;
	}
	
	.catalogList.flex > li{
        max-width: 376px;
		width: 100%;
        margin: 0 auto;
	}
	.catalogList.flex > li + li{
		margin-top: 64px;
	}
	.catalogList.general > li:nth-child(even) {
        margin-left: auto;
    }
	
	.catalogList.general > li + li{
		margin-top: 80px;
		margin-left: 0;
	}
	
	.catalogList.category > li{
		max-width: 376px;
		margin: 64px auto 0;
	}
	
	.tabBtn li{
		font-size: 1.4rem;
        line-height: 1.4em;
        height: 4.3em;
        display: flex;
        justify-content: center;
        align-items: center;
	}
}
@media screen and (max-width: 480px){
	.tabBtn li{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 374px){
	.tabBtn li{
		font-size: 1.2rem;
	}
}












