@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/* フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pangolin&display=swap');


/* 変数 */
:root {
    --color-background: #fff;
    --color-font: #333;
    --color-primary: #6DAA54;
    --color-primary-shade: #D9EFA8;
    --color-primary-tint: #FAFFE5;
    --color-secondary: #603E22;
    --color-secondary-tint: #9C7B5F;
    --color-border: #ccc;
    --color-table-border: #ccc;

    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    --body-font-family: 'Noto Sans JP', sans-serif;
    --font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Kiwi Maru', 'Noto Sans JP', sans-serif;
    --font-family03: 'Pangolin', cursive;

    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #333;
    --header-color-primary: #6DAA54;
    --header-color-primary-tint: #603E22;
/* 
    --footer-background: #9C7B5F; */
	
    --footer-background: #6E543D;
    --footer-color-font: #fff;
    --footer-color-primary: #fff;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    color: var(--color-font);
    font-size: var(--px16);
}
.pad_anchor{
    display: block;
    margin-top: -100px !important;
    padding-top: 100px !important;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1024px) {}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}


/*------------------------------------------------------
ベース修正
------------------------------------------------------*/
#front_top_content, #front_bottom_content {
    background: #fff;
}
#front-sectionPost {
    width: 90%;
}
.postlist .post_text {
    padding: 20px 0;
}
#thumbImg::before, header#h1Header::before {
    content: none;
}
h1.title, .post h1, header#h1Header h1.title {
    font-family: var(--font-family02);
    font-size: var(--rem48);
    color: var(--color-secondary);
    font-weight: 600;
    padding: 0 10px;
}
.page_contents_inner + .page_contents_inner {
    margin-top: var(--px120);
}

body.page-service #content.wide {
    padding: var(--px100w) 0 0;
}
.post ul#sitemap_list li.cat-item.cat-item-10 {
	display: none;
}
/*------------------------------------------------------
幅フル100%
------------------------------------------------------*/
.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: var(--px100) 0;
	background: var(--color-primary-tint);
}
.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*------------------------------------------------------
カラムリスト
------------------------------------------------------*/
/*---------col02-----------*/

.post .col2_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
    width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 600px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col03-----------*/

.post .col3_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col3_list > li {
    width: 32%;
}
.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
        margin-bottom: 8%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 600px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/

.post .col4_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 600px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
    .post .col4_list > li {
		margin-bottom: var(--px40);
	}
    .post .col4_list > li:last-child {
		margin-bottom: 0;
    }
}

/*------------------------------------------------------
Hover
------------------------------------------------------*/
a:hover {
    opacity: .7;
    cursor: pointer;
}

/*------------------------------------------------------
gap
------------------------------------------------------*/
/* 縦 */
.col_gap2 {
    display: flex;
    flex-direction: column;
    gap: var(--px20);
}
.col_gap4 {
    display: flex;
    flex-direction: column;
    gap: var(--px40);
}
.col_gap6 {
    display: flex;
    flex-direction: column;
    gap: var(--px60);
}
.col_gap8 {
    display: flex;
    flex-direction: column;
    gap: var(--px80);
}
.col_gap10 {
    display: flex;
    flex-direction: column;
    gap: var(--px100);
}

/* 横 */
.gap8 {
    gap: var(--px80) !important;
}

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
/* 色 */
.color_w {
    color: #fff !important;
}
.color_pri {
    color: var(--color-primary) !important;
}

/* 配列 */
.txt_c_l {
    text-align: center;
}
@media print, screen and (max-width: 768px) {
    .txt_c_l {
        text-align: left;
    }
}
.txt_l_c {
    text-align: left;
}
@media print, screen and (max-width: 768px) {
    .txt_l_c {
        text-align: center;
    }
}

/* テキスト */
.post p, p {
    font-size: var(--rem16);
    line-height: 2;
}
.post p.fz24, p.fz24 {
    font-size: var(--rem24w);
    line-height: 1.65;
}
.post p.ff2, p.ff2 {
    font-family: var(--font-family02);
}
.post .read p, .read p {
    margin-bottom: 1em;
}
.post .read p:last-child, .read p:last-child {
    margin-bottom: 0;
}

/* H2 */
.post h2, h2 {
    font-family: var(--font-family02);
    color: var(--color-secondary);
    font-weight: 600;
    letter-spacing: .2rem;
    font-size: var(--rem36);
    line-height: 1.45;
}
.post h2::after, h2::after {
    content: none;
}

.post h2.main_ttl,
h2.main_ttl {
    margin: 0 auto var(--px60);
}
.post h2.main_ttl .en,
h2.main_ttl .en {
    font-family: var(--font-family03);
    font-size: var(--rem60);
    line-height: 1;
}
.post h2.main_ttl .jp,
h2.main_ttl .jp {
    font-size: var(--rem30);
    color: var(--color-font);
    margin-top: 10px;
    line-height: 1;
    display: block;
}


