@charset "utf-8";


section#list {
	padding: 0 0 100px;
}

section#list ul.tab{
	margin: 30px 0 80px 0;
	overflow: hidden;
	position: relative;
}

section#list ul.tab:before {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 60%;
	left: 0;
	right: 0;
	background: #ccc;
}

section#list ul.tab li{
	width: 50%;
	float: left;
	text-align: center;
}

section#list ul.tab li a {
	display: block;
	padding: 25px 25px 30px;
	font-size: 1.3em;
	letter-spacing: 5px;
	background: url(../img/common/arrow.png) no-repeat center bottom 15% #262627;
	color:#fff;
	transition: .3s;
}

section#list ul.tab li:last-child {
	float:right;
}


section#list ul.tab li a:hover {
	background: url(../img/common/arrow.png) no-repeat center bottom 15% #444446;
}

section#list article {
	margin: -100px 0 80px;
	padding: 100px 0 0 0;
}

section#list article ul {
	margin: 20px 0 0 0;
}

section#list article ul li{
	background: #e8e6e6;
	padding:18px 18px 18px 45px;
	margin: 0 0 30px;
	line-height: 1;
	font-size: 1.1em;
	position: relative;
}

section#list article ul li:before {
	background: url(../img/common/pat.png) no-repeat;
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	left: 1%;
}

@media screen and (max-width: 1023px){
	section#list {
		max-width: 95%;
		margin: auto;	
	}
}

@media screen and (max-width: 767px){
section#list {
	padding: 0;
}

section#list ul.tab{
	margin: 30px 0 50px;
}

section#list ul.tab li a {
	font-size: 1em;
	padding: 20px;
	line-height: 1;
	letter-spacing: 3px;
}

section#list article ul li{
	font-size: 0.9em;
	margin: 0 0 10px;
	line-height: 1.4;
}

}