@charset "UTF-8";

/*============================================================================================================
base
============================================================================================================*/

/*============================================================================================================
info_area
============================================================================================================*/

.info-area {
    margin: 5rem auto;
}

.info-area .inner {
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    align-items: center;
}

.info-area__date {
    margin-right: 3rem;
    font-size: 1.8rem;
}

.info-area__categories {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-area__office.post {
    background: #eee;
    padding: 1em 2em;
    margin: 0 1em;
    line-height: 1;
}

.info-area__category {
    /* background: #eee;
    padding: 1em 2em; */
    line-height: 1;
    color: #9d875c;
    padding: 0.6rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid #9d875c;
    font-size: 1.6rem;
}

.info-area__office.office01_blog {
    line-height: 1;
    background: #ed6d03;
    color: #fff;
    padding: 0.25em 1.5em;
    border-radius: 100vh;
}
