﻿@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ----全体設定---- */

body {
  margin: 0;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  min-width: 320px;
  color: #444;
  background-color: #fff;
}

/* ----ヘッドライン---- */

h1,
.h1 {
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  background-color: transparent;
}



h2 {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: #dcdcdc;
}

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;
}

.default_hide_ {
	display: none;
}

body.page-list .block-list--more {
  text-align: center;
}

/* ----エラー文言---- */

.block-validation-alert {
  text-align: center;
  margin-top: 200px;
  font-weight: 600;
}

.block-validation-alert.panel {
  padding: 10px;
  border: none;
}

.block-validation-alert--title {
  margin-bottom: 10px;
}

.block-validation-alert--message {
  padding: 10px;
  margin-bottom: 20px;
}

.block-validation-alert--link {
  border-bottom: 1px solid black;
  color: #999999;
  font-weight: 400;
}