@charset "UTF-8";
/* =======================================

SP用設定

======================================= */
.pc {
    display: none !important;
}

input[type=button], input[type=submit] {
    -webkit-appearance: none;
}

/* フォントサイズが大きくなってしまう不具合対策
------------------------------- */
h1, h2, h3, h4, h5, h6, p {
    max-height: 100%;
}
