@charset "utf-8";

.mainVisual{
	background: url(../img/main_bg.jpg) center center /cover no-repeat;
}
.content{
	line-height: 2;
}
.officeSec{
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.officeSec:after{
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background: #c7c7c7;
	position: absolute;
	left: 0;
	bottom: 0;
}
.officeSec:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.officeSec:last-child:after{
	display: none;
}
.officeName{
	font-size: 2.4rem;
}
.division{
	margin-top: 20px;
	font-weight: bold;
}
.detail.none{
	display: none;
}
.contact{
	margin-top: 20px;
}
.telBox .fax{
	padding-left: 1em;
}
.map{
	margin-top: 20px;
}
.map a{
	text-decoration: underline;
}
.map a:hover{
	text-decoration: none;
}
.spView {
	display: none;
}
.white_btn_domestic {
	display: inline-block;
	margin-top: 10px;
	padding: 2px 30px 1px;
	vertical-align: baseline;
	border: 1px solid #242424;
	box-sizing: border-box;
}
.white_btn_domestic:hover {
	color: #fff;
	background: #000;
}


@media screen and (max-width: 768px) {
	.content{
		padding-top: 65px;
	}
	.officeSec{
		position: relative;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.officeSec:after{
		left: 6px;
	}
	.officeName{
		font-size: 1.5rem;
	}
	.division{
		margin-top: 10px;
	}
	.contact{
		margin-top: 10px;
	}
	.map{
		margin-top: 10px;
	}
	.map a{
		text-decoration: underline;
	}
	.pcView {
		display: none;
	}
	.white_btn_domestic {
		padding: 1px 20px 0;
	}
}
