@charset "UTF-8";

html {
  font-size: 16px;
}

body {
  min-width: 1240px;
  color: #3E3E3E;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
  display: inline-block;
  color: #3E3E3E;
  text-decoration: none;
  outline: none;
}

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

@media screen and (max-width: 1024px) and (min-width: 600px) {
  body {
    margin: auto;
  }
}

@media screen and (max-width: 599px) {
  html {
    font-size: 14px;
  }

  body {
    min-width: 375px;
  }
}