@charset "UTF-8";

body.kasou {
    background: #f8b633;
}

body.kasou > .inner {
    margin: 30px auto 90px;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    justify-content: space-between;
}

body.kasou header {
    background: none;
    height: 74px!important;
}

body.kasou article {
    width: 615px;
}

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

body.kasou article h1 {
    position: relative;
    padding-bottom: 5px;
}

body.kasou article h1 img {
    width: 94px;
}

body.kasou article h1::before,
body.kasou article h1::after {
    content: '';
    width: 100%;
    background: #231815;
    position: absolute;
    left: 0;
}

body.kasou article h1::before {
    height: 4px;
    top: calc(100% + 5px);
}

body.kasou article h1::after {
    height: 1px;
    top: calc(100% + 12px);
}

body.kasou article > h2 {
    margin-top: 30px;
}

body.kasou .post_list > li {
    border-bottom: 1px solid #918b8a;
    padding-bottom: 28px;
    margin: 20px 0;
}

body.kasou .post_list > li:last-of-type {
    margin-bottom: 12px;
}

body.kasou .post_list li p.time {
    font-size: 14px;
    line-height: 14px;
    margin: 30px 0 5px;
}

body.kasou .post_list li h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}

body.kasou .post_list li h2 a {
    color: #231815;
    font-weight: bold;
}

body.kasou .post_list li p {
    margin-bottom: 0.5em;
    line-height: 27px;
    font-size: 14px;
}

body.kasou .post_list li p.tmb {
    margin: 18px 0;
}

body.kasou .post_list li .tags {
    width: 220px;
    flex-wrap: wrap;
}

body.kasou .post_list li .tags li {
    margin-right: 1em;
}

body.kasou .post_list li .tags a {
    font-size: 11px;
    color: #231815;
}

body.kasou .wp-pagenavi .pages,
body.kasou .wp-pagenavi .first,
body.kasou .wp-pagenavi .last {
    display: none;
}

body.kasou .wp-pagenavi,
body.kasou .wp-pagenavi a {
    color: #898989;
    font-size: 14px;
}

body.kasou .wp-pagenavi .current {
    color: #231815;
}

body.kasou .wp-pagenavi .current::after,
body.kasou .wp-pagenavi .page::after {
    content: ',';
}

body.kasou .wp-pagenavi .nextpostslink {
    float: right;
    color: #231815;
}

body.kasou .wp-pagenavi .nextpostslink::after {
    content: '';
    display: block;
    clear: both;
}



/* -------------------- sidebar -------------------- */
aside {
    width: 300px;
}

aside .wanted img {
    width: 100%;
}

aside .searchform {
    margin: 21px 0 15px;
}

aside .searchform .searchfield {
    position: relative;
    font-size: 14px;
    color: #9e9e9f;
    border: 1px solid #cececf;
}

aside .searchform .searchfield input {
    border: none;
    padding: 13px 17px 13px 45px;
    display: block;
    width: 100%;
}

aside .searchform .searchfield button {
    position: absolute;
    top: 14px;
    left: 13px;
}

aside a {
    color: #231815;
}

aside h2 {
    margin-bottom: 16px;
}

aside #categories-3 {
    border-bottom: 1px solid #837d7b;
    margin-bottom: 16px;
}

aside li ul li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 12px;
}

aside li ul li::before {
    content: '';
    background: url(../img/aside_list.png) no-repeat center / 100%;
    width: 4px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 0;
}



@media (max-width: 750px) {
    body.kasou > .inner {
        display: block;
        background: none;
        padding: 0;
        margin-top: 0;
    }

    body.kasou header {
        height: calc(34px + 5.3vw)!important;
    }

    body.kasou article {
        width: 100%;
        margin: 4vw auto 40px;
        background: #fff;
        border-radius: 15px;
        padding: 30px 20px;
    }

    aside {
        width: 80%;
        margin: 0 auto;
    }
}
