@charset "utf-8";

/*
Theme Name:mrp04-child
Template:mrp04
Theme URI: http://hp-morph.com/
Description:MORPH 04テーマの子テーマ。
Author: Vision Inc.
Author URI: http://hp-morph.com/
Tags: simple

	hp-morph.com Template
	 http://hp-morph.com/

	This theme was designed and built by hp-morph.com template,
	whose blog you will find at http://hp-morph.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*-------------------------
H.M. Adjust Css 2018/01/16
--------------------------*/
/* 基本css
------------------------------------------------------------*/
body{
	line-height:1.4;
}
#sidebar, #content{
	padding: 0 0 20px;
}

.post table, .post table th, .post table td {
    border: 0;
}
.post table{
	border-top:1px solid #d6c4b1;
	width:100%;
	box-sizing: border-box;
	margin:3em auto 4em;
	letter-spacing: 0.03em;
    font-size: 15px;
}
.post table th {
	color:#f8b400;
	background:transparent;
    font-weight: bold;
    border-bottom: 1px solid #d6c4b1;
    padding: 10px 2%;
	box-sizing: border-box;
}
.post table td{
    padding: 10px 2%;
	border-bottom: 1px solid #d6c4b1;
    background: transparent;
	box-sizing: border-box;
}
.post4b .post4b_img {
    text-align: center;
}
#breadcrumb{
	padding: 14px;
	background-color: #f89d00;
}
p.caution {
    color: #ff0000;
    padding: 0;
    font-size: 86%;
}
span.prev a, span.next a {
    display: block;
    background: #f89d00;
    padding: 2px 8px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #f89d00;
}
span.prev a:hover, span.next a:hover {
	background: #fff;
    color: #f89d00;
    border: 1px solid #f89d00;	
}
.Top_Area01InBox .column2_30 img, .p_GreetingBox .column2_30 img {
    border-radius: 8px;
}
/*------　コンテンツトップ余白なし　--------*/
@media print, screen and (min-width: 1240px){
#wrapper {
	padding-top:0;
}
.home #wrapper {
	padding-top:1.5em;
}
}
/*------------------------------------------------
見出し調整
------------------------------------------------*/
/*------　h1　-------*/
h1.title, .post h1{
	font-size: 32px;
    letter-spacing: 0.08em;
    display: table;
    margin: 0.5em auto;
    border-bottom: 2px solid #f8b400;
    color: #f8b400;
    padding: 4px 30px 16px;
    font-weight: normal;
}
/*------　h2　-------*/
.post h2, h2.title, .post h2 a, .post2b h2 a, .post4b h2 a{
	font-size: 23px;
    font-weight: 500;
    border-left: 5px solid #f89d00;
    background: #eeeeee;
	letter-spacing:0.05em;
}
/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px){
	h1.title, .post h1{
	font-size: 28px;
		margin-top:0;
}
.post h2, h2.title, .post h2 a, .post2b h2 a, .post4b h2 a{
		font-size: 22px;
	}
}
/*------------------------------------------------
ヘッダー調整
------------------------------------------------*/
/*------　ヘッダー余白調整　--------*/
#header-layout{
	padding: 8px 0 0;
}
/*------　ヘッダーフォントサイズ調整　--------*/
#header p{
	font-size:90%;
}
/*------　電話アイコンイメージサイズ調整　--------*/
#header .contact .tel img{
	width: 30px;
    height: auto;
}
/*------　メールイメージサイズ調整　--------*/
.mail img {
    width: 260px;
    height: auto;
}
/*------------------------------------------------
ポストのイメージ、高さ調整
------------------------------------------------*/
.post img {
	max-width: 100%;
	height: auto;
	padding: 0 !important;
	margin: 0 auto !important;
	border: none !important;
}
.post img.aligncenter, .post img.alignright, .post img.alignleft{
	background: transparent;
}
.post p{
	line-height:190%; 
	letter-spacing:0.06em; 
	padding:20px;
	box-sizing: border-box;
}
.post{
    padding:10px 20px 20px;
    margin: 0;
}
.home .post{
	padding:0;
}
/*------　タイムポスト　--------*/
.post .time, .postlist .time, .post2b .time, .post4b .time{
	padding: 8px 12px 8px 12px;
}
.postlist .time, .post4b .time{
	border-radius:0;
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a{
	letter-spacing:0.1em;
}

/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px){
.post{
    padding:10px;
    margin: 0;
}
post p{
	padding:10px;
}
.home .post{
		padding:0;
	}	
}
/*------------------------------------------------
グローバルメニュー
------------------------------------------------*/
@media print, screen and (min-width: 1024px){
nav#mainNav{
	margin-bottom: 6px;	
	}	
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{
	border-bottom:2px solid #f8b500;
	}	
