@charset "utf-8";
/*==================================================
all
===================================*/
/*--------------ページタイトル----------------*/
/* .page-title {
    background-image: url(../image/index/sekou.jpg);
    background-position: center;
} */
/*==================================================
main
===================================*/
/*--------------塗装ってどんなこと----------------*/
/* .faq-container {
    width: 90%;
    margin:100px auto;
}
.faq-text {
    margin-top: 30px;
} */
.achievements-text {
	margin: 50px 0;
	text-align: center;
	font-size: 22px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}
/*--------------施工事例----------------*/
.achievements-container {
	margin: 0 auto 100px auto;
}
.achievements-section-container {
	width: 90%;
	margin: 100px auto;
}
.achievements-section {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 20px auto 50px auto;
}
.achievements-section img {
	width: 45%;
}
.achievements-section p {
	width: 48%;
}
.a-comment-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.achievements-comment {
	text-align: left;
	font-size: 20px;
	line-height: 1.8;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 100px;
}
.sekou-title {
	padding-left: 7.7em;
	display: flex;
	align-items: center; /* p を中央揃え */
	min-height: 50px; /* span の高さに応じて調整 */
	position: relative; /* span の absolute に対応するため */
}
.sekou-title span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%); /* 縦方向の中央揃え */
	color: #fff;
	border-radius: 10px;
	background: #0d76cc;
	white-space: nowrap; /* span の内容を1行にする */
}
.achievements-section {
	margin-top: 50px;
}
/*ビフォーアフター*/
.b_a-title {
	margin-top: 50px;
	border-left: 2px solid #0d76cc;
	padding-left: 10px;
	font-size: 1.4rem;
}
/*==================================================
******ここからレスポンシブ*******
===================================*/
/*==================================================
ipad大
===================================*/
@media (max-width:1024px) {
	.achievements-comment {
		width: 90%;
	}
}
/*==================================================
ipad
===================================*/
@media (max-width:900px) {
	/*--------------施工事例----------------*/
	.achievements-section {
		flex-direction: column;
	}
	.b_a-title {
		font-size: 1.7rem;
	}
	.achievements-img-container {
		width: 100%;
		margin: 0 auto;
	}
	.achievements-section img, .achievements-section p {
		width: 80%;
		margin: 20px auto 0 auto;
	}
}
/*==================================================
iPhone大
===================================*/
@media (max-width:600px) {
	.achievements-comment {
		text-align: justify;
		font-size: 18px;
	}
	.b_a-title {
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.achievements-section {
		margin-top: 30px;
	}
	.achievements-section img {
		margin: 0 auto;
	}
}
/*==================================================
iPhone小
===================================*/
@media (max-width:450px) {
	/*--------------施工事例----------------*/
	.achievements-container-text {
		font-size: 20px;
	}
	.achievements-section img, .achievements-section p {
		width: 100%;
		height: auto;
	}
}