@charset "utf-8";

/* 1215 */

.remind-input {
    width: 100%;
}

table.table06 {
    width: 100%;
    border-right: #000 solid 1px;
    border-collapse: collapse;
    margin-top: -1px;
    font-size: 13px;
    text-align: center;
}

table.table06 thead th {
    background: #000;
    color: #FFF;
    padding: 8px 15px;
    border-right: #FFF solid 1px;
    border-bottom: #FFF solid 1px;
    text-align: center;
}

table.table06 thead th:last-child {
    border-right: #000 solid 1px;
}

table.table06 tbody th {
    padding: 10px 15px;
    border-bottom: #000 solid 1px;
    vertical-align: top;
}

table.table06 tbody td {
    background: #FFF;
    padding: 8px 15px;
    border-left: #000 solid 1px;
    border-bottom: #000 solid 1px;
    vertical-align: top;
}

table.table06 tbody td div {
    margin: 0;
}

table.table06 .top-border {
    border-top: 1px solid #000;
}

@media screen and (max-width: 767px) {
    
    
   .table06-out {
        overflow-x: scroll;
    }
    
    table.table06 {
        width: 600px;
        overflow-x: scroll;
    }
    
}

table.table06-item thead tr th:nth-child(2),
table.table06-item tbody tr td:nth-child(2),
table.table06-item thead tr th:nth-child(4),
table.table06-item tbody tr td:nth-child(4) {
    width: 15%;
}

table.table06-item thead tr th:nth-child(3),
table.table06-item tbody tr td:nth-child(3) {
    width: 6%;
}

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

    table.table06-item tbody td div {
        padding-left: 9em;
    }
    
    .btn-black{font-size: 12px;padding: 5px;}
}