
 .page-header-news {
    width: 100%;
    height: 480px;
    background-image: url('/wp-content/themes/fix-jpn/assets/image/news/header_titleback.jpg');
    background-size: cover;
 }
 @media (max-width: 768px) {
    .page-header-news {
        height: 295px;
        background-image: url('/wp-content/themes/fix-jpn/assets/image/news/header_titleback_sp.jpg');
    }
}

.container {
    max-width: 1030px;
    margin: 0 auto;  
}

.container {
    background: var(--bg-beige);
}

.card {
    border-radius: var(--radius);
    padding: 40px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
}

.archive-aticles__inner {
}

.news-article {
    background: var(--bg-white);
}
.news-article:nth-child(n+3) {
    margin-top: 2rem;
}

.section-content {
    display: flex;
}
@media (max-width: 768px) {
    .section-content {
        flex-direction: column;
    }
}





.section-h2 {
    margin: 0 0 0.5rem 0;
    padding: 0.25rem 0;
    size: 32px;
    color: #479BCE;
    border-bottom: 2px solid #479BCE;
}

.news-article {
    padding: 2rem 2rem;
    font-size: 16px;
    font-weight: 500;
}

.news-article-public {
    font-weight: 500;
}
.news-article-type {
    margin: 3em;
    padding: 0.20em 0.8em;
    border: 1px solid red;
    border-radius: 15px;
    color: red;
    font-weight: 400;
}
.news-article-title-wrapper {
    margin: 1rem 0;
}
.news-article-title {
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .news-article-public {
    }
    .news-article-type {
        margin: 2em 0 0 1em;
    }
    .news-article-title {
        font-size: 19px;
    }
}