main {
    width: 1000px;
    margin: 30px auto 60px;
    display: block;
}
main h2 {
	background-image: url(../img/column/situation/h2_bg.png);
}
.text_top {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.fa.fa-star {
	color: #ffc834;
}

.tab_head {
	display: flex;
	margin-bottom: 25px;
}
.tab_head li {
	margin-right: 10px;
}
.tab_head a {
	color: #000;
	background-color: #fafafa;
	border: solid 1px #e4e4e4;
	font-size: 14px;
	width: 325px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.tab_head a.active {
	color: #fff;
	background-color: #ff9f00;
	border: solid 1px #ff9f00;
}
.tab_head a.active::before {
    content: "";
    border-width: 12px 12px 0 12px;
    border-style: solid;
    border-color: #ff9f00 transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}
.tab_body {
	display: none;
}
.tab_body.active {
	display: block;
}



.matter .tab_body li {
	border: solid 1px #e4e4e4;
	margin-bottom: 20px;
}
.matter .tab_body li:last-child {
	margin-bottom: 0;
}
.matter .tab_body li dl dt {
	font-size: 20px;
	font-weight: bold;
	color: #55a93a;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.matter .tab_body li dl dt span {
	display: block;
}
.fa.fa-star.c_e6e6e6 {
	color: #e6e6e6;
}

.matter .tab_body li dl dd {
	font-size: 16px;
	background-color: #fafafa;
	padding: 20px;
	line-height: 1.4;
}
.matter .tab_body li dl dd.df_box {
	background-color: #fff;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.matter .tab_body li dl dd.df_box span {
	font-size: 14px;
}
.matter .tab_body li dl dd.df_box span.market_price {
	font-weight: bold;
}
.matter .tab_body li dl dd.df_box span.recruit a {
	color: #55a93a;
	display: flex;
	align-items: center;
}
.matter .tab_body 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 .tab_body 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 {
		background-image: url(../img/column/situation/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: 3vw;
		margin-bottom: 3%;
	}
	.tab_head {
		justify-content: space-between;
		margin-bottom: 5%;
	}
	.tab_head li {
		margin-right: 0;
	}
	.tab_head a {
		font-size: 3.2vw;
		width: 29vw;
		height: 8vw;
	}
	.tab_head a.active::before {
		    border-width: 2vw 2vw 0 2vw;
		bottom: -2vw;
		margin-left: -2vw;
	}
	.matter .tab_body li dl dt {
		font-size: 3.8vw;
    	padding: 3%;
	}
	.matter .tab_body li dl dd {
		font-size: 3vw;
		padding: 3%;
	}
	.matter .tab_body li dl dd.df_box {
		flex-direction: column;
		padding: 3%;
	}
	.matter .tab_body li dl dd.df_box span {
		font-size: 2.5vw;
	}
	.matter .tab_body 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;
	}
}




