@charset "UTF-8";

/* タブ下側エリア */
.bl_tab_bottomArea {
	padding-top: 56px;
}
.bl_tab_bottomArea_txt {
	font-size: 20px;
	text-align: center;
	margin-bottom: 24px;
}
.bl_tab_ttlWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 32px;
}
@media screen and (max-width : 750px){
	/* タブ下側エリア */
	.bl_tab_bottomArea {
		padding-top: 80px;
	}
	.bl_tab_bottomArea_txt {
		font-size: 34px;
		margin-bottom: 56px;
	}
	.bl_tab_ttlWrapper {
		gap: 32px 30px;
	}
}