nav#mainNav ul li a b {
    letter-spacing: 0.08em;
    font-weight: 600;
	}	
nav#mainNav ul li a{
	padding: 15px 25px 0 55px;
	font-size: 15px;
    border-bottom: 2px solid transparent;	
	}
nav#mainNav ul li::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 1px;
    height: 14px;
    margin-top: -5px;
    background-color: #a6937c;
    -webkit-transition: margin .3s;
    transition: margin .3s;
	left: -5px;
}
nav#mainNav ul li:first-child::after{
	display:none;
}	
nav#mainNav ul li.m_top a:before {
	content: "";
    display: inline-block;
    background: url(../mrp04-child/images/icon_home.png) no-repeat;
    width: 24px;
    height: 26px;
    position: absolute;
    top: 22px;
    left: 18px;
}
nav#mainNav ul li.m_greeting a:before {
	content: "";
    display: block;
    background: url(../mrp04-child/images/icon_greeting.png) no-repeat;
    width: 25px;
    height: 27px;
    position: absolute;
    top: 20px;
    left: 17px;
}
nav#mainNav ul li.m_business a:before {
    content: "";
    display: block;
    background: url(../mrp04-child/images/icon_business.png) no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 19px;
    left: 17px;
}
nav#mainNav ul li.m_price a:before {
    content: "";
    display: block;
    background: url(../mrp04-child/images/icon_price.png) no-repeat;
    width: 32px;
    height: 28px;
    position: absolute;
    top: 19px;
    left: 17px;
}	
nav#mainNav ul li.m_about a:before {
    content: "";
    display: block;
    background: url(../mrp04-child/images/icon_about.png) no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 19px;
    left: 17px;
}
nav#mainNav ul li.m_contact a:before {
	content: "";
    display: block;
    background: url(../mrp04-child/images/icon_contact.png) no-repeat;
    width: 25px;
    height: 19px;
    position: absolute;
    top: 24px;
    left: 19px;
}
}
@media only screen and (max-width: 1023px){
nav#mainNav .inner {
    width: 100%;
}
nav#mainNav{
	    padding: 0;	
	}
#header-layout{
		padding:0;
	}	
}
/*------------------------------------------------
メインイメージ余白調整
------------------------------------------------*/
#mainImg{
	    padding-top: 4px !important;
}
/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px){
	#mainImg{
	    padding-top: 0 !important;
}
}
/*------------------------------------------------
ワイドの調整
------------------------------------------------*/
@media only screen and (max-width: 1023px){
#content.wide {
    width: 100%;
}
}
/*------------------------------------------------
ホームコンテントの調整
------------------------------------------------*/
#content{
	padding: 40px 0 20px;
}
.home #content {
    padding-top: 2em;
}
/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px){
.home #content {
    padding-top: 1em;
}
#content{
	padding: 30px 0 20px;
}	
}
/*------------------------------------------------
ホームラッパー調整
------------------------------------------------*/
.page-sample-page #wrapper {
	width: 100%;
}
@media print, screen and (min-width: 1100px){
.home #wrapper, .inner {
    width: 100%;
    padding: 0;
	margin-bottom:3em;
}
}
@media print, screen and (min-width: 1024px){
#wrapper {
	padding:0;
}
}

