@charset "utf-8";
/*
※ Sassファイルを編集せず、コンテンツ追加する場合のみこちらに記述
※ class名は既存コンテンツと重複しないようにしてください
※ 既存コンテンツに対しての修正は修正管理システム（syusei@）にて依頼してください
*/

.logo-text { font-size: 1rem; }
a.header__logoLink:hover { text-decoration: none; }
@media screen and (max-width: 480px) {
    .header__logo {
        width: 100%;
    }
    .header__logo img {
        width: 250px;
    }
}