a {
    color: #fff;
}


a:visited {
    color: #fff;
}

.news_title a:focus-visible {
    outline: 4px dashed white;
}

.recent-news-wrap {
    display: flex;
    gap: 1.875em;
}

.content-list-wrap {
    width: 70%;
}

.content-list-wrap p {
    margin-top: .3125em;
    margin-bottom: .3125em;
}

.recent-news-wrap figure {
    margin-top: 0;
    margin-bottom: 0;
}

.side-menu-wrap {
    width: 30%;
    background-color: #262e39;

}

.news_list {
    display: flex;
    gap: .625em;
    margin-bottom: 1.25em;
}

.news_list figure {
    width: 18.75em;
    display: block;
    flex-shrink: 0;
}

.news_list img {
    width: 100%;
}

h4.news_title {
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.news_title a {
    text-decoration: none;
    font-size: 1.125em;
    font-weight: bold;
    color: #fff;
}

/*--- ページネーション ---*/
.pagination-wrap {
    text-align: center;
    margin-bottom: 1.875em;
}

ul.pagenation {
    margin: 0;
    list-style: none;
    display: flex;
}

.search-field::placeholder {
  color: #666;
}

#search-input[type="text"]:focus-visible {
    outline: 4px dashed white;
}

.widget_search input[type="search"] {
    border: none !important;
    color: #000 !important;
    background: #fff !important;
    padding-left: .625em;
    max-width: 200px;
}

.widget_search input[type="search"]:focus-visible {
    outline: 4px dashed white;
}

.widget_search input[type="submit"] {
    width: 4.375em;
    max-width: 160px;
    height: 1.875em;
    border: solid 2px #0f7eaf;
    border-radius: .9375em;
    background: #0f7eaf;
    color: white;
    font-size: .8125em;
    padding: .5em;
}

.widget_search input[type="submit"]:focus {
    outline: none;
}

.widget_search input[type="submit"]:focus-visible {
    outline: 4px dashed white;
}

#search-input {
    color: #333;
}

#search-results {
    list-style: none;
    margin: 0 0 3.75em 0;
    padding-left: 0;
}

#search-results li {
    border-bottom: 1px solid #666;
    margin-bottom: 1.25em;
}

#search-results li a {
    color: #fff;
    text-decoration: none;
}

#search-results li a:focus-visible {
    outline: 4px dashed white;
}

@media screen and (max-width: 1110px) {

    .recent-news-wrap {
        display: block;
    }

    .content-list-wrap {
        width: auto;
    }

    .side-menu-wrap {
        width: auto;
    }

    .news_list {
        display: block;
        gap: 0;
    }

    .news_list figure {
        max-width: auto;
        width: 100%;
    }
}

.page-count {
    text-align: center;
    font-weight: 700;
    margin-top: 1.25em;
}

ul.pagenation li {
    display: inline;
    margin-right: .3125em;
    padding-left: .625em;
    line-height: 1.1;
    border: none
}

ul.pagenation li a {
    text-decoration: underline;
    color: #fff;
}

ul.pagenation li.first:before {
    margin-right: .3em;
    font-family: FontAwesome;
    content: "\f100";
    color: inherit
}

ul.pagenation li.prev:before {
    margin-right: .3em;
    font-family: FontAwesome;
    content: "\f104";
    color: inherit
}

ul.pagenation li.last:after {
    margin-left: .3em;
    font-family: FontAwesome;
    content: "\f101";
    color: inherit
}

ul.pagenation li.next:after {
    margin-left: .3em;
    font-family: FontAwesome;
    content: "\f105";
    color: inherit
}
