@charset "UTF-8";

.three {
	text-align: center;
}

.three_cap {
	text-align: center;
}

.ftimg {
	text-align: center;
}

.subttl {
	margin-top: 100px;
	text-align: center;
}

.subttl_text {
	display: inline-block;
	border-bottom: 2px solid #F4727F;
	padding: 10px 20px;
	font-size: 16px;
}

/* All SP & Tablet */
@media screen and (max-width:1040px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.three_cap {
		text-align: left;
	}

	.subttl {
		margin-top: 35px;
	}

}