@charset "UTF-8";

@media screen and (max-width: 1024px) {
    .result.index04 section h4 {
        width: 20%;
    }
}

@media screen and (max-width: 767px) {
    .result.index04 section {
        display: block;
    }
    .result.index04 section h4 {
        width: auto;
        border-right: none;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .result.index04 section .index04Contents {
        width: auto;
    }
    .result.index04 section .index04Pdf {
        margin: 1.25em 0 0;
    }
    .result.index04 section .index04Pdf a .iconPdf01 {
        width: 10%;
    }
    .result.index04 section .index04Pdf a span {
        width: 88%;
        font-size: 100%;
    }
}
