/* ----------------------------------------
　other（例）
---------------------------------------- */

:root {
    --font-style-c: "Cormorant Infant", serif;
    --font-style-z: "Zen Old Mincho", serif;
}

.sp_off {
    display: none;
}




/* other（例）
---------------------------------------- */

/* ----------------------------------------
　sale_new（売却）
---------------------------------------- */
.sale_new {
    font-family: "Noto Sans JP", sans-serif;
}

.sale_pc {
    display: none;
}

.sale_nayami {
    width: 100%;
    position: relative;
    padding: 50px 0
}

.sale_nayami_top {
    width: 90%;
    margin: auto;
}

.sale_nayami_left img {
    position: absolute;
    top: 470px;
    left: 5%;
    width: 90%;
}

.sale_nayami_right div {
    width: 100%;
    background: #F9F3E9;
    display: grid;
    place-content: center;
    margin-top: 30px;
    padding: 30px 0px;
}

.sale_nayami_right div p {
    font-weight: 400;
    font-size: 15px;
    padding: 10px 0;
    line-height: 1.3;
    color: #333;
}

.sale_nayami_txt01 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-size: 25px;
    color: #333;
    text-align: center;
    padding: 340px 0 30px 0;
}

.sale_nayami_txt01 span {
    color: #E04D0F;

}

.sale_nayami_txt02 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.sale_nayami_txt02 span {
    background: linear-gradient(transparent 70%, #FFE47ACC 70%);
    font-weight: 700;
}


.sale_nayami::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -70px;
    left: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 70px 50vw 0 50vw;
    z-index: 1;
}

.sale_jisseki {
    background: #F9F3E9;
    text-align: center;
    padding: 120px 0 60px 0;
}

.sale_new h2 {
    font-family: var(--font-style-z);
    font-weight: 500;
    font-size: 30px;
    color: #333;
}

.sale_new h2 span {
    color: #E04D0F;
    font-weight: 500;
}

.sale_h2_sub {
    font-family: var(--font-style-c);
    font-weight: 500;
    font-size: 18px;
    color: #333;
    padding-top: 10px;
}

.sale_jisseki_txt {
    font-weight: 400;
    font-size: 15px;
    color: #333;
    padding: 30px 0;
}

.sale_jisseki_txt span {
    color: #E04D0F;
}

.sale_jisseki ul {
    width: 90%;
    margin: auto;
}

.sale_jisseki ul li {
    background: #fff;
    padding: 33px 16px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    border-radius: 5px;
    margin-top: 20px;
}


.sale_jisseki_list {
    border-top: 1px solid #A8A8A8;
    padding-top: 22px;
}

.sale_gaiyou {
    font-weight: 700;
    font-size: 14px;
    padding: 0 0 12px 8px;
    position: relative;
}

.sale_gaiyou::before {
    content: "";
    width: 2px;
    height: 19.5px;
    background: #E04D0F;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.sale_gaiyou_about {
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 22px;

    & span {
        display: block;
    }

}

.sale_com {
    font-weight: 700;
    font-size: 16px;
    color: #ED6103;
    padding-bottom: 10px;
}



.sale_jisseki a {
    font-weight: 500;
    font-size: 18px;
    color: #333;
    width: 80%;
    height: 67px;
    border: 1px solid #333;
    border-radius: 5px;
    display: grid;
    place-content: center;
    background: #fff;
    margin: 0px auto 0 auto;
}



.sale_reason {
    padding: 60px 0;
}

.sale_reason h2,
.sale_h2_sub {
    text-align: center;
}

.sale_reason ul {
    width: 90%;
    border-radius: 5px;
    background: #F9F3E9;
    margin: auto;
    padding: 35px 0;
    margin-top: 35px;
}

.sale_reason ul li {
    width: 90%;
    margin: auto;
    padding-bottom: 30px;
}

.sale_reason_txt01 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #E04D0F;
    padding: 20px 0 10px 0;
}

.sale_reason_txt02 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.sale_flow {
    width: 100%;
    background: #F9F3E9;
    padding: 60px 0;
}

.sale_flow_con01 {
    width: 90%;
    margin: auto;
}

.sale_flow h2,
.sale_flow .sale_h2_sub {
    text-align: left;
}

.sale_flow_con01 .sale_h2_sub {
    padding: 0px 0 10px 0;
}

.sale_flow_con02 {
    width: 90%;
    margin: 20px auto;
}

.sale_flow_con02 ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}

.sale_flow_left {
    width: 30%;
    display: block;
    height: 143px;
    position: relative;
}

