/* common */

html {
  scroll-padding-top: 80px; /* ヘッダーの高さ */
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  color: #444;
  background-color: #f9f9f9 !important;
}

table, input, textarea, select, option, button {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a{text-decoration: none;}

p{line-height: 2.3em; font-size: 20px;}

.sp_only{display: none !important;}

@media (max-width: 900px) {
.pc_only{display: none !important;}
}