@charset "UTF-8";

.mainContent_subTitle {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #f5f5f5;
    border-left: solid 7px #3773cc;
    font-size: 1.1em;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 20px 0 0 0;
    padding: 0 20px;
}

.mainContent_Table {
    border: solid 1px #cccccc;
    width: 100%;
}

.mainContent_Table tr:not(:last-child) {
    border-bottom: solid 1px #cccccc;
}

.mainContent_Table tr th {
    background: #e4eefa;
    border-right: solid 1px #cccccc;
    width: 122px;
    text-align: left;
}

.mainContent_Table tr th,
.mainContent_Table tr td {
    font-size: 10px;
    padding: 5px;
}

.mainContent_wrapTable {
    margin: 30px 0 0 0;
}


.mainContent_Table tr .noLineHeight {
    line-height: 1.7;
    padding: 5px;

}

@media screen and (min-width: 640px) {
    .mainContent_subTitle {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        margin: 51px 0 0 0;
    }

    .mainContent_Table tr th {
        width: 250px;
    }

    .mainContent_Table tr th,
    .mainContent_Table tr td {
        font-size: 14px;
        height: 63px;
        line-height: 63px;
        padding: 0 0 0 20px;
    }

    .mainContent_Table tr .noLineHeight {
        line-height: 2;
        padding: 0 10px 13px 20px;
    }
}
