@charset "UTF-8";


.catch01 {
    font-size:1.4rem;
    font-weight:600;
}
.catch01 span {
    font-size:.8rem;
}

.news-day {
    font-size: .8rem;
    background-color: #f3f2f2;
    padding: 10px;
}
.news-title {
    font-size: 1.4rem;
    padding-bottom: 10px;
    border-bottom:dotted 1px #999;
}
.news-text {
    font-size: .8rem;
    line-height: 2rem;
}

@media (max-width: 576px) {


}