@charset "UTF-8";


/* 2025/05/09追加 */
.hr-archive-ttl {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.hr-archive-description {
    padding: 1rem;
    margin-bottom: 1rem;
    font-weight: 400;
    background: #f3f3f3;
    border-radius: 10px;
}

.post-type-hr-date .side-box {
    padding-bottom: 2rem;
}

.post-type-hr-date .side-box a {
    padding: 0.1rem 1rem;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    background-color: var(--clr-main);
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.post-type-hr-date .side-box li {
    display: inline-block;
}

.post-type-hr-date .posts-blog .post--img {
    width: 10rem;
}

.post-type-hr-date .posts-blog .post {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.post-type-hr-date .posts-blog .post--ttl {
    font-size: 1.3rem;
}

.post-type-hr-date .posts-blog .post {
    display: flex;
}

@media screen and (max-width:768px) {
    .hr-date-lead {
        max-width: 90%;
        margin: 0 auto;
    }

    .post-type-hr-date .trim-widescreen {
        aspect-ratio: 1 / 1;
        padding: 10px;
    }

    .post-type-hr-date .posts-blog .post--img {
        margin-bottom: 0;
    }
}