@charset "UTF-8";

#f+section .heading.block_header_6 .h {
    font-family: "Noto Serif JP", serif;
    color: #775C41;
    font-size: 3.8rem !important;
    font-weight: 500;
    border-top: 3px solid #775C41;
    border-bottom: 3px solid #775C41;
    padding-left: 55px;
    line-height: 1.8;
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

#f+section .heading.block_header_6 .h::before,
#f+section .heading.block_header_6 .h::after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    top: 0;
    pointer-events: none;
}

#f+section .heading.block_header_6 .h::before {
    width: 45px;
    left: 5px;
    background: url("/common/upload_data/c21-housepartnercom/image/v_hd.png") no-repeat left center / contain;
}

#f+section .heading.block_header_6 .h::after {
    width: 20vw;
    max-width: 380px;
    background: url("/common/upload_data/c21-housepartnercom/image/v_obj2.png") no-repeat left bottom / contain;
    right: 0;
}

#btn+.contents_btn01>.content_wrapper {
    display: flex;
    gap: 45px;
}

#btn+.contents_btn01 a {
    background: #D9A300;
    border: 1px solid #B8B7B5;
    width: 50%;
    margin: 0;
}

#btn+.contents_btn01 a:last-of-type {
    /*background: #E4332D;*/
   background: ##D9A300;
}

#btn+.contents_btn01 a span {
    font-size: 2.2rem;
    padding: 10px 25px 6px;
}

#btn+.contents_btn01 a:hover {
    color: var(--i_bg_color) !important;
    border: 1px solid var(--i_txt_color);
}

a[id^="ans"]+div .heading.block_header_2 {
    margin-bottom: 20px;
}

a[id^="ans"]+div .heading.block_header_2 .h {
    font-size: 2rem !important;
    font-weight: 500;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    border-left: 2px solid #005E9B;
    display: block;
    padding: 10px 10px 10px 20px;
}

a[id^="ans"]+div .heading.block_header_2 .h::before {
    display: none;
}

a[id^="ans"]+div dl {
    position: relative;
    border: solid 12px #ebe6d2 !important;
    padding-left: 5px;
    padding-bottom: 0px;
    box-sizing: border-box;
}

a[id^="ans"]+div dl:last-of-type {
    padding-left: 5px !important;
    padding-bottom: 0px !important;
}

a[id^="ans"]+div dl:not(:last-of-type) {
    margin-bottom: 15px;
}

a[id^="ans"]+div dl::before,
a[id^="ans"]+div dl::after {
    position: absolute;
    display: block;
    content: "";
    top: -12px;
    left: -12px;
    pointer-events: none;
}

a[id^="ans"]+div dl::before {
    width: 65px;
    height: 100%;
    background: url("/common/upload_data/c21-housepartnercom/image/q_obj.png") no-repeat top left / contain;
}

a[id^="ans"]+div dl::after {
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    border: 1px solid #B8B7B5;
    box-sizing: border-box;
}

a[id^="ans"]+div dt {
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
    color: #000;
    padding-left: 38px;
    margin-left: 50px;
    margin-bottom: 0 !important;
    width: auto;
}

a[id^="ans"]+div dd {
    color: #6B6B6B;
    padding-left: 35px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    width: auto;
}

a[id^="ans"]+div dt::before,
a[id^="ans"]+div dd::before {
    border: none;
    background: transparent;
    line-height: 1.9;
    font-weight: 500;
}

a[id^="ans"]+div dt::before {
    color: #000;
    content: "Q.";
    font-family: "Yu Mincho", serif;
}

a[id^="ans"]+div dd::before {
    color: #6B6B6B;
    content: "A :";
    left: 0;
    font-size: 1.9rem;
    line-height: 1;
}

a[id^="ans"]+div dd span.inner {
    padding-top: 0;
}

a[id^="ans"]+div .wrapper_item {
    margin-bottom: 0;
}

@media screen and (max-width: 650px) {
    #f+section {
        padding-top: 10px;
    }

    #f+section .heading.block_header_6 .h::before,
    #f+section .heading.block_header_6 .h::after {
        display: none;
    }

    #f+section .heading.block_header_6 .h {
        font-size: 1.7rem !important;
        font-weight: 500;
        border-top: 1px dashed #775C41;
        border-bottom: 1px dashed #775C41;
        border-left: 2px solid #775C41;
        padding-left: 8px;
    }

    #btn+.contents_btn01>.content_wrapper {
        gap: 8px;
    }

    #btn+.contents_btn01 a {
        width: 100%;
        min-width: auto;
    }

    #btn+.contents_btn01 a span {
        font-size: 1.8rem;
        padding: 10px 5px 6px;
    }

    a[id^="ans"]+div .heading.block_header_2 .h {
        font-size: 1.8rem !important;
        border-left: none;
        padding: 10px;
    }

    a[id^="ans"]+div dl:last-of-type,
    a[id^="ans"]+div dl {
        padding: 5px 0 !important;
    }

    a[id^="ans"]+div dl::before {
        width: 40px;
        top: 0;
        left: 0;
    }

    a[id^="ans"]+div dt {
        font-size: 1.5rem;
        line-height: 1.3;
        font-weight: 500 !important;
        padding-left: 28px;
        margin-left: 30px;
    }

    a[id^="ans"]+div dd {
        line-height: 1.3;
        margin-top: 30px;
    }

    a[id^="ans"]+div dt::before {
        font-size: 1.9rem;
        line-height: 1.8;
    }

    a[id^="ans"]+div dd::before {
        line-height: 0.2;
    }
}

#lv,
#pan {
    display: none;
}