﻿@charset "UTF-8";

@font-face {
  font-family: 'qs_font';
  src: url('../../font/383BF7_1_0.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
 
@font-face {
  font-family: 'qs_font';
  src: url('../../font/383BF7_0_0.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ----全体設定---- */

body {
  margin: 0;
  font-family: '源ノ角ゴシック Regular','源ノ角ゴシック',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family:  'メイリオ', 'ＭＳ Ｐゴシック','源ノ角ゴシック Regular','源ノ角ゴシック',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-size: 14px;
  /*font-family: 'qs_font';*/
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  position: relative;
}

nav {
  box-sizing: border-box;
}

dd {
  font-size: 14px;
}

/* ----ヘッドライン---- */

h1,
.h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

h2 {
  font-size: 26px;
  font-weight: normal;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 800;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

/* ----リンク---- */

a {
  text-decoration: none;
  color: #000;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* ----タグ---- */

img {
  max-width: 100%;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}
