@charset "utf-8";
/* CSS Document */

.keyImage{
  background: url(../images/company/keyImage.jpg) 0 0 no-repeat;
  background-size: cover;
  width: 1024px;
  height: 443px;
  margin: 0 auto 30px auto;
  position: relative;
}

.keyImage h1{
	width: 100%;
	height: auto;
	background: rgba(0,0,0,.4);
	color: #FFF;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	text-align: right;
	position: absolute;
	top: 10%;
	left: 0;
}

.keyImage h1 span{
	font-size: 14px;
	display: block;
	width: 100%;
	height: auto;
	font-weight: normal;
}

.ttl{
	width: 100%;
	height: auto;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 20px;
	color: #FFF;
	background: #27939c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	line-height:1.5;
	-moz-box-shadow:3px 3px 3px 0px #cccccc;
	-webkit-box-shadow:3px 3px 3px 0px #cccccc;
	box-shadow:3px 3px 3px 0px #cccccc;
	margin-bottom: 30px;
	text-align: center;
}

.tableBox{
	margin: 0 auto 30px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tableBox table{
	width: 96%;
	height: auto;
	margin: 0 auto;
	border-collapse: collapse;
}

.tableBox table tr{
	background: rgba(39,147,156,.1);
}

.tableBox table tr td a{
	color: #3875e4;
}

.tableBox tr td a:hover{
	color: #27939c;
	text-decoration: none;
}

.tableBox table tr td{
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
}



.tableBox table tr td:first-child{
	background: rgba(39,147,156,.8);
	text-align: center;	
	color: #FFFFFF;
}

.soy{
	margin: 0 auto 30px;
}

.soy p{
	margin-bottom: 30px;
}

.soy article{
	width: 96%;
	height: auto;
	margin: 0 auto 30px;
}

.soy article h1{
	font-size: 24px;
	font-weight: bold;
	color: #27939c;
	padding-bottom: 5px;
	border-bottom: 1px solid #27939c;
	line-height: 1;
	margin-bottom: 30px;
}

.soy article figure{
	float: right;
	width: 40%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 10px 20px;
}

.soy article figure img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


@media screen and (max-width: 1024px){
	.keyImage{
		width: 768px;
		height: 332px;
	}
}

@media screen and (max-width: 768px){
	.keyImage{
		width: 480px;
		height: 207px;
	}
	.keyImage h1{
		padding: 5px 10px;
		font-size: 20px;
	}
	
	.keyImage h1 span{
		font-size: 12px;
	}
	
	.soy article figure{
		width: 60%;
	}
	
}

@media screen and (max-width: 480px){
	
	.keyImage{
		width: 320px;
		height: 138px;
	}
	.keyImage h1{
		padding: 5px 10px;
		font-size: 14px;
	}
	
	.keyImage h1 span{
		font-size: 8px;
	}
	
	.tableBox table tr td{
		display: block;
	}
	
	.tableBox table tr td{
		border: none;
	}
	
	.soy article figure{
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	
}