/*--------------------規約-----------------------------*/
#company-block {
    padding:10px 0

}
#company-block table {
    border:0;
}
#company-block table td,#company-block table th{
    padding:8px;
    
}
#company-block table tr {
    
}
#company-block table td{
    width:60%;
    border-bottom:1px dotted #585858;
}
#company-block table th{
    background: #faf2e0;
    width:40%;
    font-weight: bold;
    border-bottom:1px dotted #585858;
}



@media (max-width: 820px) {
    #company-block {
        padding:10px 3%;
        margin:0 0 20px 0;
    }
}