@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/
/*------------------------
     改行位置の調整
------------------------*/
@media screen and (min-width: 1025px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*--------------------------------------
  　　PCヘッダー調整
-----------------------------------*/
.flex_box.header_box {
    justify-content: space-between;
    align-items: center;
    width: min(1920px, 95%);
    margin: 0 auto;
	padding:20px 0;
}
.flex_box.header_box .item:first-child a img {
    max-height: 65px;
	display:block;
	margin:0 auto;
}
#header .flex_box.header_box .item:first-child p.header_caption {
    font-size: 14px;
    float: none !important;
    text-align: center;
}
.flex_box.header_box .item:last-child .inner{
	display:flex;
	gap:5px;
	justify-content:flex-end;
}
.flex_box.header_box .item:last-child .inner a {
    padding: 15px 30px;
    box-sizing: border-box;
	border-radius:50px;
	color:#fff;
}
.flex_box.header_box .item:last-child .inner a:hover{
	background:transparent;
	transition:all ease .3s;
}
a.head_contact_tel {
    background: #333;
    border: 1px solid #333;
}
a.head_contact_tel:hover{
	color:#333 !important;
}
a.head_contact_form {
    background: #107e21;
    border: 1px solid #107e21;
}
a.head_contact_form:hover{
	color:#107e21 !important;
}
a.head_contact_tel i, a.head_contact_form i{
	margin-right:5px;
}
.banner_box {
    display: flex;
	align-items: flex-end;
    gap: 5px;
    margin-top: 10px;
}
.banner_box a {
	display:block;
    height: 40px;
}
.banner_box a img {
    height: 100%;
}
@media print, screen and (max-width: 1280px) {
    .banner_box a {
        height: 30px;
    }
}

@media print, screen and (min-width: 1024px){
/*スティッキーヘッダー幅*/
.sticky-header nav#mainNav {
    width: 100%;
}
#header .logo {
    padding-left: 30px;
}
#header-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 100%;
}
#header .logo img {
    max-height: 60px;
	display:block;
}
nav#mainNav{
	margin:0;
	width:auto;
}
}
/*グローバルメニューにアイコン*/
@media print, screen and (min-width:1024px){
    nav#mainNav ul li a:before {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
        top: 7px;
        font-family: 'Material Icons';
        font-size: 36px;
    }
    nav#mainNav ul li:first-child a:before {
        content: '\e88a';
    }
    nav#mainNav ul li:nth-child(2) a:before{
        content:'\ef76';
    }
    nav#mainNav ul li:nth-child(3) a:before{
        content:'\e73a';
    }
    nav#mainNav ul li:nth-child(4) a:before{
        content:'\e7fb';
    }
    nav#mainNav ul li:nth-child(5) a:before{
        content:'\f030';
    }
    nav#mainNav ul li:nth-child(6) a:before{
        content:'\ebcb';
    }
    nav#mainNav ul li:nth-child(7) a:before{
        content:'\f02f';
    }
    nav#mainNav ul li:last-child a:before{
        content:'\e0be';
    }
    nav#mainNav ul li a:hover:before{
        color:#107e21;
        transition:all ease .15s;
    }
    }
    /*グローバルメニューホバーデザイン*/
    #mainNav ul li a b{
        position:relative;
        font-family: 'Noto Sans JP', sans-serif;
    }
    #mainNav ul li a b:before {
        position: absolute;
        bottom: -7px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #107e21;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform .3s;
    }
    #mainNav ul li a:hover b:before {
        transform: scale(1, 1);
    }
    #mainNav ul li a:hover b{
        color: #107e21 !important;
    }
    @media only screen and (min-width: 1024px){
    nav#mainNav ul li a {
        height: auto;
    }
    nav div.panel {
        float: initial;
    }
    nav#mainNav ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
    }
    nav#mainNav ul li {
        width: 100%;
    }
    nav#mainNav ul li a {
        padding: 55px 0 20px;
    }
}

/*----------------------
    フッターロゴMAX-WIDTH変更
----------------------*/
#footerLogo img {
    max-height: 60px;
    height: auto;
}
/*----------------------
    ヘッダー隙間調整
----------------------*/
@media only screen and (min-width: 1024px) {
  .mobile #breadcrumb {
    margin-top: 0px !important;
  }
  .mobile #mainImg {
    margin-top: 0px !important;
  }
  body.mobile #header .logo {
    height: 60px;
  }
  .mobile #header .logo .mark {
    vertical-align: middle;
  }
}
/*------------------------
  ヘッダーの左右隙間修正
--------------------------*/
#header .inner {
    margin: 0 auto;
    width: 100%;
}
@media print, screen and (min-width: 1100px){
#header .inner {
    width: 100%;
    z-index: 2;
}
}
/*------------------------
  　サブメニューの横幅調整
--------------------------*/
@media print, screen and (min-width: 1100px){
nav#mainNav ul ul {
    width: 170px;
}
}

/*------------------------
  パンくずの上の余白削除
--------------------------*/
body.mobile #breadcrumb {
    margin-top: 0;
}
#breadcrumb {
    padding: 3px;
}
/*---------------------------
  bodyのマージントップ削除
----------------------------*/
@media only screen and (max-width: 1023px) {
  body.mobile {
    margin-top: 60px;
  }
}
/*------------------------
  スマホ時のh1重なり防止
------------------------*/
@media only screen and (max-width: 900px) {
  h1.title span, .post h1::before {
    font-size: 24px;
  }
}
/*------------------------
 投稿一覧ページ見出し修正
------------------------*/
.post4b h2 {
  overflow: hidden;
}
#content {
  display: block;
  clear: both;
}
/*---------------------------------
 メインイメージと挨拶文の空間削除
-----------------------------------*/
.home #content, #mainImg, #post-2 .post{
	padding:0px;
}
/*-------------------------------------------
          IMGのボーダー削除
-------------------------------------------*/
.post img {
    max-width: 100%;
    height: auto;
    padding: 0;
    border: none;
}

/*-------------------------------------------
          DISPLAY:FLEX
-------------------------------------------*/
.flex_box{
	display: flex;
}
/*-------------------------------------------
    　　 ROW-REVERSE
-------------------------------------------*/
.row_reverse{
	flex-direction:row-reverse;
}


