@charset "UTF-8";


.section2{
	padding: 58px 0 80px;
	background-color: rgba(245,165,190,0.101);
}
.section2List {
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0 0 -20px;
}
.section2Item {
	width: 528px;
	height: 209px;
	background-color: #fff;
	border-radius: 20px;
	margin: 30px 0 0 20px;
	padding: 40px 40px 0 40px;
	box-shadow: 0px 0px 20px rgba(51,51,51,0.101);
}
.section2Item:nth-child(n + 3) {
	height: 237px;
}
.section2ItemTitle {
	text-align: center;
	font-size: 24px;
	color: #F5A5BE;
	font-weight: bold;
	line-height: 1;
}
.section2ItemDesc {
	margin-top: 20px;
	line-height: 1.8;
}

@media screen and (max-width:480px) {
	.section2 {
		padding: 16.94vw 0 22.22vw;
	}
	.section2List {
		display: block;
		margin: 11.11vw 0 0 0;
		padding: 0 4.44vw;
	}
	.section2Item {
		width: 100%;
		height: auto;
		border-radius: 5.56vw;
		margin: 8.33vw auto 0;
		padding: 8.33vw;
		box-shadow: 0px 0px 5.56vw rgba(51,51,51,0.101);
	}
	.section2Item:nth-child(n+3) {
		height: auto;
	}
	.section2ItemTitle {
		font-size: 5vw;
		color: #F5A5BE;
		line-height: 8.33vw;
	}
	.section2ItemDesc {
		margin-top: 5.56vw;
		line-height: 7.78vw;
	}
}