/* 求人サイトCSSの上書き */
#footerBottom .footerAboutText > dl > dd {
    line-height: 0.8 !important;
}

/* コンテンツページ専用定義 */
main#contents {
    padding: 5rem 5rem;
    font-size: 1.6rem;
    line-height: 1.6;
}

main#contents section {
    margin-top: 5rem;
}

main#contents h1 {
    display: block;
    width: 100%;
    margin: 0 auto 3rem;
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: 700;
}

main#contents h2 {
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
    padding-top: 5rem;
    line-height: 1.3;
    font-weight: 700;
}

main#contents time {
    display: block;
    margin-bottom: 4rem;
    text-align: right;
    font-size: 1.6rem;
    font-weight: 700;
}

main#contents img {
    width: 100%;
    margin: 1rem 0;
}

main#contents section {
    padding-top: 5rem;
}

main#contents p {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.6;
}

/* コンテンツトップ画面記事一覧 */
main#contents span.category {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

main#contents span.category li,
main#contents li.cat-item a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 20rem ;
    height: 4rem;
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #004b67;
    text-align: center;
    line-height: 1;
    background: #EEEEEE;
}

main#contents span.category li.current-cat,
main#contents li.cat-item a[aria-current="page"] {
    background: #F9BE00;
    color: #FFFFFF;
}

main#contents section.list-items-wrap {
    flex-wrap: wrap;
    display: flex;
}

main#contents article.list-item {
    width: 50%;
    margin-bottom: 2rem;
    padding-right: 2rem;
}

main#contents article.list-item a {
    padding: 1rem 2rem;
    background-color: #fff;
    display: flex;
    gap: 4rem;
}

main#contents article.list-item img {
    width: 16rem;
    height: 16rem;
    object-fit: contain;
}

main#contents article.list-item h2 {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    color: #00273f;
    font-weight: 700;
}

/* ページネーション */
main#contents nav.navigation {
    margin: 20px auto;
    text-align: center;
}

main#contents nav.navigation.screen-reader-text h2{
    display: none;
}

main#contents .nav-links .page-numbers {
    padding: 1rem 1.5rem;
    background: #fff;
    color: #004b67;
    text-decoration: none;
    margin: 0 0.3rem;
}

main#contents .nav-links .current {
    background: #4467aa;
    color: #fff;
}