@charset "UTF-8";
/*-----------------------------------------------------
　NEWS共通
------------------------------------------------------*/
.p-sub-news-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.p-sub-news-wrap .p-sub-news-wrap__main {
    width: 71.6%;
}
@media (max-width: 599px) {
    .p-sub-news-wrap .p-sub-news-wrap__main {
        width: 100%;
        margin-bottom: 30px;
    }
}
/*-----------------------------------------------------
　NEWS共通 side
------------------------------------------------------*/
.p-sub-news-wrap .p-sub-news-archive {
    width: 25%;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(177, 177, 188, 0.75);
    padding-bottom: 50px;
}
.p-sub-news-wrap .p-sub-news-archive__ttl {
    font-size: 22px;
    font-weight: bold;
    background: #131313;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    line-height: 60px;
}
.p-sub-news-wrap .p-sub-news-archive__main {
    margin: 20px;
}
.p-sub-news-wrap .p-sub-news-archive__item {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.p-sub-news-wrap .p-sub-news-archive__item a {
    color: #dd122b;
    transition: 0.3s ease-in-out;
}
.p-sub-news-wrap .p-sub-news-archive__item span {
    width: 5px;
    display: inline-block;
    margin-right: 10px;
}
.p-sub-news-wrap .p-sub-news-archive__item a:hover {
    opacity: 0.6;
}
@media (max-width: 599px) {
    .p-sub-news-wrap .p-sub-news-archive {
        width: 100%;
        padding-bottom: 0;
    }
}
/*-----------------------------------------------------
　NEWS TOP
------------------------------------------------------*/
.p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) {
    position: relative;
    width: 100%;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(177, 177, 188, 0.75);
    padding: 12px 30px;
}
.p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#dd122b), to(#0e1336));
    background-image: -webkit-linear-gradient(left, #dd122b 0%, #0e1336 100%);
    background-image: linear-gradient(to right, #dd122b 0%, #0e1336 100%);
}
.p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li {
    width: 100%;
    padding: 0 20px;
}
.p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li:nth-of-type(9) a {
    border-bottom: none;
}
.p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li:last-child a {
    border-bottom: none;
}
.p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li a {
    width: 100%;
    padding: 18px 0;
    color: #4d4d4d;
    display: flex;
    align-items: flex-start;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #e7e7e7;
}
.p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li a:hover {
    opacity: 0.6;
}
.p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li a p.p-sub-news-wrap__main-date {
    width: 80px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
}
.p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li a p.p-sub-news-wrap__main-tag {
    width: 100px;
    margin-right: 20px;
    padding: 3px 0 0;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
}
.p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li a p.p-sub-news-wrap__main-tag.info {
    color: #dd122b;
    border: 1px solid #dd122b;
}
.p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li a p.p-sub-news-wrap__main-tag.event {
    color: #ff9800;
    border: 1px solid #ff9800;
}
.p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li a p.p-sub-news-wrap__main-text {
    width: calc(100% - 220px);
    font-size: 14px;
}
@media (max-width: 599px) {
    .p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li {
        width: 100%;
        padding: 0;
    }
    .p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li:nth-of-type(9) a {
        border-bottom: none;
    }
    .p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li:last-child a {
        border-bottom: none;
    }
    .p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li a {
        width: 100%;
        padding: 18px 0;
        color: #4d4d4d;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        transition: 0.3s ease-in-out;
        border-bottom: 1px solid #e7e7e7;
    }
    .p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li a:hover {
        opacity: 0.6;
    }
    .p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li a p.p-sub-news-wrap__main-date {
        width: 28%;
        margin-right: 3%;
        font-size: 4.0vw;
        font-weight: bold;
        line-height: 1.8;
    }
    .p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li a p.p-sub-news-wrap__main-tag {
        width: 36%;
        margin-right: 0;
        padding: 2px 0 0;
        font-size: 3.5vw;
        font-weight: 500;
        text-align: center;
        border-radius: 100px;
        line-height: 1.5;
    }
    .p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li a p.p-sub-news-wrap__main-tag.info {
        color: #dd122b;
        border: 1px solid #dd122b;
    }
    .p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li a p.p-sub-news-wrap__main-tag.event {
        color: #ff9800;
        border: 1px solid #ff9800;
    }
    .p-sub-news-wrap .p-sub-news-wrap__main > ul:not(.pagination) li a p.p-sub-news-wrap__main-text {
        width: 100%;
        margin-top: 12px;
        font-size: 3.5vw;
    }
}
/*-----------------------------------------------------
　NEWS TOP pager
------------------------------------------------------*/
.p-sub-news-wrap .p-sub-news-wrap__main ul.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.p-sub-news-wrap .p-sub-news-wrap__main ul.pagination li {
    width: auto;
    margin-right: 1em;
    padding: 5px 13px;
    font-size: 18px;
    font-weight: bold;
}
.p-sub-news-wrap .p-sub-news-wrap__main ul.pagination li a {
    text-decoration: none;
    color: #dd122b;
    transition: 0.3s ease-in-out;
}
.p-sub-news-wrap .p-sub-news-wrap__main ul.pagination li a:hover {
    opacity: 0.6;
}
.p-sub-news-wrap .p-sub-news-wrap__main ul.pagination li.page {
    border: 1px solid #dd122b;
    background: #fff;
}
.p-sub-news-wrap .p-sub-news-wrap__main ul.pagination li.navi-active {
    background-color: #dd122b;
}
.p-sub-news-wrap .p-sub-news-wrap__main ul.pagination li.navi-active a {
    color: #fff;
}
.p-sub-news-wrap .p-sub-news-wrap__main ul.pagination li.pagination .active a {
    color: #fff;
}
@media (max-width: 599px) {
    .p-sub-news-wrap .p-sub-news-wrap__main ul.pagination {
        margin-top: 30px;
    }
}
/*.p-sub-news-wrap__article{
    width: 90%;
    padding: 50px 5%;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(177, 177, 188, 0.75);
    position: relative;
}
.p-sub-news-wrap__article::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#dd122b), to(#0e1336));
    background-image: -webkit-linear-gradient(left, #dd122b 0%, #0e1336 100%);
    background-image: linear-gradient(to right, #dd122b 0%, #0e1336 100%);
}
.p-sub-news-wrap__article > .flex{
    display: flex;
    justify-content: space-between;
    margin-bottom:10px;
}
.p-sub-news-wrap__article-data{
    font-size:16px;
    color: #7f7f92;
    font-weight: bold;
}
.p-sub-news-wrap__article-tag{
    padding: 3px 30px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
}
.p-sub-news-wrap__article-tag.info {
    color: #dd122b;
    border: 1px solid #dd122b;
}
.p-sub-news-wrap__article-tag.event {
    color: #ff9800;
    border: 1px solid #ff9800;
}
.p-sub-news-wrap__article-h3{
    font-size:22px;
    font-weight: bold;
    color: #dd122b;
    border-bottom: 1px solid #7f7f92;
    margin-bottom:20px;
    padding-bottom:15px;
}
.p-sub-news-wrap__article-img{margin-bottom:20px;}
.p-sub-news-wrap__article > p{margin-bottom:20px;}*/
/*-----------------------------------------------------
　NEWS 記事詳細
------------------------------------------------------*/
.p-sub-news-wrap article.p-sub-news-wrap__article {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(177, 177, 188, 0.75);
    padding: 50px;
}
.p-sub-news-wrap article.p-sub-news-wrap__article::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#dd122b), to(#0e1336));
    background-image: -webkit-linear-gradient(left, #dd122b 0%, #0e1336 100%);
    background-image: linear-gradient(to right, #dd122b 0%, #0e1336 100%);
}
/*---日付・タグ---*/
.p-sub-news-wrap__article .p-sub-news-article__datebox {
    width: 100%;
    margin: 0 auto 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-sub-news-wrap__article .p-sub-news-article__datebox .p-sub-news-wrap__article-data {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1;
}
.p-sub-news-wrap__article .p-sub-news-article__datebox .p-sub-news-wrap__article-tag {
    width: 120px;
    padding: 3px 0 0;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
}
.p-sub-news-wrap__article .p-sub-news-article__datebox .p-sub-news-wrap__article-tag.info {
    color: #dd122b;
    border: 1px solid #dd122b;
}
.p-sub-news-wrap__article .p-sub-news-article__datebox .p-sub-news-wrap__article-tag.event {
    color: #ff9800;
    border: 1px solid #ff9800;
}
/*---記事タイトル---*/
.p-sub-news-wrap__article h1 {
    width: 100%;
    padding-bottom: 20px;
    margin: 0 auto 30px;
    font-size: 24px;
    font-weight: bold;
    color: #dd122b;
    border-bottom: 1px solid #7f7f92;
}
/*---見出し---*/
.p-sub-news-wrap__article h2, .p-sub-news-wrap__article h3, .p-sub-news-wrap__article h4, .p-sub-news-wrap__article h5, .p-sub-news-wrap__article h6 {
    width: 100%;
    line-height: 1.5;
}
.p-sub-news-wrap__article h2 {
    margin: 0 auto 20px;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: bold;
    /*background: linear-gradient(to left, #1f1f25 0%, #1e2336 100%);*/
    background: #FFF;
    border-left: 2px solid #dd122b;
    box-shadow: 0 0 5px 0 rgba(177, 177, 188, 0.75);
}
.p-sub-news-wrap__article h3 {
    margin: 0 auto 15px;
    padding: 6px 12px 6px 0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.p-sub-news-wrap__article h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#dd122b), to(#0e1336));
    background-image: -webkit-linear-gradient(left, #dd122b 0%, #0e1336 100%);
    background-image: linear-gradient(to right, #dd122b 0%, #0e1336 100%);
}
.p-sub-news-wrap__article h4 {
    margin: 0 auto 15px;
    padding: 6px 12px 6px 0;
    font-size: 18px;
    font-weight: bold;
    color: #7f7f92;
    border-bottom: 1px solid #7f7f92;
}
.p-sub-news-wrap__article h5 {
    margin: 0 auto;
    padding: 6px 0 6px 0;
    font-size: 18px;
    font-weight: bold;
    color: #dd122b;
}
.p-sub-news-wrap__article h6 {
    margin: 0 auto;
    padding: 6px 0 6px 0;
    font-size: 18px;
    font-weight: bold;
}
/*---本文---*/
.p-sub-news-wrap__article p {
    margin: 0 auto 20px;
    font-size: 15px;
}
/*---本文内部リンク---*/
.p-sub-news-wrap__article p a {
    display: inline-block;
    color: #dd122b;
    position: relative;
}
.p-sub-news-wrap__article p a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dd122b;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.p-sub-news-wrap__article p a:hover::after {
    transform: scale(1, 1);
}
/*---画像---*/
.p-sub-news-wrap__article .p-sub-news-wrap__article-img {
    width: 100%;
    margin: 0 auto 20px;
}
/*---注釈---*/
.p-sub-news-wrap__article p.p-sub-news-wrap__article-notes {
    margin: 0 auto 20px;
    font-size: 12px;
}
/*---リスト---*/
.p-sub-news-wrap__article ul {
    width: 100%;
    margin: 20px auto;
}
.p-sub-news-wrap__article ul li {
    margin: 0 auto 6px;
    font-size: 15px;
}
.p-sub-news-wrap__article ul li:last-child {
    margin-bottom: 0;
}
.p-sub-news-wrap__article img{
    height: 100%;
}
@media (max-width: 599px) {
    .p-sub-news-wrap article.p-sub-news-wrap__article {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        background: #FFF;
        box-shadow: 0 0 15px 0 rgba(177, 177, 188, 0.75);
        padding: 30px 5%;
    }
    /*---日付・タグ---*/
    .p-sub-news-wrap__article .p-sub-news-article__datebox {
        width: 100%;
        margin: 0 auto 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .p-sub-news-wrap__article .p-sub-news-article__datebox .p-sub-news-wrap__article-data {
        font-size: 4.0vw;
        color: #4d4d4d;
        line-height: 1;
    }
    .p-sub-news-wrap__article .p-sub-news-article__datebox .p-sub-news-wrap__article-tag {
        width: 38%;
        margin-right: 0;
        padding: 2px 0 0;
        font-size: 3.5vw;
        font-weight: 500;
        text-align: center;
        border-radius: 100px;
        line-height: 1.5;
    }
    /*---記事タイトル---*/
    .p-sub-news-wrap__article h1 {
        width: 100%;
        padding-bottom: 16px;
        margin: 0 auto 20px;
        font-size: 5vw;
        font-weight: bold;
        color: #dd122b;
        border-bottom: 1px solid #7f7f92;
    }
    /*---見出し---*/
    .p-sub-news-wrap__article h2 {
        margin: 0 auto 20px;
        padding: 8px 12px;
        font-size: 4.2vw;
        font-weight: bold;
        background: #FFF;
        border-left: 2px solid #dd122b;
        box-shadow: 0 0 5px 0 rgba(177, 177, 188, 0.75);
    }
    .p-sub-news-wrap__article h3 {
        margin: 0 auto 15px;
        padding: 6px 12px 6px 0;
        font-size: 4.2vw;
        font-weight: bold;
        position: relative;
    }
    .p-sub-news-wrap__article h4 {
        margin: 0 auto 15px;
        padding: 6px 12px 6px 0;
        font-size: 4.2vw;
        font-weight: bold;
        color: #7f7f92;
        border-bottom: 1px solid #7f7f92;
    }
    .p-sub-news-wrap__article h5 {
        margin: 0 auto;
        padding: 6px 0 6px 0;
        font-size: 4.2vw;
        font-weight: bold;
        color: #dd122b;
    }
    .p-sub-news-wrap__article h6 {
        margin: 0 auto;
        padding: 6px 0 6px 0;
        font-size: 4.2vw;
        font-weight: bold;
    }
    /*---本文---*/
    .p-sub-news-wrap__article p {
        margin: 0 auto 20px;
        font-size: 3.5vw;
    }
    /*---本文内部リンク---*/
    .p-sub-news-wrap__article p a {
        display: inline-block;
        color: #dd122b;
        position: relative;
    }
    .p-sub-news-wrap__article p a::after {
        content: '';
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #dd122b;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s;
    }
    .p-sub-news-wrap__article p a:hover::after {
        transform: scale(0, 1);
    }
    /*---画像---*/
    .p-sub-news-wrap__article .p-sub-news-wrap__article-img {
        width: 100%;
        margin: 0 auto 20px;
    }
    /*---注釈---*/
    .p-sub-news-wrap__article p.p-sub-news-wrap__article-notes {
        margin: 0 auto 20px;
        font-size: 3.2vw;
    }
    /*---リスト---*/
    .p-sub-news-wrap__article ul {
        width: 100%;
        margin: 20px auto;
    }
    .p-sub-news-wrap__article ul li {
        margin: 0 auto 6px;
        font-size: 3.5vw;
    }
}