@charset "UTF-8";
/*------------------------------------------------------------Content*/
/*------------------------------------------------------------sec01*/
#sec01 table {
    border: 1px solid #524534;
}
#sec01 table tr th, #sec01 table tr td {
    display: block;
    padding: 10px;
}
#sec01 table tr th {
    background: #fff2e8;
}
#sec01 table tr td {
    background: #fff;
    border-bottom: 1px solid #524534;
}
#sec01 table tr:last-child td {
    border: none;
}
#sec01 table tr td ul li:not(:last-child) {
    margin-bottom: 5px;
}
#sec01 table tr td ul li::before {
    content: "・";
    font-size: 16px;
    color: #ff8927;
    margin-right: 5px;
}
@media print, screen and (min-width:768px) {
    #sec01 table {
        border: none;
    }
    #sec01 table tr th, #sec01 table tr td {
        display: table-cell;
    }
    #sec01 table tr th {
        width: 25%;
        border-bottom: 3px solid #ff8927;
        background: none;
    }
    #sec01 table tr td {
        width: 75%;
        background: none;
        border-bottom: 1px solid #524534;
    }
    #sec01 table tr:last-child td {
        border-bottom: 1px solid #524534;
    }
}
/*------------------------------------------------------------sec02*/
#sec02 .ph_box {
    margin-bottom: 10px;
}
#sec02 .ceo_name span {
    font-size: 20px;
}
@media print, screen and (min-width:768px) {
    #sec02 .flex_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    #sec02 .flex_box .ph_box {
        width: 32%;
    }
    #sec02 .flex_box .tx_box {
        width: 66%;
    }
}