<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*タイトル内の記述*/
/*==========================================
ページ個別 横浜青葉
===========================================*/
.yokohama .text_box {
    margin: 0 auto 30px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    max-width: 90%;
    text-align: center;
}

@media screen and (max-width: 768px) {
.yokohama .text_box {
  display: block;
}
}

@media screen and (max-width: 480px) {
.yokohama .text_box {
    text-align: left;
    max-width: 100%;
}
.yokohama .ttl_big5442 {
    font-size: 3rem;
    margin: 0 0 30px 0;
}
}</pre></body></html>