﻿@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* ----全体設定---- */

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  color: #202021;
  font-size: 1.3rem;
  font-family: 'Poppins', 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.64;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

/* ----ヘッドライン---- */

h2 {
  padding-bottom: 20px;
  border-bottom: 2px solid #E8E9EA;
  font-size: 2rem;
  font-weight: 600;
}

h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 56px;
  padding: 10px 24px;
  background-color: #F2F3F3;
  font-size: 1.8rem;
  font-weight: 600;
}

h4 {
  padding-bottom: 12px;
  border-bottom: 1px solid #E8E9EA;
  font-size: 1.6rem;
  font-weight: 600;
}

h5 {
  font-size: 1.4rem;
  font-weight: 600;
}

h1,
.h1 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/* ----リンク---- */

a {
  text-decoration: none;
  color: #202021;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

/* ----タグ---- */

img {
  display: block;
  max-width: 100%;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}
