/* ----------------------------------------
recruit
/recruit/用cssのため消さないこと。
---------------------------------------- */
.recruit {
    width: 98%;
    text-align: left;
    line-height: 24px;
    margin: 20px auto;
    padding: 0px 0px 0px 0px;
}

.recruit h2 {
    width: 99%;
    font-size: 16px;
    line-height: 51px;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    text-indent: 15px;
    background: #F0F0F0;
    border-top: solid 5px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #666;
    display: block;
    clear: both;
}

.recruit_tb {
    font-weight: bold;
    font-size: 18px;
}

.recruit1 img {
    max-width: 100%;
    height: auto;
}

.recruit2 p {
    margin: 0;
}

.recruit2 ul {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.recruit2 ul li {
    margin: 10px auto 0px auto;
    padding: 4px;
    border: solid 1px #CCC;
    float: left;
}

.recruit2 ul li img {
    max-width: 100%;
    height: auto;
}

.recruit3 {
    width: 100%;
    overflow: hidden;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.recruit3 img {
    max-width: 94%;
}

.recruit4 {
    width: 100%;
    float: left;
    margin: 0px auto 20px auto;
    padding: 0px;
}

.recruit4 p {
    margin: 0;
}

.recruit5 {
    line-height: 28px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.recruit5 dt {
    width: 45%;
    display: block;
    clear: left;
    background: #EEE;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
}

.recruit5 dd {
    display: block;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    width: 100%;
}


/* ----------------------------------------
recruit(サイドバーあり)
/recruit/用cssのため消さないこと。
---------------------------------------- */

.recruit_side {
    width: 98%;
    text-align: left;
    line-height: 24px;
    margin: 20px auto;
    padding: 0px 0px 0px 0px;
}

.recruit_side h2 {
    width: 99%;
    font-size: 16px;
    line-height: 51px;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    text-indent: 15px;
    background: #F0F0F0;
    border-top: solid 5px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #666;
    display: block;
    clear: both;
}

.recruit_tb {
    font-weight: bold;
    font-size: 18px;
}

.recruit1_side img {
    max-width: 100%;
    height: auto;
}

.recruit2_side p {
    margin: 0;
}

.recruit2_side ul {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.recruit2_side ul li {
    margin: 10px auto 0px auto;
    padding: 4px;
    border: solid 1px #CCC;
    float: left;
}

.recruit2_side ul li img {
    max-width: 100%;
    height: auto;
}

.recruit3_side {
    width: 100%;
    overflow: hidden;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.recruit3_side img {
    max-width: 94%;
}

.recruit4_side {
    width: 100%;
    float: left;
    margin: 0px auto 20px auto;
    padding: 0px;
}

.recruit4_side p {
    margin: 0;
}

.recruit5_side {
    line-height: 28px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.recruit5_side dt {
    width: 45%;
    display: block;
    clear: left;
    background: #EEE;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
}

.recruit5_side dd {
    display: block;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    width: 100%;
}



/* ----------------------------------------
sitemap
/sitemap/用cssのため消さないこと。
---------------------------------------- */

.sitemap_ti h2 {
    width: 90%;
    font-size: 24px;
    margin: 30px auto;
    font-weight: 500;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    border-bottom: none !important;
}

.sitemap_wrap {
    width: 90%;
    margin: 0 auto 60px;
    background: #f8f8f8;
    padding: 30px 5%;
    box-sizing: border-box;
}

.sitemap_inner {
    margin-bottom: 30px;
}

.sitemap_inner:last-child {
    margin-bottom: 0;
}

.sitemap_inner h3 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.7;
}

.sitemap_inner ul {
    background: #fff;
    padding: 15px 5%;
}

.sitemap_inner ul li a {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    display: block;
}

.sitemap_inner ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #042455;
    border-right: 1px solid #042455;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 8px;
}

.sitemap_group {
    padding-left: 10% !important;
}

.sitemap_group_ti {
    margin-left: -5%;
}

/* sitemap
---------------------------------------- */


/* ----------------------------------------
sale（売却TOP）
---------------------------------------- */
.sp_off {
    display: none;
}

.sale_wrap {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.sale_wrap h3 {
    margin: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
}

.sale_main {
    width: 100%;
    background: url(/img/sale/s_mian_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 120px;
    margin-top: 20px;
}

.sale_main_inner {
    width: 95%;
    margin: auto;
    position: relative;
    padding: 80px 0 0px;
}

.sale_main_inner h2 {
    font-size: 26px;
    font-weight: bold;
    color: #1b7448;
    line-height: 1.5;
    letter-spacing: 2px;
    display: block;
    margin: auto;
    padding: 25px 0px;
    text-align: center;
}

.sale_main_frame01 {
    width: 200px;
    height: 130px;
}

.sale_main_frame02 {
    width: 200px;
    height: 200px;
    margin: 0 0 0 auto;
}

.sale_main_frame {
    position: relative;
    z-index: 5;
}

.sale_main_inner .img-01,
.sale_main_inner .img-02,
.sale_main_inner .img-03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.sale_main_inner .img-01 {
    background-image: url('/img/sale/s_main01.webp');
    animation: slide-animation-01 24s infinite;
}

.sale_main_inner .img-02 {
    background-image: url('/img/sale/s_main01-2.webp');
    animation: slide-animation-02 24s infinite;
}

.sale_main_inner .img-03 {
    background-image: url('/img/sale/s_main01-3.webp');
    animation: slide-animation-03 24s infinite;
}

.sale_main_inner .img-01-2 {
    background-image: url('/img/sale/s_main02.webp');
    animation: slide-animation-01 24s infinite;
}

.sale_main_inner .img-02-2 {
    background-image: url('/img/sale/s_main02-2.webp');
    animation: slide-animation-02 24s infinite;
}

.sale_main_inner .img-03-2 {
    background-image: url('/img/sale/s_main02-3.webp');
    animation: slide-animation-03 24s infinite;
}

@keyframes slide-animation-01 {
    0% {
        opacity: 1;
        transform: scale(1.0);
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
        transform: scale(1.0);
    }

    90% {
        opacity: 0
    }

    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}

@keyframes slide-animation-02 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
        transform: scale(1.0);
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 0;
        transform: scale(1.0);
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide-animation-03 {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
        transform: scale(1.0);
    }

    70% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.sale_main_bg01 {
    position: absolute;
    top: 30px;
    left: 100px;
    z-index: 1;
    width: 200px;
}

.sale_main_bg02 {
    position: absolute;
    bottom: -95px;
    right: 0;
    z-index: 1;
    width: 150px;
}

.sale_main_bg03 {
    position: absolute;
    right: 120px;
    bottom: 25px;
    z-index: 1;
    width: 200px;
}

.sale_main_inner iframe {
    position: absolute;
    bottom: -105px;
    left: 0;
    width: 100%;
    height: 71px;
    padding: 0;
    z-index: 5;
}

.sale_main_jisseki {
    width: 100%;
    height: 60px;
    border: 1px solid #1eae42;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.sale_main_jisseki_tit {
    width: 25%;
    height: 100%;
    display: grid;
    place-content: center;
    background: #1eae42;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.sale_main_jisseki_name {
    width: 75%;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 0px 20px;
    box-sizing: border-box;
    text-decoration: none;
    display: grid;
    line-height: 1.5;
}

.sale_satei {
    background: #eefdea;
    padding: 55px 0 60px;
    position: relative;
    z-index: 5;
}

.sale_satei_inner {
    background: #fff;
    width: 90%;
    margin: auto;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 30px 0 50px;
}

.sale_satei_name {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* gap: 20px; */
    padding-bottom: 20px;
}

.sale_satei_free {
    width: 80px;
    height: 30px;
    display: grid;
    place-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #1b7448;
    margin: auto;
}

.sale_satei_name_p {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding-top: 10px;
}

.sale_satei_name_p span {
    color: #1b7448;
}

.sale_satei_box {
    background: #f5f5f5;
    width: 90%;
    margin: auto;
    padding: 30px 25px;
    box-sizing: border-box;
}

.sale_satei_box form {
    /* display: flex; */
    /* align-items: flex-end; */
    /* justify-content: space-between; */
}

.sale_satei_box ul {
    /* display: flex; */
    /* justify-content: left; */
    padding: 0;
}

.sale_satei_box li:not(:last-of-type) {
    padding-bottom: 15px;
}

.sale_satei_box li p {
    font-size: 15px;
    font-weight: bold;
    padding: 0;
}

.sale_satei_box li p i {
    color: #1b7448;
    padding-right: 10px;
}

.sale_satei_box li select,
.sale_satei_box li input {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 2px solid #1b7448;
    background: #fff;
}

.sale_satei_box .satei_kakutei button {
    width: 205px;
    height: 50px;
    border-radius: 3px;
    border: none;
    background: #ff7054;
    color: #fff;
    font-size: 16px;
    FONT-WEIGHT: bold;
    transition: all .3s;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 20px auto 0;
    display: block;
}

.sale_jisseki_inner {
    padding: 30px 0 55px;
    width: 90%;
    margin: auto;
}

.sale_jisseki_top {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
}

.sale_jisseki_top h3 img {
    margin-left: -60px;
    width: 320px;
}

.sale_jisseki_top p {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
    margin-top: -15px;
}

.sale_jisseki_inner .js-scrollable {
    overflow-x: scroll
}

.scroll-hint-icon {
    position: relative;
    z-index: 100;
}

.sale_jisseki_inner iframe {
    width: 100%;
    height: 360px;
    margin-top: 15px;
}

.sale_jisseki_list {
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.sale_jisseki_list a {
    width: 280px;
    padding: 15px;
    position: relative;
    display: block;
    background: #fff;
    border: 2px solid #1b7448;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
}

.sale_jisseki_list a img {
    width: 100%;
    height: 170px;
}

.sale_jisseki_tag {
    font-size: 11px;
    font-weight: bold;
    background: #fff;
    border-radius: 0 5px 0 0;
    padding: 7px 20px;
    position: absolute;
    top: 155px;
    left: 0px;
    color: #000;
}

.sale_jisseki_point {
    font-size: 14px;
    font-weight: bold;
    color: #1b7448;
    padding-top: 15px;
}

.sale_jisseki_txt {
    font-size: 13px;
    font-weight: bold;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    line-height: 1.8;
    padding-top: 10px;
}

.sale_nayami_inner {
    width: 90%;
    margin: auto;
    padding: 20px 0 50px;
}

.sale_nayami_top {
    /* display: flex; */
    /* flex-direction: row-reverse; */
    /* justify-content: space-between; */
    /* align-items: flex-start; */
    background: url(/img/sale/s_nayami_hand.webp);
    background-position: 15% 100px;
    background-repeat: no-repeat;
    background-size: 70%;
}

.sale_nayami_top h3 img {
    width: 75px;
    margin: 0 0 0 auto;
    display: block;
}

.sale_nayami_top p {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 2;
    padding-top: 40px;
}

.sale_nayami_top p span {
    color: #ff7054;
}

.sale_nayami_inner ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 25px auto 0;
    gap: 15px 8px;
}

.sale_nayami_inner ul li a {
    border-radius: 25px;
    background: #fff;
    border: 1px solid #1b7448;
    position: relative;
    overflow: hidden;
    padding: 15px 15px 10px;
    display: block;
    box-sizing: border-box;
    z-index: 5;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    width: 43.5vw;
    height: 235px;
}

.sale_nayami_inner ul li a::before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: #eefdea;
    position: absolute;
    top: -35px;
    right: -40px;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.sale_nayami_inner ul li a img {
    display: block;
    margin: auto;
    position: relative;
    z-index: 5;
    width: 100px;
}

.sale_nayami_syurui {
    font-size: 15px;
    font-weight: bold;
    color: #1b7448;
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0px 0 5px;
}

.sale_nayami_about {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    position: relative;
    z-index: 5;
    margin: 0;
}

.sale_reason {
    background: url(/img/sale/s_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.sale_reason_inner {
    padding: 70px 0 70px;
    width: 90%;
    margin: auto;
}

.sale_reason_inner h3 img {
    display: block;
    margin: auto;
    width: 380px;
}

.sale_reason_inner ul {
    /* display: flex; */
    /* justify-content: space-between; */
    align-items: flex-start;
    padding-top: 35px;
}

.sale_reason_inner ul li {
    width: 100%;
}

.sale_reason_inner ul li:not(:last-of-type) {
    padding-bottom: 30px;
}

.sale_reason_name {
    font-size: 17px;
    font-weight: bold;
    color: #1b7448;
    padding-top: 20px;
    text-align: center;
}

.sale_reason_txt {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 10px;
}

.sale_reason_txt span {
    color: #ff7054;
}

.sale_inq {
    background: #eefdea;
    position: relative;
    z-index: 5;
}

.sale_inq_inner {
    padding: 60px 0;
}

.sale_inq_inner h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #000;
    padding-bottom: 30px;
    text-align: center;
    line-height: 1.3;
}

.sale_inq_box {
    background: #fff;
    padding: 40px 0;
    width: 90%;
    margin: auto;
}

.sale_inq_top {
    width: 300px;
    margin: auto;
    /* justify-content: center; */
    /* gap: 40px; */
}

.sale_inq_top div {
    width: 300px;
}

.sale_inq_top div:not(:last-of-type) {
    padding-bottom: 20px;
}

.sale_inq_txt01 {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding-bottom: 5px;
}

.sale_inq_btn {
    width: 300px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.sale_inq_btn span {
    width: 50px;
    height: 30px;
    display: inline-grid;
    place-content: center;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border-radius: 3px;
}

.sale_inq_satei {
    background: #ff7054;
}

.sale_inq_satei span {
    color: #ff7054;
}

.sale_inq_sodan {
    background: #1fae42;
}

.sale_inq_sodan span {
    color: #1fae42;
}

.sale_inq_bottom {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 50px; */
    /* justify-content: center; */
    padding-top: 20px;
}

.sale_inq_tel {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    justify-content: center;
}

.sale_inq_tel img {
    width: 35px;
}

.sale_inq_tel::after {
    content: "";
    display: block;
    width: 5px;
    height: 40px;
    background: #ccc;
    top: 8px;
    right: -25px;
    position: absolute;
}

.sale_inq_tel p,
.sale_inq_tel a {
    font-size: 25px;
    font-weight: bold;
    color: #1b7448;
    letter-spacing: 1px;
}

.sale_inq_time {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.sale_mem {
    padding: 70px 0 40px;
}

.sale_mem_img {
    width: 95%;
    height: 160px;
}

.sale_mem_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
}

.sale_mem_right {
    /* width: 90%; */
}

.sale_mem_right_inner {
    /* width: 90%; */
}

.sale_mem_right_box {
    width: 90%;
    margin: auto;
}

.sale_mem_right_box h3 {
    margin: 0;
}

.sale_mem_right_box h3 img {
    width: 360px;
    padding-top: 40px;
}

.sale_mem_txt {
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    padding-top: 30px;
}

.sale_mem_txt span {
    font-weight: bold;
    background: linear-gradient(transparent 50%, #fff000 50%);
}

.sale_mem_right_box .sale_btn01 {
    width: 260px;
    height: 60px;
    border-radius: 20px;
    margin: 40px auto 0;
}

.sale_btn01 {
    background: #1eae42;
    color: #fff;
    /* font-size: 18px; */
    font-weight: bold;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    gap: 30px;
    border: 1px solid #1eae42;
    text-decoration: none;
}

.sale_btn01 p {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    /* font-size: 20px; */
}

.sale_btn01 span {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    position: relative;
    display: block;
    background: #fff;
}

.sale_btn01 span::before,
.sale_btn01 span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 11px;
    width: 8px;
    height: 1px;
    border-radius: 9999px;
    background-color: #1eae42;
    transform-origin: calc(100% - 0.5px) 50%;
}

.sale_btn01 span::before {
    transform: rotate(45deg);
}

.sale_btn01 span::after {
    transform: rotate(-45deg);
}

.sale_column_inner {
    padding: 50px 0 50px;
    width: 90%;
    margin: auto;
    position: relative;
}

.sale_column_inner h3 img {
    display: block;
    margin: auto;
    width: 300px;
}

.sale_column_bg {
    position: absolute;
    top: 15px;
    left: 0;
    width: 140px;
}

.sale_column_inner iframe {
    width: 100%;
    height: 340px;
}

.sale_column_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 45px 0 0 0;
    margin: 0;
    list-style: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.sale_column_list li a {
    text-decoration: none;
}

.sale_column_img {
    position: relative;
}

.sale_column_img img {
    width: 260px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.sale_column_day {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px 10px;
    box-sizing: border-box;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #1b7448;
    border-radius: 3px;
    border: 1px solid #1b7448;
    margin: 0;
}

.sale_column_name {
    font-size: 17px;
    font-weight: bold;
    color: #1b7448;
    padding-top: 20px;
    margin: 0;
}

.sale_column_inner .sale_btn01 {
    width: 300px;
    height: 70px;
    border-radius: 99px;
    margin: auto;
    /* padding-left: 100px; */
    box-sizing: border-box;
    gap: 15px;
}

.sale_column_inner .sale_btn01 p {
    font-size: 15px;
}

.sale_column_inner .sale_btn01 span {
    width: 35px;
    height: 35px;
    border-radius: 99px;
}

.sale_column_inner .sale_btn01 span::before,
.sale_column_inner .sale_btn01 span::after {
    right: 17px;
}

.sale_qa_inner {
    padding: 70px 0;
    width: 90%;
    margin: auto;
}

.sale_qa_inner h3 img {
    margin: auto;
    display: block;
    width: 380px;
}

.sale_qa_inner ul {
    width: 100%;
    /* padding-bottom: 70px; */
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    margin-top: 45px;
}

.sale_qa_inner ul li {
    width: 90%;
    margin: auto;
    padding: 30px 0 30px;
}

.sale_qa_inner ul li:not(:last-of-type) {
    border-bottom: 1px solid #cccccc;
}

.sale_qa_q,
.sale_qa_a {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 15px;
}

.sale_qa_a {
    padding-top: 15px;
}

.sale_qa_inner ul li p {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 1.8;
    padding-top: 5px;
}

.sale_qa_q img,
.sale_qa_a img {
    width: 35px;
}

.sale_about {
    position: relative;
    background: url(../img/sale/s_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sale_about::after {
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    right: -150px;
    background: url(../img/sale/s_about_map.webp);
    width: 500px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* min-width: 750px; */
}

.sale_about_inner {
    /* display: flex; */
    /* justify-content: left; */
    /* align-items: flex-end; */
    padding: 235px 0 60px;
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.sale_about_left {
    /* width: 600px; */
}

.sale_about_txt01 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.8;
    padding-top: 40px;
}

.sale_about_right {
    /* width: 460px; */
    background: #fff;
    padding: 15px;
    margin-top: 30px;
}

.sale_about_txt02 {
    font-size: 15px;
    font-weight: bold;
    color: #1b7448;
}

.sale_about_txt03 {
    font-size: 14px;
    color: #000;
    padding-top: 5px;
    line-height: 1.8;
    font-weight: 500;
}

.sale_conts {
    background: url(../img/sale/s_conts_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0 70px;
}

.sale_conts_inner {
    width: 90%;
    margin: auto;
}

.sale_conts_inner h3 {
    color: #fff;
    text-align: center;
}


.sale_conts_inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px 0;
    padding-top: 35px;
    /* margin: auto; */
}

.sale_conts_inner ul li a {
    width: 43.5vw;
    height: 60px;
    display: grid;
    place-content: center;
    font-size: 13px;
    font-weight: bold;
    color: #1fae42;
    background: #fff;
    border: 1px solid #1fae42;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    transition: all .3s;
    margin: auto;
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 1.2;
    text-align: center;
}

.sale_conts_inner ul li:not(:last-of-type) a {
    /* margin-bottom: 10px; */
}

.sale_conts_inner ul li a div {
    position: absolute;
    top: 17px;
    right: 8px;
}

.sale_conts_inner ul li a span {
    width: 20px;
    height: 20px;
    border-radius: 25px;
    position: relative;
    display: block;
    background: #1eae42;
}

.sale_conts_inner ul li a span::before,
.sale_conts_inner ul li a span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 7px;
    width: 6px;
    height: 1px;
    border-radius: 9999px;
    background-color: #fff;
    transform-origin: calc(100% - 0.5px) 50%;
}

.sale_conts_inner ul li a span::before {
    transform: rotate(45deg);
}

.sale_conts_inner ul li a span::after {
    transform: rotate(-45deg);
}




/* マイホームオークション　myhome */

.myhome_container {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
}

.mh_main {
    width: 100%;
    background: url(/img/sale/myhome/mh_main_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.mh_main_inner {
    width: 90%;
    margin: auto;
    position: relative;
    padding: 110px 0 90px;
}

.mh_main_flex {
    /* display: flex; */
    /* gap: 10px; */
    /* align-items: center; */
    position: relative;
}

.mh_main_txt0 {
    font-size: 18px;
    color: #000;
    background: #fff;
    width: 160px;
    height: 40px;
    display: grid;
    place-content: center;
    line-height: 1;
    margin: 0;
    font-weight: 500;
}

.mh_main_txt1 {
    font-size: 24px;
    color: #fff;
    line-height: 1;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    padding-top: 20px;
}

.mh_main_flex::after {
    content: "";
    display: block;
    width: 335px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -10px;
}

.mh_main_inner h2 {
    font-size: 36px;
    font-weight: 400;
    color: #1eae42;
    text-shadow:
        2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF,
        0px 2px 0 #FFF, 0px -2px 0 #FFF, -2px 0px 0 #FFF, 2px 0px 0 #FFF,
        1px 2px 0 #FFF, -1px 2px 0 #FFF, 1px -2px 0 #FFF, -1px -2px 0 #FFF,
        2px 1px 0 #FFF, -2px 1px 0 #FFF, 2px -1px 0 #FFF, -2px -1px 0 #FFF;
    margin: 0;
    line-height: 1.3;
    padding-top: 35px;
}

.mh_main_txt02 {
    font-size: 20px;
    color: #fff;
    line-height: 1.7;
    padding-top: 19px;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 5;
}

.mh_main_suzuki {
    position: absolute;
    right: -5px;
    width: 120px;
    z-index: 0;
    bottom: -20px;
}

.mh_top_btn {
    width: 90%;
    padding: 15px 0;
    border-radius: 999px;
    text-align: center;
    position: relative;
    display: block;
    background: #ff7054;
    text-decoration: none;
    line-height: 1;
    margin: -45px auto 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    transition: all .3s ease-in-out;
}

.mh_top_btn:hover {
    transform: translateY(5px);
}

.mh_main_btn_txt01 {
    font-size: 14px;
    color: #fff;
}

.mh_main_btn_txt02 {
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
}

.mh_main_btn01 {
    position: absolute;
    top: 20px;
    left: 60px;
    width: 10px;
}

.mh_main_btn02 {
    position: absolute;
    top: 20px;
    right: 60px;
    width: 10px;
}

.mh_about_inner {
    width: 96%;
    margin: auto;
    padding: 50px 0 60px;
}

.myhome_container h3 {
    font-size: 25px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1;
    margin: 0;
}

.myhome_container h3 span {
    color: #ff7054;
    font-weight: bold;
}

.mh_about_inner h3 {
    text-align: center;
}

.mh_about_txt01 {
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 2;
    padding-top: 40px;
}

.mh_about_txt01 span {
    color: #ff4a27;
}

.mh_about_figure {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    position: relative;
    padding-top: 25px;
}

.mh_about_nushi {
    width: 270px;
    background: #ececec;
    border-radius: 5px;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    margin: auto;
}

.mh_about_nushi_top {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    display: grid;
    place-content: center;
    color: #fff;
    font-size: 16px;
}

.mh_about_red {
    background: #ff4a27;
}

.mh_about_green {
    background: #1eae42;
}

.mh_about_nushi div {
    width: 100%;
    height: 80px;
    display: grid;
    place-content: center;
    border: 1px solid #1eae42;
    background: #fff;
    font-size: 28px;
    color: #000;
    position: relative;
}

.mh_about_nushi_num {
    font-size: 16px;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 99px;
    background: #1eae42;
    display: grid;
    place-content: center;
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    margin: auto;
}

.mh_about_nushi_txt {
    font-size: 17px;
}

.mh_about_center {
    width: 320px;
    border: 1px solid #1eae42;
    border-radius: 5px;
    padding: 20px 0 25px;
    box-sizing: border-box;
    margin: 46px auto;
}

.mh_about_pita {
    display: block;
    margin: auto;
    width: 150px;
}

.mh_about_kaisatsu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 35px;
}

.mh_about_keiyaku div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
}

.mh_about_keiyaku img {
    display: block;
    margin: auto;
    padding-top: 15px;
}

.mh_about_center_num {
    width: 28px;
    height: 28px;
    border-radius: 99px;
    color: #fff;
    display: grid;
    place-content: center;
    background: #1eae42;
    font-size: 15px;
}

.mh_about_center_txt {
    font-size: 18px;
    color: #000;
}

.mh_about_nushi div {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}


.mh_about_arrow01 {
    position: absolute;
    top: 240px;
    left: 115px;
    transform: rotate(90deg);
    z-index: 5;
    width: 50px;
}

.mh_about_arrow02 {
    top: 615px;
    left: 115px;
    transform: rotate(90deg);
    z-index: 5;
    width: 50px;
    position: absolute;
}

.mh_about_arrow_red {
    position: absolute;
    top: 237px;
    right: 120px;
    transform: rotate(90deg);
    z-index: 5;
    width: 45px;
}

.mh_about_arrow_green {
    position: absolute;
    top: 621px;
    right: 120px;
    transform: rotate(90deg);
    z-index: 5;
    width: 45px;
}

.mh_merit {
    background: url(/img/sale/s_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px;
}

.mh_merit_inner {
    width: 96%;
    margin: auto;
}

.mh_merit_inner h3 {
    text-align: center;
    line-height: 1.3;
}

.mh_merit_list_big {
    /* display: flex; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    padding-top: 30px;
    gap: 60px 0;
}

.mh_merit_half {
    width: 100%;
    /* height: 550px; */
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
}

.mh_merit_top {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.mh_merit_num {
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background: #ff7054;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    flex-shrink: 0;
}

.mh_merit_name {
    font-size: 18px;
}

.mh_merit_half img {
    width: 100%;
    padding-top: 15px;
}

.mh_merit_about {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding-top: 20px;
    line-height: 1.7;
}

.mh_merit_about span {
    background: linear-gradient(transparent 75%, #e9bf00 75%);
}

.mh_merit_full {
    width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
}

.mh_merit_bottom {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: flex-start; */
    margin-top: 15px;
    /* gap: 35px; */
}

.mh_merit_img {
    width: 100%;
    /* height: 383px; */
    position: relative;
    flex-shrink: 0;
}

.mh_merit_tenpo {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    width: 110px;
    height: 110px;
    background: #ff0e0e;
    display: grid;
    place-content: center;
    border-radius: 999px;
    text-align: center;
    line-height: 1.1;
}

.mh_merit_tenpo span:nth-child(2) {
    font-size: 28px;
}

.mh_merit_tenpo span:nth-child(3) {
    font-size: 17px;
}

.mh_merit_mini {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 0 0;
    gap: 20px 0;
}

.mh_merit_list_mini {
    width: 100%;
    /* height: 214px; */
    background: #f0f0f0;
    border-radius: 3px;
    padding: 15px;
    box-sizing: border-box;
}

.mh_merit_num_mini {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    background: #1eae42;
    font-size: 16px;
    display: grid;
    place-content: center;
    color: #fff;
}

.mh_merit_name_mini {
    font-size: 16px;
}

.mh_merit_about_mini {
    font-size: 14px;
    padding-top: 20px;
    line-height: 1.5;
}

.mh_merit_about_mini span {
    color: #ff0e0e;
}

.mh_merit_note {
    font-size: 12px;
    padding-top: 10px;
}

.mh_merit_list_mini_100 {
    width: 100%;
    background: #f0f0f0;
    border-radius: 3px;
    padding: 23px 25px;
}

.mh_inq {
    background: url(/img/sale/myhome/mh_inq_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mh_inq_inner {
    padding: 60px 0;
}

.mh_inq_inner h3 {
    font-weight: bold;
    color: #fff;
    padding-bottom: 30px;
    text-align: center;
    line-height: 1.3;
}

.mh_inq_box {
    background: #fff;
    padding: 40px 0;
    width: 90%;
    margin: auto;
}

.mh_inq_top {
    width: 300px;
    margin: auto;
    /* justify-content: center; */
    /* gap: 40px; */
}

.mh_inq_top div {
    width: 300px;
}

.mh_inq_top div:not(:last-of-type) {
    padding-bottom: 20px;
}

.mh_inq_txt01 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding-bottom: 5px;
}

.mh_inq_btn {
    width: 300px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.mh_inq_btn span {
    width: 50px;
    height: 30px;
    display: inline-grid;
    place-content: center;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border-radius: 3px;
}

.mh_inq_satei {
    background: #ff7054;
}

.mh_inq_satei span {
    color: #ff7054;
}

.mh_inq_sodan {
    background: #1fae42;
}

.mh_inq_sodan span {
    color: #1fae42;
}

.mh_inq_bottom {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 50px; */
    /* justify-content: center; */
    padding-top: 20px;
}

.mh_inq_tel {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    justify-content: center;
}

.mh_inq_tel img {
    width: 35px;
}

.mh_inq_tel::after {
    content: "";
    display: block;
    width: 5px;
    height: 40px;
    background: #ccc;
    top: 8px;
    right: -25px;
    position: absolute;
}

.mh_inq_tel p,
.mh_inq_tel a {
    font-size: 25px;
    font-weight: bold;
    color: #1b7448;
    letter-spacing: 1px;
}

.mh_inq_time {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.mh_voice {
    padding: 50px 0 60px;
}

.mh_voice_inner {
    width: 96%;
    margin: auto;
}

.mh_voice_top {
    background: url(/img/sale/myhome/mh_voice_tit_bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 255px;
    height: 80px;
    margin: auto;
    padding-top: 35px;
    box-sizing: border-box;
}

.mh_voice_sub {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.mh_voice_top h3 {
    text-align: center;
    padding-top: 5px;
}

.mh_voice_inner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #e8e8e8;
    border-radius: 20px;
    padding: 30px 15px 30px;
    gap: 20px 0;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.mh_voice_inner li {
    width: 530px;
    background: #fff;
    padding: 35px 20px;
    box-sizing: border-box;
    border-top: 5px solid #ff7054;
    position: relative;
}

.mh_voice_num {
    font-size: 12px;
    position: relative;
    padding-left: 45px;
}

.mh_voice_num::before {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background: #ff7054;
    position: absolute;
    top: 7px;
    left: 0;
}

.mh_voice_name {
    font-size: 18px;
    line-height: 1.5;
    height: 50px;
    padding-top: 10px;
}

.mh_voice_img {
    position: absolute;
    top: 41px;
    right: 20px;
    width: 70px;
}

.mh_voice_about {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -1px;
    padding-top: 15px;
}

.mh_voice_about span {
    color: #ff0e0e;
}

.mh_flow {
    width: 100%;
    background: #eefdea;
    border-radius: 0 30px 0 30px;
    padding: 60px 0 60px;
}

.mh_flow_inner {
    width: 96%;
    margin: auto;
}

.mh_flow_inner h3 img {
    display: block;
    margin: auto;
    width: 200px;
}

.mh_flow_inner ul {
    padding-top: 30px;
}

.mh_flow_inner li {
    /* display: flex; */
    /* align-items: flex-start; */
    padding: 20px 30px;
    background: #fff;
    position: relative;
}

.mh_flow_inner li:not(:last-of-type) {
    margin-bottom: 45px;
}

.mh_flow_inner li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 48px solid transparent;
    border-left: 48px solid transparent;
    border-top: 35px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    margin: auto;
}

.mh_flow_name {
    width: 260px;
    font-size: 20px;
    color: #ff7054;
    line-height: 1.7;
    flex-shrink: 0;
}

.mh_flow_about {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 5px;
}


/* よくある質問 */
#mh_qa {
    padding: 60px 0;

    >div {
        width: 96%;
        margin: 0 auto;
    }

    h3 img {
        display: block;
        margin: auto;
        width: 320px;
    }

    .accordionbox {
        width: 100%;
        padding: 15px 15px 45px;
        box-sizing: border-box;
        background: #fff;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
        margin-top: 35px;
    }

    .qa_list {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border-bottom: 1px solid #cccccc;
    }


    .qa_list .title {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 15px 50px 15px 60px;
        background-color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.5;
        color: #000;
        text-align: left;
        position: relative;
    }

    .qa_list .title:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: url(/img/sale/s_qa_q.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 22px;
        left: 0;
    }


    .qa_list dt {
        position: relative;
        /* border-bottom: 1px solid #cccccc; */
    }

    .qa_list dt .title.active {}

    .qa_list dd {
        display: none;
        padding: 20px 55px 20px 90px;
        background: #eee;
        margin: 0;
        background-color: #fff;
        text-align: left;
        font-size: 15px;
        line-height: 1.8;
        color: #000;
        position: relative;
        border-bottom: 1px solid #cccccc;
    }

    .qa_list dd:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: url(/img/sale/s_qa_a.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 20px;
        left: 0px;
    }

    .accordion_icon {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        transition: all 0.3s;
    }

    .accordion_icon span {
        position: absolute;
        top: 10px;
        width: 10px;
        height: 3px;
        background-color: #000;
        /* border-radius: 2px; */
        transition: all 0.3s;
    }

    /* ★左側の棒を45度傾ける */
    .accordion_icon span:nth-of-type(1) {
        left: 4px;
        transform: rotate(45deg);
    }

    /* ★右側の棒を-45度傾けてV字にする */
    .accordion_icon span:nth-of-type(2) {
        left: 10px;
        transform: rotate(-45deg);
    }

    /* ★アクティブ時（開いているとき）は角度を逆にして上向きにする */
    .accordion_icon.active span:nth-of-type(1) {
        transform: rotate(-45deg);
    }

    .accordion_icon.active span:nth-of-type(2) {
        transform: rotate(45deg);
    }

    /* --- ★矢印アイコンへの変更箇所ここまで --- */

    @media screen and (max-width: 768px) {
        #mh_qa .qa_list .title {
            padding: 15px 50px 15px 60px;
            font-size: 16px;
        }

        .qa_list .title:before {
            top: 15px;
            left: 15px;
        }

        .qa_list dd {
            padding-left: 60px;
        }

        .qa_list dd:before {
            left: 15px;
        }
    }
}

.mh_adviser {
    background: #fff;
    padding: 50px 0 80px;
    position: relative;
}

.mh_adviser_inner {
    width: 96%;
    border-radius: 25px;
    margin: auto;
    background: url(../img/top/adviser_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0 40px;
    position: relative;
}

.mh_adviser_inner h3 img {
    display: block;
    margin: auto;
    width: 250px;
}

.mh_adviser_txt01 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 1.8;
    text-align: center;
    margin: 0;
    padding: 20px 0 20px;
    width: 90%;
    margin: auto;
}

.mh_adviser_main {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: flex-start; */
    /* gap: 45px; */
    font-family: "Zen Maru Gothic", sans-serif;
}

.mh_adviser_left img {
    width: 220px;
    margin: auto;
    display: block;
}

.adviser_name {
    font-size: 17px;
    font-weight: bold;
    color: #1b7448;
    padding-top: 15px;
    margin: 0;
    text-align: center;
}

.mh_adviser_right {
    width: 80%;
    margin: auto;
    padding-top: 30px;
}

.mh_adviser_txt02 {
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    color: #1b7448;
    padding-bottom: 10px;
    border-bottom: 1px dashed #8ab49c;
    margin: 0;
}

.mh_adviser_txt03 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
    margin: 0;
    padding-top: 12px;
}


.mh_adviser_btn {
    width: 270px;
    height: 55px;
    border-radius: 15px;
    background: #1eae42;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
}

.mh_adviser_btn p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-left: 45px;
}

.mh_adviser_btn span {
    width: 30px;
    height: 30px;
    border-radius: 25px;
    position: relative;
    display: block;
    background: #fff;
}

.mh_adviser_btn span::before,
.mh_adviser_btn span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 12px;
    width: 7px;
    height: 1px;
    border-radius: 9999px;
    background-color: #1eae42;
    transform-origin: calc(100% - 0.5px) 50%;
}

.mh_adviser_btn span::before {
    transform: rotate(45deg);
}

.mh_adviser_btn span::after {
    transform: rotate(-45deg);
}

.mh_adviser_btn:hover {
    border: 1px solid #1eae42;
    background: #fff;
}

.mh_adviser_btn:hover p {
    color: #1eae42;
}

.mh_adviser_btn:hover span {
    background-color: #1eae42;
}

.mh_adviser_btn:hover span::before,
.mh_adviser_btn:hover span::after {
    background: #fff;
}


.mh_sale_about {
    margin-bottom: 10px;
    overflow: hidden;
}



/* ----------------------------------------
other（例）
---------------------------------------- */



/* other（例）
---------------------------------------- */