@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .hometxt-mbmt {
	margin: 30px 0;
}
#conts .imgBox {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#conts .imgBox .photoBox {
	width: 30%;
	margin-right: 5%;
}
#conts .imgBox .photoBox img {
	width: 100%;
}
#conts .imgBox .textBox {
	width: 65%;
} 
#conts .textInner {
	margin: 30px 0 50px;
}
#conts .textInner h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #264D38;
	margin-top: 30px;
}
#conts .textInner p {
	margin: 0;
}
#conts .photoInner {
	margin: 0 auto;
	width: 90%;
}
#conts .photoInner .comPhotoUl::before {
	display: none;
}
#conts .photoInner .photo {
	margin-bottom: 28px;
}
#conts .photoInner .comPhotoUl li {
	width: 46%;
}
#conts .photoInner .comPhotoUl li p {
	font-size: 0.6rem;
	margin: 10px;
}
#conts .text {
	margin-bottom: 85px;
}
#main .item_flexbox {
	align-items: flex-start;
	margin-bottom: 50px;
}
#main .item_txt {
	margin: 0;
}
#main .item_tit {
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 15px;
}


@media all and (max-width: 767px) {
	#conts .textInner {
		margin: 0 0 50px;
	}
	#conts .textInner h4 {
		font-size: 1.1em;
		margin-bottom: 5px;
	}
	#conts .imgBox {
		margin-bottom: 30px;
	}
	#conts .photoInner {
		width: 100%;
	}
	#conts .photoInner .photo {
		margin-bottom: 15px;
	}
	#conts .photoInner .comPhotoUl li p {
		font-size: 0.8em;
		line-height: 1.75;
	}
	#main .item_tit {
		font-size: 1em;
		margin-bottom: 5px;
	}
}


