main {
    width: 1000px;
    margin: 30px auto 60px;
    display: block;
}
main h2 {
	background-image: url(../img/column/crib/h2_bg.png);
}
.text_top {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}
.text_top span {
	font-weight: bold;
}
.matter ul li {
	border: solid 1px #e4e4e4;
	margin-bottom: 20px;
}
.matter ul li:last-child {
	margin-bottom: 0;
}
.matter ul li dl dt {
	font-size: 20px;
	color: #55a93a;
	padding: 20px;
	font-weight: bold;
}
.matter ul li dl dd {
	font-size: 16px;
	background-color: #fafafa;
	padding: 20px;
	line-height: 1.6;
}
.matter ul li dl dd.df_box {
	background-color: #fff;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.matter ul li dl dd.df_box span {
	font-size: 14px;
}
.matter ul li dl dd.df_box span.market_price {
	font-weight: bold;
}
.matter ul li dl dd.df_box span.recruit a {
	color: #55a93a;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.matter ul li dl dd.df_box span.recruit a::after {
    content: "";
    background-image: url(../img/column/crib/icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 10px;
    height: 13px;
    margin-left: 5px;
}
.matter ul li dl dd.df_box span.recruit a:hover {
	opacity: inherit;
}
.l_banner {
	text-align: center;
    border-top: inherit;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 0;
	margin-bottom: 60px;
}
.l_banner a {
	width: 1000px;
    margin: 0 auto;
    display: block;
}
.l_banner img {
    border: 1px solid #eaeaea;
	width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.l_banner a {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	main {
		width: 100%;
		margin-top: 3%;
		margin-bottom: 60px;
	}
	main h2 {
		-webkit-background-size: cover;
		background-image: url(../img/column/crib/h2_bg.png);
		background-size: auto 100%;
		background-position: top right;
		font-size: 4vw;
		padding-left: 3%;
		font-weight: bold;
		height: 70px;
		text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
	}
	.matter {
		padding: 0 3%;
	}
	.text_top {
		font-size: 3.5vw;
		margin-bottom: 3%;
	}
	.matter ul li {
		margin-bottom: 3%;
	}
	.matter ul li dl dt {
		font-size: 4.2vw;
    	padding: 3%;
		line-height: 1.4;
	}
	.matter ul li dl dd {
		font-size: 3.5vw;
		padding: 3%;
	}
	.matter ul li dl dd.df_box {
		flex-direction: column;
		padding: 3%;
	}
	.matter ul li dl dd.df_box span {
		font-size: 2vw;
	}
	.matter ul li dl dd.df_box span.recruit a::after {
		width: 1.5vw;
		height: 2vw;
		margin-left: 1vw;
	}
	.l_banner {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
	.l_banner img.sp {
		width: 100%;
		display: block;
	}
}




