@charset "utf-8";

.sec_detail {
	padding: clamp(60px, 7.1428571428571428571vw, 120px) 0 clamp(60px, 7.1428571428571428571vw, 145px);;
}
.sec_detail .spec_name {
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	text-align: center;
}
.sec_detail .spec_name .lg { font-size: calc(40 / 22 * 100%); }
.sec_detail .spec_name .md { font-size: calc(30 / 22 * 100%); }
.sec_detail .spec_cont {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 50px;
	margin-bottom: clamp(40px, 4.76190476vw, 80px);
}
.sec_detail .spec_cont .lg { font-size: calc(40/14*100%); line-height: 1; }
.sec_detail .spec_cont .md { font-size: calc(25/14*100%); line-height: 1; }
@media screen and (max-width: 767px) {
	.sec_detail .spec_cont {
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}
}

.sec_detail .draw_box {
	background-color: #fff;
	margin-bottom: clamp(30px, 7.14285714vw, 120px);
	padding: 7.14285714vw;
}
.sec_detail .draw_box .draw_image { margin-bottom: 30px; text-align: center; }
.sec_detail .draw_box .draw_notes {
	margin: 0 auto;
	max-width: 500px;
	text-align: left;
}
.sec_detail .draw_box .colors { height: 13px; display: block; }
.sec_detail .draw_box span { font-size: 1.2rem; }
@media screen and (max-width: 767px) {
	.sec_detail .draw_box span { font-size: 1rem;}
}
.sec_detail .list_item { text-align: center; }
.sec_detail .list_item .ttl {
	background: url(../imgs/icon_leaf_2.svg) no-repeat center bottom / 96px 9px;
	color: #4A655B;
	font-size: 1.8rem;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.sec_detail .list_item { margin-top: 30px;}
}