﻿@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ----全体設定---- */
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.4em;
  line-height: 1.5;
  min-width: 320px;
  color: #000000;
}
.primaryfont{
  font-family: 'primaryfont', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', -apple-system, BlinkMacSystemFont, sans-serif;
}
.secondaryfont{
  font-family: 'secondaryfont', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ----ヘッドライン---- */

h1,
.h1 {
  padding: 0px;
  font-size: 20px;
  font-weight: bold;
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}

h2 {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}

h3 {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}

/* ----リンク---- */

a {
  text-decoration: none;
  color: #444;
}

a:hover,
a:focus {
  text-decoration: none;
}

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;
}


input[type="text"]:focus,
button:focus {
  outline: none;
}

/* ----トピック---- */
.topic-header-btn {
  padding: 10px;
  text-align: center;
}