/* 認証ページ画像の横幅調整 */
@media screen and (max-width: 768px) {
    #main img {
        width: auto;
        max-width: 100%;
    }
}