/* H3 */
.post h3, h3 {
    font-family: var(--font-family02);
    color: var(--color-primary);
    font-weight: 600;
    letter-spacing: .2rem;
    font-size: var(--rem24w);
    padding: 0 0 8px 0;
    margin: 0 0 var(--px30) 0;
    border-bottom: 1px solid var(--color-secondary);
}

.post h3.sub_ttl, h3.sub_ttl {
    color: var(--color-secondary);
    font-size: var(--rem40w);
    margin: 0 0 var(--px30);
    padding: 0;
    border: none;
    font-family: var(--font-family02);
    font-weight: 600;
}
@media print, screen and (max-width: 768px) {
    .post h3.sub_ttl, h3.sub_ttl {
        font-size: var(--rem30w);
        text-align: center;
        margin: 0 0 var(--px20);
    }
}

/*------------------------------------------------------
リスト
------------------------------------------------------*/
/* ulリスト */
.post ul.list {
    margin: 0;
    padding: 0
}
.post ul.list li {
    list-style: disc;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .2em;
    line-height: 1.55;
    list-style-position: inside;
}
.post ul.list li:last-child {
    margin-bottom: 0;
}

.post ul.voice_list li {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--color-primary);
    padding: var(--px40) var(--px60);
}
.post ul.voice_list li .voice_image img {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto;
    border-radius: 50vh;
}
.post ul.voice_list li .voice_text {
    width: calc(100% - 170px);
}
.post ul.voice_list li .voice_text h3 {
    width: 100%;
    font-size: var(--rem20w);
    font-family: var(--font-family02);
    color: var(--color-primary);
    padding: 0 0 8px 0;
    margin: 0 0 var(--px20) 0;
    border-bottom: 1px solid var(--color-secondary);
}
@media print, screen and (max-width: 768px) {
    .post ul.voice_list li {
        flex-direction: column;
    }
    .post ul.voice_list li .voice_text {
        width: 100%;
    }
}

.num_list01 {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
.num_list01 .imgarea {
	position: relative;
	margin-bottom: var(--px20);
}
.num_list01 .imgarea:before{
  /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: "0" counter(number);
    display: inline-block;
    background: #ffffff;
    color: #fff;
    background: var(--color-primary);
    font-family: var(--font-family02);
    font-weight: 400;
    font-size: 24px;
    border-radius: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    bottom: -25px;
    transform: translateX(-50%);
}
.num_list01 .num_listttl {
    text-align: center;
    font-weight: bold;
    font-size: var(--rem20w);
    font-family: var(--font-family02);
    color: var(--color-primary);
    padding: 24px 0 14px;
    line-height: 1.45;
	position: relative;
}

/* olリスト */
.post ol.num  {
    margin: 0;
    padding: 0
}
.post ol.num li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .7em;
    line-height: 1.55;
}
.post ol.num li:last-child {
    margin-bottom: 0;
}


/* dlリスト */
.post dl.user_list dt {
    font-size: var(--rem24w);
    color: var(--color-primary);
    background: var(--color-primary-shade);
    margin: 0 0 var(--px20);
    padding: 10px var(--px16);
    width: 100%;
}
.post dl.user_list dd {
    padding: 0 10px;
    margin: 0 0 var(--px40);
}
.post dl.user_list dd:last-child {
    margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
    .post dl.user_list dt {
        font-size: var(--rem20w);
    }
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    font-size: var(--rem16);
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary);
    font-weight: 600;
    padding: var(--rem16) 30px var(--rem16) 20px;
    margin: 0 auto;
    border: 2px solid var(--color-primary);
    border-radius: 50vh;
    transition: all .3s;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
    color: var(--color-primary);
    background: #fff;
    border-color: var(--color-primary);
    box-shadow: 3px 4px 16px rgba(0, 0, 0, .2);
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    border-color: #fff;
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: var(--color-primary);
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}

/*------------------------------------------------------
画像
------------------------------------------------------*/
.post img {
	border-radius: 10px;
}
.post .img_radius img {
    border-radius: 10px;
}
.post img.img_70 {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 50vh;
}
@media print, screen and (max-width: 640px) {
    .post img.img_70 {
        width: 70%;
    }
}
/* .post img.img_70.img_shadow {
    box-shadow: 10px 10px 0 0 #DFBEA3;
}
 */

/*------------------------------------------------------
table
------------------------------------------------------*/
.post table th, .post table td {
    padding: 20px;
}
.post table, .post table th, .post table td {
    border-color: var(--color-primary);
}
.post table th {
    background: var(--color-primary-tint);
}
.post table.th_pri th {
    color: var(--color-primary);
}

