@charset "UTF-8";
/* solution/smaps/index.html用css */

.homePage .onlyOne p.notes {
    font-size: 1.4rem;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .homePage .onlyOne p.notes {
        font-size: 13px;
        line-height: 1.2;
}
}


