@charset "utf-8";
/*------------------------------------------------------------
	metal-allergie
------------------------------------------------------------*/
#conts .comTopTxt {
	margin: -1px 0 82px;
}
#conts .sec01 {
	margin-bottom: 120px;
}
#conts .sec01 .headLine03 {
	margin-bottom: 40px;
}
#conts .sec01 .comList {
	margin-top: 0;
}
#conts .sec01 .imgBox {
	margin-bottom: 39px;
}
#conts .sec02 {
	margin-bottom: 132px;
}
#conts .sec02 .headLine03 {
	margin-bottom: 40px;
}
#conts .sec03 {
	margin-bottom: 121px;
}
#conts .sec03 .headLine03 {
	margin-bottom: 40px;
}
#conts .sec04 {
	margin-bottom: 122px;
}
#conts .sec04 .headLine03 {
	margin-bottom: 40px;
}
#conts .sec04 .comImgSub {
	margin-bottom: 91px;
}
#conts .sec05 {
	margin-bottom: 132px;
}
#conts .sec05 .headLine03 {
	margin-bottom: 40px;
}
#conts .sec06 {
	margin-bottom: 120px;
}
#conts .sec06 .headLine03 {
	margin-bottom: 16px;
}
#conts .sec06 .comText {
	margin-bottom: 80px;
}
#conts .sec06 .comBorderList {
	padding-top: 10px;
	background-color: #E5F0F9;
	border-color: #E5F0F9;
}
#conts .sec07 .headLine03 {
	margin-bottom: 40px;
}
#conts .sec07 .comImgBox {
	margin-bottom: 120px;
}

.demHeadLine {
	margin-bottom: 0;
	color: #F58665;
	text-align: center;
}

.gridList {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 8px;
	padding: 16px 0;
}

.gridList li {
	background: #F58665;
	border-radius: 8px;
	padding: 8px;
	text-align: center;
}

.gridList li p {
	color: #fff;
}

.mb80 {
	margin-bottom: 80px;
}

.comBorderUl {
	padding: 32px;
	border-radius: 8px;
	border: 2px solid #F58665;
}

@media all and (max-width: 896px) {
	#conts .sec02 {
		margin-bottom: 120px;
	}
	#conts .sec04 .comImgSub {
		margin-bottom: 80px;
	}
	#conts .sec05 {
		margin-bottom: 120px;
	}

	.comBorderUl {
		padding: 32px 16px;
	}

	.gridList {
		grid-template-columns: 1fr 1fr;
	}

}