/* 全ページpc共通css */

:root {
  --corporate-color: #0073C0;
  --sub-corporate-color: #0073C0;
  --active-color: #e8f6fd;
  --textLink-color: #333;
  --caution-color: #db2100;
  --disable-bg-color: #f5f5f5;
  --disable-font-color: #bbb;
}

html {
  font-size: 10px;
}

body {
  min-width: 1024px;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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