@charset "UTF-8";

/* 共通 */
#primary section:last-child {
    padding-bottom: 65px;
    margin-bottom: 100px !important;
}

.entry_header {
    display: none;
}

/* --- */
#int+section .heading.block_header_4 {
    background: var(--i_sub_color);
    clip-path: polygon(0% 0%, 98% 0%, 100% 50%, 98% 100%, 0% 100%);
    padding: 0 30px 0 20px;
}

#int+section .heading.block_header_4 .h {
    font-size: clamp(2.5rem, 2.5vw, 4rem) !important;
    color: var(--i_bg_color);
    line-height: 1.9;
    margin-bottom: 0;
}

#int+section .inner_item_txt>p {
    color: var(--i_sub_color);
    font-size: clamp(2.2rem, 3.5vw, 5rem);
    font-weight: bold;
    line-height: 1.3;
    border-left: 3px solid var(--i_sub_color);
    border-bottom: 3px solid var(--i_sub_color);
    padding: 20px 0 30px 30px;
    z-index: 5;
    position: relative;
}

#int+section .heading.block_header_2 .h {
    font-size: clamp(2.1rem, 2.5vw, 3rem) !important;
}

@media screen and (min-width: 901px) {
    #int+section .inner_item_txt>p {
        margin-left: -45px;
        display: inline-block;
    }
}

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

    #int+section .inner_item_txt>p {
        padding: 10px 0 10px 10px;
    }
}

/* --- */
a[id^="q"]+section .heading.block_header_5 .h {
    font-size: clamp(2.8rem, 2.5vw, 5rem) !important;
    color: var(--i_main_color);
    line-height: 1;
}

a[id^="q"]+section .heading.block_header_5 p {
    font-size: clamp(1.8rem, 2.5vw, 3rem) !important;
}

a[id^="q"]+section>.content_wrapper {
    padding: 25px 5% 0 !important;
}

a[id^="q"]:not(#q2_l)+section .wrapper_item {
    padding-bottom: 30px !important;
    border-bottom: 3px solid #ecd68b;
}

/* --- */
#int2+section .heading.block_header_4 {
    margin-bottom: -20px;
    z-index: 5;
    mix-blend-mode: multiply;
}

#int2+section .heading.block_header_4 .h {
    font-size: clamp(3rem, 6vw, 7rem) !important;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1;
}