@charset 'utf-8';

/* top
------------------------------------------------ */
.content {
    padding: 50px 0 85px;
}
.masthead {
    background-image: url(../../img/news/masthead.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
    .masthead .title {
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        padding: 5.5% 0;
    }

.entry-content {
    width: 70.85%;
    float: left;
}
    .entry-content .entry-thumbnial {
        margin-bottom: 30px;
    }
    .entry-content .entry-title {
        font-size: 3.4rem;
        line-height: 1;
        font-weight: normal;
        margin-bottom: 10px;
    }
    .entry-content .date {
        font-size: 1.6rem;
        margin-bottom: 20px;
        display: block;
    } 
    .entry-content .entry-description {
        display: block;
        font-size: 1.5rem;
    }
.sidebar {
    width: 25%;
    float: right;
}
    .sidebar .widget-title {
        font-size: 1.6rem;
        line-height: 1;
        margin-bottom: 10px;
    }
    .custom-posts article:first-child {
        border-top: none !important;
        padding-top: 0;
        margin-top: 0;
    }

    .custom-posts article {
        float: left;
        border-top: 1px solid #E9E9E9;
        position: relative;
        display: table;
    }
        .custom-posts a {
            display: table-cell;
            vertical-align: middle;
            position: relative;
            height: 100px;
        }
        .custom-posts img {
            position: absolute;
            width: 80px;
            height: 60px;
        }

        .custom-posts p {
            font-size: 1.6rem;
            line-height: 18px;
            margin-bottom: 10px;
        }
        .custom-posts .date {
            font-size: 1.2rem;
        }
        .custom-posts p, .custom-posts .date {
            float: left;
            padding-left: 92px;
        }

.return_page {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 80px;
}
    .return_page a {
        text-decoration: none;
        background: url(../../img/news/arrow-left.png) no-repeat left center;
        padding-left: 15px;
    }


/* Lists Content */

.news_list .lists {
    width: 48.25%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 8%;
}
    .news_list .lists:nth-child(even) {
        margin-right: 0;
    }

    .news_list .lists figcaption {
        margin-top: 15px;
    }
        .news_list .lists figcaption .list_title {
            font-size: 2.4rem;
            font-weight: normal;
            line-height: 32px;
            margin-bottom: 15px;
        }
        .news_list .lists figcaption .date {
            font-size: 1.8rem;
            margin-bottom: 0;
        }
        .news_list .lists figcaption .return_page {
            margin-top: 10px;
            text-align: right;
        }

.pagination {
    display: block;
    text-align: center;
}
    .pagination ol,
    .pagination ol li{
        display: inline-block;
        vertical-align: top;
    }
        .pagination li a {
            color: black;
            float: left;
            padding: 3px 14px;
            text-decoration: none;
            font-size: 2rem;
        }
        .pagination li.next a {
            background: #000 url(../../img/news/arrow-next.png) no-repeat center center;
            width: 38px;
            height: 38px;
            box-sizing: border-box;
            margin-left: 14px;
        }


/* responsive style
------------------------------------------------ */

@media screen and (max-width: 640px) {
    .content {
        padding: 40px 0;
    }
    .content.wrap {
        margin: 0;
    }
        .masthead {
            background-size: 100%;
            background-image: url(../../img/news/sp_masthead.png);
        }
            .masthead .title {
                padding: 4.6% 0;
            }
                .masthead .title img { width: 20%; }
    .sidebar {
        display: none;
    }
    
    .entry-content { 
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
        .entry-content .entry-thumbnial {
            margin-bottom: 20px;
        }
        .entry-content .entry-title,
        .news_list .lists figcaption .list_title {
            font-size: 1.8rem;
            line-height: 24px;
            margin-bottom: 10px;
        }
        .entry-content .date,
        .news_list .lists figcaption .date {
            font-size: 1.4rem;
            margin-bottom: 10px;
        }
        .entry-content .entry-description {
            font-size: 1.4rem;
        }
    .return_page {
        font-size: 1.4rem;
        margin-top: 40px;
    }

    /*News Lists*/
    .news_list .lists {
        width: 100%;
        margin-right: 0;
    }
        .pagination li a {
            font-size: 1.4rem;
            padding: 7px 12px;
        }
            .pagination li.next a {
                width: 35px;
                height: 34px;
                margin-left: 12px;
                background-size: 8px;
            }

}

@media screen and (max-width: 375px) {

}