.sale_flow_left:before {
    position: absolute;
    width: 10px;
    height: 143px;
    display: block;
    content: "";
    background-color: #E04D0F80;
    opacity: 50%;
}

.sale_flow_right {
    position: relative;
    height: 47px;
    margin-bottom: 40px;
    width: 70%;
}

.sale_flow_right::before {
    content: "";
    display: block;
    width: 36%;
    height: 20px;
    background: url(../sell/img/sale_flow.webp) no-repeat;
    position: absolute;
    top: 32px;
    left: -110px;
}

.sale_flow_top {
    display: flex;
    justify-content: left;
    gap: 15px;
    align-items: center;
}

.sale_flow_step {
    width: 80px;
    height: 32px;
    font-family: "Cormorant Infant", serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    display: grid;
    place-content: center;
    background: #E04D0F;
}

.sale_flow_name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

.sale_flow_about {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    padding-top: 18px;
}

.sale_q {
    width: 100%;
    background: #F5F5F5;
    padding: 60px 0;
}

.sale_q h2 {
    text-align: center;
}

.sale_q_border {
    width: 74px;
    height: 1px;
    background: #333;
    display: block;
    margin: 35px auto 5px auto;
}

.accordionlist {
    width: 90%;
    margin: auto;
}

.qa_list {
    display: block;
    overflow: hidden;
    cursor: pointer;
    filter: drop-shadow(0px 0px 5px #0001);
    margin-top: 35px;
}

.qa_list .title {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 13% 20px 13%;
    background-color: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    text-align: left;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
}

.qa_list .title:before {
    content: "Q";
    position: absolute;
    top: 20px;
    left: 5%;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 1;
    color: #77A3BA;
}

.qa_list dt {
    position: relative;
}

.qa_list dt .title.active {
    border-bottom: 1px solid #ccc;
}

.qa_list dd {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 13% 20px 13%;
    background-color: #fff;
    text-align: left;
    position: relative;
    font-size: 13px;
}

.qa_list dd:before {
    content: "A";
    position: absolute;
    top: 20px;
    left: 5%;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 1;
    color: #E04D0F;
}

.accordion_icon,
.accordion_icon {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.accordion_icon {
    width: 20px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 20px;
    right: 5%;
}

.accordion_icon span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.2s;
}

.accordion_icon span:nth-of-type(1) {
    margin: auto;
    top: 0;
    bottom: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
    top: 9px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.accordion_icon.active span:nth-of-type(1) {
    display: none;
}

.accordion_icon.active span:nth-of-type(2) {
    top: 11px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}

.sale_cl {
    width: 90%;
    margin: auto;
    padding: 60px 0 90px 0;
    text-align: center;
}

.sale_cl_txt01 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #333;
}

.sale_cl_txt01 span {
    color: #E04D0F;
    display: block;
    font-weight: 700;
}

.sale_cl_txt02 {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #333;
    padding: 27px 0 40px 0;
}

.sale_cl ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 30px;
}

.sale_cl ul li a {
    font-weight: 400;
    font-size: 15px;
    display: grid;
    place-content: center;
    width: 42vw;
    height: 55px;
    border-radius: 5px;
    background: #333;
    color: #fff;
}

/*--sale_new_main--*/

.sale_new_main {
    position: relative;
    background-color: #fff;
}

#sale_splide_slider {
    pointer-events: none;
}

#sale_splide_slider .splide__slide {
    width: 180px;
    overflow: hidden;
    border-radius: 5px;
}

.splide_new_main_conts {
    position: absolute;
    z-index: 2;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 5px;
    width: 90%;
    display: grid;
    place-content: center;
    margin: 0 auto;
    inset: 0;

    & .flex01 {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;

        & ul {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            width: 48%;

            & li {
                background-color: #333;
                color: #fff;
                width: 70px;
                height: 30px;
                display: grid;
                place-content: center;
                font-size: 14px;
                font-family: var(--font-style-z);
            }
        }
    }

    h2 {
        color: #333;
        font-size: 16px;
        font-family: var(--font-style-z);
        line-height: 1.7;
        margin: 0;
        text-align: left;
        font-weight: bold;
    }

}

/*--/sale_new_main--*/

/*--sale_new_satei--*/
.sale_new_satei {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
    display: flex;
    gap: 20px;

    & h2 {
        font-size: 15px;
        font-family: var(--font-style-z);
        color: #fff;
        width: 30%;
        height: 46px;
        display: grid;
        place-content: center;
        background-color: #333;
        margin: 0;
        font-weight: 500;
    }

    & .sale_iframe {
        width: 70%;

        & iframe {
            width: 100%;
            height: 46px;
        }
    }

}

