@charset "utf-8";

/* PC設定
------------------------------------------- */

.blog-container {
    width: 1050px;
    margin: 0 auto;
}

.blog-flex {
    display: flex;
    width: 100%;
}

.blog-flex-left {
    background-color: #fff;
    width: 690px;



}

.left-content,
.left-content2 {
    display: flex;
    padding: 13px 0 13px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;

}

.left-content2 {
    margin-top: -1px;
}


.blog-flex-right {
    background-color: #fff;
    width: 240px;
    margin-left: 11.333333%;
}

.left-img img {
    width: 126px;
    height: 126px;
    object-fit: cover;
    border: 1px solid #e5e5e5;
    padding: 1px;
}

.right-item {
    margin-left: 5%;
    width: 76%;
}

.item-time-flex {
    display: flex;
}

.blog-time {
    font-size: 14px;
}

.blog-time2 {
    font-size: 14px;
    margin-top: 5px;
}

.blog-time i,
.blog-time2 i {
    margin-right: 4px;
}

.blog-tag {
    background-color: #999999;
    color: #fff;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.8;
    border-radius: 3px;
    margin-left: auto;
}

.blog-tag a {
    color: #fff;
    text-decoration: none;
}

.blog-title {
    font-size: 20px;
    font-weight: 100;
    margin-top: 10px;
}

.blog-title a {
    color: #464646;
    text-decoration: none;
}

.blog-title a:hover {
    color: #569837;
}

.media {
    display: flex;
    padding: 1em 0 .8em;
    border-bottom: 1px solid #e5e5e5;
}

.media-img {

    border: 1px solid #e5e5e5;
    padding: 1px;
    min-width: 61px;

}

.media-img img {
    width: 61px;
    height: 62px;
    object-fit: cover;
}

.media-body {
    margin-left: 16px;
}

.section-title {
    font-size: 18px;
    font-weight: 100;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
    padding-bottom: 8px;
}

.section-title::after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    width: 30%;
    position: relative;
    top: 8px;
    margin-bottom: -1px;
    border-bottom: 1px solid #569837;
}

.media-heading {
    line-height: 1.3;
}


.media-heading a {
    color: #464646;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
}

.media-heading a:hover {
    color: #569837;
}

.local-nav ul {
    font-size: 14px;
    list-style: none;
}

.local-nav ul li a {
    display: block;
    color: #464646;
    font-size: 14px;
    text-decoration: none;
    padding: 10px .5em 8px;
    border-bottom: 1px solid #e5e5e5;
}

.local-nav ul li a:hover {
    text-decoration: underline;
}

.local-nav h1 {
    margin-bottom: 0;
}

.categories,
.archive {
    margin-top: 25px;
}






/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
    .blog-container {
        width: auto;
        margin: 0 20px;
    }

    .blog-flex {
        width: auto;
        display: block;
    }

    .blog-flex-left {
        width: auto;
    }

    .blog-flex-right {
        width: auto;
        margin-left: 0px;
    }

    .blog-tag {

        display: inline-block;
        padding-left: 6px;
        padding-right: 6px;

    }

    .widget-list {
        margin-top: 50px;
    }

    .item-time-flex {
        display: block;
    }

    .left-img img {

        width: 100px;
        height: 87px;

    }

    .blog-title {
        font-size: 1.2em;
    }

}
