@charset "utf-8";
.sec01 ul {
	padding-left: 15px;
}

.sec01 p + ul {
	margin-top: 5px;
}

.mokuji {
	background: #f9f9f4;
	border: 1px solid #d3d3d3;
	padding: 15px;
	border-radius: 5px;
}

.mokuji li {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 10px;
}

.mokuji li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#c1 .h1 {
	background-image: url('../images/icon_h1_004.png');
	background-image: url('../images/icon_h1_004.svg'), none;
	background-size: auto 30px;
	padding-left: 35px;
}

#c2 .h1 {
	background-image: url('../images/icon_h1_002.png');
	background-image: url('../images/icon_h1_002.svg'), none;
	padding-left: 35px;
}

#c3 .h1 {
	background-image: url('../images/icon_h1_001.png');
	background-image: url('../images/icon_h1_001.svg'), none;
	padding-left: 35px;
}



@media only screen and (max-width : 660px) {
	.sec01 .ul02 {
		padding-left: 0;
	}
}