.marquee {
    padding: 0;
    overflow: hidden;
    margin-bottom: 0px;
    position: relative;
}

.marquee span {
    margin: 0;
    padding-left: 0px;
    display: flex;
    white-space: nowrap;
    -webkit-animation-name: marquee;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: marquee;
    -moz-animation-timing-function: linear;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: marquee;
    -ms-animation-timing-function: linear;
    -ms-animation-duration: 10s;
    -ms-animation-iteration-count: infinite;
    -o-animation-name: marquee;
    -o-animation-timing-function: linear;
    -o-animation-duration: 10s;
    -o-animation-iteration-count: infinite;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    gap: 40px;
    height: 46px;
    align-items: center;
}

.marquee span a {
    text-decoration: none;
    color: #333;
    font-family: var(--font-style-z);
    display: flex;
    gap: 20px;
    font-size: 18px;
    font-weight: bold;

    & .sale_satei_red {
        color: #E04D0F;
    }

    & p {
        margin: 0;
    }
}

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translate(0%);
    }

    99%,
    to {
        -webkit-transform: translate(-100%);
    }
}

@-moz-keyframes marquee {
    from {
        -moz-transform: translate(0%);
    }

    99%,
    to {
        -moz-transform: translate(-100%);
    }
}

@-ms-keyframes marquee {
    from {
        -ms-transform: translate(0%);
    }

    99%,
    to {
        -ms-transform: translate(-100%);
    }
}

@-o-keyframes marquee {
    from {
        -o-transform: translate(0%);
    }

    99%,
    to {
        -o-transform: translate(-100%);
    }
}

@keyframes marquee {
    from {
        transform: translate(0%);
    }

    99%,
    to {
        transform: translate(-100%);
    }
}

/*--/sale_new_satei--*/

/* form */
#sale_t_form {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #F9F3E9;
}

#sale_t_form>div {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 15px;
    background: #FFF;
}

#sale_t_form>div .sale_t_form_tl {
    margin: 0 0 10px 0;
    text-align: center;
}

#sale_t_form>div .sale_t_form_tl p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 3px;
    width: 160px;
    margin: 0 auto 10px auto;
    padding: 8px 0;
    background: #E04D0F;
    font-size: 15px;
    font-size: clamp(13px, 3.4vw, 15px);
    line-height: 20px;
    color: #FFF;
}

#sale_t_form>div .sale_t_form_tl p span {
    font-size: clamp(15px, 3.7vw, 16px);
}

#sale_t_form>div .sale_t_form_tl h2 {
    font-size: clamp(15px, 3.7vw, 16px);
    letter-spacing: 0.05em;
}

#sale_t_form>div .sale_t_form_tl h2 span {
    font-size: clamp(19px, 5.3vw, 20px);
}

#sale_t_form>div .sale_t_form_tl h2>.line {
    background: linear-gradient(transparent 80%, #FFE47A 80%);
}

#sale_t_form>div .sale_t_form_tl h2>.sale_red {
    color: #E04D0F;
}

#sale_t_form>div>p {
    margin: 0 0 5px 0;
    font-size: clamp(11px, 2.9vw, 12px);
    line-height: 20px;
    text-align: center;
}

#sale_t_form .sale_t_box {
    padding: 20px 15px 15px 15px;
    background: #f5f5f5;
}

#sale_t_form .sale_t_box form ul {
    margin: 0 0 15px 0;
}

#sale_t_form .sale_t_box form ul li:not(:last-child) {
    margin: 0 0 15px 0;
}

#sale_t_form .sale_t_box form ul li p {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#sale_t_form .sale_t_box form ul li p:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/img/baikyaku/form_tl_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#sale_t_form .sale_t_box form .jcjs_sf {
    width: 100%;
    height: auto;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    border: 1px solid #d3c0b5;
    background: #FFF;
    font-family: var(--font-style-z);
    font-size: 14px;
    line-height: 23px;
    color: #CCC;
    letter-spacing: 0.05em;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url("/img/baikyaku/form_ar.png");
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: right 12px center;
}

#sale_t_form .sale_t_box form option {
    color: #333;
}

#sale_t_form .sale_t_box>p {
    font-size: 11px;
    line-height: 16px;
}

#sale_t_form .sale_t_box_btn #jc_btn_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0 15px 20px;
    background: #E04D0F;
    border: none;
    border-radius: 0;
    font-family: var(--font-style-z);
    font-size: clamp(15px, 4vw, 17px);
    line-height: 30px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0.05em;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}

#sale_t_form .sale_t_box_btn #jc_btn_submit:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
}

