@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/



/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.red {
	color: #FC0000;
}
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; }
@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;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
#thumbImg {
	overflow: hidden;
	position: relative;
	margin-top: 17px;
}
#thumbImg .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/struct/wp-content/uploads/bg_title.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 24px;
	text-align: left;
	line-height: 1.3;
	/* 縦方向中央揃え */
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}
#thumbImg .bg span {
	display: block;
	color: #b18405;
	font-size: 20px;
}
@media only screen and (max-width: 768px) {
	#thumbImg img {
		height: 120px;
	}
	#thumbImg .bg .inner {
		padding-left: 20px;
	}
	#thumbImg .bg {
		font-size: 24px;
	}
	#thumbImg .bg span {
		font-size: 16px;
	}
}
/*--------------------------------------------------
	ヘッダー・フッター
--------------------------------------------------*/


#header {
	border-top: #74D13C 9px solid;
	}
#header .bg {
	background-color: #FFF;
	}

#mainImg{
	margin-top: 7px !important;
}

#breadcrumb {
	border-top: #bef795 35px solid;
	margin-bottom: 5px;
	margin-top: 0px !important;
	background-color: #FFF;
	}
#breadcrumb ul li {
	color: #666;
	}
#breadcrumb ul li a{
	color: #666;
	}
#copyright {
	background-color: #74D13C;
	}

/*--------------------------------------------------
	選ばれる３つの理由
--------------------------------------------------*/
#benefit_list dl {
	overflow: hidden;
	margin-bottom: 20px;
}
#benefit_list dl img{
	padding: 0 !important;
	border: none !important;
}
#benefit_list dt {
	width: 250px;
	height: 170px;
	margin: auto;
	/*background: #bcdaf5;*/
	background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
	box-shadow: 0 0 20px #FFF inset, 0 0 10px #FFF inset, 0 0 10px #FFF inset, 0 0 10px #FFF inset;
	border-radius: 50%;
	font-size: 25px;
	color: #2889e0;
	text-align: center;
	line-height: 30px;
	padding-top: 80px;
}
#benefit_list dl+dl dt {
	/*background: #d6edbc;*/
	background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
	color: #75af34;
}
#benefit_list dl+dl+dl dt {
	/*background: #ffff9e;*/
	background-image: linear-gradient(120deg, #ffffd5 0%, #ffff55 100%);
	color: #ffcc00;
}
@media only screen and (min-width: 641px){
	#benefit_list {
		padding: 0 50px;
	}
	#benefit_list dd {
		padding-top: 60px;
	}
	#benefit_list dl:nth-child(1) dt,
	#benefit_list dl:nth-child(3) dt {
		float: left;
	}
	#benefit_list dl:nth-child(1) dd,
	#benefit_list dl:nth-child(3) dd {
		margin-left: 280px;
	}
	#benefit_list dl:nth-child(2) dt {
		float: right;
	}
	#benefit_list dl:nth-child(2) dd {
		margin-right: 280px;
	}
}

/*--------------------------------------------------
	会社概要
--------------------------------------------------*/

#company_tbl {
	margin-bottom: 30px;
	border-top: 1px solid #CCCCCC;
}
#company_tbl th {
	white-space: nowrap;
}
#company_tbl th,
#company_tbl td {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}
@media only screen and (max-width: 640px){
	#company_tbl th {
		padding-bottom: 0;
		border-bottom: none;
		white-space: normal;
	}
	#company_tbl td {
		padding-top: 0;
	}
}


/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form .wpcf7-select {
	width: auto;
}

/*---------------------------------------------------------------*/
@media print, screen and (min-width: 1024px){
nav#mainNav ul li:first-child.current-menu-item a, nav#mainNav ul li:first-child a:hover, nav#mainNav ul li:first-child a:active, nav#mainNav ul li:first-child.current-menu-parent a {
    margin-left: 0%;
}
nav#mainNav ul li:first-child a{
    margin-left: 0%;
}
}
body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

