﻿@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;
  min-width: 320px;
  color: #333;
  background-color: #fff;
}

/* ----ヘッドライン---- */

h1,
.h1 {
  background-color: transparent;
  padding: 0;
  font-size: 5.86666vw;
  font-weight: normal;/*22px*/
  /* margin: 40px auto 27px; */
  margin: 10.66666vw auto 7.2vw;
  width: -webkit-calc(345 / 375 * 100vw);
  width: calc(345 / 375 * 100vw);
}

h2 {
  font-size: 6.4vw;/*24px*/
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: normal;
  background: none;
  text-align: center;
  margin-bottom: 7.33333vw;/*27.5px*/
  padding: 0;
}

h2 span{
  font-size: 2.66666vw;/*10px*/
  line-height: 5.86666vw;/*22px*/
  letter-spacing: 0.1em;
  display: block;
  margin: 0 auto;
}


h3 {
  font-weight: bold;
  /*margin: 60px auto 16.5px;*/
  margin: 16vw auto 4.4vw;
  /*padding: 0 0 15px 0;*/
  padding: 0 0 3.6vw 0;
  border-bottom: 1px solid #000000;
  letter-spacing: 0.04em;
}

/* ----リンク---- */

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%;
  vertical-align: bottom;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

address {
  font-style: normal;
}
