/* CSS Document */
.date {
    margin: 1.5em 0;
}

.main .mainV .ofi-cov {
    object-position: bottom;
}

.fadein {
    opacity: 0;
    -webkit-transition: opacity 3s;
    transition: opacity 3s 500ms;
}

.fadein.lazyloaded {
    opacity: 1;
}

.txt_horizon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-text-align: center;
    text-align: center;
    /* for no-flexbox browsers */
}

.txt_horizon::before,
.txt_horizon::after {
    border-top: 1px solid;
    content: "";
    display: inline;
    /* for IE */
    flex-grow: 1;
}

.txt_horizon::before {
    margin-right: 0.5em;
}

.txt_horizon::after {
    margin-left: 0.5em;
}

.media_img {
    height: 220px;
}

.media_img img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
}
.media_cmt {
	line-height: 1.5;
}
br.sp {
    display: block;
}

@media screen and (min-width:768px) {
    .media_img {
        height: 300px;
    }

    br.sp {
        display: none;
    }
}