/*------------------------------------------------
トップページ調整
------------------------------------------------*/
/*----------------コンテンツバナー調整------------------*/
.wide .c3thumbWrap {
    clear: both;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
/*----------------
 * Area01
 * ---------------*/
/*------　エリア1背景　--------*/
.Top_Area01BG {
    padding: 3em 20px;
    box-sizing: border-box;
    background: url(../mrp04-child/images/bg_greeting.jpg) no-repeat;
    background-size: cover
}
.Top_Area01InBox {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 2em;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 4px 6px #b5b2ab;
}
/*------　h1　--------*/
.Top_Area01InBox h1 {
    color: #f8b500;
    font-size: 240%;
    margin: 2.5em auto 0;
    letter-spacing: 0.1em;
    position: relative;	
	border-bottom:0;
	padding: 10px;	
}
.Top_Area01InBox h1 span.en {
    display: block;
    font-size: 56%;
    margin: 0.5em auto 0;
    font-weight: normal;
}
.Top_Area01InBox h1::before{
	content: "";
    position: absolute;
    top: -78px;
    left: 50%;
    margin-left: -30px;
    background: url(/struct/wp-content/uploads/icon_h1greeting-1.png) no-repeat;
    width: 54px;
    height: 60px;
}
/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px){
	.Top_Area01InBox {
	    padding:1em  0.5em;	
	}	
}
/*----------------
 * Area02
 * ---------------*/
/*------　エリア2　--------*/
.Top_Area02BG {
    padding: 1em 20px;
    box-sizing: border-box;
}
.Top_Area02InBox {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 2em;
	box-sizing: border-box;
}
/*------　h2　--------*/
.Top_Area02InBox h2 {
    margin: 0 auto 1em;
    text-align: center;
    line-height: 1.5;
    font-size: 220%;
    letter-spacing: 0.1em;
    font-weight: bold;
	border-bottom:0;
	border-left:0;
	background:#fff;
}
/*------　リンクボタン　--------*/
.l_BTN a {
    display: block;
    width: 40%;
    background: #f8b500;
    margin: 2em auto 0.5em;
    text-align: center;
    font-size: 130%;
    padding: 15px;
    box-shadow: 0 3px 0 #f8a000;
    color: #fff;
    letter-spacing: 0.1em;
    border-radius: 4px;
	box-sizing:border-box;
	border:1px solid #f8b500;	
}
.l_BTN a:hover {
    background: #fff;
    box-shadow: 0 3px 0 #f8a000;
	border:1px solid #f8b500;
	color:#f8b500;
}
/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px){
.Top_Area02BG {
    padding: 1em 20px;
}
	.Top_Area02InBox {
	    padding: 0.5em;	
	}
	.Top_Area02InBox h2 {
		font-size:180%;
		line-height:1.3;	
	}
	.l_BTN a {
		width:90%;
	}	
}
/*----------------
 * Area03
 * ---------------*/
/*------　エリア3　--------*/
.Top_Area03BG {
    padding: 0em 0 3em;
    box-sizing: border-box;
	background:#f5f5f5;
}
.Top_Area03InBox {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 4em 1em 1em;
    box-sizing: border-box;
}
/*------　h2　--------*/
.Top_Area03BG h2 {
    background: #f8b400;
    margin: 0;
    padding: 30px 20px;
    text-align: center;
    font-size: 220%;
    color: #fff;
	letter-spacing:0.1em;
	position: relative;
	border-left:0;	
}
.Top_Area03BG h2:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #f8b400;
	border-width: 20px;
	margin-left: -20px;
	visibility: visible;	
}
/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px){
.Top_Area03BG h2 {
		   font-size: 180%;
	line-height:1.3;
	}
	.Top_Area03BG{
	padding: 0em 0 1.5em;	
	}	
}
/*----------------
 * Area04投稿リスト
 * ---------------*/
