@charset "utf-8";
/* CSS Document */
/* outline_overwrite.css */





.outline table {
    margin: 0 auto;
    width: 100%;
    background: #fff;
}
.outline table b {
    font-size: 2.2rem;
    font-weight: 400;
}
.outline table td.bg0 {
    display: table-cell;
    background-color: #f5f5f5;
    border-bottom: solid 1px #ddd;
    width: 33%;
    padding: 10px 16px;
}
.outline table td.bg1 {
    display: table-cell;
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    width: 67%;
    padding: 10px 16px;
}
@media screen and ( max-width: 768px ){
    .outline table {
    }
    .outline table b {
        font-size: 111%;
    }
    .outline table tbody tr td tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .outline table td.bg0 {
        width: 100%;
        padding: 8px 10px;
        font-size: 1.3rem;
    }
    .outline table td.bg1 {
        width: 100%;
        padding: 8px 10px;
        font-size: 1.3rem;
    }
}