/*-------------------------------------------
    　　　　h2背景を透過
-------------------------------------------*/
.post h2 {
    background: transparent;
}
/*-------------------------------------------
    　　　　h1初期設定解除
-------------------------------------------*/
h1.title, .post h1 {
    border: none;
    background: none;
    /* padding-bottom: 9px; */
    padding: 0;
    margin:0;
	text-align: left;
    font-size: inherit;
    text-shadow: none;
}
.post h1 span {
    background: none;
    padding-left: 0;
}
/*-------------------------------------------
    　　　　h2初期設定解除
-------------------------------------------*/
.post h2, .post2b h2, .post4b h2, h2.title {
    border: none;
    border-radius: 0px;
    text-shadow: none;
    padding: 0;
	margin:0;
}
.post h2 span{
	padding:0;
	margin:0;
}
/*-------------------------------------------
    　　　　h3初期設定解除
-------------------------------------------*/
.post h3 {
    position: relative;
    color: inherit;
    font-size: 15px;
    border: none;
    border-radius: 0px;
    text-shadow: none;
    padding: 0;
    margin: 0;
}
.post h3 span{
	padding:0;
	margin:0;
}
/*-------------------------------------------
    　　　　h4初期設定解除
-------------------------------------------*/
.post h4 {
    clear: both;
    margin: 0;
    padding: 0;
	border:none;
}
/*-------------------------------------------
    　　　　pタグ初期設定解除
-------------------------------------------*/
.post p {
    padding-bottom: 0;
}
.post h2 span {
    background: none;
    padding-left: 0;
}
/*-------------------------------------------
    　　content post初期設定解除
-------------------------------------------*/
#content {
    padding: 0;
}
.post {
    margin-bottom: 0;
	padding: 0;
}
/*-------------------------------------------
    　　ul li初期設定解除
-------------------------------------------*/
.post ul {
    margin: 0;
}
.post li {
    line-height: 1.6;
    margin: 0;
}
/*-------------------------------------------
    　　wrapper　hidden解除
-------------------------------------------*/
#wrapper{
	overflow:visible;
}
/*-------------------------------------------
    　　HERO切り替え
-------------------------------------------*/
.pc_hero{
	display:block;
}
.sp_hero{
	display:none;
}

@media screen and (max-width:750px){
.pc_hero{
	display:none;
}
.sp_hero{
	display:block;
	margin-top:60px !important;
}
}


/*-------------------------------------------
    　　プライバシーポリシー
-------------------------------------------*/

.privacy_page h3 {
    font-size: 24px;
	font-weight:bold;
    margin: 50px 0 20px;
	line-height:1.5;
}
@media screen and (max-width:1024px){
.privacy_page h3 {
	font-size: 18px;
}
.privacy_page p {
    font-size: 14px;
}
}
/*-------------------------------------------
    　　サンクスページ
-------------------------------------------*/
.thanks_page p.txt {
    text-align: center;
    line-height: 2;
}
.thanks_page .btn {
    margin-top: 40px;
    text-align: center;
}
.thanks_page .btn a {
    padding: 15px 50px;
    border: 1px solid #107e21;
	background:#107e21;
	color:#fff;
    border-radius: 50px;
	transition:all ease .15s;
}
.thanks_page .btn a:hover{
	color:#107e21;
	background:transparent;
	transition:all ease .3s;
}
/*-------------------------------------------
    　　お問い合わせ
-------------------------------------------*/
.wpcf7-form {
    padding: 0;
}
.contact_page p.txt {
	text-align:center;
    margin-bottom: 50px;
	margin-top: -45px;
}
.contact_page dl:first-of-type{
	border-top:1px solid #666;
}
.contact_page dl:last-of-type{
	border-bottom:1px solid #666;
	margin-bottom:30px;
}
.contact_page dl{
	display:flex;
	border-top:1px dashed #666;
}
.contact_page dl dt, .contact_page dl dd{
	padding:35px 30px;
	box-sizing:border-box;
}
.contact_page dl dt {
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	position:relative;
	z-index:0;
}
.contact_page dl dt:before{
	content: '';
    display: block;
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 0;
    right: 0;
    background-color: #ebf9ed;
    z-index: -1;
}
.contact_page dl dd{
	width:65%;
}
.wpcf7-form .must{
	margin:0;
	background:rgb(241 59 59);
}
.linkBtn {
    margin: 0 auto;
    display: block;
    width: 40%;
}
/*チェックボックスずれ修正*/
span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
	flex-wrap:wrap;
    gap: 20px;
}
span.wpcf7-list-item {
    display: flex;
    margin: 0;
    align-items: center;
}
input[type="checkbox"] {
    margin: 0 5px -2px 0;
}
@media screen and (max-width:1100px){
.contact_page p.txt {
    font-size: 14px;
	margin-top:0;
}
.contact_page dl {
    flex-direction: column;
}
.contact_page dl dt, .contact_page dl dd{
	width:100% !important;
	font-size:14px;
}
.contact_page dl dt{
	padding:20px 15px;
}
.contact_page dl dd {
    padding: 15px;
    margin-top: -9px;
}
.linkBtn {
    width: 50%;
}
span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 0;
}
}
/*-------------------------------------------
    　　新着情報
-------------------------------------------*/
.category #wrapper {
    padding: 100px 0;
}
.category h1.title.first.cat-loop {
    text-align: center;
    margin: 0 0 75px;
}
.category h2.cat-loop {
    margin-bottom: 10px;
}
.category h2.cat-loop a{
	font-size: 20px;
	font-weight:bold;
    line-height: 1.6;
}
.category .post4b p.time {
    padding: 2px 7px;
    border-radius: 0;
}
.category #wrapper ul li.clearfix:not(:first-child){
	margin-top:30px;
}

@media screen and (max-width:414px){
.category #wrapper {
    padding: 65px 0;
}
	.category h1.title.first.cat-loop{
		margin-bottom:35px;
	}
.category h1.title.first.cat-loop span{
	font-size: 30px;
}
.category h1.title.first.cat-loop span:before {
    top: -16px;
    font-size: 14px;
}
#content .post_img {
    max-width: 100% !important;
	text-align: center;
}
.category h2.cat-loop {
    margin-top: 10px;
}
.category h2.cat-loop a{
	font-size: 16px;
}
.category #wrapper ul li.clearfix .post_contents {
    clear: both;
    margin-bottom: 0.5em;
    padding: 5px 0 0 0;
    font-size: 14px;
}
.category #wrapper ul li.clearfix .post_link a {
    font-size: 14px;
}
}
/*-------------------------------------------
    　　新着情報詳細
-------------------------------------------*/
.single-post #wrapper {
    padding: 70px 0;
}
.single-post h1.title.first {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
	color:#333;
    margin: 0 0 40px;
    position: relative;
}
.single-post p.dateLabel {
    margin: 0 0 10px;
}
@media screen and (max-width:648px){
.single-post #wrapper {
    padding: 50px 0;
}
.single-post h1.title.first span{
	font-size: 20px;
	line-height:1.5;
}
.single-post .post {
    line-height: 1.8;
}
.single-post .post p{
	font-size:14px;
}
}
/*-------------------------------------------
    　　ボタンデザイン
-------------------------------------------*/
a.btn {
	padding:20px 50px;
    background: #ff7a3a;
	color:#fff;
    position: relative;
    z-index: 0;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
a.btn:hover{
	background:transparent;
	color:#ff7a3a;
}
a.btn:before,a.btn:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #ff7a3a;
  transition:400ms ease all;
}
a.btn:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
a.btn:hover:before,a.btn:hover:after{
  width:100%;
  transition:800ms ease all;
}

@media only screen and (max-width: 1023px){
a.btn {
    font-size: 14px;
	padding:15px 50px;
}
}
/*-------------------------------------------
    　　ヘッダーロゴSP
-------------------------------------------*/
@media only screen and (max-width: 1023px){
.mobile #header .logo img {
    max-height: 40px !important;
	margin-left:40px;
}
}
/*-------------------------------------------
    　　フッター
-------------------------------------------*/

