@charset "utf-8";


/*//////// 共通 ////////*/
section .list-wrap {
	background-color: #f4f4f4;
	display: inline-block;
	padding: 15px 25px;
}

section .list-wrap h4 {
	font-size: 1.3em;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #222;
}

section .list-wrap h4:last-child {
	border-bottom: none;
}