@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page-tit {
  background: url("../images/office-images/page-bg.jpg") 50% 0 no-repeat;
}

.nav-office a {
  color: #003670!important;
  background-color: rgba(255,255,255,0.8);
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.lead .tit {
	color: #003670;
	font-size: 2.8rem;
	font-weight: normal;
	text-align: center;
}
.lead .tit span {
	display: block;
	font-size: 65%;
	margin-bottom: 10px;
}
.lead .tit img {
	display: block;
	width: 100px;
	margin: 0 auto 10px auto;
}
.office .txt {
	float: left;
	width: 60%;
}
.office .txt dl {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 20px;
}
.office .txt dl:nth-child(odd) {
	background-color: #eee;
}
.office .txt dl dt {
	display: table-cell;
	vertical-align: top;
	width: 120px;
}
.office .txt dl dd {
	display: table-cell;
	vertical-align: top;
}
.office .img {
	float: right;
	width: 35%;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

}

/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.lead .tit {
	font-size: 2.5rem;
}
.lead .tit img {
	width: 80px;
}

.office .txt {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.office .img {
	float: none;
	width: 100%;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.lead .tit {
	font-size: 1.9rem;
	margin-bottom: 50px;
}
.lead .tit span {
	margin-bottom: 5px;
}
.lead .tit img {
	width: 50px;
	margin: 0 auto 5px auto;
}
.office .txt dl {
	display: block;
	padding: 15px;
}
.office .txt dl dt {
	display: block;
	width: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
.office .txt dl dd {
	display: block;
	width: 100%;
}

}