.float #footerLogo {
    padding-bottom: 15px;
}
#footer ul {
    font-size: 14px;
    padding: 0;
    display: flex;
    justify-content: center;
	gap:35px;
}
#footer ul li {
    padding: 0;
    margin: 0;
}
#footer ul li::before{
	width:0;
}
#footer ul li a {
    padding: 0;
}
#footer .footcaption {
    padding: 15px 0;
    font-size: 16px;
}
@media screen and (max-width:1023px){
#footerLogo img {
    max-height: 40px;
    height: auto;
}
#footer ul {
    font-size: 13px;
    gap: 20px;
	flex-wrap: wrap;
}
#footer .footcaption {
    font-size: 14px;
}
}
/*ページ下部新着情報*/
div#front_bottom_content .linkBtn {
    padding: 0 20px 0 0;
    background: transparent;
    margin: 0 0 0 auto;
    display: block;
    text-align: right;
}
div#front_bottom_content .linkBtn:after{
	display:none;
}
div#front_bottom_content .linkBtn:hover{
	background:transparent;
}
div#front_bottom_content .linkBtn a {
    color: #333;
    position: relative;
}
div#front_bottom_content .linkBtn a:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #156c22;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
div#front_bottom_content .linkBtn a:hover {
    color: #156c22;
}
div#front_bottom_content .linkBtn a:hover:before {
	transform-origin: left top;
    transform: scale(1, 1);
}

/*-------------------------------------------
    　　TOP
-------------------------------------------*/
/*特徴*/
.top_about {
    background-image: linear-gradient(-45deg,#fff 25%, #e6f3e5 25%, #e6f3e5 50%, #fff 50%, #fff 75%,#e6f3e5 75%, #e6f3e5);
	background-size: 6px 6px;
}
.top_about .inner {
    margin: 0 auto;
    width: min(1100px, 95%);
    padding: 50px 0px 70px;
}
.top_about h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 55px;
}
.top_about h2 span.absolute{
	position:relative;
}
.top_about h2 span.absolute:before, .top_about h2 span.absolute:after{
    position: absolute;
    content: "";
	width: 32px;
    height: 70px;
    top: 50%;
}
.top_about h2 span.absolute:before {
    background: url(/struct/wp-content/uploads/strength_o.png)no-repeat;
    background-size: cover;
    left: -40px;
    transform: rotate(-25deg) translatey(-50%);
}
.top_about h2 span.absolute:after {
    background: url(/struct/wp-content/uploads/strength_o.png)no-repeat;
    background-size: cover;
    right: -40px;
    transform: rotate(25deg) scale(-1,1) translateY(-50%);
    visibility: visible;
}
.top_about h2 span.color {
    padding: 0 5px 0 0px;
    font-size: 82px;
    font-style: italic;
    color: #ff671e;
    font-family: "Lato", sans-serif;
}
.top_about_box {
    justify-content: space-between;
}
.top_about_box .item {
    width: 255px;
    background: #107e21;
    height: 255px;
    border-bottom: 5px solid #1d6027;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
}
.top_about_box .item p.ttl {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}
.top_about p.txt {
    text-align: center;
    margin: 65px 0 0;
    font-weight: bold;
}
/*お悩み*/
.top_onayami .inner {
    width: min(95%, 1100px);
    margin: 0 auto;
    padding: 70px 0 100px;
}
.top_onayami h2 {
    font-size: 36px;
    margin: 0 0 70px;
    text-align: center;
    font-weight: bold;
}
.top_onayami h2 span {
    font-size: 60px;
    color: #f51435;
    position: relative;
}
.top_onayami h2 span:before{
	position:absolute;
	content:"・・・";
	top:-30px;
	color:#333;
}
.top_onayami_box{
	justify-content:center;
	align-items:center;
}
.top_onayami_box .item:first-child {
    margin-right: -140px;
	width:50%;
    position: relative;
}
ul.top_onayami_ul li {
    line-height: 1.6;
    font-size: 20px;
    font-weight: bold;
	padding-left:1.8em;
	position:relative;
}
ul.top_onayami_ul li:before{
    position: absolute;
    content: "";
    background: url(/struct/wp-content/uploads/check.png) no-repeat;
    background-size: cover;
    top: 2px;
    left: 0;
    width: 26px;
    height: 25px;
}
ul.top_onayami_ul li:not(:first-child){
	margin-top:30px;
}
.top_onayami_box .item:last-child {
    background: url(/struct/wp-content/uploads/top_onayami.png) no-repeat;
    background-position: top 50% left 50%;
    background-size: cover;
    width: 70%;
    border-radius: 0 15px 15px 0;
    height: 500px;
}