/*------　h1　--------*/
h1.title.bottom-loop {
    margin: 3.5em auto 0.5em;
    font-size: 250%;
    color: #f8b400;
    letter-spacing: 0.1em;
	position:relative;
	border-bottom:0;
	padding: 10px;	
}
h1.title.bottom-loop  span.en {
    display: block;
    font-size: 56%;
    margin: 0.5em auto 0;
    font-weight: normal;
}
h1.title.bottom-loop::before{
	content: "";
    position: absolute;
    top: -78px;
    left: 50%;
    margin-left: -30px;
    background: url(/struct/wp-content/uploads/icon_news-1.png) no-repeat;
	width: 60px;
    height: 60px;
}
/*------　投稿リスト調整　--------*/
.home .postlist {
    padding-top: 1px;
    border: none;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.home .postlist li{
	padding:20px 0 10px; 
	display: block; 
	margin:0 auto;
	border-bottom:none;
	}

.home .postlist li:nth-child(odd) {
	background: rgba(234, 234, 234, 0.48);
	margin-top: 0;
}
.home .postlist li:nth-child(even) {
	background: rgba(255, 255, 255, 0.7);
	margin-top: 0;
}
/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px){
.home .postlist .ttls {
	display: table;
	margin: 0 auto;
	margin-bottom: 5px;
}
.home .postlist .ttls{
	margin-top: 10px;
	}
}
/*------------------------------------------------
ご挨拶ページ調整
------------------------------------------------*/
.p_GreetingBox {
    background:#fffdf7;
    padding: 20px;
    border: 2px solid #ffcd00;
    margin: 0 0 3em;
	border-radius:10px;
}
.p_GreetingBox p {
    line-height: 1.5;
    padding: 20px;
}
.p_GreetingBox h2 {
    text-align: center;
    color: #f89d00;
    padding: 18px 30px;
    background: url(../mrp04-child/images/img_h2_l.png), url(../mrp04-child/images/img_h2_r.png);
    background-repeat: no-repeat;
    background-position: left center, right center;
	border-left:0;
}
.GreetgeneBox{
	width: 90%;
    margin: 1em auto;
}
.GreetgeneBox h2 {
    color: #806c56;
    padding: 18px 30px 10px 50px;
    background: url(../mrp04-child/images/img_h2_l.png);
    background-repeat: no-repeat;
    background-position: left center;
	border-bottom: 5px solid #ffcd00;
	border-left:0;	
}
.GreetgeneBox ul li {
    width: 45%;
    display: inline-block;
    border-bottom: 1px dashed #d6c4b1;
    margin: 5px 10px;
	position:relative;
    padding: 0 0 4px 16px;
	box-sizing:border-box;
}
.GreetgeneBox ul li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #f89d00;
    vertical-align: 2px;
}
/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px){
	.p_GreetingBox h2{
	    padding: 18px 30px 6px;
		margin-bottom:0;
	}
	.p_GreetingBox p {
		padding:10px;
	}
	.GreetgeneBox ul{
		margin:0;
	}	
	.GreetgeneBox ul li{
    width: 100%;
    display: block;	
    margin: 5px 0;
	padding: 0 0 4px 6px;
	box-sizing:border-box;
	}	
}
/*------------------------------------------------
業務内容ページ調整
------------------------------------------------*/
/*------　ビジネス大きいボックス　--------*/
.BusiBox {
    background: #e3f3f1;
    margin: 0 auto 2em;
    padding: 0 14px 20px;
    border: 2px solid #73d3c5;
    border-radius: 10px;
}
/*------　ボックス区切り　--------*/
.FlexBox {
    display: table;
    table-layout: fixed;
    border-radius: 10px;	
}
/*------　汎用ボックス　--------*/
.BoxFA {
    display: table-cell;
    width: 50%;
    padding: 0 10px 10px;
    background: #ffffff;
    border: 7px solid #e3f3f1;
	box-sizing:border-box;
}
/*------　h2　--------*/
.BusiBox h2 {
    text-align: center;
    color: #ffffff;
    font-size: 200%;
    margin: 0 0 14px 0;
    background: #73d3c5;
	border-left:0;
}
/*------　h3　--------*/
.BusiBox h3 {
    background: #73d3c5;
    border-top: 0;
    border-bottom: 0;
    text-align: center;
    color: #fff;
	padding: 5px;
    letter-spacing: 0.1em;
    font-size: 110%;
    margin: 10px 0 0;	
}
/*------　p　--------*/
.FlexBox p{
	    padding: 10px;
}
/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px){
.BusiBox{
	padding: 10px;	
	}	
.BoxFA{
	display: block;
    width: 100%;
	}
.BusiBox h2 {
    font-size: 160%;	
	}	
}
/*------------------------------------------------
料金ページ調整
------------------------------------------------*/
/*------　ページ内リンク調整　--------*/
ul.Plink_li {
    margin: 20px 0 50px 0;
    text-align: center;
    padding: 4px;
}
ul.Plink_li li {
    display: inline-block;
    padding: 4px 2px;
    margin: 0 0 8px 0;
}
ul.Plink_li li a {
    background: #f88b00;
    padding: 6px 10px;
    border-radius: 20px;
    color: #fff;
    border: 2px solid #f88b00;
}
ul.Plink_li li a:hover {
    background: #fff;
    color: #f88b00;
    border: 2px solid #f88b00;
}
/*------　料金ボックス調整　--------*/
.Price_Box {
   border: 2px solid #f8b400;
    background: #fffdf7;
    margin: 35px auto 50px;
    padding: 0 40px 30px;
}
.Price_Box.end{
	    margin: 35px auto 10px;
}
/*------　h2　--------*/
.Price_Box h2 {
    text-align: center;
    background: #806c56;
    display: table;
    margin: -20px auto 20px;
    padding: 6px 30px;
    color: #fff;
    font-size: 130%;
    letter-spacing: 0.15em;
    border-radius: 5px;
	border-left:0;
}
/*------　料金用テーブル調整　--------*/
table.responsive.priceList {
    margin: 0 auto;
    width: 96%;
    border-top: 0;
}
table.responsive.priceList th {
	border-bottom: 1px solid #f3d689;
	font-size: 100%;	
	font-weight:normal;
	color: #806c56;
}
table.responsive.priceList td {
    text-align: right;
	font-size: 115%;
	border-bottom: 1px solid #f3d689;
	font-weight:bold;
    letter-spacing: 0.08em;
	color: #f88b00;
}
/*------　レスポンシブ　--------*/
@media only screen and (max-width: 640px){
ul.Plink_li{
	text-align:left;
	margin:0 0 40px 0;
	padding:0;
	}
ul.Plink_li li a {	
	border-radius:0;
}
ul.Plink_li li{
	padding: 4px 0;	
	}	
.Price_Box{
	padding: 0 20px 10px;	
	}
table.responsive.priceList td{
	text-align:center;		
	}	
}
/*------------------------------------------------
事務所案内ページ調整
------------------------------------------------*/
.AboutBox {
    padding: 0 40px;
    background: #f9fdf2;
    margin: 0 0 3em;
    border: 2px solid #9fcb46;
    border-radius: 10px;
}
.AboutBox table {
    margin: 20px auto;
    border-top: 0;
}
.AboutBox table th {
    color: #9fcb46;
	border-bottom: 1px solid #9fcb46;	
}
.AboutBox table td {
	border-bottom: 1px solid #9fcb46;		
}
/*------------------------------------------------
コンタクトフォーム
------------------------------------------------*/
.BG_contact{
    text-align: center;
    position: relative;
    line-height: 1.5;
    padding: 30px 40px 40px;
    background: #fff6de;
    border-radius: 10px;
}
h2.telh2 {
    border-bottom: 0;
    position: relative;
    display: table;
    margin: 26px auto;
    padding: 0 60px;
	border-left:0;
	background:transparent;
}
h2.telh2:before, h2.telh2:after{
	content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #f89d00;
}
h2.telh2:before {
	left:0;
}
h2.telh2:after {
	right: 0;
	visibility: visible;	
}
.ContactInBox {
    background: #fff;
    padding: 0 0 20px;
    border-radius: 10px;
}
.ContactInBox h2 {
    background: #f89d00;
    border-bottom: 0;
	color:#fff;
}
.ContactInBox table {
    width: 95%;
    margin: 40px auto;
}