/*------------------------------------------------------
inner
------------------------------------------------------*/
.inner {
    max-width: var(--content-max-width);
    width: 90%;
    margin: 0 auto;
}
.inner100 {
    max-width: var(--content-max-width);
    width: 94%;
    margin: 0 auto;
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
    display: none;
}

#header .logo img {
	max-width: 300px;
}

/* ナビゲーション */
nav#mainNav ul li a {
    padding: var(--px20);
}

/* ボタン共通 */
#header a.head_btn span {
    display: block;
}
#header ul.header__contact {
    padding: 10px;
}

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: #fff;
    color: var(--color-secondary);
    font-family: var(--font-family01);
    font-weight: 600;
    font-size: 2.4rem;
}
#header a.head_btn.tel_btn .tel_icon::before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 6px;
}
#header a.head_btn .tel_text-sub {
    font-size: 1.2rem;
}
#header a.head_btn.tel_btn:hover {
    opacity: .7;
}

/* メールボタン */
#header a.head_btn.mail_btn {
    background: var(--color-primary);
    color: #fff;
    flex-direction: row;
    gap: 8px;
    border-radius: 100vw;
}

nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
    background: var(--color-secondary);
    color: #fff;
}

/* SP */
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		padding: 16px;
	}
	nav#mainNav ul li a {
		border-bottom: 1px solid var(--color-border);
	}
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
#footer .footnav:not(:last-child) {
    margin-bottom: 0;
}
#footer .footer__logo img {
    width: 90%;
}

/*------------------------------------------------------
CTA
------------------------------------------------------*/
body.home .cta02.foot_bottom {
    display: none;
}
.cta02 {
	position: relative;
    background: url(/wp-content/uploads/bg_cta.jpg) no-repeat center / cover;
	padding: var(--px100) 0;
	z-index: 0;
}
.cta02 .cta02_wrap {
	max-width: var(--content-max-width);
    width: 90%;
    margin: 0 auto;
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 1;
}
.cta02 .cta02_wrap h2.main_ttl {
    margin: 0 auto var(--px30);
}
.cta02 .ctabtnlist {
    gap: 20px;
    justify-content: space-between;
    margin: var(--px50) auto 0 auto;
}
.cta02 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}
.cta02 .item {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px24) var(--px30);
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 50vh;
    transition: all ease .15s;
}
.cta02 .item:hover{
	opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
	.cta02 .ctabtnlist li, .cta02 .ctabtnlist .item {
		width: 100%;
	}
	.cta02 .ctabtnlist li + li {
		margin-top: 1rem;
	}
}
/*ボタン共通パーツ*/

.cta02 .infotxt {
	font-size: var(--rem16);
	font-weight: 400;
}
.cta02 .btnttl {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
	line-height: 1.4;
	font-size: var(--rem20);
}

/*電話ボタン*/
.cta02 .telnum {
	font-size: var(--rem36);
    font-weight: 700;
	margin-bottom: 1rem;
}
.cta02 a.telbtn {
    background: #fff;
	color: var(--color-primary);
}
/*メールボタン*/
.cta02 .mailarea.item {
    background: var(--color-primary);
    color: #fff;
}
.cta02 a.mailbtn {
    display: flex;
    flex-direction: row;
	justify-content: center;
    max-width: 400px;
    width: 90%;
    border-radius: 50vh;
    padding: 20px;
    margin: 0 0 1rem 0;
}
.cta02 a.mailbtn {
    background: #fff;
    color: var(--color-primary);
    font-weight: 700;
}
/*ボタンアイコン*/
.cta02 a.mailbtn::before, .cta02 .telnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
.cta02 .telnum::before {
	content: '\f3cd';
}
.cta02 a.mailbtn::before {
	content: '\f0e0';
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.post ul#sitemap_list li {
	margin-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589) ,20px);
	padding-left: 0;
	padding-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589) ,20px);
	border-bottom: 1px solid var(--color-border);
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.post .wpcf7 table {
    border: none;
}
.post .wpcf7 table th,
.post .wpcf7 table td {
    padding: 20px 16px;
    border: none;
    border-top: 1px solid var(--color-table-border);
    border-bottom: 1px solid var(--color-table-border);
}
.post .wpcf7 table th {
    width: 30%;
    background: #fff;
    line-height: 1.25;
}
.wpcf7-form .must {
    background: var(--color-primary);
}
.post p.contact_message, p.contact_message {
    font-size: var(--rem16);
    margin-bottom: var(--px60);
    line-height: 2.4;
}

