@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/

/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.red {
	color: #e20151;
}
p.nm {
	margin-bottom: 0;
}
.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; }
.tbl_cen th { text-align: center !important; }
.transparent img {
	background-color: transparent !important;
	padding: 0 !important;
	border: none !important;
	}
@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;
	}
}
h1.first span {
	display: block;
}
h1.first span span {
	font-size: 70%;
}
.qrcode {
	text-align: center;
}
/*--------------------------------------------------
	グローバルメニュー
--------------------------------------------------*/
#mainNav li a {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

/*--------------------------------------------------
	テーブル
--------------------------------------------------*/
.company_tbl th {
	text-align: center !important;
	white-space: nowrap;
	vertical-align: middle;
}

/*--------------------------------------------------
	トップ
--------------------------------------------------*/
.home #mainImg {
	padding-top: 0 !important;
}
.home h1.title {
	border-bottom: none;
}
.home .post {
	border: none !important;
	background: url(/struct/wp-content/uploads/bg_top_msg.jpg);
	min-height: 550px;
	color: #20B971;
}
.home .post .tel {
	font-size: 150%;
}
.home .box_l,.home .box_r {
	max-width: 500px;
	background: rgba(255,255,255,0.5);
	box-sizing: border-box;
	padding: 20px;
}
@media only screen and (min-width: 641px){
	#top_img {
		padding: 50px;
	}
}
@media only screen and (max-width: 640px){
	#top_img {
		padding: 30px;
	}
}
@media only screen and (min-width: 641px){
	#top_img .box_l {
		position: relative;
		margin-bottom: -30px;
	}
	#top_img .box_r {
		float: right;
	}
}
@media only screen and (max-width: 640px){
	#top_img .box_l {
		margin-bottom: 30px;
	}
}

/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
.company_msg {
	line-height: 2em;
}

@media only screen and (min-width: 641px){
	.company_msg {
		background-image: url(/struct/wp-content/uploads/bg_companymsg.png);
		background-position: left center;
		background-repeat: no-repeat;
		min-height: 300px;
		padding: 30px 0 30px 360px;
		line-height: 2em;
	}
}
.company_msg dt {
	font-weight: bold;
	color: #20B971;
	font-size: 120%;
	margin-bottom: 15px;
}

/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
@media screen and (min-width: 960px) {
	#service .box_r {
		position: relative;
	}
	#service .box_r .in {
		overflow: hidden;
		min-height: 180px;
		}
	#service .box_r .column2_30 {
		position: absolute;
		right: 0;
	}
}

/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form .must,
.wpcf7-form .option {
	float: none;
}