@charset "utf-8";
nav.header-nav ul li.outline::after {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(45deg, #9292a5 0%, #737380 100%);
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: .5;
}
.ttl-box{
    margin: 0 auto 60px;
}
.ttl-box p{
    font-size: 22px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}
.ttl-box2{
    border-left: solid 2px #231815;
    padding: 0 0 0 1em;
}
.ttl-box2 p{
    font-size: 22px;
}
.table-box table{
    font-size: 14px;
    width: 100%;
    margin: 20px auto 0;
}
.table-box tbody{
    border: solid 1px #231815;
} 
.table-box tr{
    border-bottom: solid 1px #231815;
}
.table-box th{
    font-weight: normal;
    text-align: left;
    width: 260px;
    border-right: solid 1px #231815;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    vertical-align: middle;
}
.table-box td{
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    vertical-align: middle;
}

.com_margin{
    margin-bottom: 80px;
}

.note-box{
    margin: 10px 0 0;
}
.com-note{
    font-size: 10px;
    line-height: 1.4;
}



@media screen and (max-width: 650px){
    .table-box tr{
        font-size: 12px;
    }
    .table-box th{
        text-align: center;
        background: rgba(146,146,165,0.3);
        border-right: none;
        border-bottom: solid 1px #231815;
    }
    .table-box th,
    .table-box td{
        display: block;
        width: 100%;
    }
    .com_margin {
        margin-bottom: 60px;
    }
}