.grid {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .grid {
        overflow: scroll;
    }
    .wrapper.engds {
        width: 86%!important;
        justify-content: start!important;
    }
    .scroll {
        overflow: auto;
    }
}

.scroll table {
    white-space: nowrap;
    font-size: 90%;
}

@media screen and (max-width: 800px) {
    .scroll table {
        white-space: nowrap;
        font-size: 90%;
    }
}

.grid .push1 {
    margin-left: 8.75% !important;
}

/* .grid .g10 {
    width: 82.5%;
} */

.grid .g10 {
    position: relative;
    float: left;
    margin-left: 0% !important;
}

.wrapper.engds {
    display: grid;
    width: 100%;
    justify-content: center;
}

table.type1 {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 60px;
}

table.sp1 {
    padding: 0 !important;
}

table.full {
    width: 100%;
}

.sp1 {
    padding: 1.0em 2.0em !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

table.type1 td {
    border-bottom: 1px solid #eee;
}

table.type1 th {
    text-align: left;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
    font-weight: normal;
    font-size: 16px;
}

table.sp1 th,
table.sp1 td {
    padding: 1.0em 2.0em;
}

@media screen and (max-width: 600px) {

    table.sp1 th,
    table.sp1 td {
        padding: 0.5em 1.0em;
    }
}

.tc {
    text-align: center !important;
}

.bn {
    border-bottom: none !important;
}

.bg7 {
    background-color: #ccc !important;
}