@charset "UTF-8";
.dir_title h1:after {
    content: "BRANCH";
}



.__catch{
	text-align: center;
	font-size:16px;
	line-height: 1.6;
	margin-bottom:84px;
}
.__catch span{
	font-size:13px;
}



.sect{
	width:96%;
	max-width:980px;
	margin:0 auto;
}
.sect1{
	margin:0 auto 130px;
}
.sect article{
	border-top:solid 1px #666;
}
.sect article.kyushu{
	margin-bottom: 36px;
	border-bottom:solid 1px #666;
}
.sect article.niigata{
	border-bottom:solid 1px #666;
}
.sect article h2{
	font-size:22px;
	color:#666;
	padding:20px;
	padding:20px 44px 20px 20px;
	position:relative;
}
.sect article.open h2{
	background:#f3f5f8;
}
.sect article h2 span.small{
	font-size:16px;
	padding-left:0.2em;
	display: inline-block;
}
.sect article h2 span.small.pl1{
	padding-left:1em;
}
.sect article h2 .icon{
	/*
	float:right;
	position:relative;
	*/
	font-size:16px;
	width:24px;
	height:24px;
	display:block;
	padding: 0!important;
	position: absolute;
    right: 1.4em;
    top: 50%;
    transform: translateY(-50%);
}
.sect article h2 .icon:before,
.sect article h2 .icon:after{
	content:"";
	display:block;
	height:2px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
	background:#333;
	transition-duration: 0.3s;
}
.sect article h2 .icon:after{
	transform:translate(0,-50%) rotate(90deg);
}
.sect article.open h2 .icon:after{
	transform:translate(0,-50%) rotate(180deg);
}
.sect article .cont{
	width:100%;
	max-width:900px;
	margin:0 auto;
	padding:50px 0;
}
.sect article .cont h3{
	background:#aaa;
	color:#fff;
	font-size:18px;
	padding:0.6em 1.2em;
	margin-top:70px;
}
.sect article .cont h3 .small{
	font-size:76%;
	padding-left:0.4em;
	display:inline-block;
}
.sect article .cont h3 .small.pl1{
	padding-left:1em;
}
.sect article .cont > table,
.sect article .cont > table table{
	font-size: 14px;
	width:100%;
}
.sect article .cont > table.status > tbody > tr > th{
	width:160px;
}
.sect article .cont > table.modelhouse > tbody > tr > th,
.sect article .cont > table.modelhouse table.tiny.sub th,
.sect article .cont > table.showroom > tbody > tr > th{
	width:200px;
	width:160px;
}
.sect article .cont > table > tbody > tr > th,
.sect article .cont > table > tbody > tr > td,
.sect article .cont > table table.tiny.sub th{
	padding:1.4em;
	border-bottom: solid 1px #aaa;
	vertical-align: middle;
}
.sect article .cont > table > tbody > tr:last-child > th,
.sect article .cont > table > tbody > tr:last-child > td{
	border-bottom:none;
}
.sect article .cont > table > tbody > tr > td,
.sect article .cont > table table.tiny.sub td{
	padding:1.4em 0;
	border-bottom: solid 1px #aaa;
	vertical-align: middle;
}
/*
.sect article .cont > table table.tiny.sub tr:last-of-type th,
.sect article .cont > table table.tiny.sub tr:last-of-type td{
	border-bottom:none;
}
*/
.sect article .cont table td.pb0{
	padding-bottom: 0;
}
.sect article .cont table th a{
	color:#15336c;
	font-weight: bold;
}
.sect article .cont table.tiny th{
	padding:0.4em 0;
	border-bottom:none;
	width: 180px;
}
.sect article .cont table.tiny td{
	padding:0.4em 0 0.4em 2em;
	border-bottom:none;
}


.sect2{
	margin-bottom:140px;
}
.sect2 h2{
	text-align: center;
	font-size: 170%;
	margin-bottom:100px;
}
.sect2 h2 span{
	display:block;
	letter-spacing: 0.1em;
    padding-top: 0.5em;
    color: #15336c;
    font-size: 58%;
	font-weight: bold;
}

.sect2 ul{
	border-top:solid 1px #666;
}
.sect2 ul li{
	font-size:22px;
	color:#666;
	border-bottom:solid 1px #666;
}
.sect2 ul li a{
	display:block;
	position:relative;
	padding:20px;
}
.sect2 ul li i{
	float:right;
	width:20px;
	height:20px;
	display:block;
	position:relative;
	padding: 0!important;
	position:absolute;
	top:50%;
	right:20px;
	border-top:solid 1px #666;
	border-right:solid 1px #666;
	transform: translate(0,-50%) rotate(45deg)
}



@media screen and (max-width:  767px) {
	.__catch{
		margin-bottom:60px;
	}
	.sect1{
		margin:0 auto 90px;
	}

	.sect article .cont {
		padding: 30px 0;
	}
	.sect article .cont > table > tbody > tr > th,
	.sect article .cont > table > tbody > tr > td,
	.sect article .cont > table.modelhouse table.tiny.sub th,
	.sect article .cont > table.modelhouse table.tiny.sub td{
		display:block;
		border-bottom:none;
		/*width:100%;*/
		padding:1.4em 1.4em 0 1.4em;
	}
	.sect article .cont > table.modelhouse table.tiny.sub td{
		border-bottom:1px solid #aaa;
		padding:1.4em;
	}
	.sect article .cont > table > tbody > tr > td{
		padding:1.4em;
		border-bottom: solid 1px #aaa;
	}
	.sect article .cont table td.pb0{
		padding:0;
	}
	.sect article .cont h3 {
		padding: 0.6em 1.2em;
		margin-top: 40px;
	}
	
	.sect2{
		margin-bottom:100px;
	}
	.sect2 h2{
		margin-bottom:70px;
	}
}