@charset "UTF-8";

.result h2 {
    background: #005899;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    padding: 0.35rem 0.5rem;
    margin-bottom: 1.5em;
}

.result h2 span.english {
    display: inline-block;
    border-bottom: 1px solid #fff;
    font-family: "font01";
    font-weight: normal;
    letter-spacing: 0.05em;
}

@media all and (-ms-high-contrast: none){
    .result h2 span.english {
        margin-bottom: 0.25em;
    }
}

/*******************************
result -index01, index02
*******************************/
.result.index01 section, .result.index02 section {
    margin-bottom: 2.5rem;
}

.result.index01 h3, .result.index02 h3 {
    margin-bottom: 0.5em;
}

.result.index01 h3 strong, .result.index02 h3 strong {
    font-family: "font01";
    font-weight: normal;
    font-size: 1.6em;
    color: #005899;
}

.result.index01 ul, .result.index02 ul {
    margin: 0 0 0 1.5rem;
}

.result.index01 ul li, .result.index02 ul li {
    list-style-type: disc;
}

.result.index01 ul li:not(:last-child), .result.index02 ul li:not(:last-child) {
    margin-bottom: 1.5rem;
}

/*******************************
result -index0301
*******************************/
.result.index0301 section {
    margin-bottom: 2.5rem;
}

.result.index0301 section h3 {
    margin-bottom: 0.5em;
}

.result.index0301 section h3 strong {
    font-family: "font01";
    font-weight: normal;
    font-size: 1.6em;
    color: #005899;
}

.result.index0301 ul {
    margin: 0 0 0 1.5rem;
}

.result.index0301 ul li {
    list-style-type: disc;
}

.result.index0301 ul li:not(:last-child) {
    margin-bottom: 1.5rem;
}

/*******************************
result -index04
*******************************/
.result.index04 h3 strong {
    font-family: "font01";
    font-weight: normal;
    font-size: 1.6em;
    color: #005899;
}

.result.index04 section {
    margin: 1rem 0 3rem;
    display: flex;
    justify-content: space-between;
}

.result.index04 section h4 {
    width: 18%;
    border-right: 1px solid #ccc;
    color: #005899;
}

.result.index04 section h4 strong {
    font-weight: bold;
}

.result.index04 section .index04Contents {
    width: 78%;
}

.result.index04 section .index04Contents strong {
    font-weight: bold;
}

.result.index04 section .index04Title {
    font-weight: bold;
    font-size: 106.25%;
}

.result.index04 section .index04Content {
    margin: 1em 0 0;
}

.result.index04 section .index04Image {
    margin: 1em 0;
}

.result.index04 section .index04Pdf {
    margin: 1em 0 0;
}

.result.index04 section .index04Pdf a {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.result.index04 section .index04Pdf a .iconPdf01 {
    display: inline-block;
    vertical-align: middle;
    width: 7%;
    margin-right: 2%;
}

.result.index04 section .index04Pdf a span {
    width: 91%;
    text-decoration: underline;
    font-size: 87.5%;
}