.Btn_contact a {
    display: block;
    width: 45%;
    padding: 0.3em 10px;
    margin: 1em auto 2em;
    background: #f8b500;
	border:2px solid #f8b500;
    color: #fff;
    font-size: 190%;
    text-align: center;
    box-shadow: 0 3px 0 #f89d00;
    border-radius: 7px;
    box-sizing: border-box;
}
.Btn_contact a span {
    display: block;
    font-size: 60%;
}
.Btn_contact a:hover {
	background: #fff;
	color:#f89d00;
    box-shadow: 0 3px 0 #f89d00;
}
p.cnt_text {
    background: #ff2692;
    display: table;
    margin: 0 auto 2em;
    padding: 6px 20px;
    color: #fff;
	position:relative;
	font-size: 120%;
}
p.cnt_text:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 38, 146, 0);
	border-top-color: #ff2692;
	border-width: 6px;
	margin-left: -6px;
}
/*--------フォーム 共通-------------*/
.wpcf7-form table th, .wpcf7-form table td {
	vertical-align: middle;
}
.wpcf7-form .must {
	color: #fff;
	font-weight: bold;
	background: #ff2692;
	border-radius: 2px;
	margin-left: 0.5em;
	font-size: 90%;
	padding: 0.1em 0.6em 0.1em;
}
.wpcf7-form .submit {
	text-align: center;
}
.wpcf7-form input[type=submit] {
	font-size: 110%;
	padding: 6px 40px;
}
.wpcf7-form input[type=submit]:hover {
	cursor: pointer;
}
.wpcf7-form span.wpcf7-not-valid-tip {
	color: #a54a4a;
}
.wpcf7-form div.wpcf7-validation-errors {
	background: #fffde0;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
	margin-bottom: 5px;
}

