@charset "UTF-8";
/********************************************************************************

page-company.css　会社概要css

********************************************************************************/

/*============================================================
 会社概要
*============================================================*/
#page-company #sec-profile .box-profile .item-image {
    width: 44%;
    text-align: center;
    margin-bottom: 24px;
}
#page-company #sec-profile .box-profile .item-info {
    width: 52%;
}
/* 沿革
---------------------------------*/
#page-company #sec-profile .parts-table .info-link {
    padding-top: 16px;
    width: fit-content;
    transition: all .3s;
}
#page-company #sec-profile .parts-table .info-link:hover {
    opacity: .7;
}
#page-company #sec-profile .parts-table .info-link a {
    display: inline-block;
}

