@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#main-contents figure {
	margin-top: 10px;
}


@media screen and (min-width: 768px) {
	#main-contents section {
		display: flex;
		justify-content: space-between;
	}

	#main-contents section div {
		width: calc(60% - 30px);
	}

	#main-contents figure {
		width: 40%;
		margin-top: 0;
	}
}

@media screen and (min-width: 1280px) {
	#contents-area .read {
		margin-bottom: 60px;
	}
}