@charset "utf-8";
/*------------------------------------------------------------
	opt2_naisou
------------------------------------------------------------*/
#gNavi li:nth-child(1) a:before {
	opacity: 1;
	background-color: #0a1e53;
}
#main .pageTtl02 {
	background-image: url(../img/opt2_naisou/page_img.jpg);
}
#main .txt {
	margin-bottom: 2rem;
	line-height: 1.88;
}
#main .imgBox {
	margin-bottom: 5rem;
	align-items: flex-start;
}
#main .imgBox .photoBox {
	width: 30rem;
}
#main .imgBox .photoBox a {
	display: block;
}
#main .imgBox .photoBox a:hover {
	opacity: 0.7;
}
#main .imgBox .photoBox img {
	width: 100%;
}
#main .imgBox .txtBox {
	margin-left: 2rem;
	padding: 0 0 0.2rem 1.3rem;
	flex: 1;
	line-height: 1.88;
	border-left: 0.5rem solid #2548a2;
}
#main .imgBox .txtBox p {
	margin-bottom: 0.2rem;
}
#main .imgBox .txtBox dl {
	line-height: 1.67;
}
#main .comTxt {
	margin-bottom: 9.5rem;
}
@media all and (max-width: 896px) {
	#main .imgBox {
		margin-bottom: 4rem;
		display: block;
	}
	#main .imgBox .photoBox {
		width: auto;
	}
	#main .imgBox .txtBox {
		margin: 1rem 0 0;
	}
	#main .comTxt {
		margin-bottom: 6rem;
	}
}