@charset "UTF-8";

.bg_top {
    background: url(../img/bg_top.png)no-repeat top center /cover;
}

.title_wrap .title {
    padding: 110px 0;
}

.title_wrap .tab_list {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 67px;
}

.title_wrap .tab_list li {
    width: 50%;
    text-align: center;
    padding-bottom: 20px;
}

.title_wrap .tab_list li.now {
    border-bottom: 1px solid #FFF;
}

.article_wrap {
    background: url(../img/bg_article.png)repeat top center /contain;
    width: 100%;
    height: 100%;
    padding: 60px 0 80px;
}

.article_wrap .article {
    margin-bottom: 50px;
}

.article_wrap .article .inner {
    background-color: #FFF;
    padding: 25px 25px 5px;
}

/* ▼▼▼ NEWS
====================================================== */

#news .article_wrap .date {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 2px;
}

#news .article_wrap .subject {
    margin-bottom: 20px;
    font-size: 18px;
}

#news .article_wrap .txt_box {
    margin-bottom: 20px;
}

#news .article_wrap a {
    text-decoration: underline;
}

#news .article_wrap .link li {
    margin-bottom: 20px;
}

#news .article_wrap .pdf a {
    position: relative;
}

#news .article_wrap .pdf a:before {
    content: "";
    background: url(../img/icon_pdf.svg)no-repeat top center / contain;
    width: 14px;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
}

.pagenav,
.pagenav ol {
    display: flex;
    justify-content: center;
}

.pagenav ol li a,
.pagenav .now {
    padding: 0 15px;
    font-size: 22px;
}

#news .article_wrap .pagenav ol li a {
    text-decoration: none;
}

.pagenav .now {
    color: #999999;
}

.pagenav .prev,
.pagenav .next {
    position: relative;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    margin: 17px 10px;
}

.pagenav .prev {
    transform: rotate(-135deg);
}

.pagenav .next {
    transform: rotate(45deg);
}


/* ▼▼▼ LIVE
====================================================== */
#live .article_wrap .live {
    display: flex;
    margin-bottom: 24px;
}

#live .live .place dt,
#live .live .place dd,
#live .live .detail {
    font-size: 18px;
}

#live .live .place {
    padding: 4px 0;
}

#live .article_wrap .inner .txt_box,
#live .article_wrap .inner .url {
    margin-bottom: 25px;
}

#live .article_wrap a {
    text-decoration: underline;
}

#live .article_wrap .inner .tel {
    margin-bottom: 20px;
}

/* ▼▼▼ 480px〜768px
----------------------------------------　*/
@media screen and (max-width: 768px) {
    .title_wrap .title {
        padding: 100px 0 40px;
    }

    .title_wrap .title img {
        width: 150px;
    }

    .title_wrap .tab_list {
        width: 100%;
        margin-bottom: 40px;
    }

    #news .title_wrap .tab_list li img,
    #live .title_wrap .tab_list li a img {
        width: 52px;
    }

    #news .title_wrap .tab_list li a img,
    #live .title_wrap .tab_list li img {
        width: 44px;
    }

    #news .article_wrap .date {
        margin-bottom: 10px;
        letter-spacing: 2px;
    }

    #news .article_wrap .subject {
        font-size: 14px;
    }

    .pagenav ol li a,
    .pagenav .now {
        padding: 0 15px;
        font-size: 14px;
    }

    .pagenav .prev,
    .pagenav .next {
        margin: 10px;
    }

    #live .article_wrap .inner .txt_box span {
        font-weight: bold;
    }

    #live .live>.txt_box {
        margin: auto 0;
    }

    #live .article_wrap {
        padding-bottom: 10px;
    }

}