@charset "UTF-8";
/* =====================================
	office
===================================== */

.ttlArea{
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:60px 0;
	font-size:40px;
}

.ttlArea h1{
	width:100%;
	max-width:1220px;
	margin:0 auto;
	display:block;
}

.ttlArea h1 span{
	font-size:18px;
	display:block;
}

.company{
	width:100%;
	max-width:1220px;
	margin:35px auto;
}

.company .companyList{
	width:65%;
	float:left;
}

.company .companyList dl{
	display:table;
}

.company .companyList dl dt{
	display:table-cell;
	font-size:18px;
	width:40%;
	padding:18px 0 18px 8.22%;
	border-bottom:1px dashed #ccc;
}

.company .companyList dl dd{
	display:table-cell;
	font-size:15px;
	width:60%;
	border-bottom:1px dashed #ccc;
}

.company .companyList dl:first-child dt{
	font-size:26px;
	padding:15px 0;
	vertical-align:middle;
	width:37%;
	border-bottom:none;
}

.company .companyList dl:first-child dd{
	font-size:17px;
	vertical-align:middle;
	width:63%;
	border-bottom:none;
}

.company .companyList dl:nth-child(2) dt{
	background:url(../img/company/office/logo11.jpg) center left 5px no-repeat;
	background-size:40px 38px;
}

.company .companyList dl:nth-child(3) dt{
	background:url(../img/company/office/logo02.jpg) center left 6px no-repeat;
	background-size:39px 27px;
}

.company .companyList dl:nth-child(4) dt{
	background:url(../img/company/office/logo03.jpg) center left 9px no-repeat;
	background-size:32px 31px;
}

.company .companyList dl:nth-child(5) dt{
	background:url(../img/company/office/logo04.jpg) center left 8px no-repeat;
	background-size:35px 22px;
}

.company .companyList dl:nth-child(6) dt{
	background:url(../img/company/office/logo13.jpg) center left 2px no-repeat;
	background-size:44px auto;
}

.company .companyList dl:nth-child(7) dt{
	background:url(../img/company/office/logo09.jpg) center left 4px no-repeat;
	background-size:45px 31px;
	border-bottom:none;
}

.company .companyList dl:last-child dd{
	border-bottom:none;
}

.company iframe{
	width:33%;
	float:right;
	margin-top:20px;
}

.officeList .ttl01{
	width:100%;
	padding-bottom:16px;
	border-bottom:2px solid #ccc;
	margin:140px 0 55px;
}

.officeList .ttl01 h2{
	width:100%;
	max-width:1220px;
	margin:0 auto;
}

.officeList .ttl01 h2 img{
	float:left;
}

.officeList .ttl01 h2 span{
	padding-left:60px;
	font-size:20px;
	font-weight:bold;
}

.officeList.ueda .ttl01 h2 img{
	width:179px;
}

.officeList.ubm .ttl01 h2 img{
	width:244px;
}

.officeList.upl .ttl01 h2 img{
	width:259px;
}

.officeList.uml .ttl01 h2 img{
	width:263px;
}

.officeList.koyo .ttl01 h2 img{
	width:272px;
}

.officeList.mmsix .ttl01 h2 img{
	width:262px;
}

.officeList .list{
	width:100%;
	max-width:1220px;
	margin:0 auto;
}

.officeList .list h3{
	margin:0 0 20px;
	font-size:20px;
}

.officeList .list ul li{
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
	line-height:1.8;
	margin-bottom:24px;
	display:table;
	font-size:15px;
	width:100%;
}

.officeList .list ul li:last-child{
	border-bottom:none;
	margin-bottom:55px;
}

.officeList .list ul li .name{
	width:25%;
	display:table-cell;
	vertical-align:middle;
}

.officeList .list ul li .address{
	color:#595959;
	width:62%;
	display:table-cell;
	vertical-align:middle;
	padding-right:2%;
	box-sizing:border-box;
}

.officeList .list ul li .map{
	width:13%;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}

.officeList .list ul li a{
	color:#595959;
	padding-right:30px;
	background:url(../img/common/arrow07.gif) center right no-repeat;
	letter-spacing:0.1em;
}

.officeList .list ul li a:hover{
	color:#097429;
}

.nav02{
	width:100%;
	max-width:1470px;
	border-top:1px solid #cccccc;
	padding-top:95px;
	margin:160px auto 0;
}

.nav02 ul{
	width:100%;
	max-width:1220px;
	margin:0 auto 115px;
}

.nav02 ul li{
	width:43.77%;
	float:left;
	margin-bottom:60px;
}

.nav02 ul li:nth-child(even){
	float:right;
}

.nav02 ul li a{
	width:100%;
	padding:13px 0 10px 30px;
	line-height:1;
	border-left:4px solid #097429;
	box-sizing:border-box;
	font-size:25px;
	color:#595959;
	display:block;
}

.nav02 ul li a:hover{
	color:#097429;
}

.nav02 ul li a span{
	font-size:15px;
	display:block;
	width:100%;
	border-top:1px solid #cccccc;
	padding-top:14px;
	margin-top:17px;
}


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

.ttlArea h1{
	width:92.2%;
	margin:0 3.9%;
}

.company{
	width:92.2%;
	margin:35px 3.9%;
}

