/* 2020/10/13 一番上の文章のCSS）*/

.header-top-text {
    font-size: 12px;
    margin-top: 45px;
}

.header-index {
    margin-top: 0px;
}


@media (min-width: 768px) {
    .header-top-text {
        margin-top: 10px;
    }
}