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

/*--------------------------------------*/
.center { text-align:center !important;}
.left { text-align:left !important;}
.right { text-align:right !important;}
.middle { vertical-align:middle !important;}
.bottom { vertical-align:bottom !important;}
.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}
.mb10 { margin-bottom:10px !important;}
.mb20 { margin-bottom:20px !important;}
.mb30 { margin-bottom:30px !important;}
.mb50 { margin-bottom:50px !important;}
/*--------------------------------------*/

/* スマホで改行をなくす
----------------------------------*/
@media screen and (max-width: 640px) {
    .br-sp { display:none; }
}

/* スマホの時だけ改行（PCの時非表示）
----------------------------------*/
@media screen and (min-width:640px) {
    .br-pc { display:none; }
}

/* 画像表示順
----------------------------------*/
.f_Right {
float:right;
}

@media only screen and (max-width: 640px) {
.f_Right {
float: none;
}
}

/* 横幅100%
----------------------------------*/

body{
	overflow-x:hidden;
	}
#wrapper, #content, .post{
	overflow: visible;
	}

.bgfix { background-attachment:fixed !important;}
.ipod .bgfix { background-attachment:scroll !important; }
.iphone .bgfix { background-attachment:scroll !important; }
.ipad .bgfix { background-attachment:scroll !important; }



/* 横幅100%（css-flexbox-manual）
----------------------------------*/
.innerContent{/*コンテンツエリアが100%の時のでも通常通りのコンテンツ幅を利用したい場合に括るclass属性*/
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#full-wrapper .post{
	padding: 0;/*postの余白がデフォルトで利用している為、デザインの汎用性を持たせるため打ち消します*/
}
@media print, screen and (max-width: 1023px) {/**/
#full-wrapper #content.wide {
	width: 100%;/*デフォルトだと多少の余白が出てしまいデザイン要素に影響を与える為、100%とする*/
	}
.innerContent{
	width: 96%;/*逆にこの要素を利用をするのは今までどおりの幅の仕様が利用しやすいため*/
	margin: 0 auto;
}
}

.post .container-rwd{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}
.container-rwd.wrap{
	flex-wrap: wrap;
	}
.container-rwd.middle{
	align-items: center;
	}
.container-rwd.center{
	text-align: center; 
	}
.pa_5{
	padding:5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
.left_box_50{
	width: 50%;
	margin-right: 50%;
	}
.bgfix {
    background-attachment: fixed !important;
}

@media print, screen and (max-width: 1023px) {
.left_box_50{
	width: 100%;
	margin: 0 auto;
	}
}
.wh_box_100{
	background: rgba(255,255,255,1.00);
	}


/* 全体
----------------------------------*/
a {    color: #fff;}



/* ヘッダー
----------------------------------*/
#header .inner {width: 100%;}
@media only screen and (max-width: 1023px){
#header-layout {padding-bottom: 0;}
}

@media only screen and (max-width: 640px){
/*#header-layout {
    padding-bottom: 0 !IMPORTANT;
}*/
}

/* グローバルナビ
----------------------------------*/
@media print, screen and (min-width: 1024px){

#header .logo {z-index: 999;}
#header-layout {padding-top: 20px;}
nav#mainNav {width: 1100px;}
nav#mainNav ul li a {padding: 5px 20px 0 20px; border: 2px solid transparent;}
nav#mainNav ul li a b { font-weight: bold;}
	
nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
    border: 2px solid #fff;
    border-top: none;
    border-radius: 0 0 20px 20px;
	/*box-sizing: border-box;*/
}
nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b,
	nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span{
    color: #fff;
}
}


@media only screen and (max-width: 1023px){
nav#mainNav ul li a {
    background-color: #000000;
}
}



/* スティッキーヘッダー */

.sticky-header nav#mainNav {
    width: 1100px;
}
.sticky-header #header-layout {
    padding-top: 80px;
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}
.sticky-header #header .contact .float {display: none;}
body.sticky-header nav#mainNav {
    width: auto;
    margin-left: 28% !important;
}

@media print, screen and (min-width: 1024px){




}



/* フッター
----------------------------------*/
#footer {
    background: none;
    border-top: 1px solid rgba(56, 147, 0, 0.5);
    padding-top: 5%;
}

/* 見出し
----------------------------------*/
h1.title span {padding: 0;}
h1.title.first span span {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 50%;
    margin-top: 15px;
    letter-spacing: 2px;
    font-weight: normal;
}

h1.title {
    margin-bottom: 5%;
}
@media only screen and (max-width: 640px){
h1.title, .post h1 {
    font-size: 26px;
}
}

/* h1のspan削除 */
#breadcrumb ul li span span {display: none;}
.post ul#sitemap_list li span {display: none;}


/* TOP：お知らせ
----------------------------------*/

.listTitle,ul.postlist {
	background: #9E9E9E;
}
.listTitle {    padding: 5% 5% 1%;}
ul.postlist {    padding: 1% 5% 5%;}

.postlist li {
    border-bottom: 1px solid #fff;
}

/* TOP
----------------------------------*/
.c3thumbWrap {margin: 20px 0px 20px 0;}

h1.title.first.front-post {display: none;}
.home #content {padding: 0;}
.home .post {
    margin-bottom: 0;
    padding: 0;
}

.CBlock-img.bgfix {
    background: url(/struct/wp-content/uploads/top_greeting_bg_img.jpg);
}

