/*---------------------記事の一覧などのリスト系----------------*/

.item_blog {
    /* display: flex; */
    background: #f9f9f9;
    padding: 1em;
    border-radius: 2px;
    flex: 1 0 220px;
    margin: 0.4em;
    border: 1px solid #eee;
}
/*---------------------記事の一覧などのリスト系----------------*/
.post-list__item {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
}
.post-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity .3s; }
.post-list__item a:hover {
    text-decoration: none;
    opacity: .5; }
.post-list__item:first-of-type {
}

.post-list__item{
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 16px;
}

.post-list__img {
    width: 114px;
    height: 76px;
    float: left;
}
.post-list__img img {
    width: 100%;
    height: auto; }
.post-list__img .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.post-list__textarea {
    /* -webkit-box-flex: 1; */
    -ms-flex: 1;
    /* flex: 1; */
    /* padding-left: 16px; */
    padding-left: 130px;
}

.post-list__date {
    font-size: 13px; }

.post-list__title {
    padding-top: 15px;
    font-size: 17px;
}

#newsList{
    width: 100%;
    /* display: flex; */
    /* flex-wrap: wrap; */
    padding-top: 12px;
}

@media only screen and (max-width: 820px) {
    .post-list__item {
        margin-top: 12px;
        margin-bottom: 12px;
        width: 100%;
    }
    .post-list__img {
        width: 89px;
        height: 60px; }
    .post-list__textarea {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 110px;
    }
    .post-list__date {
        font-size: 12px; }
    .post-list__title {
        padding-top: 8px;
        font-size: 13px; } }

.post-list02__item {
    position: relative;
    z-index: 2;
    min-height: 260px; }
.post-list02__item:before {
    content: "";
    display: block;
    width: 300px;
    height: 280px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #f9f9f9;
    margin: auto;
}
.post-list02__item a {
    display: block;
    transition: opacity .3s; }
.post-list02__item a:hover {
    text-decoration: none;
    opacity: .5; }

.post-list02__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px; }

.post-list02__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 16px;
    font-size: 14px;
    line-height: 1.6; }

.post-list02__img.post-list__img {
    width: 220px;
    height: 180px;
}



@media only screen and (max-width: 820px) {
    .post-list02__item {
        min-height: none; }
    .post-list02__item:before {
        width: 226px;
        height: 226px;
        bottom: auto; }
    .post-list02__content {
        display: block;
        padding-top: 12px; }
    .post-list02__desc {
        padding-right: 0;
        font-size: 12px;
        line-height: 1.6; }
    .post-list02__img.post-list__img {
        width: 100%;
        height: 200px;
        overflow: hidden;
    } }

/*---------------------ボタン---------------------------------*/
.link_btn {
    background-color: #ffffff;
    border: 1px solid #297fdf;
    width: 80%;
    margin: 40px auto 0;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 16px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity .3s;
    max-width: 350px;
}
@media all and (-ms-high-contrast: none) {
    .link_btn {
        padding-top: 18px;
        padding-bottom: 12px; } }
.link_btn::before, .link_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
.link_btn::before {
    width: 26px;
    height: 26px;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    left: 20px;
}
.link_btn::after {
    right: 30px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #297fdf;
    border-right: 1px solid #297fdf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link_btn:hover {
    color:#ffffff;
    background-color: #297fdf;
    text-decoration: none; }


.btmbtn {
    text-align: center;
}

.btmbtn.-mt {
    margin: 80px 0;
}

.btmbtn a {
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    background: #000;
    color: #FFF;
    padding: 20px 0;
    border-radius: 5px;
    width: 100%;
    max-width: 450px;
}

@media only screen and (max-width: 820px) {
    .link_btn {
        width: 71.5%;
        margin-top: 30px;
        font-size: 13px;
        height: 42px;
    }
    .link_btn::before {
        width: 18px;
        height: 18px;
        left: 10px; }
    .link_btn::after {
        /* left: 15px; */
        /* width: 5px; */
        /* height: 5px; */
    } }

.link_btn.sm {
    font-size: 13px;
    width: 250px;
    max-width: 100%;
    color: #111;
    background: none;
    border: #111 1px solid;
    z-index: 100;
    height: 43px;
    margin-bottom: 3%;
}
.link_btn.sm::after {
    border-top: 1px solid #111;
    border-right: 1px solid #111;
}

.link_btn.contact {
    font-size: 18px;
    width: 90%;
    max-width: 450px;
    color: #fff;
    background-color: #5b5763;
    border: #111 1px solid;
    z-index: 100;
    height: 60px;
    margin-bottom: 3%;
}
.link_btn.contact::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
/*---------------------サイドウィジェット-------------------------*/
.side-widget__title {
    border-top: 1px solid #ece1d8;
    border-bottom: 1px solid #ece1d8;
    background-color: #fbf9f7;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
@media all and (-ms-high-contrast: none) {
    .side-widget__title {
        padding-top: 24px;
        padding-bottom: 16px; } }

.side-widget__list li {
    padding-left: 22px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ece1d8;
    font-size: 15px; }
@media all and (-ms-high-contrast: none) {
    .side-widget__list li {
        padding-top: 22px;
        padding-bottom: 18px; } }
.side-widget__list li::before {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background-color: #32281e;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

@media only screen and (max-width: 820px) {
    .side-widget__title {
        font-size: 13px;
        padding-top: 18px;
        padding-bottom: 18px; }
    .side-widget__list li {
        padding-left: 22px;
        position: relative;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 13px; } }


.catName{
    display: inline-block;
    padding: 2px 3px;
    /* border: 1px solid #e08d8d; */
    background: #abb4c7;
    border-radius: 20px;
    font-size: 11px;
    line-height: 1;
    margin: 3px 0;
    color: #fff;
}
