@charset "UTF-8";

/*////////////////////////////////////////////////////////////////
PC
////////////////////////////////////////////////////////////////*/	
@media print, screen and (min-width: 641px) {
#page .main_box {
	margin: 10px 0px 10px 0px;
	overflow: hidden;
}
#pp p {
	font-size: 14px;
	line-height: 160%;
}
#pp dl {
	margin-top: 30px;
}
#pp dt {
	color: #569024;
	font-weight: bold;
	font-size: 16px;
	line-height: 200%;
}
#pp dd {
	font-size: 14px;
	line-height: 160%;
}

}

/*////////////////////////////////////////////////////////////////
SP
////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 640px) {
#page .main_box {
	margin: 10px 0px 30px 0px;
	overflow: hidden;
}
#pp p {
	font-size: 14px;
	line-height: 160%;
}
#pp dl {
	margin-top: 30px;
}
#pp dt {
	color: #569024;
	font-weight: bold;
	font-size: 16px;
	line-height: 200%;
}
#pp dd {
	font-size: 14px;
	line-height: 160%;
}


}
