
/* office-info.css */




.message{
    color: #005f8d;
    font-size: 18px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック",serif;
}

div.sub{
		margin: 10px 0 5px 0;
}

div.sub:after{
	content: " ";
    display: inline-block;
    width: 170px;
    height: 1px;
    margin: 0 1rem;
    background-color: #005f8d;
    vertical-align: middle;
}
section#page_title_block div h1{
	margin-top: 200px;
}
section#office h2{
	margin-right:auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 0px;
	width: 980px;
	font-size: 30px;
	border-top: solid 1px #000436;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #000436;
}
section#office div.wrapper{
	margin-top: -25px;
	
}





section#yokohama_office h1{
	text-align: center;
	margin-top: 120px;
}

section#yokohama__office h1 img{
	/*
	width: 160px;
	height: auto;
	*/
	margin: 0 0 60px 0;
}


section#nagoya_office h1{
	text-align: center;
	margin-top: 120px;
}

section#nagoya_office h1 img{
	/*
	width: 160px;
	height: auto;
	*/
	margin: 0 0 60px 0;
}
section#osaka_office,
section#nagoya_office,
section#yokohama_office,
section#sendai_office{
	margin-bottom: 130px;
	
}


.career dl dt,
.career dl dd{
	line-height: 1.6;
}

.career dl dt{
	padding-top: 8px;
}

.career dl dt:before{
	display: inline-block;
	content:"●";
	font-size:5px;
	padding-right: 5px;
	color:#468AAA;
	vertical-align: 10%;
}

.career dl dd{
	padding-left: 15px;
}


.number{
	font-size: 16px;
}

.table{
	width: 100%;
	font-size: 16px;
	margin-bottom: 100px;
}

.table th{
	width:26%;
	background-color: #edf0f6;
	padding: 24px 50px 20px 50px;
}

.table td{
	width:74%;
	padding: 20px 0px 20px 50px;
	line-height: 1.6;
}

.table th,
.table td{
	border-top: solid 1px #000436;
}

.map{
	height:240px;
	overflow:hidden;
	margin-top: 17px;
}
.border,
.t_access{
	border-bottom: solid 1px #000436;
}



#yokohama_office{
}

#message{
	padding: 40px;
	background:url("../images/office-info/message.jpg")	no-repeat;
	background-size: cover;
}
#message h2{
	color: #fff;
	font-size: 36px;
	margin-bottom: 40px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	
}
#message p{
	color: #fff;
	padding-bottom: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	
}