@import url(menu.css);
.title{
	margin: 130px 0 0 0;
	text-align: center;
}
.title h1,.company h1{
	font-size: 50px;
	font-weight: bold;
	color: #0F0486;
	margin: 0 0 20px 0;
    padding: 100px 0 0 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.title h2,.company h2{
	font-size: 20px;
	text-align: center;
}
.sougi{
	width: 1000px;
	box-sizing: border-box;
	border: solid #0A0087 10px;
	margin: 80px auto;
}
.sougi h2{
	padding: 47px 0 47px 47px;
	font-size: 28px;
	font-weight: bold;
	float: left;
	width: 480px;
}
.sougi h3{
	float: left;
	font-size: 20px;
	line-height: 1.4;
	margin: 20px;
}
.sougi h3 strong a{
	font-size: 40px;
	font-weight: bold;
	color: #0C0085;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}
.sougi h3 img{
	vertical-align: text-bottom;
    margin: 0 14px 0 0;
}
.contact-info{
	text-align: center;
	margin: 30px 0;
	line-height: 1.6;
	font-size: 18px;
}
.contact-info table{
	width: 1000px;
	margin:30px auto;
	border-top:solid #0A0087 3px;
	border-left:solid #0A0087 3px;
	font-size: 20px;
}
.contact-info table th{
	border-bottom:solid #0A0087 1px;
	border-right:solid #0A0087 1px;
	width: 350px;
}
.contact-info table td{
	border-bottom:solid #0A0087 1px;
	border-right:solid #0A0087 4px;
	text-align: left;
}
.contact-info table tr:last-child td,.contact-info table tr:last-child th{
	border-bottom:solid #0A0087 4px;
}
.contact-info table td,.contact-info table th{
	padding: 20px 30px;
	box-sizing: border-box;
}
.contact-info table a{
	text-decoration: none;
	color: #000;
}
.contact-info p{
	font-size: 32px;
    font-weight: bold;
}
.other-contact{
	width: 1000px;
	
	margin: 100px auto;
}
.contact{
	background-color: #eee;
	height: 148px;
}
.contact h2{
	    width: 400px;
	padding: 40px;
	font-size: 20px;
	float: left;
	position: relative;
top: 50%;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);
}
.contact dl{
	font-size: 16px;
	position: relative;
top: 50%;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);
}
.contact dt{
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	width: 212px;
}
.contact dt.sc-text{
	width: auto;
}
.contact dd{
	margin:12px 0;
}
.contact a{
	font-size: 26px;
	color: #0C0085;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}
.contact dd img{
	width: 30px;
	margin: 0 12px;
}
.other-contact table{
	width: 100%;
	box-sizing: border-box;
	border-top:solid #ccc 1px;
	border-left:solid #ccc 1px;
	margin: 20px 0 70px;
}
.other-contact table th,.other-contact table td{
	box-sizing: border-box;
	border-bottom:solid #ccc 1px;
	border-right:solid #ccc 1px;
	text-align: left;
	padding: 20px;
	vertical-align: middle;
}
.other-contact table th{
	width: 290px;
}
.other-contact table td:last-child{
	width: 400px;

}
.other-contact table a{
	text-decoration: none;
	color: #000;
}
.contact dt.d-line{
	margin-top: -6px;
}
.reqs{
	width: 1000px;
	margin: 0 auto;
	background-image: url(../image/contact/req_pic.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 253px;
}
.reqs .req-title{
	width: 50%;
	height: 253px;
	float: right;
	background-color: #FFC900;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.reqs .req-title h2{
	font-size: 24px;
    margin: 90px 0 30px 0;
    font-weight: bold;
    position: absolute;
    width: 100%;
}
.reqs .req-title h2 a{
	color: #000;
	text-decoration: none;
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	height: 253px;
}
.reqs .req-title a.btn{
	margin:136px 0 0;
}
.reqs .req-title h3{
	font-size: 16px;
}
.reqs .req-title h3 a{
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	color: #000;
	    font-size: 20px;
    margin-left: 30px;
}
@media screen and (max-width: 640px) {
	.title{
		margin-top: 30px;
	}
	.title h1{
		font-size: 32px;
	}
	.sougi,.other-contact,.reqs{
		    width: 95%;
    margin: 50px auto;
	}
	.contact-info table{
		width: 95%;
		font-size: 16px;
	}
	.sougi h2,.contact h2{
		width: auto;
		float: none;
	}
	.sougi h2{
		    padding: 30px 0 0;
		 text-align: center;
		 font-size: 20px;
	}
	.sougi h3{
		float: none;
	}
	.sougi h3 img{
		width: 38px;
	}
	.sougi h3 strong a{
		font-size: 30px;
	}
	.contact-info p{
		font-size: 16px;
	}
	.contact-info table td, .contact-info table th{
		width: 100%;
		display: block;
		padding: 12px 0;
		text-align: center;
		border-right: solid #0A0087 3px;
	}
	.contact-info table th{
		background-color: #eee;
		font-weight: bold;
	}
	.contact-info table tr:last-child th{
		border-bottom: solid #0A0087 1px;
	}
	.contact-info table tr:last-child td{
		border-bottom: solid #0A0087 3px;
	}
	.contact {
		height: auto;
		    padding: 20px 0;
	}
	.contact h2{
		padding: 20px 0;
    text-align: center;
        position: static;
            -webkit-transform:none;
    transform:none;
	}
	.contact dt{
		margin: 0;
		text-align: center;
		float: none;
		width: auto;
	}
	.contact dl{
		-webkit-transform:none;
    transform:none;
	}
	.contact dd{
		text-align: center;
	}
	.other-contact table{
		margin: 10px auto 50px;
		font-size: 14px;
	}
	.other-contact table th, .other-contact table td{
		width: 100%;
		display: block;
		    box-sizing: border-box;
		        padding: 14px 20px;
	}
	.other-contact table th{
		background-color: #eee;
	}
	.other-contact table td:last-child{
		width: 100%;
	}
	.reqs{
		background-position: top;
		padding: 190px 0 0 0;
		
		box-sizing: border-box;
	}
	.reqs .req-title {
    width: 100%;
    height: auto;
    float: none;
    background-color: #FFC900;
    padding: 20px;
    box-sizing: border-box;
}
.reqs .req-title h2{
	margin: 0px 0 20px 0;
	position: static;
}
.reqs .req-title h3 a{
	margin-left: 10px;
	line-height: 2;
}
.reqs .req-title a.btn{
	margin:0;
}
}