.onsen .mv{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/onsen/mv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
}
table.brwsr2 {
    width: 100%;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    margin-top: 62px;
    }
    
    table.brwsr2 th {
        vertical-align: middle;
        height: 40px;
        width: 35%;
        margin: 0;
        text-align: left;
        color: #333;
        font-size: 16px;
        padding-left: 10px;
        font-weight: 100;
    }
    
    table.brwsr2 td.data {
    padding: 0;
    margin: 0;
    height: 40px;
    width: 100px;
    border: none;
    color: #666;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    white-space: wrap;
    overflow: hidden;
    padding-right: 10px;
    }
    
    table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
    }
    
    table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
    }