/* ////////////////////////////////////////////////
# COMPANY
//////////////////////////////////////////////// */
#profile .l-page-sec__in,
#history .l-page-sec__in{
    padding-top: 0;
}
.message-content{
    display: flex;
    gap: 40px;
    margin-top: 60px;
}
.message-text .c-txt + .c-txt{
    margin-top: 32px;
}
.profArea{
    padding-top: 70px;
    padding-bottom: 0;
}
.profArea {
    padding-top: 40px;
    padding-bottom: 0;
    width: 100%;
}
table.profTable th{
    width: 175px;
    text-align: center;
    padding: 20px 0;
    letter-spacing: 0;
}
table.profTable td {
    padding: 20px 40px;
    border-left: 1px solid #fff;
    letter-spacing: 0;
}
.listBlock {
    margin: auto;
    padding: 20px 52px;
    width: 100%;
}
.historyDate {
    display: block;
    float: left;
    width: 164px;
    text-align: left;
}
.historyList li {
    border-bottom: 0;
}
.historyList li:nth-child(odd){
    background: #f5f5f5;
}
.block + .block{
    margin-top: 80px;
}

@media screen and (max-width: 767px){
    .message-content {
        flex-direction: column;
        gap: 30px;
        margin-top: 36px;
    }
    .message-text .c-txt + .c-txt {
        margin-top: 28px;
    }
    .profArea {
        padding-top: 20px;
    }
    .listBlock {
        display: flex;
        padding: 18.5px 0;
    }
    .historyDate {
        width: 108px;
        text-align: center;
        flex-shrink: 0;
    }
    .historyText {
        width: 100%;
        padding-right: 16px;
    }

    table.profTable th {
        width: 100px;
        padding: 18.5px 10px;
        text-align: center;
    }
    table.profTable td {
        padding: 18.5px 15px;
        border-left: 2px solid #fff;
        line-height: 1.6;
    }
    #profile .l-page-sec__in {
        padding-bottom: 60px;
    }
    #history .l-page-sec__in {
        padding-bottom: 20px;
    }
    .block + .block {
        margin-top: 60px;
    }
}

