@charset "UTF-8";

#contents .cf h2 {
	margin-bottom: 50px;
	font-size: 2.8rem;
}

#contents .txt {
	float: left;
	width: 50%;
}
#contents .img {
	float: right;
	width: 45%;
	text-align: center;
}
#contents .img figcaption {
	margin-top: 1em;
	text-align: right;
	font-size: 2rem;
}
#contents .img figcaption span {
	margin-right: 1em;
	font-size: 1.5rem;
}

#contents .inner + .inner {
	margin-top: 60px;
}
#contents h3 + figure {
	margin: 3em 0 4em 0;
	text-align: center;
}
#contents h3 + figure img {
	max-width: 650px;
}
@media only screen and (max-width:767px) {
	#contents .cf h2 {
		margin-bottom: 40px;
		font-size: 2rem;
	}
	#contents .txt,
	#contents .img {
		float: none;
		width: 100%;
	}
	#contents .txt {
		margin-top: 30px;
	}
	#contents figcaption span {
		font-size: 1.3rem;
	}

	#contents .inner + .inner {
		margin-top: 30px;
	}
	#contents h3 + figure {
		margin: 2em 0 3em 0;
	}
	#contents h3 + figure img {
		width: 100%;
	}
}