/* cmn */
#bg-company{
	background-image: url(../img/header/header-company.jpg);
}
.page-nav_company li:nth-last-child(2){
	width: 120%;
}
#company{
	position: relative;
	width: 960px;
	height: auto;
	padding-bottom: 50px;
}
#company .outer{
	padding-bottom: 150px;
}
#company .outer .inner{
	position: relative;
	width: 100%;
	height: auto;
}
#company td .office{
	position: relative;
	padding-bottom: 20px;
}
#company td .last{
	padding-bottom: 0;
}
#company td .office-name{
	font-weight: bold;
}
#company td .office-name:first-letter{
	color: #ccc;
}
#company td .map a{
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 70px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	border: 1px solid;
}
#company td .map a:hover{
	color: #fff;
	background-color: #3a3a3a;
}
#company td .list{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}
#company td .list li:first-letter{
	color: #ccc;
}
#company td .mark img{
	padding-right: 10px;
}
#company .left-contents{
	position: relative;
	width: 760px;
	height: auto;
	margin-left: 200px;
}
#company td .list .img{
	margin: 6px 0 24px;
}
#company td .list-1 .img{
	height: 86px;
}
#company td .list-3 .img,
#company td .list-4 .img,
#company td .list-5 .img,
#company td .list-8 .img{
	height: 100px;
}
#company td .list-7 .img{
	height: 110px;
}
#company td .list-2 .img{
	height: 50px;
}
#company td .list-6 .img{
	height: 66px;
}
#company td .list-8 .img{
	margin-bottom: 0;
}
@media screen and (max-width: 1080px){
	#company{
		width: 90%;
		padding-bottom: 50px;
	}
	#company .outer{
		padding-bottom: 100px;
	}
	#company td .office{
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	#company td .map a{
		display: block;
		position: relative;
		width: 100%;
		margin: -10px 0 20px;
	}
	#company .left-contents{
		width: 77%;
		margin-left: 23%;
	}
}
@media screen and (max-width: 650px){
	#company{
		padding: 50px 0 0;
	}
	#company .outer{
		padding-bottom: 60px;
	}
	#company td .map a{
		margin-bottom: 4px;
	}
	#company .left-contents{
		width: 100%;
		margin-left: auto;
	}
	#company td .list .img{
		margin: 6px 0 20px;
	}
	#company td .list-1 .img{
		height: 60px;
	}
	#company td .list-3 .img,
	#company td .list-4 .img,
	#company td .list-5 .img,
	#company td .list-8 .img{
		height: 70px;
	}
	#company td .list-2 .img{
		height: 40px;
	}
	#company td .list-6 .img{
		height: 46px;
	}
	#company td .list-7 .img{
		height: 90px;
	}
}

/* vision -------------------*/

#philosophy img{
	width: 760px;
	height: auto;
	margin-left: 200px;
}
#credo .title-box{
	width: 100%;
	padding: 30px;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.25em;
	line-height: 1.5;
	font-weight: bold;
	border: 1px solid;
}
#credo .text-body{
	position: relative;
	width: 100%;
}
#credo .text-body .inner{
	width: 420px;
	padding-top: 40px;
	text-align: left;
}
#credo .text-inner{
	padding-bottom: 30px;
}
#credo .text-inner h3{
	width: 100%;
	padding-bottom: 16px;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0.5em;
}
#credo .text-inner p{
	line-height: 1.8;
}
#credo .text-inner .sub-title{
	padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
