@charset "utf-8";
/* CSS Document */



/*h2の位置決め*/
.sh-h2{
	/*border:1px solid #000000;*/
	text-align:center;
	margin-bottom:150px;
}

@media(max-width:768px){
	.sh-h2{margin-top:60px;
		margin-bottom:30px;}
}

/*白ボックスの大枠*/
.sh-box{
	width:70%;height:auto;
	margin:0 auto;
	background-color:rgba(255, 245, 244, 1);
	border-radius:30px;
	box-shadow: 0px 0px 30px rgba(186, 20, 9,0.1);
	padding:100px 0px;
	margin-bottom:210px;
}

@media(max-width:768px){
	.sh-box{
		width:95%;
		margin-bottom:30px;
	}
}

.sh-list{
	/*border:1px solid #000000;*/
	width:80%;height:auto;
	display:flex;
	gap:50px 50px;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	margin:0 auto;
	
}

.sh-list li{
	font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}