@media print, screen and (max-width: 640px) {
    .post .wpcf7 table th {
            border-right: none;
            border-bottom: none;
            border-top: none;
            padding-bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
    }
    .post .wpcf7 table td {
            border-top: none;
            padding-top: 5px;
    }
    .post .wpcf7 table tr:first-child {
            border-top: 1px solid var(--color-table-border);
    }
}

/* 完了 */
.post h2.thanks, h2.thanks {
    font-size: var(--rem30);
    margin: 0 0 var(--px30);
    text-align: left;
}
.post h2.thanks::after, h2.thanks::after {
    content: none;
}
.post .thanks_btn {
    margin: var(--px80) auto 0 !important;
    display: block;
}

/*------------------------------------------------------
ご利用の流れ
------------------------------------------------------*/
.flowlist01 {
	padding-left: 13rem;
	position: relative;
}
.flowlist01::before {
	content: "";
	width: 15px;
	height: 100%;
	background: var(--color-primary-shade);
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 13rem;
}
.flowlist01 > li {
	position: relative;
}
.flowlist01 > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flowlist01 > li .icon {
	font-size:1.6rem;
	color: #fff;
	background: var(--color-primary);
	padding: 0.8rem 2rem;
	display: block;
	position: absolute;
	top: 0;
	left: -13rem;
	z-index: 100;
}
.flowlist01 > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent var(--color-primary);
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flowlist01 > li dl {
	padding-left: 7rem;
	position: relative;
	padding-top: 0.7rem;
}
.flowlist01 > li dl::before,
.flowlist01 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 2rem;
}
.flowlist01 > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: 0;
	background: #fff;
	border-radius: 50%;
	left: -4px;
}
.flowlist01 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #ccc;
	position: absolute;
	left: 5px;
	top: 2.3rem;
}
.flowlist01 > li dl dt {
    color: var(--color-primary);
	margin-bottom: 0.5rem;
	font-weight: 600;
	font-size: var(--rem20w);
}
@media (max-width: 768px) {
	.flowlist01 > li .icon {
		font-size: 1.2rem;
	}

	.flowlist01 {
		padding-left: 10rem;
	}

	.flowlist01 > li .icon {
		left: -11rem;
	}

	.flowlist01::before {
		left: 10rem;
	}

	.flowlist01 > li dl {
		padding-left: 4.5rem;
	}

	.flowlist01 > li dl::after {
		width: 30px;
	}
}
/*------------------------------------------------------
よくあるご質問
------------------------------------------------------*/
.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: #fff;
    font-family: var(--font-family02);
	background: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qa_list .qa_list_inner .q_ico {
	background: var(--color-primary-shade);
    color: var(--color-secondary);
    font-family: var(--font-family02);
	line-height: 1.0;
	padding: .7rem 1rem 1.3rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------
フレーム
------------------------------------------------------*/
.bg_frame {
    background: url(/wp-content/uploads/bg_service01.jpg) no-repeat center / cover;
    padding: var(--px80) var(--px40);
    border-radius: var(--px20);
}
.bg_frame .inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top_frame {
    background: url(/wp-content/uploads/bg_contact.jpg) repeat-y center / cover;
    padding: var(--px60) var(--px40);
    border-radius: var(--px20);
    border: 1px solid var(--color-primary);
}
.top_frame02 {
    background: var(--color-primary-tint);
    padding: var(--px60) var(--px40);
    border-radius: var(--px20);
    border: 1px solid var(--color-primary);
}
@media only screen and (max-width: 768px) {
    .top_frame02 {
        padding: var(--px60) 0;
    }
}

/*------------------------------------------------------
新着情報
------------------------------------------------------*/
#front_top_content, #front_bottom_content {
    margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}
h1.title.top-loop,
h1.title.bottom-loop {
    margin: 0 auto var(--px60);
}
h1.title.top-loop .en,
h1.title.bottom-loop .en {
    font-family: var(--font-family03);
    font-size: var(--rem60);
    line-height: 1;
}
h1.title.top-loop .jp,
h1.title.bottom-loop .jp {
    font-size: var(--rem30);
    color: var(--color-font);
    margin-top: 10px;
    line-height: 1;
    display: block;
}

/*------------------------------------------------------
TOP
------------------------------------------------------*/
body.home {
    background: url(/wp-content/uploads/bg.jpg) repeat-y center / cover;
    padding: 0;
}

.about {
    background: url(/wp-content/uploads/bg_about.png) no-repeat center / cover;
    padding: var(--px100) 0;
}
.about_inner {
/*     background: rgba(255, 255, 255, .9); */
    max-width: var(--content-max-width);
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
.about_wrap {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}
.post .about_inner p.about_txt {
    color: var(--color-secondary);
    font-family: var(--font-family02);
    font-weight: 700;
    font-size: var(--rem20w);
    line-height: 1.45;
    margin: var(--px20) auto 0;
    text-align: center;
}
