﻿@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ----全体設定---- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body {
  margin: 0;
  /*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

/* ----ヘッドライン---- */

h1,
.h1 {
  margin: 32px 0;
  font-size: 30px;
  font-weight: normal;
}

h2 {
  margin: 0;
  padding: 60px 0 40px;
  font-size: 36px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
}

h2 span{
  font-size: 12px;
  display: block;
  margin-top: 15px;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

/* ----リンク---- */

a {
  text-decoration: none;
  color: #444;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* ----タグ---- */

img {
  max-width: 100%;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}