.company .companyList{
	width:100%;
	float:none;
}

.company iframe{
	width:100%;
	float:none;
}

.officeList .ttl01 h2{
	width:92.2%;
	margin:0 3.9%;
}

.officeList .list{
	width:92.2%;
	margin:0 3.9%;
}

.nav02{
	padding-top:14vw;
}

.nav02 ul{
	width:92.2%;
	margin:0 3.9% 19.27vw;
}

.nav02 ul li{
	width:45.762%;
	margin-bottom:11vw;
}

.nav02 ul li a{
	padding:0 0 2.6vw;
	border-left:none;
	border-bottom:4px solid #097429;
	font-size:25px;
	text-align:center;
}

.nav02 ul li a span{
	display:none;
}

}

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

.ttlArea{
	padding:7.8125vw 0;
	font-size:6.38vw;
}

.ttlArea h1 span{
	font-size:2.8645vw;
}

.company{
	margin:8.463vw 3.9%;
}

.company .companyList dl{
	display:block;
}

.company .companyList dl dt{
	display:block;
	font-size:3.6458vw;
	width:100%;
	padding:3.9vw 0 0 12.369%;
	border-bottom:none;
}

.company .companyList dl dd{
	display:block;
	font-size:3.385vw;
	width:100%;
	padding:0 0 1.5625vw 12.369%;
	border-bottom:1px dashed #ccc;
}

.company .companyList dl:first-child dt{
	font-size:4.166vw;
	padding:0;
	width:100%;
	border-bottom:none;
}

.company .companyList dl:first-child dd{
	font-size:3.3854vw;
	padding:0;
	width:100%;
	border-bottom:none;
}

.company .companyList dl:nth-child(2){
	background:url(../img/company/office/logo11.jpg) center left no-repeat;
	background-size:9.1145833vw 8.72395833vw;
}

.company .companyList dl:nth-child(2) dt{
	background:none;
}

.company .companyList dl:nth-child(3){
	background:url(../img/company/office/logo02.jpg) center left no-repeat;
	background-size:9.11vw 6.38vw;
}

.company .companyList dl:nth-child(3) dt{
	background:none;
}

.company .companyList dl:nth-child(4){
	background:url(../img/company/office/logo03.jpg) center left no-repeat;
	background-size:6.25vw 6.119vw;
}

.company .companyList dl:nth-child(4) dt{
	background:none;
}

.company .companyList dl:nth-child(5){
	background:url(../img/company/office/logo04.jpg) center left no-repeat;
	background-size:6.9vw 4.427vw;
}

.company .companyList dl:nth-child(5) dt{
	background:none;
}

.company .companyList dl:nth-child(6){
	background:url(../img/company/office/logo13.jpg) center left no-repeat;
	background-size:8.0729167vw auto;
}

.company .companyList dl:nth-child(6) dt{
	background:none;
	border-bottom:none;
}

.company .companyList dl:nth-child(7){
	background:url(../img/company/office/logo09.jpg) center left no-repeat;
	background-size:7.5520833vw 5.078125vw;
}

.company .companyList dl:nth-child(7) dt{
	background:none;
	border-bottom:none;
}

.company .companyList dl:last-child dd{
	border-bottom:none;
}

.company iframe{
	margin-top:6.51vw;
}

.officeList .ttl01{
	padding-bottom:3.9vw;
	margin:26vw 0 6.51vw;
}

.officeList .ttl01 h2 span{
	padding-left:7.1614vw;
	font-size:4.166vw;
}

.officeList.ueda .ttl01 h2 img{
	width:33.59375vw;
}

.officeList.ubm .ttl01 h2 img{
	width:47.65vw;
}

.officeList.upl .ttl01 h2 img{
	width:50.65vw;
}

.officeList.uml .ttl01 h2 img{
	width:51.5625vw;
}

.officeList.koyo .ttl01 h2 img{
	width:52.34375vw;
}

.officeList.mmsix .ttl01 h2 img{
	width:51.8229167vw;
}

.officeList .list h3{
	margin:0 0 3.9vw;
	font-size:4.166vw;
}

.officeList .list ul li{
	padding-bottom:3vw;
	margin-bottom:3.9vw;
	display:block;
}

.officeList .list ul li:last-child{
	border-bottom:none;
	margin-bottom:15.625vw;
}

.officeList .list ul li .name{
	width:50%;
	display:inline-block;
	vertical-align:bottom;
	font-size:3.9vw;
}

.officeList .list ul li .address{
	width:100%;
	display:block;
	vertical-align:bottom;
	padding-right:0;
	font-size:3.3854vw;
}

.officeList .list ul li .map{
	width:50%;
	display:inline-block;
	vertical-align:middle;
	font-size:2.46vw;
}

.officeList .list ul li a{
	padding-right:5.7vw;
	background:url(../img/common/sp/arrow01.gif) center right no-repeat;
	background-size:2.99vw 2.345vw;
	letter-spacing:0.1em;
}

.officeList .list ul li a:hover{
	color:#595959;
}

.nav02{
	margin-top: 26vw;
}

.nav02 ul li a:hover{
	color:#595959;
}

.nav02 ul li a{
	font-size:4.296875vw;
}

}
