@charset "utf-8";

#title {
	background-color: #CCE5F3;
}
#title h1 {
	color: #2f2f2f;
}

#top_read {
	background: #F4F4F4;
}
#top_read>div {
	max-width: 1022px;
	padding: 60px 22px;
	margin: auto;
	line-height: 1.5;
	margin-bottom: 60px;
}
#top_read h2 {
	font-size: 24px;
	margin-bottom: 30px;
}


.unit {
	margin-bottom: 60px;
}
.unit_head {
	position: relative;
}
.unit h3 {
	font-size : 24px;
	padding-bottom: 15px;
	border-bottom: 3px solid #D6D6D6;
	margin-bottom: 30px;
}
.unit h3::after {
	position: absolute;
	width: 70px;
	border-bottom: 3px solid #007DC5;
	content: '';
	bottom: 0;
	left: 0;
}

.unit_text {
	line-height: 1.9;
	margin: 15px 0 -40px;
}

.unit_text h4 {
	font-weight: bold;
}
.unit_text p {
	padding: 0 0 40px;
}

.unit_images {
	display: flex;
	justify-content: space-between;
}

.unit_images>div {
	width: 30%;
	text-align: center;
}

.unit_images img {
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (max-width: 765px) {


	#top_read {
		background: transparent;
	}
	#top_read>div {
		max-width: none;
		padding: 0 20px;
	}
	#top_read h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}


	.unit h3 {
		font-size : 20px;
		padding-bottom: 10px;
	}

	.unit_images {
		display: block;
	}

	.unit_images>div {
		width: 100%;
		margin-bottom: 30px;
	}

	.unit_images img {
		width: 100%;
		margin-bottom: 10px;
	}
}