@charset "utf-8";

.outline_ttl {
    font-size: 1.8rem;
    border-bottom: 1px solid var(--blue);
    padding-bottom: 0.6rem;
    margin-bottom: 3rem;
    margin-top: 32px;
}
table.outline_block{width: 100%;}
table.outline_block, .outline_block td, .outline_block th {
    border: 1px solid #D4E2ED;
    border-collapse: collapse;
    line-height: 1.6;
    padding: 1.3rem 1rem;
    font-size: 1.3rem;
}
.outline_block th {
    background: rgba(9, 32, 63, .05);
    width: 30%;
    text-align: left;
    font-weight: normal;
}

@media screen and (max-width: 1250px) {
        .outline_block td, .outline_block th {
        width: 100%;
        box-sizing: border-box;
        display: block;
    }
}
