@charset "utf-8";
/*------------------------------------------------------------
	obog
------------------------------------------------------------*/
#main {
	background-color: #EEF7ED;
}
#main .headLine01::before {
	background-color: #8CC98A;
}
#main .headLine03 {
	border-left-color: #8CC98A;
}
#main .achieveList > li {
	margin-bottom: 4rem;
	display: flex;
	align-items: flex-start;
}
#main .achieveList > li:last-child {
	margin-bottom: 0;
}
#main .achieveList .photoBox {
	margin-right: 4.8rem;
	width: 17.6rem;
}
#main .achieveList .textBox {
	flex: 1;
}
#main .achieveList .textBox h4 {
	margin-bottom: 2.3rem;
	padding: 0.7rem 2rem;
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	color: #0A0A0A;
	background-color: #8CC98A;
	border-radius: 2rem;
}
#main .achieveList .textBox h4 .name {
	font-weight: 700;
	font-size: 1.7rem;
}
#main .achieveList .textBox .text {
	margin-bottom: 2.5rem;
	line-height: 2;
}
#main .comBtnList02 li {
	width: 32.5rem;
}
#main .comBtnList02 a {
	padding: 0.8rem 0.5rem;
	font-size: 1.8rem;
	border-radius: 2.2rem;
}
@media all and (max-width: 896px) {
	#main .achieveList > li {
		margin-bottom: 4rem;
		display: block;
	}
	#main .achieveList > li:last-child {
		margin-bottom: 0;
	}
	#main .achieveList .photoBox {
		margin: 0 auto 2rem;
	}
	#main .achieveList .textBox h4 {
		margin-bottom: 1.2rem;
		display: block;
		text-align: center;
		border-radius: 3.2rem;
	}
	#main .achieveList .textBox h4 span {
		display: block;
	}
	#main .achieveList .textBox .text {
		margin: 0 1rem 1.5rem 0;
		text-align: justify;
	}
	#main .comBtnList02 li {
		width: 32.5rem;
	}
	#main .comBtnList02 a {
		padding: 0.8rem 0.5rem;
		font-size: 1.8rem;
		border-radius: 2.2rem;
	}
}