@charset "UTF-8";

#cont .lead{
    margin-top: 1em;
}

#cont .table-wrap{
    margin-top: 2em;
    width: 100%;
}

#cont .table-wrap tr {
    border-top: solid 1px #CFCFCF;
}
#cont .table-wrap tr:last-child{
    border-bottom: solid 1px #CFCFCF;
}
#cont .table-wrap th,
#cont .table-wrap td{
    padding: 1rem;
}

#cont .table-wrap big,
#cont .table-wrap th{
    font-weight: bold;
    font-size: 115%;
}
#cont .table-wrap big,
#cont .table-wrap b{
    font-weight: bold;
}
#cont .table-wrap th{
    color: #005AAA;
}
#cont .table-wrap th{
    width: 20%;
}
#cont .cms-btn.btn-wrap.center{
    margin-top: 7rem;
    margin-bottom: 7rem;
}
#cont .table-wrap tbody tr:first-child{
    font-weight: bold;
}
#cont .table-wrap .notes{
    color: #888888bd;
}
#cont .table-wrap .red{
    color: red;
}

.pn_link_wrap{
    background-color: #F2F2F2;
    position: relative;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pn_link_wrap .link_btn{
    position: absolute;   
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
}
.pn_link_wrap .prev{
    margin-right: 1rem;
}
.pn_link_wrap .next{
    margin-left: 1rem;
}
.pn_link_wrap .next-name{
    display: inline-block;
    margin-right: 1rem;
    text-align: left;
}
.pn_link_wrap .prev-name{
    display: inline-block;
    margin-left: 1rem;
    text-align: left;
}
.pn_link_wrap .next-name a{
    /*visibility: hidden;*/
}
.pn_link_wrap a.disabled{
    pointer-events: none;
    opacity: 0;
}

@media only screen and (max-width:768px) {
    #cont .table-wrap th,
    #cont .table-wrap td{
        width: 100%;
        display: block;
    }
    #cont .table-wrap th{
        text-align: left;
    }
    #cont .table-wrap th+td{
        padding-top: 0;
    }
    .pn_link_wrap .prev-name,
    .pn_link_wrap .next-name{
        width: 26%;
    }
    #cont .table-wrap th,
    #cont .table-wrap td{
        padding: 2rem;
    }
    .pn_link_wrap .link_btn{
        display: flex;
        align-items: center;
    }
}