﻿@charset "UTF-8";

/* 共通 */

body {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Meiryo", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  overflow-x: hidden;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

* {
  box-sizing: border-box;
}

th,
td {
  vertical-align: middle;
}

/*body * {
  scrollbar-width: thin;
  scrollbar-color: #707070 #f7f7f7;
}

body *::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

body *::-webkit-scrollbar-track {
  background: #f7f7f7;
}

body *::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 2px;
}

body *::-webkit-scrollbar-thumb:hover {
  background: #555;
}
*/