@charset "utf-8";
/*------------------------------------------------------------
	internal
------------------------------------------------------------*/
#main .pageTitle {
	margin-bottom: 17.8rem;
}
#main .pageTitle .headLine02 {
	background-image: url(../img/common/page_img03.png);
}
#main .textBox {
	margin-bottom: 9.4rem;
}
#main .textBox .comText {
	margin-bottom: 4.5rem;
}
#main .textBox .comText:last-child {
	margin-bottom: 0;
}
#main .photoList {
	gap: 3rem;
}
#main .photoList li {
	width: calc((100% - 6rem) / 3);
	border-radius: 0.6rem;
	overflow: hidden;
}
@media all and (max-width: 896px) {
	#main .pageTitle {
		margin-bottom: 4.7rem;
	}
	#main .headLine03 {
		margin-bottom: 1.6rem;
	}
	#main .textBox {
		margin-bottom: 2.6rem;
	}
	#main .textBox .comText {
		margin: 0 -1.5rem 1.4rem;
	}
	#main .photoList {
		margin: 0 1.5rem;
		display: block;
	}
	#main .photoList li {
		margin-bottom: 1.6rem;
		width: auto;
	}
	#main .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .photoList li img {
		width: 100%;
	}
}