/*解決*/
.top_solution{
	background: linear-gradient(0deg, transparent 9px, #e4ede5 10px), linear-gradient(90deg,  transparent 9px, #e4ede5 10px);
	background-size: 10px 10px;
	position:relative;
}
.top_solution:before {
    position: absolute;
    content: "そんなお悩み";
    background: linear-gradient(to right, #107e21 50%, #12681f 100%);
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 12px 40px;
    width: auto;
    top: -24px;
    left: 50%;
    transform: translatex(-50%);
}
.top_solution:after {
    position: absolute;
    content: "";
    border: 20px solid transparent;
    border-top: 30px solid #107e21;
    top: 25px;
    left: 50%;
    transform: translatex(-50%);
}
.top_solution .inner {
    margin: 0 auto;
    width: min(1100px,95%);
    padding: 100px 0 70px;
}
.top_solution h2.top_h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 70px;
}
.top_solution h2.top_h2 span {
    font-size: 60px;
    color: #107e21;
    background: linear-gradient(to bottom, transparent 70%, yellow 70%);
}
.flex_box.top_solution_box {
    justify-content: space-between;
    align-items: center;
}
.flex_box.top_solution_box .item:first-child {
    width: 45%;
    height: 325px;
    background: url(/struct/wp-content/uploads/solution_img.jpg) no-repeat;
    background-size: cover;
	background-position:center;
}
.flex_box.top_solution_box .item:last-child{
	width:53%;
}
.flex_box.top_solution_box .item:last-child h3 {
	font-size:28px;
    font-weight: bold;
    margin: 0 0 30px;
}
.flex_box.top_solution_box .item:last-child p.txt {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 50px;
}
/*CTA*/
.top_cta{
	background:url(/struct/wp-content/uploads/cta_bg.jpg) no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-position:top 85% left 50%;
	position:relative;
	z-index:0;
}
.top_cta:before{
	position:absolute;
	content:"";
	background:rgba(0,0,0,.75);
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.top_cta .inner {
    width: min(1100px,95%);
    margin: 0 auto;
    padding: 100px 0;
}
.top_cta h2.top_h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
	color:#fff;
}
.top_cta p.txt {
    line-height: 2;
    text-align: center;
    margin-bottom: 50px;
	color:#fff;
}
.flex_box.cta_box {
    justify-content: space-between;
}
.flex_box.cta_box a.item {
    width: 48%;
    padding: 30px 0;
    text-align: center;
    box-sizing: border-box;
	color:#fff;
	border-radius:100px;
	position:relative;
	transition:all ease .15s;
}
.flex_box.cta_box a.item:before{
	position: absolute;
	content:"\e038";
	color:#fff;
    right: 25px;
    transform: translatey(-50%);
    top: 50%;
    font-family: 'Material Icons';
    font-size: 24px;
}
.flex_box.cta_box a.item:hover{
	opacity:0.8;
}
.flex_box.cta_box a.item span{
	display:block;
	font-size:24px;
	font-weight:bold;
}
.flex_box.cta_box a.item:first-child{
	background:#4cbef3;
	border-bottom:4px solid #337695;
}
.flex_box.cta_box a.item:last-child {
    background: #ff671e;
    border-bottom: 4px solid #a74516;
}
/*選ばれる理由*/
.top_reason {
    background: linear-gradient(-45deg,#fff 25%, #efefef 25%, #efefef 50%, #fff 50%, #fff 75%,#efefef 75%, #efefef);
    background-size: 6px 6px;
}
.top_reason .inner {
    margin: 0 auto;
    padding: 70px 0;
    width: min(1100px, 95%);
}
.top_reason h2.top_h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 55px;
    text-align: center;
}
.top_reason h2.top_h2 span.color {
    color: #107e21;
    font-size: 50px;
}
.top_reason h2.top_h2 span.absolute{
	position:relative;
}
.top_reason h2.top_h2 span.absolute:before, .top_reason h2.top_h2 span.absolute:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 110%;
    background: #333;
    top: 50%;
}
.top_reason h2.top_h2 span.absolute:before{
	left:-30px;
	transform:translatey(-50%) rotate(-40deg);
}
.top_reason h2.top_h2 span.absolute:after{
	right:-30px;
	transform:translatey(-50%) rotate(40deg);
}
ul.top_reason_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
	margin-bottom:65px;
}
ul.top_reason_ul li {
    width: 31%;
	background:#fff;
    box-sizing: border-box;
    box-shadow: 0 1px 5px #d9d9d9;
    padding: 0px 0px 0;
    border-radius: 10px;
    overflow: hidden;
}
ul.top_reason_ul li img{
	display:block;
	margin:0 auto;
}
ul.top_reason_ul li p.txt{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:20px 0;
}
.top_reason .btn_sec {
    text-align: center;
}
/*物件情報*/
.top_estate {
    background: #f8fff9;
}
.top_estate .inner {
    width: min(1100px, 95%);
    margin: 0 auto;
    padding: 70px 0;
}
.top_estate h2.top_h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.top_estate_box {
	justify-content: space-between;
	flex-wrap:wrap;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.top_estate_box {
		justify-content: flex-start;
	}
	.top_estate_box a.item{
			width:32%;
		margin-right: 2%;
	}
	.top_estate_box a.item:nth-child(3n){
		margin-right: 0;
	}
}
.top_estate_box a.item:nth-child(n+4){
	margin-top:30px;
}
.top_estate_box a.item:hover{
	color:#333;
}
.top_estate_box a.item .img{
	overflow:hidden;
}
.top_estate_box a.item .img p{
	transition:all ease .15s;
}
.top_estate_box a.item:hover .img p{
	transform:scale(1.1);
	transition:all ease .3s;
}
.top_estate_box a.item .img p img {
    display: block;
    margin: 0 auto;
}
.top_estate_box a.item:hover .img img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.top_estate_box a.item h3 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0 0px;
}
.top_estate_box a.item p.address{
	font-size:16px;
}
.top_estate_box a.item p.flex_box{
	justify-content:space-between;
}
.top_estate_box a.item p.flex_box span.cate{
	padding:0 5px;
	border:1px solid #333;
}

/*流れ*/
.top_flow {
    background-color: #fff;
    background-image: radial-gradient(#e9e9e9 20%, transparent 20%),radial-gradient(#e9e9e9 20%, transparent 20%);
    background-size: 5px 5px;
    background-position: 0 0, 5px 5px;
}
.top_flow .inner {
    margin: 0 auto;
    width: min(1100px, 95%);
    padding: 70px 0;
}
.top_flow h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 60px;
}
ul.top_flow_ul {
    display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:65px;
}
ul.top_flow_ul li {
    width: 30%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 25px;
	background:#107e21;
	box-shadow: 2px 2px 5px #adc1b0;
	position:relative;
}
ul.top_flow_ul li:not(:nth-of-type(3n)):before{
	position:absolute;
	content:"\e5e1";
	top:50%;
	transform:translatey(-50%);
	left:calc(100% + 6px);
	font-family: 'Material Icons';
	font-size:48px;
	color:#333;
}

ul.top_flow_ul li h3 {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 30px;
	color:#fff;
}
ul.top_flow_ul li h3 span {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 5px 35px;
    border-radius: 50px;
    background: #1e4217;
    font-family: "Lato", sans-serif;
}
ul.top_flow_ul li:nth-child(n+4){
	margin:30px 0 0;
}
ul.top_flow_ul li img{
	display:block;
	margin:0 auto;
}
ul.top_flow_ul li p.txt {
    text-align: center;
    margin-top: 20px;
	color:#fff;
	font-weight:bold;
}
.top_flow .inner .btn_sec {
    text-align: center;
}

