@charset "utf-8";
#fwCms_wrapper .oiwai_nav li a{
	background: #CC4C1B;
}
#fwCms_wrapper .explanation_img li{
	margin-top: 15px;
}
@media screen and (min-width: 768px) {
	#fwCms_wrapper .explanation_img {
	display: flex;
	justify-content: space-between;
}
	#fwCms_wrapper .explanation_img li{
		width: calc(50% - 5px);
	}
}