@charset "UTF-8";
/*=======================================
お知らせ
=========================================*/

.news-ul li {
    /* display: flex; */
    border-bottom: 1px solid #dddddd;
    margin-top: 15px;
    padding-bottom: 15px;
    font-family: 'ヒラギノ角ゴ ProN', sans-serif;
} 

.news-ul li a {
    text-decoration: none;
    cursor: pointer;
    display: flex;
}

.news-ul li a .notice-post-wrap {
    display: flex;
}

.news-ul li a .notice-post-wrap .po-date,
.news-ul li a .notice-post-wrap .po-title {
    margin-left: 30px;
}

.notice-titl-wrap { 
    justify-content: space-between;
    margin-bottom: 20px;
}

.notice-titl-wrap,
.author-title {
    display: flex;
}

.author-title {
    width: 1000px;
}

.author-title .user {
    font-size: 14px;
    border: 2px solid #dddddd;
    padding: 0 20px;
    margin-right: 22px;
}

.author-title .at-title {
    font-size: 35px;
}

.Pagination-ul {
    display: flex;
     justify-content: center;
     margin-top: 20px;
}

.Pagination-ul li {
    background: linear-gradient(to right, #083D88, #1D5595);
    padding: 2px 10px;
    margin: 0 10px;
}

.Pagination-ul li .arrow_left,
.Pagination-ul li .arrow_right {
    position: relative;
}

.Pagination-ul li .arrow_left::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 16px;
    background: url("../img/top/sankaku_c.png") no-repeat;
    background-size: contain;
    position: relative;
    right: 7px;
    top: 4px;
    transform: scale(-1, 1);
}

.Pagination-ul li .arrow_right::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 16px;
    background: url("../img/top/sankaku_c.png") no-repeat;
    background-size: contain;
    position: relative;
    left: 7px;
    top: 4px;
}

.pnavi {
    margin-top: 120px;
    text-align: center;
}

.pnavi a {
    text-decoration: none;
    cursor: pointer;
}

.pnavi .page-numbers {
    background: linear-gradient(to right, #083D88, #1D5595);
    color: #fff;
    padding: 8px 15px;
}

.pnavi .arrow_left::before {
    position: relative;
}

.pnavi .arrow_left::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 16px;
    background: url("../img/top/sankaku_c.png") no-repeat;
    background-size: contain;
    position: relative;
    right: 1px;
    top: 3px;
    transform: scale(-1, 1);
}

.pnavi .arrow_right::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 16px;
    background: url("../img/top/sankaku_c.png") no-repeat;
    background-size: contain;
    position: relative;
    left: 1px;
    top: 3px;
}



.Pagination-ul li a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.content {
    /* margin-top: 20px; */
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    padding: 20px 0;
}

.content p {
    font-size: 18px;
}

.new-li .ne-po {
    display: flex;
}

.new-li .ne-po .catego_aba {
    width: 150px;
    font-size: 14px;
    text-align: center;
}

.new-li .ne-po .catego_aba,
.new-li .ne-po .ne-p {
    margin-right: 20px;
}

.new-li .ne-po .catego_aba {
    border: 1px solid;
}

.new-li .ne-po .ne-p {
    color: #999999;
}

.new-li .ne-a  { 
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-top: 15px;
    font-family: 'ヒラギノ角ゴ ProN', sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.notice-titl-wrap .catego_aba {
    border: 1px solid;
    width: 150px;
    text-align: center;
    margin-right: 25px;
}

/*=======================================
お知らせ 一覧
=========================================*/
/*=======================================
お知らせ 詳細
=========================================*/
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
    .author-title {
        display: block;
    }

    .author-title .at-title {
        font-size: 18px;
        margin-top: 20px;
    }

    .Pagination-ul li .arrow_left::before {
        right: 37px;
      }
    
      .Pagination-ul li .arrow_right::after {
        left: 37px;
      }

    .pnavi {
        margin-top: 60px;
    }
    
}