/*新着情報*/
div#front_bottom_content {
    margin: 0 auto;
    width: min(1100px, 95%);
	padding: 70px 0;
}
h1.title.bottom-loop{
	text-align:center;
	margin-bottom:30px;
}
h1.title.bottom-loop span {
	font-size:36px;
	font-weight:bold;
}
@media screen and (max-width:1100px){
/*4つの特徴1100px*/
.top_about_box .item p.ttl {
    font-size: 20px;
}
.top_about_box .item {
    width: 23%;
    height: 168px;
}
}
@media screen and (max-width:767px){
/*4つの特徴*/
.top_about .inner {
    padding: 50px 0px;
}
.top_about h2 {
    font-size: 20px;
    margin: 0 0 30px;
}
.top_about h2 span.color {
    font-size: 40px;
}
.top_about h2 span.absolute:before, .top_about h2 span.absolute:after {
    width: 20px;
    height: 48px;
}
.top_about h2 span.absolute:before {
    left: -30px;
}
.top_about h2 span.absolute:after {
    right: -30px;
}
.top_about_box{
	flex-wrap:wrap;
}
.top_about_box .item {
    height: 171px;
	width:48%;
}
.top_about_box .item:nth-child(n+3){
	margin-top:10px;
}
.top_about_box .item p.ttl {
    font-size: 18px;
}
.top_about p.txt {
    font-size: 13px;
    margin: 20px 0 0;
}

/*お悩み*/
.top_onayami .inner {
    padding: 50px 0 70px;
}
.top_onayami h2 {
    font-size: 18px;
    margin: 0px 0 40px;
}
.top_onayami h2 span {
    font-size: 28px;
}
.top_onayami h2 span:before {
    top: -18px;
}
.top_onayami_box {
    flex-direction: column;
}
.top_onayami_box .item:first-child {
    margin-right: 0;
    width: 95%;
}
.top_onayami_box .item:last-child {
    width: auto;
    height: auto;
}
ul.top_onayami_ul li {
    font-size: 14px;
}
ul.top_onayami_ul li:before {
    width: 16px;
    height: 16px;
}
/*解決*/

.top_solution:before {
    font-size: 16px;
    width: 6em;
}
.top_solution .inner {
    padding: 80px 0 50px;
}
.top_solution:after {
    border: 15px solid transparent;
    border-top: 30px solid #107e21;
}
.top_solution h2.top_h2 {
    font-size: 18px;
    margin-bottom: 35px;
}
.top_solution h2.top_h2 span {
    font-size: 30px;
}
.flex_box.top_solution_box {
    flex-direction: column;
}
.flex_box.top_solution_box .item:first-child {
    width: 100%;
    height: 245px;
}
.flex_box.top_solution_box .item:last-child {
    width: 95%;
	margin-top:25px;
}
.flex_box.top_solution_box .item:last-child h3 {
    font-size: 16px;
    text-align: center;
    margin: 0 0 16px;
}
.flex_box.top_solution_box .item:last-child p.txt {
    font-size: 14px;
	margin-bottom:35px;
}
.top_solution .inner .btn_sec{
	text-align:center;
}


/*CTA*/
.top_cta {
    background-attachment: unset;
}
.top_cta .inner {
    padding: 70px 0;
}
.top_cta h2.top_h2 {
    font-size: 28px;
    margin: 0 0 35px;
}
.top_cta p.txt {
    font-size: 14px;
    margin-bottom: 35px;
}

.flex_box.cta_box {
    flex-direction: column;
	align-items:center;
}
.flex_box.cta_box a.item {
    font-size: 14px;
    width: 100%;
    padding: 15px 0;
}
.flex_box.cta_box a.item:before {
    font-size: 20px;
}
.flex_box.cta_box a.item span {
    font-size: 18px;
}
.flex_box.cta_box a.item:last-child {
    margin: 10px 0 0;
}
/*選ばれる理由*/
.top_reason .inner {
    padding: 50px 0;
}
.top_reason h2.top_h2 {
    font-size: 16px;
    margin: 0 0 35px;
}
.top_reason h2.top_h2 span.color {
    font-size: 29px;
}
.top_reason h2.top_h2 span.absolute:before, .top_reason h2.top_h2 span.absolute:after {
    width: 2px;
}
.top_reason h2.top_h2 span.absolute:before {
    left: -15px;
}
.top_reason h2.top_h2 span.absolute:after {
    right: -15px;
}
ul.top_reason_ul {
    justify-content: space-between;
    gap: 0;
    margin-bottom: 40px;
}
ul.top_reason_ul li {
    width: 49%;
}
ul.top_reason_ul li:nth-child(n+3){
	margin-top:10px;
}
ul.top_reason_ul li p.txt {
    font-size: 16px;
}

/*物件情報*/
.top_estate .inner {
    padding: 50px 0;
}
.top_estate h2.top_h2 {
    font-size: 28px;
    margin-bottom: 40px;
}
.top_estate_box a.item {
    width: 48.5%;
}
.top_estate_box a.item .img p {
    height: 120px;
}
.top_estate_box a.item h3 {
    font-size: 14px;
    padding: 10px 0;
}
.top_estate_box a.item p.address {
    font-size: 12px;
}
.top_estate_box a.item p.flex_box span.cate {
    padding: 0 3px;
    font-size: 10px;
}
.top_estate_box a.item p.flex_box span.price {
    font-size: 14px;
}
.top_estate_box a.item:nth-child(n+3) {
    margin-top: 30px;
}

/*流れ*/
.top_flow .inner {
    padding: 50px 0;
}
.top_flow h2 {
    font-size: 28px;
    margin: 0 0 40px;
}
ul.top_flow_ul {
    margin-bottom: 45px;
}
ul.top_flow_ul li {
    width: 100%;
    padding: 25px 25px 20px;
}
ul.top_flow_ul li:not(:last-child):before {
    position: absolute;
    content: "\e5e1";
    top: 100%;
    transform: translate(-50%,0) rotate(90deg);
    left: 50%;
    font-family: 'Material Icons';
    font-size: 24px;
    color: #333;
}
ul.top_flow_ul li h3 {
    font-size: 20px;
    margin-bottom: 20px;
    flex-direction: unset;
    align-items: center;
    gap: 10px;
}
ul.top_flow_ul li h3 span {
    font-size: 14px;
    margin-bottom: 0;
    border-radius: 0;
    padding: 5px 10px;
}
ul.top_flow_ul li p.txt {
    margin-top: 15px;
    font-size: 14px;
}
ul.top_flow_ul li:not(:first-child){
	margin-top:40px;
}
/*新着情報*/
h1.title.bottom-loop span {
    font-size: 28px;
}
div#front_bottom_content {
    padding: 50px 0;
}
}
/*-------------------------------------------
    　　下層共通
-------------------------------------------*/
#breadcrumb {
    background-color: #f6f7f8;
}
header#h1Header:before{
	position:absolute;
	content:"";
	background:rgb(39 39 40 / 60%);
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:0;
}
header#h1Header h1.title.first {
    text-align: center;
    font-size: 2vw;
    text-shadow: none;
    letter-spacing: 1px;
    font-weight: bold;
}
.page_inner{
	padding:100px 0;
}
/*下層CTA*/
.kasou_cta {
    margin: 100px 0 0;
}
.kasou_cta .inner {
    padding: 50px;
    border: 3px solid #107e21;
    box-sizing: border-box;
    border-radius: 25px;
    background: #ebf9ed;
}
.kasou_cta .inner h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 1.4em;
    text-align: center;
}
@media print, screen and (max-width:1023px){
.page_inner{
	padding:50px 0;
}
.kasou_cta {
    margin: 50px 0 0;
}
.kasou_cta .inner {
    padding: 30px 10px;
}
.kasou_cta .inner h2{
	font-size:18px;
}
}

/*-------------------------------------------
    　　会社概要
-------------------------------------------*/
h2.company_h2 {
    padding: 0 0 10px;
	margin-bottom:25px;
    font-size: 28px;
	font-weight:bold;
    border-bottom: 2px solid #383c44;
    color: #333;
    position: relative;
}
h2.company_h2:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 115px;
    background: linear-gradient(to right, #107e21 25%, #5ecd70 100%);
    bottom: -2px;
    left: 0;
    top: auto;
    display: inline-block;
}
dl.company_dl {
    display: flex;
    flex-wrap: wrap;
}
dl.company_dl dt:first-child{
	border-top:1px dotted #999;
}
dl.company_dl dt {
    width: 20%;
    border-bottom: 1px dotted #999;
    padding: 30px 0 30px 15px;
	box-sizing:border-box;
}
dl.company_dl dd:nth-child(2){
	border-top:1px dotted #999;
}
dl.company_dl dd{
    width:80%;
    border-bottom: 1px dotted #999;
    padding: 30px 0;
	box-sizing:border-box;
}
.company_box {
    justify-content: space-between;
}
.company_box .item:first-of-type{
    width:70%;
}
.company_box .item h3 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 1em;
}
.company_box .item p{
	line-height:1.8;
}
.company_box .item p.mt{
	margin-top:1em;
}
.company_box .item p.name {
    text-align: center;
    margin-bottom: 5px;
}
.company_box .item:last-of-type{
    width:25%;
	box-sizing:border-box;
}
.company_box .item p.license{
	text-align:center;
}

.company_page .g_map {
    margin: 100px 0 0;
}
@media print, screen and (max-width:1023px){
h2.company_h2 {
    font-size: 20px;
}
dl.company_dl {
    flex-direction: column;
	font-size:14px;
}
dl.company_dl dt {
    width: 100%;
    padding: 20px 0 5px 5px;
	border-bottom:none;
}
dl.company_dl dd:nth-child(2) {
    border-top: none;
}
dl.company_dl dd {
    width: 100%;
    padding: 5px 0 20px 5px;
}
.company_box{
	flex-direction:column-reverse;
	align-items:center;
}
.company_box .item:first-child{
	width:100%;
	margin-top:16px;
}
.company_box .item:last-child{
	width:70%;
}
.company_box .item h3 {
    font-size: 16px;
    line-height: 1.5;
}
.company_box .item p {
    font-size: 14px;
}
}


