@charset "UTF-8";

/* list stylse
----------------------------------------------*/

.chigai {
	margin-top: 20px;
}
.chigai p {
	padding: 15px 10px 0;
	line-height: 1.6;
}
.chigai h2.point {
	display: block;
	width: 100%;
	margin: 15px 0 0;
	padding: 10px 0;
	background-color: #FF6300;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.chigai p em {
	font-style: normal;
	color: #FF6300;
}
.chigai h2 {
	margin: 25px 0 10px;
	color: #FFFFFF;
	background-color: #006700;
	padding: 10px;
}
.chigai img {
	max-width: 100%; 
	height: auto;
}
.chigai .picBox{
	display: flex;
}
.chigai .picBox figure{
	width: 33%; 
	max-width: 200px; 
	text-align: center;
	color: #4D8525;
	padding: 10px;
}
.chigai ul li {
	line-height: 1.6;
	background-image: url(../img/maru.gif);
	background-repeat: no-repeat;
	background-position: 3px 0;
	padding: 0px 0px 0px 21px;
	margin-bottom: 10px;
}
