@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/



/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.red { color: #FC0000; }
.cf:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
p.attention {
	text-indent: -1em;
	margin-left: 1em;
}
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
@media only screen and (min-width: 641px){
	.img_lft { float: left; margin-right: 20px; }
	.img_rit { float: right; margin-left: 20px; }
}
@media only screen and (max-width: 640px){
	.img_lft, .img_rit {
		text-align: center;
	}
	.img_lft img, .img_rit img {
		max-width: 200px;
		width: 96%;
		height: auto;
	}
}
/*--------------------------------------------------
	ホーム
--------------------------------------------------*/
.home #mainImg {
	background-image: url(/struct/wp-content/uploads/bg_title.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-position: center bottom;
	max-width: 1500px;
	margin: 0 auto;
}
@media only screen and (min-width: 1100px){
	.home #mainImg {
		padding: 50px 0 50px !important;
	}
}
@media only screen and (max-width: 1000px){
	.home #mainImg {
		padding: 140px 4% 20px;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl {
	margin: 20px 0 30px;
}
#company_tbl th {
	white-space: nowrap;
}
#company_tbl td[rowspan] {
	vertical-align: middle;
}
/*--------------------------------------------------
	拠点一覧
--------------------------------------------------*/
#area_list table th {
	width: 20%;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form .must, .wpcf7-form .option {
	float: none;
	margin-bottom: 10px;
}