@charset "utf-8";
/* common fv */
.common_fv__inner {
	padding-bottom: 8rem;
}
.common_fv__ttl {
	width: 63%;
}
.common_fv__img {
	width: 38%;
}
/* about_content */
.about_content {
	padding-bottom: 10rem;
}
.about_content ul {
	justify-content: space-between;
	margin-bottom: 6rem;
}
.about_content li {
	width: 31%;
	border-radius: 2rem;
	border: 1px solid #d3d3d3;
	text-align: center;
	padding: 3rem 2rem;
}
.about_contet__ttl {
	font-size: 2rem;
	margin: 0 0 3rem;
	color: #b10000;
}
.about_contet__txt {
	font-size: 1.4rem;
	margin: 0 0 3rem;
}
.about_contet__img {
	width: 80%;
	margin: 0 auto;
}
.about_content .common_btn1 {
	text-align: center;
}
@media screen and (max-width: 768px){
	.common_fv__ttl {
		width: 100%;
	}
	.common_fv__img {
		width: 100%;
		text-align: right;
		margin-bottom: 2rem;
	}
	.common_fv__img img {
		width: 78%;
	}
	/* about_content */
	.about_content {
		padding: 0 3rem 7rem;
	}
	.about_content ul {
		flex-direction: column;
		width: 80%;
		margin: 0 auto;
	}
	.about_content li {
		width: 100%;
		margin-bottom: 5rem;
	}
	.about_contet__ttl {
		font-size: 2rem;
		margin: 0 0 1.5rem;
	}
	.about_contet__txt {
		margin-bottom: 1.5rem;
	}
	.about_contet__img {
		width: 65%;
	}
}
