@charset "utf-8";

/*******************************************************************************
 01. 汎用パーツ
*******************************************************************************/
/* ●見出し H1
=================================================*/
.scn-h1-ttl{
    font-size: 22px;
    margin-bottom: 10px;
}
.scn-h1-ttl br{
    display: none;
}
@media screen and (max-width: 480px) {
    .scn-h1-ttl{
        font-size: 16px;
    }
    .scn-h1-ttl br{
        display: block;
    }
}

/*******************************************************************************
 03. フッター
*******************************************************************************/
/* ●コピーライトリンク
=================================================*/
.copyright a{
    color: #fff;
    text-decoration: none;
}