@charset "UTF-8";
.mainvisual {
    background: url("../../common/img/news/mv-news-bg.png")  no-repeat center bottom;
	background-size:  cover;
}
.page-title{
    background: url("../../common/img/news/mv-news.png")no-repeat center;
}
/*
一覧ページ用CSS
========================================================== 
========================================================== 
========================================================== */
.new-contents {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px 0;
}
.news_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: auto;
    /*max-width: 690px;*/
    max-width: 1024px;
}
.article {
    color: #000;
    position: relative;
    margin: 0 auto 20px;
    max-width: 328px;
    width: 328px;
    height: 247px;
}
.article figure {
    margin: 0;
}
.article img {
	object-fit: cover;
    width: 328px;
    height: 247px;
}
.article a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.news_info {
    background: rgb(255 255 255 / 80%);
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    height: 86px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*
.category icon
========================================================== */
.category-box {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.article .category {
    color: #fff;
    font-size: 1.2rem;
    top: 0;
    left: 0;
    padding: 1px 7px;
    background: #000;
}
.category.info {
    background: #3A49AD;
}
.category.sakae-senior {
    background: #F66013;
}
.category.sakae-junior {
    background: #F66013;
}
.category.sakaehigash-senior {
    background: #94196B;
}
.category.sakaehigash-junior {
    background: #94196B;
}
.category.hiu {
    background: #E83820;
}
.category.hanasakitokuharu {
    background: #55AA00;
}
.category.sakaekita {
    background: #C4D700;
}
.category.satoe {
    background: #EB6EA5;
}
.category.saijidai {
    background: #004EA2;
}
.category.supporters {
    background: #1b2574;
}
/*
.page_nav 
========================================================== */
h2.screen-reader-text {
    display: none;
}
.page_nav ul {
    display: flex;
    justify-content: center;
    
}
.page_nav ul li {
    margin: 0px 10px 0px;
    position: relative;
    width: 40px;
    height: 50px;
    padding: 0;
    background: #fff;
    border: solid 1px #1F286F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    font-size: 2.0rem;
}
.page_nav ul li span.page-numbers.current {
    background: #1F286F;
    border: solid 1px #1F286F;
    width: 50px;
    height: 50px;
    color: #fff;
}

.page_nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.page_nav ul li a {
    color: #1f286f;
}
li.page.here {
    background: #1F286F;
    color: #fff;
}
.page_nav ul li a.next.page-numbers ,
.page_nav ul li a.prev.page-numbers {
    width: 100%;
    height: 100%;
    background: #fff;
}
li.page a:hover {
    background: #1F286F;
    color: #fff;
    padding: 0px 0;
    border: #1F286F solid 1px;
}

li.w_bottom:hover {
    background: #1F286F;
    color: #fff;
    padding: 0px 0;
    border: #1F286F solid 1px;
}
li.w_bottom.next::before {
    position: absolute;
    content: "\03e";
    font-size: 20px;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/* 
sidebar-contents サイドメニュー
========================================================== */
.sidebar-contents {
    width: 230px;
    text-align: center;
    margin-right: 5%;
}

li.sidebar-top {
    background: #3A49AD;
    color: #fff;
    padding: 15px 0;
}
.sidebar-contents li a {
    background: #bbc8f7;
    padding: 15px;
    color: #1F286F;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 2px 0;
}
/* 
後援会一覧ページ
========================================================== */
.supporters-news-contents {
    margin: auto;
    max-width: 690px;
}

.box-supporters-news h2 {
    align-items: center;
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 15px;
}
.box-supporters-news {
    border-bottom: solid 2px rgb(143 147 183);
    margin: 0 0 30px;
    padding: 0 0 40px 0;
}
.box-supporters-news:last-child {
    border-bottom: none;
    margin: 0 0;
}
p.supporters-date {
    margin: 10px 0;
}
.item-contents {
    width: 750px;
    box-sizing: border-box;
}
/* 詳細ページ用CSS お知らせ
========================================================== 
========================================================== 
========================================================== */

/* 投稿部分CSS
========================================================== */
.page-pankuzu ol {
    flex-wrap: wrap;
}
/* =================================== */
.news_box {
    padding: 0;
    max-width: 800px;
    margin: auto;
}
.category-midashi .category {
    color: #fff;
    padding: 2px 15px;
    width: fit-content;
    margin: 0 0 20px;
}
.news_title h2 {
    align-items: center;
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 15px;
}
.news_title .date{
    font-size: 1.5rem;
}
.news_title{
    margin-bottom: 40px;
}
.news_text p {
    margin: 1em 0;
}

/* =================================== */
.news_inner h1 {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 1em;
}
.news_inner h2 {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 1em;
}
.news_inner h3 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 1em;
}
.news_inner h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 1em;
}
.news_inner strong {
    font-weight: bold;
}
.news_inner ul li {
    list-style: initial;
    margin: 0 0 0em 1.5em;
}
.news_inner ol li {
    list-style: auto;
    margin: 0 0 0em 1.5em;
}
.news_text a {
    color: #3A49AD;
    text-decoration: underline;
    display: inline-block;
}
.news_inner img {
    display: block;
    margin: 0 0 2em;
}
.img_box {
    text-align: center;
    margin-bottom: 50px;
}
.img_box img {
    text-indent: -9999px;
    color: transparent;
}
.news_text {
    margin-bottom: 20px;
}
/* 一覧に戻る
========================================================== */
.btn-archive a {
    background: #1F286F;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin: 50px auto 0;
    font-weight: bold;
    max-width: 200px;
}

/*
responsive
========================================================== 
========================================================== 
========================================================== */
@media screen and (max-width: 1025px) {
}
@media screen and (max-width: 767px) {
.sidebar-contents.sidebar_category ,.sidebar-contents.sidebar_year {
    display: none;
}
.news_title h2 {
    font-size: 2.0rem;
}
	
	
}
@media screen and (max-width: 767px) {
.page-title {
    background-size: contain;
    background-position: center 140px;
}
}