body.kasou .post_list article {
    width: 950px;
}

body.kasou .post_list article ul {
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
}

body.kasou .post_list .info_block {
    width: 450px;
    margin-bottom: 70px;
}

body.kasou .post_list .info_block:nth-child(2n+1) {
    margin-right: 50px;
}

body.kasou .post_list article p {
    margin-bottom: 0;
}

body.kasou .post_list .info_block h3.post_title {
    font-size: 24px;
    font-family: serif;
    margin: 15px 0;
    padding-left: 0;
    background: none;
}

body.kasou .post_list .info_block a {
    color: #373b77;
    font-size: 18px;
}

body.kasou .post_list .info_block .eyecatch img {
    height: 300px;
}

body.kasou .post_list .info_block a p {
    color: #333;
}




body.kasou .post_list article h2.post_title {
    font-size: 34px;
    font-family: serif;
    border-bottom: 1px solid rgba(0, 148, 255, .71);
    padding-bottom: 10px;
}

body.kasou .post_list article .post_time {
    color: rgba(0, 148, 255, .71);
    margin: 10px 0;
    font-weight: bold;
}

body.kasou .post_list article .post_content {
    margin-top: 50px;
}


body.kasou aside.post_list_sidebar {
    width: 300px;
}

body.kasou aside.post_list_sidebar a {
    color: #3366ff;
}

body.kasou aside.post_list_sidebar a:hover {
    text-decoration: underline;
}

body.kasou aside.post_list_sidebar #wp-calendar {
    width: 100%;
}

body.kasou aside.post_list_sidebar #wp-calendar caption {
    margin-bottom: 20px;
}

body.kasou aside.post_list_sidebar li {
    margin-bottom: 70px;
}

body.kasou aside.post_list_sidebar #archives-3 li {
    margin-bottom: 15px;
}

body.kasou .widgettitle {
    font-family: serif;
    font-size: 24px;
    margin-bottom: 20px;
}

.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
    border: 2px solid #3366ff;
    background: #3366ff;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
}

.wp-pagenavi .pages {
    border: none;
    background: none;
    color: #3366ff;
}

.wp-pagenavi .current {
    background: #fff;
    color: #3366ff;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #fff;
}







/* single */
body.kasou article h2.post_title {
    background: none;
    padding-left: 0;
    position: relative;
    margin-bottom: 60px;
}

body.kasou article h2.post_title::after {
    content: '';
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    width: 100px;
    height: 1px;
    background: #2F346D;
}

body.kasou article .post_time {
    color: #2F346D;
    font-family: serif;
}

body.kasou article .post_tmb {
    text-align: center;
}

body.kasou article .post_tmb img {
    width: 600px;
    height: 400px;
}




@media (max-width: 999px) {
    body.kasou .post_list article {
        width: 92%;
    }

    body.kasou .post_list .info_block {
        width: 100%;
    }

    body.kasou .post_list .info_block:nth-child(2n+1) {
        margin-right: 0;
    }

    body.kasou .post_list .info_block .eyecatch img {
        height: auto;
    }

    body.kasou aside.post_list_sidebar {
        width: 100%;
    }

    body.kasou aside.post_list_sidebar li {
        width: 300px;
        margin: 0 auto;
    }

    body.kasou article .post_tmb img {
        width: 100%;
        max-width: 600px;
        height: auto;
    }
}