@media only screen and (max-width: 640px){
.CBlock-img.bgfix {
    background-position: center;
}
}

/* 下層ページ：
----------------------------------*/




/* 下層ページ：会社概要
----------------------------------*/
.btnFunc {
    line-height: 1;
    border: 1px solid #dedcd7;
    border-radius: 3px;
    background-image: linear-gradient(to bottom,#fff 85%,#f6f6f6 100%);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.06);
    color: #666;
    margin-left: 10px;
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 400;
}
.btnFunc:hover{
    background-image: linear-gradient(to bottom,#f9f8f6 85%,#eee 100%);
}
button.btnFunc a {
    color: #333;
}

/* 下層ページ：事業内容
----------------------------------*/
.business_box {
    clear: both;
    background: #fff;
    color: #333;
    margin-bottom: 5%;
    overflow: hidden;
    box-sizing: border-box;
}
.business_box .column2_30 img {
    max-width: 100%;
}
.business_box .column2_30 {
    margin: 0;
    width: 29%;
}
.business_box .column2_70 {
    padding: 2%;
    box-sizing: border-box;
}
.business_box img.aligncenter {
	margin: 0 auto;
    background: none;
}

.business_box h2 {
    color: #333;
    text-align: center;
}

.business_box a {
    color: #389300;
}

@media only screen and (max-width: 640px){
.business_box .column2_30 {
    display: inline-block;
    margin: 0;
    width: 100%;
}
}

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}



/* レスポンシブ時の画像の調整 */
@media screen and (min-width:641px) and ( max-width:1100px) {
.business_box .column2_30.photo {
    display: inline-flex;
    align-self: stretch;
}
.business_box .column2_30 img {
    max-height: 230px;
}
}


/* 下層ページ：QA
----------------------------------*/
#QandA-1 {
	width: 100%;
	font-family: メイリオ;
	font-size: 14px; /*全体のフォントサイズ*/
}
#QandA-1 h2 {

}
#QandA-1 dt {
	background: #CCCCCC; /* 「Q」タイトルの背景色 */
	color: #333; /* 「Q」タイトルの文字色 */
	padding: 8px;
    border-radius: 30px;
    padding-left: 50px;
	position:relative;
}
#QandA-1 dt:before {
    content: "Q";
    font-weight: bold;
    margin-right: 8px;
    display: inline-block;
    position: absolute;
    color: white;
    background: #000000;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: 7px;
    top: 19px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}
#QandA-1 dd {
    line-height: 140%;
    text-indent: 1px;
    position: relative;
    padding: 8px;
    border-radius: 30px;
    padding-left: 50px;
    margin: 2%;
}

#QandA-1 dd:before {
    content: "A";
    font-weight: bold;
    margin-right: 8px;
    display: inline-block;
    position: absolute;
    color: #333;
    background: #cccccc;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: 7px;
    top: 19px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

/* 下層ページ：流れ
----------------------------------*/
.flow p {
    padding: 0 3% 0 0;
    box-sizing: border-box;
}


.page-purchasing-method .post ol {
	counter-reset: number; /* あらかじめリセットしておく必要がある */
margin:0;
padding:0;
}
.page-purchasing-method .post ol li {
    list-style: none !important;/* olが数字を付けることをキャンセル */
    position: relative;
    padding-left: 180px;
margin: 0;
}
.page-purchasing-method .post ol li:before {
    counter-increment: number;
    content: "STEP"counter(number);
    background: #ffffff;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    color: #9E9E9E;
    margin-right: .3em;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    position: absolute;
    font-weight: bold;
    line-height: 5em;
    font-size: 150%;
}

.page-purchasing-method ol li{
	padding: 50px 0 30px 180px;
	display: block;
    border: none;
}
.page-purchasing-method ol li:nth-child(odd) {
background: rgba(255, 255, 255, 0.7);
color: #000;
}
.page-purchasing-method ol li:nth-child(even) {
background: rgba(234, 234, 234, 0.48);
}

.page-purchasing-method ol li h2 {
    background: none;
    padding-top: 0;
    color: #000;
}
.page-purchasing-method ol li:nth-child(even) h2 {
    color: #ffffff !IMPORTANT;
}

@media only screen and (max-width: 640px){
.page-purchasing-method ol .ttls {
display: table;
margin: 0 auto;
margin-bottom: 5px;
}
.page-purchasing-method ol .ttls{margin-top: 10px;}
.page-purchasing-method ol li:nth-child(odd){text-align: center;}
.page-purchasing-method ol li:nth-child(even){text-align: center;}


.page-purchasing-method ol li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
box-sizing: border-box;
}

.page-purchasing-method .post ol li:before {
    margin: 0 auto;
    position: relative;
    display: block;
    top: 30px;
    left: 0;
}
.page-purchasing-method ol li {
    padding: 0;
padding-top: 50px;
}
.flow p {
    padding: 0 4% 6% 4%;
    text-align: left;
}
}

/* お問い合わせ
----------------------------------*/
.wpcf7-form .must, .wpcf7-form .option {
    color: #DC143C;
    font-weight: bold;
    margin-left: 0.8em;
    font-size: 100%;
    padding: 0.2em 0.6em;
    float: none;
}

.wpcf7-form .must {
    background: none;
}

/*新HOLOCF7送信ボタンずれ対応*/
.wpcf7-spinner {
    display: block!important;
	margin: 0 auto!important;
}