/*-------------------------------------------
    　　選ばれる理由
-------------------------------------------*/
ul.reason_ul li:not(:first-child){
	margin-top:70px;
}
ul.reason_ul li {
    justify-content: space-between;
	align-items:center;
}
ul.reason_ul li .item:first-child{
	width:57%;
}
ul.reason_ul li .item:last-child{
	width:40%;
}
ul.reason_ul li .item h2{
	font-size:28px;
	font-weight:bold;
	margin: 0 0 1em;
}
ul.reason_ul li .item h2 span.sub_ttl {
    display: block;
    font-size: 20px;
	font-family: 'Inter', sans-serif;
    margin-bottom: 10px !important;
    color: #107e21;
}
ul.reason_ul li .item h2 span.sub_ttl span.num {
    font-size: 28px;
	margin-left:2px;
}
ul.reason_ul li .item p.txt {
    line-height: 2;
    font-size: 16px;
}
ul.reason_ul li .item img{
	border-radius:10px;
}
@media print, screen and (max-width:1023px){
ul.reason_ul li {
    flex-direction: column-reverse;
}
ul.reason_ul li:not(:first-child) {
    margin-top: 50px;
}
ul.reason_ul li .item:first-child {
    width: 95%;
	margin-top:20px;
}
ul.reason_ul li .item:last-child {
    width: 95%;
}
ul.reason_ul li .item h2 {
    font-size: 20px;
}
ul.reason_ul li .item h2 span.sub_ttl span.num {
    font-size: 24px;
}
ul.reason_ul li .item p.txt {
    font-size: 14px;
}
}

/*-------------------------------------------
    　　売買仲介プラン
-------------------------------------------*/
.plan_page .page_inner h2.plan_h2 {
    font-size: 36px;
	font-weight:bold;
    padding-bottom: 8px;
    position: relative;
}
.plan_page .page_inner h2.plan_h2:before{
	position:absolute;
	content:"";
	background:#999;
	width:100%;
	height:3px;
	top:100%;
	left:0;
}
.plan_page .page_inner h2.plan_h2 span{
	position:relative;
}
.plan_page .page_inner h2.plan_h2 span:before {
    position: absolute;
    content: "";
    background: #107e21;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
}
.plan_page .page_inner p.plan_txt {
    margin: 20px 0 70px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: bold;
}

.plan_page .page_inner h3 {
    font-size: 26px;
    font-weight: bold;
    position: relative;
    padding: 9px 10px 6px;
    background: #107e21;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 35px;
}
.plan_page .page_inner h3:before {
    position: absolute;
    content: "";
    border-top: 20px solid #094012;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 25px solid transparent;
    left: 0;
    top: 100%;
    width: auto;
    height: auto;
}
.flex_box.plan_box {
    justify-content: space-between;
}
.flex_box.plan_box .item:first-child {
    width: 55%;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}
.flex_box.plan_box .item:last-child{
	width:43%;
}
.flex_box.plan_box .item:last-child img{
	display:block;
	margin:0 auto;
	border-radius:10px;
}
.flex_box.plan_box .item p.txt{
	font-size:16px;
	line-height:2;
}

.plan_page .page_inner h3.mt {
    margin-top: 50px;
}
.flex_box.plan_box .item ul li{
	line-height:2;
	padding-left:1.5em;
	position:relative;
	font-size:16px;
}
.flex_box.plan_box .item ul li:not(:first-child){
	margin-top:1.5em;
}
.flex_box.plan_box .item ul li:before {
    position: absolute;
    content: "";
    background: url(/struct/wp-content/uploads/check.png) no-repeat;
    background-size: cover;
    top: 7px;
    left: 0;
    width: 19px;
    height: 18px;
}
/*注意点*/
.plan_attention{
	margin-top:50px;
}
.plan_attention .inner {
    padding: 30px;
    border: 1px dashed #999;
    border-radius: 15px;
    box-sizing: border-box;
}
.plan_attention .inner h4 {
    font-size: 20px;
    color: #107e21;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 1.5em;
    position: relative;
}
.plan_attention .inner h4:before{
	position:absolute;
	content:"\e001";
	font-family: 'Material Icons';
	top:0;
	left:0;
	color:#107e21;
	font-size:23px;
}
.plan_attention .inner ul li{
	position:relative;
	padding-left:1em;
	line-height:2;
}
.plan_attention .inner ul li:before{
	position:absolute;
	content:"・";
	top:0;
	left:0;
	color:#107e21;
}
.plan_attention .inner ul li:not(:first-child){
	margin-top:.5em;
}
/*売買プランQ&A*/
div#plan_qa .inner {
    padding: 120px 0 0;
}
/*detail*/
div#plan_qa .inner details:first-of-type {
    margin: 20px 0 0;
}
summary.qa_sum {
	font-weight:bold;
    list-style: none;
    position: relative;
    padding: 30px 50px 30px 35px;
    cursor: pointer;
    color: #333;
	border-bottom:1px dashed #999;
}
summary.qa_sum::-webkit-details-marker {
  display: none;
}
summary.qa_sum:hover, details[open] summary.qa_sum {
	transition:background .3s ease;
}
details[open] summary.qa_sum{
	border-bottom:none;
}
summary.qa_sum::before {
    position: absolute;
    content: "Q";
    width: 20px;
    height: 20px;
    line-height: 17px;
    padding: 3px;
    border-radius: 50px;
    background: #107e21;
    color: #fff;
    text-align: center;
	font-weight:normal;
    top: 30px;
    left: 0;
}
summary.qa_sum::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: transform 0.5s;
  font-size: 30px;
}
details[open] summary.qa_sum::after {
  transform: translateY(-50%) rotate(45deg);
}
.answer {
	position:relative;
	padding: 0px 35px 30px;
	border-bottom:1px dashed #999;
}
.answer:before{
	position:absolute;
    content: "A";
    width: 20px;
    height: 20px;
    line-height: 17px;
    padding: 3px;
    border-radius: 50px;
    background: #ff671e;
    color: #fff;
    text-align: center;
    top: 0px;
    left: 0;
}
details[open] .answer {
  animation: fadein 0.5s ease;
}
@keyframes fadein{
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.answer ul{
	margin:10px 0;
}
.answer ul li{
	padding-left:1em;
	line-height:2;
	position:relative;
}
.answer ul li:before{
	position:absolute;
	content:"・";
	top:0;
	left:0;
}
/*媒介契約の種類*/
div#sort .inner {
    padding: 100px 0 0;
}
.flex_box.sort_box {
    justify-content: space-between;
}
.flex_box.sort_box .item:first-child{
	width:55%;
	box-sizing:border-box;
	padding-left:30px;
}
.flex_box.sort_box .item:last-child{
	width:40%;
}
.flex_box.sort_box .item p.txt{
	line-height:2;
}
/*レインズ・明示型について*/
.sort_about {
    margin: 30px 0 0;
}
.sort_about h4 {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    margin: 0 0 10px;
    border-bottom: 1px solid #999;
}
.sort_about p.disc{
	line-height:1.8;
	font-size:14px;
}
/*まとめ*/
.sort_matome h4 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: #107e21;
    margin: 50px 0 10px;
    padding: 15px 10px;
    border-left: 10px solid #0d5018;
}
.sort_matome p.txt{
	line-height:2;
	margin-bottom:25px;
}
.sort_matome p.txt span{
	font-weight:bold;
}
table.sort_tbl tr td{
	vertical-align:middle;
	text-align:center;
}
table.sort_tbl tr td:first-child{
	font-weight:bold;
}
table.sort_tbl tr:nth-child(odd) td{
	background:#f9f9f9;
}
table.sort_tbl tr:first-child td {
    background: #ebf9ed;
    font-weight: bold;
}
@media print, screen and (max-width:1023px){
.plan_page .page_inner h2.plan_h2 {
	font-size: 20px;
}
.plan_page .page_inner h2.plan_h2 span:before {
    bottom: -8px;
}
.plan_page .page_inner p.plan_txt {
    margin: 20px 0 50px;
    line-height: 2;
    font-size: 14px;
}
.plan_page .page_inner h3 {
    font-size: 16px;
    padding: 9px 10px;
	margin-bottom:25px;
}
.plan_page .page_inner h3:before {
    border-top: 15px solid #094012;
    border-left: 20px solid transparent;
}
.flex_box.plan_box {
    flex-direction: column;
	align-items:center;
}
.flex_box.plan_box .item:first-child {
    width: 95%;
    padding: 0;
}
.flex_box.plan_box .item:last-child {
    width: 95%;
    margin: 15px 0 0;
}
.flex_box.plan_box .item p.txt {
    font-size: 14px;
    line-height: 2;
}
.flex_box.plan_box .item ul li {
    font-size: 14px;
}
.flex_box.plan_box .item ul li:before {
    width: 14px;
    height: 14px;
}
/*注意点1023*/
.plan_attention .inner {
    padding: 25px 15px;
}
.plan_attention .inner h4 {
    font-size: 16px;
    margin-bottom: 12px;
	padding-left:1.2em;
}
.plan_attention .inner h4:before {
    font-size: 17px;
}
.plan_attention .inner ul li {
    font-size: 14px;
}
/*QAセクション1023*/
div#plan_qa .inner {
    padding: 80px 0 0;
}
summary.qa_sum {
	font-size:14px;
	padding:15px 50px 15px 30px;
}
summary.qa_sum::before {
    width: 16px;
    height: 16px;
    line-height: 14px;
    padding: 2px;
    top: 19px;
}

