.font-bold-1 {
    font-weight: 700;
}

.underwrapper .inner {
    width: 100%;
}

.underwrapper a {
    text-decoration: none;
}

.w980 {
    width: 980px;
    max-width: 100%;
    margin: auto
}

.mb130 {
    margin-bottom: 130px !important
}

@media screen and (max-width:768px) {
    .mb130 {
        margin-bottom: 65px !important
    }
}

.mt50 {
    margin-top: 50px !important
}

@media screen and (max-width:414px) {
    .mt50 {
        margin-top: 25px !important
    }
}

.unit-news-01>.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 13px;
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width:768px) {
    .unit-news-01>.inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.unit-news-01>.inner:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: #009a6c;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.7rem
}

.unit-news-01>.inner .date {
    font-family: azo-sans-web, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    position: relative
}

.unit-news-01>.inner .date:after {
    content: "";
    display: inline-block;
    height: 16px;
    width: 1px;
    background: #009a6c;
    margin: 0 45px;
    position: relative;
    top: 2px
}

@media screen and (max-width:768px) {
    .unit-news-01>.inner .date:after {
        margin-left: 20px
    }
}

@media screen and (max-width:768px) {
    .unit-news-01>.inner .title {
        width: 100%;
        padding-right: 25px;
        margin-top: 5px;
        font-family: 'BIZ UDPGothic', sans-serif;
    }
}