@charset "utf-8";

/* スマートフォン */
@media(max-width: 650px) {
  h1 {
    height: 200px; /* 高さ調整 */
  }
  h1 div {
    font-size: 2rem; /* フォントサイズ調整 */
  }
  h2 {
    font-size: 2rem; /* フォントサイズ調整 */
    height: max-content;
    padding: 5px;
  }

  footer .floating-banner {
    width: 100%;
  }
  footer .certification {
    justify-content: center;
    width: 100%;
  }
  footer .floating-text {
    font-size: 12px;
  }
}