body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif !important;
    word-wrap: break-word;
}

h2{
    padding-top:14px;
    padding-bottom:14px;
}

a{
    color:#007bff !important;
    text-decoration:underline !important;
}

th{
    vertical-align:middle !important;
    text-align:center !important;
    font-size:14px;
    padding:4px !important;
    background-color:ghostwhite;
}

td{
    vertical-align:middle !important;
    text-align:center;
    font-size:14px;
    padding:4px !important;
}

.t-left {
    text-align:left !important;
}

.t-indent{
    text-align:left !important;
    text-indent: -1em;
    padding-left: 1em;
}

.reference{
    text-align:left;
    font-size:12px;
}

.select{
    text-align:center;
    font-size:22px;
    margin-top:20px;
    margin-bottom:20px;
    max-width:380px;
    margin-right:auto;
    margin-left:auto;
}

.title {
    background: #FF63B9;
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px;
}

.title2{
    background:#ff3333;
    text-align:center;
    color:#FFFFFF;
    margin-top:10px;
}

.source{
    font-size:11px;
}

.remarks{
    font-size:15px;
    border:solid 5px red;
}

.border_n > tbody > tr > td {
    border:none !important;
}

@media (min-width: 992px) {

    #page-top {
        right: 80px !important;
    }

    .col1{
        width:80px !important;
    }

}

@media (min-width: 768px) {

    .col2{
        width:100px !important;
    }
    .col3{
        width:150px !important;
    }

}


.col1{
    width:40px;
}
.col2{
    width:120px;
}
.col3{
    width:75px;
}

.col4{
    width:70px;
}

.col5{
    width:120px;
}

.col6{
    width:150px;
}

.remarks-title{
    font-size:22px;
    color:red;
}

footer {
    width:100%;
    height:65px;
    background:#1458ad;
    padding:18px 0 8px;
    font-size:13px;
    color:#FFFFFF;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

    footer > p {
        padding-top:4px;
        text-align:center;
        font-weight:bold;      
    }
.wrapper{
    min-height: 100vh;
    position: relative;
    padding-top:10px;
    padding-bottom: 65px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index:10000;
    opacity: 0.7;
    display:none;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff !important;
    width: 70px;
    padding: 15px;
    text-align: center;
    display: block;
    border-radius: 5px;
    text-decoration:none !important;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

#no-record, #no-record2{
    text-align:center;
    display:none;
    margin-bottom:17px;
    font-size:30px;
}

.tal > tbody > tr > td {
    text-align:left !important;
    vertical-align:top !important;
}

.fsm{
    font-size:11px;
	margin-left: 2em;
	text-indent: -2em;
}

.bgc{
    width:153px;
    background-color:whitesmoke;
    padding:4px;
}

.del{
    font-size:80%;
    color:#ff0080;
}

.data-table2 h5{
    background-color: #E2EFDA;
    padding: 5px;
    font-weight: bold;
}

.kisairei{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1rem;
}