﻿@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ----全体設定--- */
body {
  margin: 0;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", 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;
  color: #458b13;
}
h2 {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: #f6faf5;
  color: #458b13;
}
h3 {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
/* ----リンク--- */
a {
  text-decoration: none;
  color: #444;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  text-decoration: underline;
  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;
}

/* ----アコーディオン表示--- */
/* Chrome、Safari以外 */
summary {
  display: block;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}
/**
 * Chrome用のデフォルト三角削除
**/
details summary::-webkit-details-marker {
  display: none;
}
/**
 * Font Awesomeのプラスアイコン使用
**/
details summary::after {
  font-family: FontAwesome;
  content: '\f067';
  transition: 0.3s;
  float: right;
  color: #458b13;
  font-size: 30px;
}
/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
details[open] summary::after {
  content: '\f068';
}

/*# sourceMappingURL=sb_base.css.map */