p.form-list {
    background: #fff0f2;
    padding: 20px;
    line-height: 3em;
}

p.form-list span.wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
}

@media only screen and (max-width: 640px) {
	input[type="checkbox"] {
		width: 18px;
		height: 18px;
		vertical-align: middle;
	}
	.wpcf7-form .wpcf7-list-item {
		display: inline-block;
	}
	span.wpcf7-list-item-label {
		vertical-align: middle;
	}
	h2.telh2{
	padding: 0 40px;	
	}	
	.BG_contact{
    padding: 5px 10px 10px;		
	}
	.Btn_contact a {
	width:100%;
	font-size: 160%;
		margin:1em auto;
	}
	.ContactInBox{
		padding:0;
	}	
}
/*------------------------------------------------
プライバシーページ調整
------------------------------------------------*/
p.p_signe {
    text-align: center;
    line-height: 2em;
    margin: 3em auto 0;
    display: block;
	background: #fff4ea;
    padding: 30px;
    width: 100%;
	box-sizing:border-box;
}
span.c_name {
    font-size: 23px;
    color: #f89d00;
}
/*------------------------------------------------
サイトマップページ調整
------------------------------------------------*/
.post ul#sitemap_list li{
	margin-bottom: 10px; 
	padding-left: 24px; 
	border-bottom: 1px solid #dfdfdf; 
	padding-bottom: 10px;
	text-align:left;
	background: url(../mrp04-child/images/arrow.png) no-repeat 8px 8px;	
}
/*------------------------------------------------
フッター調整
------------------------------------------------*/
#footer ul {
    padding: 10px 0 12px 0;
    font-size: 93%;
	text-align: center;
}
#footer ul li{
	    background: url(../mrp04-child/images/arrow.png) no-repeat 0 10px;
}
#copyright{
	padding: 8px;
}

/*------------------------------------------------
c4frontbanner
------------------------------------------------*/
.c4thumbWrap ul {
    display: flex;
    justify-content: space-around;
    max-width: 1500px;
    margin: 0 auto;
}
.wide .c4thumbWrap ul.thumb li {
    width: 100%;
    max-width: 350px;
}
.wide .c4thumbWrap ul.thumb li img {
    width: 100%;
    max-width: 350px;
}
.wide .c4thumbWrap ul.thumb li {
    margin-right: 1.5%;
}
.wide .c4thumbWrap ul.thumb li:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
	.c4thumbWrap ul {
		flex-wrap: wrap;
		width: 95%;
		margin: 0 auto;
	}
	.wide .c4thumbWrap ul.thumb li {
		width: 48%;
		margin-right: 0;
		margin-bottom: 0.2rem;
	}
}