#sale_t_form .sale_t_box_btn #jc_btn_submit span {
    width: 45px;
    height: 22px;
    box-sizing: border-box;
    padding: 3px 8px 2px 8px;
    margin: auto;
    background: #FFF;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    color: #a0643e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
}

/* form */

/*--sale_jisseki--*/

.sale_jisseki_box {
    display: flex;
    width: 1200px;
    margin: auto;
    padding: 0;
}



.sale_jisseki_iframe {
    width: 90%;
    margin: 0 auto;

    & iframe {
        width: 100%;
        height: 500px;
    }
}

.sale_jisseki_box li {
    border-radius: 5px;
    margin-right: 30px;
    list-style: none;


    &:last-child {
        margin-right: 0;
    }

    & a {
        color: #000;
        text-decoration: none;
        padding: 33px 16px;
        background: #fff;
        width: 350px;
        box-sizing: border-box;
        text-align: left;
        display: block;
        border-radius: 5px;
    }
}

.sale_jisseki_name {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 53px;
    overflow: hidden;
}

.sale_jisseki_list {
    border-top: 1px solid #A8A8A8;
    padding-top: 22px;
    color: #000;
    margin: 0;
    position: relative;
}

/* 子に img が無い場合 */
.sale_gaiyou_img:not(:has(img)) {
    display: none;
}

/* 子 img の src が空 or 未指定の場合 */
.sale_gaiyou_img:has(img[src=""]),
.sale_gaiyou_img:has(img:not([src])) {
    display: none;
}

.sale_gaiyou_img {
    position: absolute;
    top: 50px;
    right: 0px;
    border: none;

    & img {
        width: 150px;
    }
}

.sale_gaiyou {
    font-weight: 700;
    font-size: 14px;
    padding: 0 0 12px 8px;
    position: relative;
    margin: 0;
}

.sale_gaiyou::before {
    content: "";
    width: 2px;
    height: 19.5px;
    background: #E04D0F;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.sale_gaiyou_about {
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 22px;
    line-height: 1.7;
    margin: 0;
}

.sale_com {
    font-weight: 700;
    font-size: 16px;
    color: #ED6103;
    padding-bottom: 10px;
    margin: 0;
}

.sale_com_about {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 53px;
    overflow: hidden;
}

/*--/sale_jisseki--*/

/*--sale_appraisal--*/

.sale_appraisal {
    background: url(../sell/img/sale_appraisal_off.webp)no-repeat;
    background-size: cover;
}

.sale_contact {
    background: url(../sell/img/sale_contact_off.webp)no-repeat;
    background-size: cover;
}

.sale_bnr {
    width: 100%;
}

.sale_bnr img {
    width: 100%;
    object-fit: cover;
}

.sale_bnr_box {
    width: 100%;
    position: relative;
    height: 180px;
    display: block;
}

.sale_bnr_box div {
    font-family: var(--font-style-z);
    font-weight: 500;
    position: absolute;
    bottom: 25px;
    left: 20px;
    line-height: 1;
    text-align: left;
}

.sale_bnr_txt01 {
    font-family: var(--font-style-c);
    font-size: 18px;
    color: #fff;
}

.sale_bnr_txt02 {
    font-size: 24px;
    color: #fff;
    padding-top: 10px;
}

.sale_bnr_txt03 {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    padding-top: 18px;
    line-height: 1.5;
}

/*--sale_appraisal--*/

/*--sale_voice--*/
.sale_new_voice {
    overflow: hidden;
    margin: 0 0 70px auto;

    & h2 {
        margin: 0 0 40px;
        display: block;
        text-align: center;
    }
}

#sale_voice_splide {
    width: 100%;
}

#sale_voice_splide .splide__slide {

    background-color: #F9F3E9;
    padding: 25px 20px;
    box-sizing: border-box;

    & .img {
        width: 160px;
        height: 160px;
        border-radius: 100%;
        border: 1px solid #333;
        box-sizing: border-box;
        background-color: #fff;
        margin: 0 auto;
        overflow: hidden;
        display: flex;
        align-items: end;
        justify-content: center;

        & img {
            width: 90%;
        }
    }

    & .txt {

        font-size: 14px;
        line-height: 2;
        text-align: left;
        margin-top: 15px;

        & strong {
            color: #E04D0F;
            display: block;
        }

        & p {
            height: 130px;
        }

    }

}

/*--/sale_voice--*/


.sell_fixed {
    display: none;
}

/* sale_new（売却）
---------------------------------------- */

/* ----------------------------------------
sitemap
---------------------------------------- */
.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
---------------------------------------- */