@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ----全体設定--- */
body {
  margin: 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #323232;
}
/* ----ヘッドライン--- */
h1,
.h1 {
  margin: 15px 0 27px;
  font-size: 16px;
  font-weight: normal;
}
h2 {
  margin: 20px 0;
  font-size: 15px;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: normal;
}
/* ----リンク--- */
a {
  text-decoration: none;
  color: #323232;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a:focus {
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* ----タグ--- */
img {
  max-width: 100%;
}
hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

/*# sourceMappingURL=base.css.map */
