

#company-message-box {
    margin: 10px 0 50px 0;
}

#company-message {
    text-align:left;
    margin-left:3em;
}

#company-message p {
    font-size: 16px;
    letter-spacing: 5px;
    /* color: #fff; */
}

#company-table {
    width:70%;
    margin:0 auto;
}

@media screen and (max-width: 768px) {
    #company-table {
        width: 100%;
    }
}


.company-item {
    width: 30%;
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
}

.company-body {
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.contents-title h2:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -5px;
    /*下線の上下の位置*/
    left: 50%;
    width: 30px;
    /*下線の幅*/
    height: 3px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置の調整*/
    background-color: #b0c4de;
    /*下線の色*/
}