#credo .text-inner .text{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
#credo img{
	position: absolute;
	right: 0;
	top: 40px;
}
#quality .title-box{
	width: 100%;
	padding: 40px 0;
	border: 6px solid #eee;
}
#quality .title-box img{
	width: 80%;
}
#quality .img-box{
	width: 100%;
	padding-top: 50px;
}
#quality .img-box img{
	margin: 0 10px;
}
@media screen and (max-width: 1080px){
	#philosophy img{
		width: 77%;
		margin-left: 23%;
	}
	#credo .title-box{
		padding: 3%;
		font-size: 18px;
		font-size: 1.8rem;
	}
	#credo .text-body .inner{
		position: relative;
		width: 100%;
		padding-top: 5%;
	}
	#credo .text-inner{
		padding-bottom: 5%;
	}
	#credo .text-inner h3{
		padding-bottom: 16px;
		font-size: 19px;
		font-size: 1.9rem;
	}
	#credo .text-inner .sub-title{
		font-size: 14px;
		font-size: 1.4rem;
	}
	#credo .text-inner .text{
		font-size: 13px;
		font-size: 1.3rem;
	}
	#credo img{
		position: relative;
		top: 0;
	}
	#quality .title-box{
		padding: 5% 0;
	}
	#quality .img-box{
		width: 100%;
		padding-top: 5%;
	}
	#quality .img-box img{
		width: 40%;
	}
}
@media screen and (max-width: 650px){
	#philosophy{
		width: 120%;
		margin: 0 -10%;
	}
	#philosophy img{
		width: 100%;
		margin: 0 auto;
	}
	#credo .title-box{
		padding: 5% 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#credo .text-body .inner{
		padding-top: 8%;
	}
	#credo .text-inner{
		padding-bottom: 5%;
	}
	#credo .text-inner h3{
		text-align: left;
		padding-bottom: 8px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	#credo .text-inner .sub-title,
	#credo .text-inner .text{
		font-size: 12px;
		font-size: 1.2rem;
	}
	#credo .text-inner .sub-title{
		padding-bottom: 8px;
		line-height: 1.8;
	}
	#credo .text-inner .text{
		line-height: 1.5;
	}
	#credo img{
		width: 66%;
	}
	#quality .title-box{
		padding: 7% 0;
	}
	#quality .title-box img{
		width: 90%;
	}
}

/* organization -------------------*/

#organization img{
	width: 760px;
}
.tbl-license{
	border-right: 1px solid #ddd;
}
.tbl-license th,
.tbl-license td{
	padding: 0;
	border-left: 1px solid #ddd;
}
.tbl-license .list-name th{
	color: #fff;
	padding: 6px 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	background-color: #3a3a3a;
}
.tbl-license .list-name th:first-child{
	width: 630px;
}
.tbl-license td{
	padding: 20px;
	z-index: -1; /* firefox対策 */
}
.tbl-license td:nth-child(2){
	text-align: center;
	background-color: #fafafa;
}
@media screen and (max-width: 1080px){
	#organization img{
		width: 77%;
		margin-left: 23%;
	}
}
@media screen and (max-width: 650px){
	#organization img{
		width: 100%;
		margin-left: auto;
	}
	.tbl-license .list-name th{
		font-size: 11px;
		font-size: 1.1rem;
	}
	.tbl-license .list-name th:first-child{
		width: 75%;
	}
	.tbl-license td{
		padding: 10px;
	}
}

/* award -------------------*/

#award table .first th{
	border: none;
	padding: 4px 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.2em;
	background-color: #eaeaea;
}
#award table th,
#award table td,
#thanks table th,
#thanks table td{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
}
#award table th,
#thanks table th{
	width: 230px;
	padding: 24px 0;
	letter-spacing: 0.1em;
}
#award table td,
#thanks table td{
	padding: 24px;
	padding-right: 0;
	letter-spacing: 0.05em;
}
#award table td:last-child,
#thanks table td:last-child{
	width: 100px;
	letter-spacing: 0.02em;
}
#thanks table .first th,
#thanks table .first td{
	padding-top: 0;
}
#award table.city{
	margin-top: 50px;
}
@media screen and (max-width: 1080px){
	#award table .first th{
		font-size: 13px;
		font-size: 1.3rem;
	}
	#award table th,
	#thanks table th{
		width: 30%;
	}
	#award table td,
	#thanks table td{
		padding: 24px 3%;
		width: 55%;
	}
	#award table td:last-child,
	#thanks table td:last-child{
		padding: 24px 1%;
		width: 7%;
	}
	#thanks table .first th,
	#thanks table .first td{
		padding-top: 0;
	}
}
@media screen and (max-width: 650px){
	#award table .first th,
	#award table th,
	#award table td,
	#thanks table th,
	#thanks table td{
		font-size: 11px;
		font-size: 1.1rem;
	}
	#award table.city{
		margin-top: 30px;
	}
}