@charset "shift_jis";
/* CSS Document */

div#whatsnew {
    max-width: 720px;
    margin: auto;
    font-size: 1.6rem;
}

#whatsnew .whatsnew_page_title {
    font-size: 2.8rem;
    color: #666;
    border-left: 0.4px solid #e84478;
    padding: 0.5em 0 0.5em 0.5em;
    margin: 6rem auto;
}

#whatsnew ul.whatsnew_list {
    margin: 4rem 1em;
}

#whatsnew ul.whatsnew_list li {
    margin: 1em 0;
    padding-bottom: 1em;
    border-bottom: 1px dotted #999;
}

#whatsnew ul.whatsnew_list dl {
    display: flex;
    line-height: 1.6em;
}

#whatsnew ul.whatsnew_list dl dt {
    margin-right: 2em;
    color: #666;
}

#whatsnew ul.footer_nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

#whatsnew ul.footer_nav li {
    margin: 0 0.3em;
    line-height: 2em;
}

#whatsnew ul.footer_nav li a {
    display: block;
    padding: 0 0.3em;
    border: 1px solid #ccc;
    font-size: 1.4rem;
    min-width: 2.4rem;
    text-align: center;
    border-radius: 0.4rem;
    background-color: #fff;
}

#whatsnew ul.footer_nav li a:hover {
    background-color: #d71331;
    color: #fff;
    text-decoration: none;
}

#whatsnew ul.footer_nav li a:active {
    background-color: #f29cb7;
}

/*エントリー*/

#whatsnew .news_title {
    position: relative;
    font-size: 2.8rem;
    line-height: 1.6em;
    padding-left: 13rem;
    margin: 6rem auto;
}

#whatsnew .news_title span {
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
    font-size: 1.2rem;
    line-height: 2em;
    width: 11rem;
    text-align: center;
    background-color: #e84478;
    color: #fff;
    border-radius: 8px;
}

#whatsnew div.news_honbun {
    line-height: 2;
    margin: 60px 0;
}

#whatsnew div.news_honbun p {
    margin: 3rem 0;
}

#whatsnew div.news_honbun .photo {
    margin: 6rem 0;
    text-align: center;
}

#whatsnew div.news_honbun .photo img {
    max-width: 100%;
    height: auto;
}

#whatsnew .whatsnew_back {
    border-top: 2px dotted #ccc;
    padding-top: 1.5em;
    font-size: 1.6rem;
    text-align: center;
}

#whatsnew .whatsnew_back a {
    color: #666;
}

/*-*/

@media screen and (max-width: 480px) {
    div#whatsnew {
        margin: 2rem 2rem 6rem;
    }
    #whatsnew .whatsnew_page_title {
        font-size: 2.1rem;
        margin: 3rem auto 4rem;
    }
    #whatsnew ul.whatsnew_list {
        margin: 2rem 0 3rem;
    }
    #whatsnew ul.whatsnew_list li {
        margin: 0.4rem 0;
        padding-bottom: 0.4rem;
    }
    #whatsnew ul.whatsnew_list dl {
        display: block;
        line-height: 1.6em;
    }
    #whatsnew ul.whatsnew_list dl dt {
        font-size: 1.2rem;
    }
    #whatsnew ul.whatsnew_list dl dd {
        line-height: 1.8;
        font-size: 1.4rem;
    }
    /*エントリー*/
    #whatsnew .news_title {
        position: relative;
        font-size: 1.8rem;
        padding-left: 0;
        margin: 3rem auto 4rem;
    }
    #whatsnew .news_title span {
        position: relative;
        font-size: 1.1rem;
        width: 11rem;
        margin-bottom: 1.8rem;
    }
    #whatsnew div.news_honbun {
        font-size: 1.4rem;
        margin: 4rem 0;
    }
    #whatsnew div.news_honbun .photo {
        margin: 4rem 0;
    }
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
ページネーション
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/
div.pagination {
    text-align: center;
    font-size: 1.6rem;
    @media screen and (max-width: 480px) {
        font-size: 1.4rem;
    }
    .page-numbers {
        display: inline-block;
        line-height: 2;
        width: 2em;
        border-radius: 0.25em;
        margin: 0.125em;
        border: 1px solid #ccc;

        &.current {
            background-color: #ccc;
            color: #fff;
            font-weight: bold;
        }
        &.prev,
        &.next {
            border: none;
        }
    }
}
