@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 65px;
	text-align: center;
}
.pageTitle h1 {
	margin-bottom: 25px;
}
.pageTitle h1 img {
	width: auto;
	height: 36px;
}
.pageTitle p {
	color: #615D40;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.73;
}
.pageTitle p span {
	margin-top: 7px;
	display: block;
	color: #FF9F9F;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin: 0 15px 30px;
	}
	.pageTitle h1 {
		font-size: 1.4rem;
	}
	.pageTitle h1 {
		margin-bottom: 15px;
	}
	.pageTitle h1 img {
		height: 25px;
	}
	.pageTitle p {
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	comImgList
------------------------------------------------------------*/
.comImgList {
	margin-top: -36px;
}
.comImgList li {
	box-sizing: border-box;
	margin-top: 36px;
	margin-right: 25px;
	padding: 51px 0 0;
	width: 362px;
	overflow: hidden;
	background: url("../../img/common/bg06.png") no-repeat center bottom, url("../../img/common/bg04.jpg") no-repeat center top, url("../../img/common/bg05.jpg") repeat-y center top;
	background-size: 100% auto, 100% auto, 100% 1px;
}
.comImgList li:nth-child(3n) {
	margin-right: 0;
}
.comImgList li h2 {
	margin-bottom: 40px;
	text-align: center;
	color: #27B7A2;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.comImgList li p {
	margin: 0 29px;
	line-height: 1.75;
}
.comImgList li .pho {
	text-align: center;
}
@media all and (max-width: 896px) {
	.comImgList {
		margin-top: 0;
		display: block;
	}
	.comImgList li {
		margin: 0 0 30px;
		padding: 7.5vw 0 4vw;
		width: auto;
		background: url("../../img/common/bg03.png") no-repeat center bottom, url("../../img/common/bg01.jpg") no-repeat center top, url("../../img/common/bg02.jpg") repeat-y center top;
		background-size: 100% auto, 100% auto, 100% 1px;
	}
	.comImgList li h2 {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	.comImgList li p {
		margin: 0 6vw;
	}
}