@charset "utf-8";
/* CSS Document */

.title-box {
	background-image: url("images/bg-title.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	width: 1280px;
	min-height: 855px;
	margin: 0 auto;
	padding: 575px 0 80px;
	box-sizing: border-box;
}
.title-box h1 {
	text-align: center;
}
.title-box p {
	margin-top: 35px;
	font-size: 25px;
	text-align: center;
}

#wrapper section h2 {
	margin-bottom: 50px;
	text-align: center;
}
#wrapper section {
	width: 1000px;
	margin: 0 auto 100px;
}
#wrapper section ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
#wrapper section ul li {
	width: 30%;
}
#wrapper section ul li img {
	width: 100%;
}

@media print, screen and (max-width: 768px) {
	.title-box {
		background-image: url("sp-images/bg-title.jpg");
		background-size: 100% auto;
		width: 100%;
		min-height: 100%;
		padding: 46% 5% 8%;
	}
	.title-box p {
		margin-top: 3%;
		font-size: 1.2rem;
	}


	#wrapper section h2 {
		margin-bottom: 10%;
	}
	#wrapper section {
		width: 90%;
		margin: 0 auto 10%;
	}
	#wrapper section ul {
		display: block;
	}
	#wrapper section ul li {
		width: 90%;
		margin: 0 auto 8%;
	}
}