summary.qa_sum::after {
    right: 20px;
    font-size: 24px;
}
.answer {
    font-size: 14px;
    padding: 0px 30px 20px;
}
.answer:before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    top: 3px;
}
/*媒介契約*/
.flex_box.sort_box {
    flex-direction: column-reverse;
    align-items:center;
}
.flex_box.sort_box .item:first-child {
    width: 100%;
    padding-left: 0;
	margin-top:15px;
}
.flex_box.sort_box .item:last-child {
    width: 70%;
}
.flex_box.sort_box .item p.txt {
    font-size: 14px;
}
.sort_about h4 {
    font-size: 14px;
    padding-bottom: 8px;
    margin: 0 0 8px;
}
.sort_about p.disc {
    font-size: 13px;
}
.sort_matome h4 {
    font-size: 16px;
	padding:10px;
	border-left:7px solid #0d5018;
}
.sort_matome p.txt {
    line-height: 1.8;
    font-size: 14px;
}
table.sort_tbl tr td {
    font-size: 11px;
    padding: 10px 5px;
}
table.sort_tbl tr:first-child td {
    width: 25%;
}

}



/*-------------------------------------------
    　　買取に関する
-------------------------------------------*/
.buy_page .page_inner h2.buy_h2 {
    font-size: 36px;
	font-weight:bold;
    padding-bottom: 8px;
    position: relative;
}
.buy_page .page_inner h2.buy_h2:before{
	position:absolute;
	content:"";
	background:#999;
	width:100%;
	height:3px;
	top:100%;
	left:0;
}
.buy_page .page_inner h2.buy_h2 span{
	position:relative;
}
.buy_page .page_inner h2.buy_h2 span:before {
    position: absolute;
    content: "";
    background: #107e21;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
}
.buy_page .page_inner p.buy_txt {
    margin: 20px 0 70px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: bold;
}
ul.merit li:not(:first-child){
	margin-top:25px;
}
ul.merit li {
    display: flex;
	justify-content:space-between;
	align-items:flex-start;
}
ul.merit li p.num {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    background: #0d5018;
    color: #fff;
}
ul.merit li p.num span{
	display:block;
	font-size:30px;
}
ul.merit li .wrap{
	width:92%;
}
ul.merit li .wrap h4{
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}
ul.merit li .wrap p{
	line-height:1.6;
}

.buy_box.first_box{
	align-items:center;
}
.buy_box {
    justify-content: space-between;
}
.buy_box .item:first-child{
    width:58%;
}
.buy_box .item:last-child{
	width:40%;
}
.buy_box .item h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 24px;
    color: #fbaa00;
}
.buy_box .item img{
	border-radius:10px;
}
.buy_box .item p.txt{
	line-height:2;
}
.buy_page h3 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: #107e21;
    margin: 0 0 25px;
    padding: 15px 10px;
    border-left:10px solid #0d5018;
}
.buy_page h3.mt{
	margin-top:100px;
}
.buy_box .item ul.step li:not(:first-child){
	margin-top:20px;
}
.buy_box .item ul.step li h4 {
    font-size: 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #999;
    font-weight: bold;
	margin-bottom:6px;
}
.buy_box .item ul.step li h4 span {
    padding: 5px;
    background: #0d5018;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.buy_box .item ul.step li p{
	line-height:1.6;
}

