@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*-------------------------------------------------a-----
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=Questrial&display=swap');

/* 変数 */
:root {
    --color-background: #fff;
    --color-background02: #F5F5F5;
    --color-font: #444;
    --color-primary: #444;
    --color-primary-shade: #9A9A9A;
    --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: 'Questrial', 'Noto Sans JP', sans-serif;


    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #444;
    --header-color-primary: #444;
    --header-color-primary-shade: #683939;
    --header-color-primary-tint: #683939;

    --footer-background: #444;
    --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;
}
.breadcrumb-item span br {
    display: none;
}

/*------------------------------------------------------
幅フル100%
------------------------------------------------------*/
.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
	background: var(--color-background02);
}
.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%;
    margin-bottom: 4%;
}
.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%;
	}
	.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;
	}
}

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

/*------------------------------------------------------
gap
------------------------------------------------------*/
/* 縦 */
.col_gap2 {
    display: flex;
    flex-direction: column;
    gap: var(--px20);
}
.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;
}

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

/* H1 */
#h1Header h1.title.first br {
    display: none;
}


/* H1・H2 */
.post h2, h2 {
    margin: var(--px50) auto;
}
h1.title.top-loop span.jp,
h1.title.bottom-loop span.jp,
.post h2 span.jp, h2 span.jp {
    font-size: var(--rem20w);
}
h1.title.top-loop span.en,
h1.title.bottom-loop span.en,
.post h2 span.en, h2 span.en {
    font-size: var(--rem72);
    font-family: var(--font-family02);
    font-weight: 500;
    letter-spacing: .1em;
    display: block;
    line-height: 1;
}
h1.title.top-loop::after,
h1.title.bottom-loop::after,
.post h2::after, h2::after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: 3em;
    height: 1px;
    background: var(--color-primary);
    margin: 0.6em auto 0;
}
.post h2.txt_l::after, h2.txt_l::after {
    margin: 0.6em 0 0;
}

/* H3 */
.post h3, h3 {
    padding: 0 0 14px 0;
    margin: var(--px40) 0;
    border-bottom: 1px solid var(--color-primary);
}
.post h3.h03_ttl, h3.h03_ttl {
    font-size: var(--rem20w);
    margin: var(--px30) auto 10px;
    padding: 0;
    border: none;
}

/* テキスト */
.post p, p {
    font-size: var(--rem16);
    line-height: 2;
}
@media print, screen and (max-width: 768px) {
	.post p, p {
    	line-height: 1.45;
	}
}
.post .read p, .read p {
    line-height: 1.85;
    margin-bottom: .8em;
}
.post .read p:last-child, .read p:last-child {
    margin-bottom: 0;
}

/* 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: .7em;
    line-height: 1.55;
    list-style-position: inside;
}
.post ul.list li:last-child {
    margin-bottom: 0;
}

.post ul.check_list li {
    margin-bottom: .5em;
}
.post ul.check_list li::before {
    content:  "\f058";
    display:  inline-block;
    font-family: 'FontAwesome';
    color: var(--color-font);
    font-size: var(--rem16);
    position:  relative;
    top: -1px;
    margin-right: 5px;
}

/* 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;
}

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

/*------------------------------------------------------
table
------------------------------------------------------*/
.post table th, .post table td {
    padding: 20px;
}
.post table th {
    background: var(--color-primary-shade);
    color: #fff;
    font-weight: 700;
}
.post table td {
    background: #fff;
}

/*------------------------------------------------------
Wrap
------------------------------------------------------*/
.wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.max860 {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}
.max600 {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

/* frame01 */
.frame01 > div {
    background: #fff;
    padding: var(--px80) var(--px60) var(--px40);
    border: 1px solid var(--color-table-border);
    position: relative;
    display: flex;
    align-items: center;
}
.post p.tag {
    position: absolute;
    color: #fff;
    font-size: var(--rem24);
    padding: 6px var(--px20);
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}
.post p.tag01 {
    background: var(--color-font);
}
.post p.tag02 {
    background: var(--color-primary-shade);
}

@media print, screen and (max-width: 768px) {
    .frame01 > div {
        padding: var(--px80) var(--px40) var(--px40);
    }
    .frame01 > div {
        margin-top: var(--px80);
    }
    .post p.tag {
        width: 90%;
    }
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
    display: none;
}
#header,
.sticky-header #header-layout {
    padding: 10px 0;
}
#header .logo {
    padding: 0;
}
#thumbImg::before, header#h1Header::before {
    content: none;
}

/* ナビゲーション */
nav#mainNav ul li a {
    padding: var(--px12);
    font-size: var(--rem14);
}
nav#mainNav ul li a br {
    display: none;
}
nav#mainNav ul ul.sub-menu {
    background: #fff;
}
nav#mainNav ul li ul.sub-menu li a:hover {
    background: #eee !important;
}
@media print, screen and (max-width: 1200px) {
    nav#mainNav ul li a br {
        display: block;
    }
}
@media print, screen and (max-width: 1023px) {
    nav#mainNav ul li a b br {
        display: none;
    }
	#header, .sticky-header #header-layout {
		padding: 0;
	}
}

/* ボタン共通 */
#header a.head_btn {
    border-left: 1px solid var(--color-primary);
}
#header a.head_btn span {
    display: block;
}

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: transparent;
    color: var(--header-color-font);
    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 {
    flex-direction: row;
    gap: 8px;
    background: transparent;
    color: var(--header-color-font);
}

