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

:root {
  --corporate-color: #0073c0;
  --sub-corporate-color: #0073c0;
  --active-color: #e8f6fd;
  --textLink-color: #333;
  --caution-color: #db2100;
}

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;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

img {
  pointer-events: none;
  -webkit-touch-callout: none;
-webkit-user-select:none;
-moz-touch-callout:none;
-moz-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
user-drag: none;
touch-callout:none;
user-select:none;
}

a img {
  pointer-events: inherit !important;
}