/* :root{} */
a {
    text-decoration: none;
    text-underline-offset: .15em;
    transition: .25s;
    color: rgba(0, 0, 0, .82);
}
.info-black {
    background: rgba(0, 0, 0, .82);;
    color: #fff
}
.info-blue {
    background: #3ea8ff;
    color: #fff
}
.info-label {
    padding: 4px 0;
    width: 78px;
    font-size: 12px;
    border-radius: 6px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4
}
.info-content {
    display: block;
    position: relative
}
.info-content+.info-content {
    margin-top: 2.5rem
}
.info-meta {
    position: absolute;
    top: -2px
}
.info-time {
    margin-top: .2rem;
    display: block;
    color: #000000;
    letter-spacing: .04em;
    font-size: 14px
}
.info-sub {
    padding-left: 115px
}
.info_title {
    display: block;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 700;
    color: rgba(0, 0, 0, .82)
}
.info_important {
    margin-top: .5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #f51d00;
    font-size: 14px
}
.info_important:before {
    display: inline-block;
    margin-right: 5px;
    content: "!";
    font-weight: 700;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 99rem;
    background: #f51d00;
    color: #fff;
    font-size: 11.5px
}
.info-link {
    color: #3295ff;
    margin-top: .6rem;
    display: inline-flex;
    align-items: center;
    font-size: .9em
}
.info-link:hover {
    text-decoration: underline
}
.info-main {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 780px;
    margin-top: 1rem;
    position: relative;
    padding-top:10px;
    padding-bottom: 10px;
}
.info-main:before {
    content: "";
    position: absolute;
    left: 116px;
    width: 2px;
    top: 25px;
    bottom: 5px;
    background: #616161
}

/* MOBILE */
@media screen and (max-width: 768px){

}
@media screen and (max-width: 576px){
    .info-content+.info-content {
        margin-top: 1.5rem
    }
    .info-label, .info-time {
        font-size: 2vw;
    }
    .info_title {
        font-size: 3vw;
    }
    .info_important {
        font-size: 2.5vw;
    }
}