nav#mainNav ul li a:hover {
	background: #fff !important;
	opacity: 1 !important;
}
/* 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
------------------------------------------------------*/
#foot-contact_pt05 {
    clear: both;
    position: relative;
    background: url(/wp-content/uploads/bg_cta.jpg) no-repeat center / cover;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding: var(--px120) 0;
    z-index: 0;
}
#foot-contact_pt05::after {
    content: "";
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
#foot-contact_pt05.foot_bottom {
    display: none;
}
#foot-contact_pt05 .wrapper_content {
    position: relative;
    z-index: 5;
    background: #fff;
    padding: var(--px100) var(--px60);
    max-width: 1600px;
}

#foot-contact_pt05 ul.contactbtn_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: min(calc(15px + (1vw - 19.2px) * 0.6472), 15px);
    max-width: 1000px;
    margin: min(calc(40px + (1vw - 1.92rem) * 1.2945),40px) auto;
    z-index: 10;
}
#foot-contact_pt05 ul.contactbtn_list > li {
    width: 100%;
}
#foot-contact_pt05 ul.contactbtn_list > li a.f-contact_btn {
    width: 100%;
    max-width: none;
    min-width: inherit;
}
#foot-contact_pt05 ul.contactbtn_list:first-child {
    margin-top: 0;
}
#foot-contact_pt05 ul.contactbtn_list:last-child {
    margin-bottom: 0;
}
/*レスポンシブ対応*/
@media print, screen and (min-width: 769px) {
    #foot-contact_pt05 ul.contactbtn_list > li {
            width: calc((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2);
    }
}
/*FireFox対応*/
@-moz-document url-prefix() {
    @media print, screen and (min-width: 769px) {
            #foot-contact_pt05 ul.contactbtn_list > li {
                    width: calc(((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2) - 1px);
            }
    }
}

#foot-contact_pt05 a.f-contact_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #FFF;
    font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    padding: min(calc(20px + (1vw - 19.2px) * 0.5178), 20px) min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
    border-radius: 0;
    transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn::after {
    content: none;
}
#foot-contact_pt05 a.f-contact_btn.telBtn {
    color: #fff;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
}
#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
    color: var(--color-primary);
    background: #FFF;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
    color: #fff;
    background: var(--color-primary-shade);
    border: 1px solid var(--color-primary-shade);
}
#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
    color: var(--color-primary-shade);
    background: #FFF;
}

#foot-contact_pt05 a.f-contact_btn .ico::before {
    display: inline-block;
    font-size: min(calc(3rem + (1vw - 19.2px) * 0.5825), 3rem);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: .4em;
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico {
    display: block;
    font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
#foot-contact_pt05 a.f-contact_btn .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.5178), 2.4rem);
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico::before {
    content: '\f3cd';
}
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico::before {
    content: '\f0e0';
}
#foot-contact_pt05 a.f-contact_btn .note {
    font-size: var(--rem14);
    font-weight: 500;
    letter-spacing: .1rem;
}

@media print, screen and (max-width: 768px) {
    #foot-contact_pt05 a.f-contact_btn {
            height: 110px;
    }
    #foot-contact_pt05 ul.contactbtn_list {
            gap: 15px;
    }
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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 ul#sitemap_list li a br {
    display: none;
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.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);
    color: var(--color-font);
    background: #fff;
}
.post .wpcf7 table th {
    width: 30%;
    line-height: 1.25;
}

.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;
}


/*------------------------------------------------------
カラム
------------------------------------------------------*/
.column {
	position: relative;
	padding-top: var(--px120);
}
.column:before {
    content: "";
	background: url(/wp-content/uploads/top_bg_company.jpg) no-repeat center / cover;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.column.rev:before {
    content: "";
	background: url(/wp-content/uploads/top_bg_company.jpg) no-repeat center / cover;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.column_wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
    gap: 4%;
	z-index: 20;
}
.column .imgarea {
	position: relative;
	overflow: hidden;
	width: 50%;
}
.column .imgarea img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.column .txtarea {
	position: relative;
	width: 46%;
	padding: 0;
	margin: 0;
	z-index: 10;
}
.column .txtarea .txtinner {
    /* max-width: 640px; */
    width: 96%;
}
.column_wrap + .column_wrap {
	margin-top: var(--px80);
}

@media print, screen and (min-width: 1024px) {
	/*左右反転*/
	.column_wrap.rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.column_wrap.rev .txtarea {
		margin: 0 -4% -70px auto;
	}
}
@media print, screen and (max-width: 1023px) {
	.column_wrap.rev {
		flex-direction: row;
	}
	.column .imgarea, .column .txtarea {
		width: 96%;
	}
	.column .txtarea {
		margin: var(--px20) 0 0 auto;
	}
    .column .txtarea .txtinner {
        max-width: 96%;
    }
}


.column01:before {
    content: "";
	background: var(--color-background02);
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.post ul.column01_list li {
    background: #fff;
    border: 1px solid var(--color-primary);
    padding: 10px 10px var(--px30) 10px;
}
.post ul.column01_list li h3 {
    margin: var(--px30) auto var(--px20);
    font-size: var(--rem20w);
    font-weight: 700;
    text-align: center;
    border: none;
    padding: 0;
}


.widecolor.roop {
	padding: 0 calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);

}

@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 600px) {
	.post .col3_list.about_list > li {
		width: 49%;
	}
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.contact {
    background: url(/wp-content/uploads/bg_cta02.jpg) no-repeat center / cover;
    padding: var(--px60) var(--px40);
}
.contact_inner {
    background: #fff;
    border-radius: var(--px20);
    padding: var(--px50) var(--px40);
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.post h2.contact_ttl {
    color: var(--color-font);
    font-size: var(--rem40w);
    margin-bottom: var(--px30);
}
.post h2.contact_ttl::after {
    content: none;
}