@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi .navi03 > a > .txt::after {
	opacity: 1;
}
#pagePath {
	margin-bottom: 85px;
}
.pageTitle {
	background-image: url("../img/solution/page_title_bg.jpg");
}
.pageTitle h2 span {
	color: #3c2b5b;
	letter-spacing: 0;
}
.headLine01 {
	margin-bottom: 13px;
	color: #3c2b5b;
	font-size: 4.8rem;
}
#main .content {
	width: 970px;
}
#main h4 {
	margin-bottom: 30px;
	color: #231815;
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
	line-height: 1.8;
}
#main .cTxt {
	margin-bottom: 93px;
	text-align: center;
	line-height: 2.05;
}
#main .img {
	margin-bottom: 30px;
	text-align: center;
}
#main .arrow {
	margin-bottom: 55px;
	text-align: center;
}
.comConsultation {
	margin-top: 138px;
}
@media screen and (max-width: 767px) {
	#pagePath {
		margin-bottom: 40px;
	}
	.headLine01 {
		margin-bottom: 10px;
		font-size: 2.8rem;
	}
	#main .content {
		width: auto;
	}
	#main h4 {
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
	#main .cTxt {
		margin-bottom: 40px;
		text-align: justify;
		line-height: 1.7;
	}
	#main .img {
		margin: 0 7px 11px;
	}
	#main .arrow {
		margin-bottom: 26px;
	}
	#main .arrow img {
		width: 20px;
	}
	.comImgList li .comingsoon {
		margin: 0;
		display: block;
		min-height: inherit;
		font-size: 1.2rem;
	}
	.comConsultation {
		margin-top: 45px;
	}
}