@charset "UTF-8";

/*---------------------------------*/
/**/

a[id^="txt"]+section>.content_wrapper {
    background: #fafafa;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    padding: 10px 100px;
    box-sizing: border-box;
    width: calc(100% - 40px);
}

#txt_t+section>.content_wrapper {
    padding-top: 50px;
}

#txt_b+section>.content_wrapper {
    padding-bottom: 50px;
}

a[id^="txt"]+section:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #c8bb9b;
    pointer-events: none;
}

#txt_t+section:before {
    height: 75%;
}

#txt_b+section:before {
    top: 0;
    bottom: auto;
    height: 50%;
}

#txt_t+section>.content_wrapper {
    padding-top: 65px;
}

#txt_b+section>.content_wrapper {
    padding-bottom: 100px;
}

@media screen and (max-width: 900px) {

    a[id^="txt"]+section>.content_wrapper {
        padding: 15px 20px;
    }

    #txt_t+section>.content_wrapper {
        padding-top: 20px;
    }

    #txt_b+section>.content_wrapper {
        padding-bottom: 20px;
    }
}

a[id^="txt"]+section .heading.block_header_2 {
    margin-bottom: 0;
}

a[id^="txt"]+section .heading.block_header_2 .h {
    font-weight: bold;
    font-size: 1.7rem !important;
}

.inner_item_txt a {
    text-decoration-color: #000 !important;
}

.inner_item_txt a:hover {
    text-decoration: none !important;
}


/*lv*/

#lv {
    display: none;
}

@media screen and (max-width: 900px) {
    main>section:first-of-type {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}