#Contents .main_image {
    padding-bottom: 30px;
}
#Contents .main_image img {
    display: block;
    width: 100%;
}
#Contents .main_image .main_title {
    padding: 3px 20px;
}

#Contents article {
}

/* article */
#Contents article {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}
#Contents article section {
	width: 100%;
	margin-bottom: 50px;
}
#Contents article section h2 {
	font-size: 1.2rem;
	margin: 0.83em 0;
	font-weight: bold;
}