@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#powered_by_me{
	display: none;
}
.pageTitle {
	overflow: hidden;
	background: url(/company/images/h2_bg.jpg) no-repeat center top;
	background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/company/images/h2_bg.jpg',sizingMethod='scale');
}
#contentsArea{
	width: 100%;
}
.telNum{
	font-size: 30px;
	font-family: Impact, Arial, sans-serif;
	display: inline-block;
	margin-left: 10px;
	letter-spacing: 2px;
}
p{
	font-size: 14px;
	margin-bottom: 1em;
}

#inquiry #contentsArea .comUl li a {
	border: none;
	width: 156px;
}
#contentsArea .comUl li a span {
	background-image: url(/common/images/icon02.png);
}
.gray{
	color: #666;
}
.mb30{
	margin-bottom: 30px;
}
.require{
	display: inline-block;
	color: #e6211a;
}
.error{
	color: #e6211a;
	font-size: 13px;
	margin-bottom: 10px;
}
.form th .require{
	position: absolute;
	top: 20px;
	left: 44px;
}
.comTable{
	border-top: 1px solid #666;
}
#contentsArea .comTable th {
	position: relative;
	vertical-align: top;
	padding-left: 60px;
	padding-top: 20px;
/*	border-style: solid;*/
}
#contentsArea .comTable td {
	padding-top: 16px;
/*	border-style: solid;*/
}
.form input[type='text']{
	padding: 6px;
	width: 497px;
	margin-bottom: 5px;
	line-height: 1;
	font-size: 12px;
	height: 14px;
}
.form textarea{
	width: 610px;
	height: 150px;
}
.inputBox{
	float: left;
	clear: both;
	margin-bottom: 10px;
}
.captionBox{
	float: left;
	color: #666;
	margin-left: 15px;
}
a.linkStyle01{
	background: url(/common/images/icon07.gif) no-repeat left 3px;
	padding-left: 18px;
	color: #222;
	
}
.submitBox{
	text-align: center;
	margin-top: 30px;
}
.submitBtn{
	background:#000 url(../../common/images/icon02.png) no-repeat 27px 19px;
	color: #fff;
	width: 200px;
	padding: 16px;
	border: none;
	cursor: pointer;
	display: inline-block;
}
.agreeCheck{
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.agreeCheck input{
	margin-right: 5px;
}

@media all and (max-width: 768px){
	#contentsArea .comUl li{
		text-align: left;
	}
	.form input[type='text']{
		width: 100%;
		box-sizing: border-box;
		line-height: 1;
		height: 2.5em;
	}
	.form textarea{
		width: 100%;
		box-sizing: border-box;
	}
	.form th .require{
		position: static;
	}
	#contentsArea .comTable th {
		padding-left: 0;
	}
	.inputBox{
		float: none;
	}
	.captionBox{
		margin-left: 0;
		float: none;
		margin-bottom: 10px;
	}
	.submitBtn{
		margin-bottom: 6px;
	}
}