@charset "utf-8";
/* CSS Document 

*/

#bg_community .main_top {
	background: url(../img/main_community.jpg) no-repeat center center;
	text-align: left;
}

.community_box{
margin: 0 5% 20px;
}

.mt60 {
    margin: 60px 0 30px;
}

p.main_text {
    text-align: left;
    font-size: 0.9rem;
}
/* community_photo */
.community_photo{
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
	flex-wrap: wrap;
}
.community_photo img{
	width: 32.5%;
	padding-right: 10px;
	padding-bottom: 10px;
}
.community_photo img:nth-child(3n){
	padding-right: 0;
}


@media screen and (max-width:900px) {
.community_photo img {
    width: 32.3%;
}
}
@media screen and (max-width:730px) {
.community_photo img {
    width: 32%;
}
}
@media screen and (max-width:570px) {
#bg_community .main_top {
	background: url(../img/sp_main_community.jpg) no-repeat 60% 85%;
	padding-top:80px;
}
.sp_style{
	display: block;
}
.community_photo img {
    width: 48%;
}
.community_photo img:nth-child(2n){
	padding-right: 0;
}
.community_photo img:nth-child(3n){
	padding-right: 10px;
}
p.main_text {
	text-align: justify;
	word-wrap: break-word;
}

}
