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

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

#main-contents section figure {
	margin-bottom: 20px;
}


@media screen and (min-width: 768px) {
	.a1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.a1 > .a1__child {
		width: calc(50% - 15px) !important;
	}
}

@media screen and (min-width: 1280px) {
	.a1 > .a1__child {
		width: calc(50% - 30px) !important;
	}
}