@charset "UTF-8";
/*
	BASE
*******************************/
/*
font-family: 'Noto Sans JP', sans-serif;
*/
* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  font-size: 62.5%;
  line-height: 1em;
}

body {
  font-size: 1.6rem;
  background-color: #ffffff;
}

img {
  backface-visibility: hidden;
  line-height: 0;
  display: block;
}

p, th, td, dt, dd, li, h1, h2, h3, h4, h5, h6, label {
  color: #000000;
}

a {
  color: #000000;
  text-decoration: none;
  outline: none;
  border: none;
}

a:hover {
  text-decoration: none;
}

a img {
  outline: none;
  border: none;
  backface-visibility: hidden;
}

area {
  border: none;
  outline: none;
}

.clear {
  clear: both;
}

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

@media screen and (min-width: 751px) {
  .spOnly {
    display: none !important;
  }
}