body {
    font-family: 
        "メイリオ",
        Meiryo,
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        HiraKakuPro-W3,
        "ＭＳ Ｐゴシック",
        "MS PGothic",
        Osaka,
        Verdana,sans-serif;
    margin: 0px;
    font-size: 0.80rem;
}
.p_h1 {
    font-size: 23px;
    font-weight: 900;
    /* margin: 60px 0; */
    margin-top: 10px;
    margin-bottom: 30px;

}
.tb-tcddoc {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 60px;
}
table {
    width: 100%;
    min-width: 720px;
    white-space: normal;
    text-align: center;
}

table, th, td {
    border-collapse: collapse;
    border:1px solid #333;
}

th {
    background-color: #f2f2f2;
}

th, td {
    padding: 4px 2px;
    height: 32px;
    white-space: nowrap;
    font-size: 0.74rem;
}

td > * {
    margin: 3px 1px;
}
table tr td:nth-of-type(1) {
    text-align: right;
}
table td a {
    font-weight: bold;
}
table td a:hover {
    color: #eb0a1e;
}

.footer_link {
    position: relative;
    top: 0px;
    left: 0px;
}
.copyright {
    float: right;
    color: #898888;
    font-size: small;
    position: relative;
    left: 100px;
    top:-20px
}
small {
    font-size: 11px;
    line-height: 1.2em;
    margin: 15px 0;
}



    .btn-supplies {
        grid-template-columns: 1fr;
        /* flex-wrap: wrap; */
        padding: 0 20px;
        margin: 20px 0;
        font-weight: bold;
        width: 100%;
    }
    .btn-supplies a {
        display: block;
        background-color: #efefef;
        color: #333;
        border: 1px solid #cccccc;
        text-decoration: none;
        text-align: center;
        border-radius: 3px;
        font-size: medium;
        width: 100%;
        padding: 10px 54px;
    }    

    .btn-supplies .tcddoc {
    width: 80%;
    margin: 30px auto;
    }
    .btn-supplies .tcddoc a::before {
    content: url(../img/icon_tcddoc.png);
        vertical-align: middle;
    width: 20px;
    height: 20px;
        padding-right: 12px;
    }
    .btn-supplies .tcddoc a:hover {
        opacity: 0.8;
    }



@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1000px;
    }
}
@media screen and (max-width: 980px) {
    .footer_link {
        position: relative;
        top: 0px;
        left: 0px;
    }
    .copyright {
        float: left;
        color: #898888;
        font-size: small;
        position: relative;
        left: 0px;
        top:0px
    }
    footer {
        width: 83%;
        margin: 0 auto;
        padding-right: 12px;
        padding-left: 12px;
        max-width: 1139px;
    }
    .top-wrapper {
        display: none;
    }
    table {
        width: 1000px !important;
        overflow-x: scroll;        
    }
    .sp_mgn {
        margin-top: 47px;
    }
}
