@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/





/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.red {
	color: #e20151;
}
.txt_b {
	font-size: 130%;
}
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;
	}
}
/*--------------------------------------------------
	トップ
--------------------------------------------------*/
.home_fream {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/struct/wp-content/uploads/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home_box01,
.home_box02,
.home_box03 {
	width: 31.3%;
	padding: 3% 1% 3% 1%;
	float: left;
	text-align: center;
	}
.home_box01 p,
.home_box02 p,
.home_box03 p {
	margin-left: auto;
	margin-right: auto;
}
.home_box01 a,
.home_box02 a,
.home_box03 a {
	color: #000;
	background-image: url(/struct/wp-content/uploads/arrow_b.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 10px;
	background-color: rgba(255,255,255,0.6);
	font-size: 120%;
	font-weight: bold;
	border: #843c0c 2px solid;
	display: block;
	padding: 9% 3% 8% 3%;
}
.home_box01 a:hover,
.home_box02 a:hover,
.home_box03 a:hover {
	color: #843c0c;
}
.home_box03 .no_padding {
	padding: 0%;
	}
.home_fream ul {
	background-color: #fff;
	padding: 5%;
	border: #843c0c 2px solid;
	min-height: 160px;
}
.home_fream li {
	border-bottom: none;
	margin-bottom: 5px;
	list-style: disc;
	text-align: left;
	margin-left: 20px;
	}
#post-2 .post ul {
    margin: 0 !important;
}
@media only screen and (max-width: 959px) {
.home_box01,
.home_box02,
.home_box03 {
	margin-right: 0.2%;
	width: 31%;
	}
.home_box01 a,
.home_box02 a,
.home_box03 a {
	font-size: 90%;
}
.home_fream ul {
	min-height: 220px;
}
}
@media only screen and (max-width: 640px){
.home_box01,
.home_box02,
.home_box03 {
	width: 95%;
	float: none;
	padding: 5% 0% 10% 0%;
	background: none;
	margin-left: auto;
	margin-right: auto;
	}
.home_box01 a,
.home_box02 a,
.home_box03 a {
	font-size: 120%;
}
.home_fream ul {
	min-height: 160px;
}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
.company_tbl th {
	text-align: center !important;
	white-space: nowrap;
	vertical-align: middle;
	}
@media only screen and (max-width: 640px){
.company_tbl th,
.company_tbl td,
.company_tbl tr {
	height: auto !important;
}
}
/*--------------------------------------------------
	事業案内
--------------------------------------------------*/
.service_fream {
	margin-top: 20px;
}
.service_fream p {
	border: #9A560A solid 1px;
	border-radius: 10px;
	padding: 3% 3% 1% 3%;
	background-color: #DEECDC;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #228117;
	font-size: 120%;
	font-weight: bold;
}
.service_fream div {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 640px){
.service_fream div {
	width: 94%;
}
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
.recruit_tbl th {
	text-align: center !important;
	white-space: nowrap;
	vertical-align: middle;
	}
@media only screen and (max-width: 640px){
.recruit_tbl th,
.recruit_tbl td,
.recruit_tbl tr {
	height: auto !important;
}
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.contact_box {
	width: 100%; 
	}
.contact_box div {
	width: 60%;
	margin: 0 auto;  
	}
@media only screen and (max-width: 640px){
.contact_box div {
	width: 100%;
	margin: 0;  
	}
}