@charset "UTF-8";

a.disabled {
    pointer-events: none;
    color: #a9a9a9;
}

h1 span.wp_h1_span {
    display: inline-block;
    position: relative;
    letter-spacing: 0.1px;
}

h1 span.wp_h1_span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 8px;
    background: -webkit-repeating-linear-gradient(-45deg, #ffe600, #ffe600 1px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #ffe600, #ffe600 1px, #fff 2px, #fff 4px);
}

.layer_contents h2.wp_h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

h2 span.wp_h2_span {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: 0.1px;
    padding-bottom: 5px;
    border-bottom: solid 3px #c4c4c4;
}

h2 span.wp_h2_span:after {
    display: block;
    position: absolute;
    content: " ";
    top: 15px;
    bottom: -3px;
    width: 30%;
    border-bottom: solid 3px #e4012d;
}

.layer_contents h3.wp_h3 {
    position: relative;
    padding-left: 14px;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
}

.layer_contents h3.wp_h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 6px;
    height: 16px;
    background-color: #172c79;
}

.layer_contents h4 {
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1px;
}

.layer_contents h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: #172c79;
    border-radius: 50%;
}

@media (max-width: 575px) {
    .related_post {
        padding: 2% 4%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .post_image {
        width: 30%;
        margin: 0;
    }

    .post_image img {
        width: 100%;
    }

    .post_text {
        width: 68%;
    }

    .post_text {
        line-height: 1.4rem;
    }

    .post_text .subtitle02 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .post_text p {
        display: none;
    }
}