@media print, screen and (max-width:1023px){
.buy_page .page_inner h2.buy_h2 {
	font-size: 20px;
}
.buy_page .page_inner h2.buy_h2 span:before {
    bottom: -8px;
}
.buy_page .page_inner p.buy_txt {
    margin: 20px 0 50px;
    line-height: 2;
    font-size: 14px;
}
ul.merit li p.num span {
    font-size: 24px;
}
ul.merit li .wrap h4 {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
ul.merit li .wrap p {
    font-size: 14px;
}
ul.merit li p.num {
    font-size: 10px;
    width: 17%;
    box-sizing: border-box;
}
ul.merit li .wrap {
    width: 80%;
}

.buy_box {
    flex-direction: column;
	align-items:center;
}
.buy_box .item{
	width:95% !important;
}
.buy_box .item h2 {
    font-size: 20px;
    text-align: center;
    margin: 0 0 15px;
}
.buy_box .item p.txt {
    font-size: 14px;
}
.buy_box .item:last-child {
    margin: 20px 0 0;
}
.buy_page h3 {
    font-size: 20px;
    margin: 0 0 15px;
}
.buy_box .item ul.step li h4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
}
.buy_box .item ul.step li h4 span {
    font-size: 14px;
	margin-bottom:6px;
}
.buy_box .item ul.step li p {
    font-size: 14px;

}
}
/*-------------------------------------------
    　　売買の流れ
-------------------------------------------*/
.flow_box {
    justify-content: space-between;
    padding: 70px 0;
    border-bottom: 1px solid #ccc;
}
.flow_box .item:first-child {
    display: flex;
    width: 69%;
    gap: 35px;
	position:relative;
}
.flow_box .item:first-child:before {
    position: absolute;
    content: "";
    background: #107e21;
    width: 3px;
    height: 110px;
    left: 30px;
    bottom: 0;
}
.flow_box .item:first-child h2{
	font-size:48px;
	font-weight:bold;
	font-family: 'Inter', sans-serif;
	color: #107e21;
	text-align:center;
}
.flow_box .item:first-child h2 span{
	display:block;
	font-size:22px;
}
.flow_box .item:first-child .inner h3{
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
}
.flow_box .item:first-child .inner p.txt{
	line-height:2;
	font-size:16px;
}
.flow_box .item:last-child{
	width:28%;
}
.flow_box .item:last-child img{
	display:block;
	border-radius:10px;
	margin:0 auto;
}
@media print, screen and (max-width:1023px){
.flow_box {
    flex-direction: column-reverse;
	align-items:center;
    padding: 50px 0;
}
.flow_box .item:first-child {
    width: 95%;
    gap: 25px;
}
.flow_box .item:first-child:before {
    height: 60%;
    left: 22px;
}
.flow_box .item:first-child .inner h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.flow_box .item:first-child .inner p.txt {
    font-size: 14px;
}
.flow_box .item:first-child h2 {
    font-size: 36px;
}
.flow_box .item:first-child h2 span {
    font-size: 15px;
}
.flow_box .item:last-child {
    width: 95%;
	margin-bottom:30px;
}


}




/*-------------------------------------------
    　　物件を探す
-------------------------------------------*/
.search_page img.colorbox-68 {
    margin: 0 0 40px;
}
@media print, screen and (max-width:1023px){

}

/*-------------------------------------------
    　　物件詳細
-------------------------------------------*/
.detail_cate_box {
    justify-content: space-between;
	align-items:center;
}
.detail_cate_box p.cate span {
    padding: 1px 10px;
	border:1px solid #999;
}
h2.detail_h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 1em 0 5px;
}
.detail_box {
	flex-direction:column;
    margin: 30px 0 0;
}
.detail_box .item{
	box-sizing:border-box;
}
.detail_box .item:first-of-type{
	background:#ebf9ed;
	height:550px;
	width:100%;
}
.detail_box .item:first-of-type .item_img {
    background: url(/struct/wp-content/uploads/test00.jpg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 550px;
}
.detail_box .item:first-of-type img{
	display:block;
	margin:auto auto;
}
.detail_box .item:last-of-type{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.detail_box .item:last-of-type img {
	width:24.6%;
	height:auto;
	display:block;
	margin-top:5px;
}
.detail_box .item #photo_main {
	width: 100%;
	height: 550px;
	background: #EBF9ED;
	text-align: center;
	/* 縦方向中央揃え */
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.detail_box .item #photo_main img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.detail_box #photo_thumb.item a {
	width:24.6%;
	display:block;
	margin-top:5px;
}
.detail_box #photo_thumb.item a:nth-child(4n+2):last-child {
    margin-right: calc( ( 24.6% * 2 ) + ( ( ( 100% - ( 24.6% * 4 ) ) / 3 )  * 2 ) );
}
.detail_box #photo_thumb.item a:nth-child(4n+3):last-child {
    margin-right: calc( ( 24.6% * 1 ) + ( ( ( 100% - ( 24.6% * 4 ) ) / 3 )  * 1 ) );
}

.detail_box #photo_thumb.item a img {
	width: auto;
} 
/**/
dl.detail_dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
dl.detail_dl dt, dl.detail_dl dd {
    padding: 10px 0;
    border-top: 1px dashed #999;
	box-sizing:border-box;
	line-height:2;
}
dl.detail_dl dt {
    width: 20%;
    padding: 10px 0 10px 5px;
}
dl.detail_dl dd{
	width:80%;
}
dl.detail_dl dt:first-child, dl.detail_dl dd:nth-child(2){
	border-top:none;
}
.detail_info, .detail_bikou {
    margin: 30px 0 0;
}
.detail_bikou {
    padding: 35px 20px;
    border: 1px dashed #999;
    border-radius: 10px;
    margin-bottom: 30px;
}

@media screen and (max-width:1023px){
.detail_cate_box {
    font-size: 14px;
}
h2.detail_h2 {
    font-size: 20px;
}
.detail_page p.sub_ttl {
    font-size: 14px;
}
.detail_box {
    flex-direction: column;
}
.detail_box .item {
    width: 100% !important;
}
.detail_box .item:last-of-type a {
    width: 32%;
}
dl.detail_dl {
	font-size: 12px;
}
dl.detail_dl dt {
	width: 20%;
}
dl.detail_dl dd {
    width: 80%;
}
div.detail_bikou {
    padding: 20px;
	font-size: 12px;
}
}



/*検索ボックス  */
.search_page h2 {
	margin-bottom: 30px;
	padding: 10px;
	border-bottom: 3px solid #097C00;
	color: #097C00;
	font-size: 22px;
	font-weight: bold;
}
#search_box {
	margin-bottom: 50px;
	font-size: 115%;
	font-weight: bold;
}
#search_box h2 {
	margin-bottom: 15px;
}
#search_box dl {
	margin-bottom: 5px;
}
#search_box dt {
	display: inline-block;
	width: 100px;
	margin-bottom: 5px;
	padding: 2px 0;
	background: #097C00;
	color: #fff;
	text-align: center;
}
#search_box dd label {
	display: block;
}
#search_box p.rit {
	text-align: right;
}
#search_box p.btn input {
	background: #097C00;
	padding: 5px 30px;
	border-radius: 0;
	font-weight: bold;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#search_box h2 {
		font-size: 36px;
	}
	#search_box dd label {
		display: inline-block;
		width: 180px;
	}
}
/*  */
a.head_reform {
    background: #8bd43c;
    border: 1px solid #8bd43c;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}


.fa-reform-alt:before {
    content: '\f015';
}
a.head_reform:hover {
    color: #107e21 !important;
}

/*single*/
.single h1.title {
    line-height: 1.6;
}
.single .post h2 {
    font-size: 25px;
	font-weight:bold;
    padding-bottom: 8px;
    position: relative;
    margin: 2.5rem 0;
}
.single .post h2:before{
	position:absolute;
	content:"";
	background:#999;
	width:100%;
	height:3px;
	top:100%;
	left:0;
}
.single .post h2 span{
	position:relative;
}
.single .post h2 span:before {
    position: absolute;
    content: "";
    background: #107e21;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
}
.single .post p + h2 {
    margin-top: 4.0rem;
}
.single .post h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #107e21;
    margin: 2.5rem auto;
    padding: 15px 10px;
    border-left:10px solid #0d5018;
}
.single .post p {
    line-height: 2.0;
}
@media print, screen and (max-width:1023px){
	.single .post h2 {
		font-size: 20px;
	    margin: 1.5rem 0;
	}
	.single .post p + h2 {
	    margin-top: 2.0rem;
	}
	.single .post h2 span:before {
	    bottom: -8px;
	}
	.single .post h3 {
	    font-size: 20px;
	    margin: 0 0 15px;
	}
}