@charset "UTF-8";

.about-container{
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
}

table{
    margin: 0 auto;
    margin-bottom: 50px;
}


td{
    width: 49%;
    border: 1px solid;
    padding: 10px;
}



iframe {
    width: 100%;
    margin-bottom: 50px;
}

table.com_table {border-collapse:collapse;width:71%;border:1px solid #000;}
table.com_table th,table.com_table td {border:1px solid #000;padding:10px;box-sizing: border-box;}
table.com_table th {width:13em;background:#4f96f6;color:#fff;}
table.com_table td {width:calc(100% - 13em);}