/* 新着情報 */
.news-contents {

    justify-content: space-between;
    margin-top: 5%;
    margin-bottom: 30px;
}

.post-info {
    position: relative;
    padding-top: 0px;
    margin-bottom: 10px;
}

.post-date {
    background: #004B9E;
    border-radius: 10%;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 3px;

}

.post-date span {
    font-size: 0.8rem;
    border-top: 1px rgba(255, 255, 255, .5) solid;
    padding-top: 0px;
    display: block;
    width: 60%;
    margin: 0 auto;
}

.post-title {
    font-size: 1rem;
    font-weight: normal;
}

.post-title,
.post-cat {
    margin-left: 80px;
}



