@charset "UTF-8";
/* CSS Document */
@media (max-width: 700px) {

#pp{
	
}
#pp h3{
	color: #78b844;
	font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
	margin-top: 6.15%;
	margin-bottom:12px;
}
#pp p{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6em;
}
#pp .p_margin-b{
	margin-bottom: 8px;
}
#pp ul{
    list-style: disc;
    padding-left: 32px;
}
#pp ul li{
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6em;
}
#pp ul li:last-child{
	margin-bottom: 0;
}
#pp ul h4{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}
	.sp_flex{
		font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    display: flex;
    align-items: baseline;
		flex-direction: column;
		margin-top: 10px;
	}
	.sp_flex h4{
		margin-bottom: 4px;
		font-size: 16px;
	}
}
