@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* ボックスモデルのリセット
   ========================================================================== */
* {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: inherit;
}
/* ドキュメント
   ========================================================================== */
/**
 * 1.すべてのブラウザで行の高さを修正してください。
 * 2. 2.iOSでの向き変更後のフォントサイズの調整を防止します。
 * 3. 3. iOSのリンクのグレーオーバーレイを削除しました。
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* セクション
   ========================================================================== */
/**
 * すべてのブラウザで余白を削除してください。
 */
body {
  margin: 0;
}
/**
 * IEでは`main`要素を一貫してレンダリングします。
 */
main {
  display: block;
}
/* 垂直方向のリズム
   ========================================================================== */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* 見出し
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  /*margin: 0;*/
}
/* リスト（列挙
   ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* リスト（定義
   ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* コンテンツのグループ化
   ========================================================================== */
/**
 * IEでは`main`要素を一貫してレンダリングします。
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1.全ブラウザでのフォントサイズの継承と拡大縮小を修正しました。
 * 2. 2. すべてのブラウザで、フォントサイズの変な `em` を修正しました。
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* テキストレベルのセマンティクス
   ========================================================================== */
/**
 * IE 10 のアクティブリンクの灰色の背景を削除します。
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Chrome 57-で下のボーダーを削除します。
 * 2. Chrome、Edge、IE、Opera、Safariで正しいテキスト装飾を追加します。
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Chrome、Edge、Safariで正しいフォントの太さを追加します。
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1.全ブラウザでのフォントサイズの継承と拡大縮小を修正しました。
 * 2. 2. すべてのブラウザで、フォントサイズの変な `em` を修正します。
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * すべてのブラウザで正しいフォントサイズを追加します。
 */
small {
  font-size: 80%;
}
/**
 * の行の高さに影響を与えないようにする。
 * すべてのブラウザ。
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* 埋め込みコンテンツ
   ========================================================================== */
/**
 * IE10でリンク内の画像のボーダーを外す。
 */
img {
  border-style: none;
  /*vertical-align: bottom;*/
}
embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}
/* Forms
   ========================================================================== */
/**
 * フォームフィールドをリセットしてスタイル化する
 * 1. ラジオとチェックボックスをリセットして、iOSでの見た目を維持します。
 * -input,textarea
 */
button, optgroup, select {
  /*-webkit-appearance: none;*/
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  /*border: 0;*/
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * IEでオーバーフローを表示する。
 * 1.Edgeでオーバーフローを表示します。
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Edge、Firefox、IEでのテキスト変換の継承を削除します。
 * 1. 1.Firefoxのテキスト変換の継承を削除。
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * iOS、Safariでクリッカブルタイプのスタイルができないのを修正しました。
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}
/**
 * Firefoxの内側のボーダーとパディングを削除します。
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * 前のルールで設定されていないフォーカススタイルを復元します。
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * パディングの除去
 */
option {
  padding: 0;
}
/**
 * 不可視状態にリセット
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
/**
 * 1.EdgeとIEでのテキストの折り返しを修正。
 * 2. IEのfieldset要素からの色の継承を修正。
 * 3. 3. パディングを削除して、開発者がゼロアウトしたときに
 * すべてのブラウザで `fieldset` 要素を使用しています。
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Chrome、Firefox、Operaでは、正しい垂直方向の配置を追加してください。
 */
progress {
  vertical-align: baseline;
}
/**
 * IE 10+のデフォルトの縦スクロールバーを削除します。
 */
textarea {
  overflow: auto;
}
/**
 * 1. IE10のパディングを削除します。
 */
[type="checkbox"], [type="radio"] {
  padding: 0; /* 1 */
}
/**
 * Chromeの増分・減分ボタンのカーソルスタイルを修正しました。
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Safariのアウトラインスタイルを修正します。
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * macOSのChromeとSafariの内側のパディングを削除してください。
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * iOS、Safariでクリッカブルタイプのスタイルができないのを修正しました。
 * 2. 2. Safariのフォントプロパティをインヘリットに変更しました。
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * クリック可能なラベル
 */
label[for] {
  cursor: pointer;
}
/* Interactive （双方向）
   ========================================================================== */
/*
 * Edge、IE 10+、Firefoxで正しい表示を追加します。
 */
details {
  display: block;
}
/*
 * すべてのブラウザで正しい表示を追加します。
 */
summary {
  display: list-item;
}
/* テーブル
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc　雑多なもの・その他
   ========================================================================== */
/**
 * IE 10+で正しい表示を追加します。
 */
template {
  display: none;
}
/**
 * IE10で正しい表示を追加します。
 */
[hidden] {
  display: none;
}