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

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

.a1 {
	
}

.a1__ttl {
	
}

.a1__img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.a1__img img {
	display: block;
	align-self: flex-start;
	width: 50% !important;
}


@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1280px) {
	.a1__txt {
		width: calc(50% - 10px);
	}
}