@charset "UTF-8";

.access .tb-01 th {
    width: 30%;
}

.access .tb-01 td {
    width: 70%;
}

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

    .access .tb-01 th,
    .access .tb-01 td {
        width: 100%;
    }

    .access .tb-01 th {
        border-bottom: unset;
        border-top: unset;
    }

    .access .tb-01 tr:first-child th {
        border-top: solid 1px #cecece;
    }

    .access .tb-01 td {
        border-top: solid 1px #cecece;
        border-bottom: solid 1px #cecece;
    }

    /* 
    .access .tb-01 tr:last-of-type td{
        border-bottom: solid 1px #919191;
    } */
}

iframe {
    margin-top: 120px;
    width: 100%;
}

@media screen and (max-width: 896px) {
    iframe {
        margin-top: 50px;
        height: 350px;

    }
}

.c-btn::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../img/access/download.png)center / 100% 100% no-repeat;
    top: 17px;
    right: 25px;
}


._mimg {
    text-align: center;
}

._mimg+.tb-01 {
    margin-top: 110px;
}

@media screen and (max-width: 896px) {
    ._mimg+.tb-01 {
        margin-top: 45px;
    }
}

@media screen and (max-width: 896px) {
    .tb-01__atxt {
        text-align: center;
    }
}