@charset "utf-8";
/*------------------------------------------------------------
	community
------------------------------------------------------------*/
#main {
	padding-bottom: 26.5rem;
}
#main .isamura {
	margin: 2.8rem 0 13.8rem;
}
#main .imgBox {
	margin-bottom: 6.9rem;
}
#main .imgBox .textBox {
	width: 57.5rem;
	margin-top: 4.4rem;
}
#main .imgBox .ttl {
	margin-bottom: 2.9rem;
	font-weight: 700;
	font-size: 3rem;
}
#main .imgBox p {
	padding: 0 0 0.5rem 4rem;
	text-align: justify;
	line-height: 2.11;
	color: #231815;
	letter-spacing: 0.03em;
	border-left: 0.2rem solid #29DE3C;
}
#main .imgBox .pho {
	width: 58rem;
	margin-right: -12rem;
	position: relative;
}
#main .imgBox .pho::before {
	position: absolute;
	left: -1.2rem;
	bottom: -1.2rem;
	width: 40.2rem;
	height: 23.2rem;
	background : linear-gradient(135deg, rgba(60, 244, 78, 1) 0.02%, rgba(42, 203, 57, 1) 100%);
	border-radius: 2.3rem;
	content: "";
}
#main .imgBox .pho img {
	width: 100%;
	position: relative;
}
#main .imgBox .pho > div {
	border-radius: 2rem 0 0 2rem;
}
#main .bgBox {
	padding: 11.4rem 0 13.9rem;
	background-color: #F7F7F7;
}
#main .listUl > li:not(:last-child) {
	margin-bottom: 2.5rem;
}
#main .listUl .time {
	margin: 0 0.2rem 1.1rem;
}
#main .listUl .whiteBg {
	padding: 5rem 6rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}
#main .listUl .whiteBg::before {
	position: absolute;
	left: 0;
	top: -0.6rem;
	width: 33.1rem;
	height: 0.6rem;
	background-color: #29DE3C;
	content: "";
}
#main .listUl .whiteBg p {
	margin-top: -1.2rem;
	color: #231815;
	font-weight: 700;
	font-size: 1.93rem;
	line-height: 1.63;
}
#main .listUl .phoList {
	width: 76.8rem;
	flex-shrink: 0;
}
#main .listUl .phoList img {
	width: 100%;
}
#main .listUl .phoList li {
	width: 25.1rem;
}
@media all and (min-width: 897px) {
	#main .support .phoList {
		width: 70rem;
	}
	#main .support .listUl .phoList li {
		width: 34.5rem;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 9.7rem;
	}
	#main .isamura {
		margin: 2rem 0 7.2rem;
	}
	#main .imgBox {
		margin-bottom: 5rem;
		display: block;
	}
	#main .imgBox .textBox {
		width: auto;
		margin: 0 0 2.9rem -0.2rem;
	}
	#main .imgBox .ttl {
		margin-bottom: 2rem;
		font-size: 2.5rem;
	}
	#main .imgBox p {
		padding: 0 0 0.2rem 1.9rem;
		line-height: 2;
		letter-spacing: 0;
	}
	#main .imgBox .pho {
		width: auto;
		margin-right: -2.6rem;
	}
	#main .imgBox .pho::before {
		left: -0.9rem;
		bottom: -0.9rem;
		width: 27rem;
		height: 15.5rem;
		border-radius: 1.5rem;
	}
	#main .imgBox .pho > div {
		border-radius: 1.3rem 0 0 1.3rem;
	}
	#main .bgBox {
		padding: 7rem 0 7.5rem;
	}
	#main .listUl .time {
		margin: 0 0.2rem 1rem;
		font-size: 1.4rem;
		letter-spacing: 0.06em;
	}
	#main .listUl .whiteBg {
		padding: 3.5rem 1.7rem;
		display: block;
	}
	#main .listUl .whiteBg::before {
		width: 20.9rem;
	}
	#main .listUl .whiteBg p {
		margin: 0 0 1.4rem;
		font-size: 1.8rem;
		line-height: 1.38;
		letter-spacing: 0.06em;
	}
	#main .listUl .phoList {
		width: auto;
		display: block;
	}
	#main .listUl .phoList li {
		margin-bottom: 1rem;
		width: auto;
	}
	#main .listUl .phoList li:last-child {
		margin-bottom: 0;
	}
}