@charset "UTF-8";
/* CSS Document */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document /資料
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers. /全てのブラウザで行の高さを修正します。
 * 2. Prevent adjustments of font size after orientation changes in iOS. /iSOで向きを変更した後のフォントサイズの調整を防止します。
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections /セクション
   ========================================================================== */

/**
 * Remove the margin in all browsers. /すべてのブラウザでマージンを削除します。
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE. /IEで一貫して'main'要素をレンダリングします。
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and　
 * `article` contexts in Chrome, Firefox, and Safari. 
	/'section'内の'h1'要素のフォントサイズとマージンを修正し、
	Chrome、Firefox、Safariの'article'コンテキスト。
*/

h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}

/* Grouping content /グループ化コンテンツ
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox. 
 * 2. Show the overflow in Edge and IE.
	/Firefoxで正しいボックスサイズを追加します。
	EdgeとIEでoverflowを表示します。
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers. 
 * 2. Correct the odd `em` font sizing in all browsers.
	/すべてのブラウザでフォントサイズの継承とスケーリングを修正します。
	すべてのブラウザで奇数の'em'フォントサイズを修正します。
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics /テキストレベルのセマンティクス
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10. /IE10でアクティブなリンクの灰色の背景を削除します。
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
	/Chrome57の下枠を削除します
	Chrome、Edge、IE、Opera、Safariに正しいテキスト装飾を追加します。
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
	Chrome、Edge、Safariで正しいフォントの太さを追加します。
*/

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
	/すべてのブラウザでフォントサイズの継承とスケーリングを修正します。
	すべてのブラウザで奇数の'em'フォントサイズを修正します。
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers. /すべてのブラウザで正しいフォントサイズを追加します。
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
	'sub'要素と'sup'要素が行の高さに影響しないようにします。
	すべてにブラウザ。
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content /埋め込みコンテンツ
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10. /IE10リンク内の画像の境界線を削除します。
 */

img {
  border-style: none;
}

/* Forms /フォーム
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
	すべてのブラウザでフォントスタイルを変更します。
	FirefoxおよびSafariでマージンを削除します。
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE. /IEでオーバーフローを表示します。
 * 1. Show the overflow in Edge /Edgeでオーバーフローを表示します。
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
	/Edge、Firefox、IEのテキスト変換の継承を削除します。
	Fireboxのテキスト変換の継承を削除します。
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
	/iOSおよびSafariでクリッカブルタイプをスタイルできない問題を修正しました。
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox. /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;
}

/**
 * Restore the focus styles unset by the previous rule. /前のルールで設定されていないフォーカススタイルを復元します。
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox. /Firefoxのパディングを修正。
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE. /EdgeおよびIEでのテキストの折り返しを修正します。
 * 2. Correct the color inheritance from `fieldset` elements in IE. /IEの'fieldset'要素からの色の継承を修正します。
 * 3. Remove the padding so developers are not caught out when they zero out
	/パディングを削除して、ゼロになるときに開発者が引っ掛からないようにします。
 *    `fieldset` elements in all browsers. /全てのプラウザーの'fieldset'要素。
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
	/Chrome、Firefox、Operaで正しい垂直配置を追加します。
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
	/IE10以降のデフォルトの垂直スクロールバーを削除します。
*/

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10. /IE10で正しいボックスサイズを追加します。
 * 2. Remove the padding in IE 10. /IE10パディングを削除します。
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
	/Chromeのインクリメントボタンとデスクリメントボタンのカーソルスタイルを修正しました。
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari. /ChromeとSafariの奇妙な外観を修正します。
 * 2. Correct the outline style in Safari. /Safariのアウトラインスタイルを修正します。
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS. /ChromeおよびSafariのmacOSの内側のパディングを削除します。
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
	/iOSおよびSafariでクリッカブルタイプをスタイルできない問題を修正しました。
 * 2. Change font properties to `inherit` in Safari.
	/Safariでフォントのプロパティを「継承」に変更します。
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive /インタラクティブ
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
	/Edge、IE10＋、およびFirefoxで正しいディスプレイを追加します。
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
	/全てのブラウザで正しい表示を追加します。
 */

summary {
  display: list-item;
}

/* Misc /その他
   ========================================================================== */

/**
 * Add the correct display in IE 10+. /IE10以降で正しいディスプレイを追加します。
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10. /IE10で正しいディスプレイを追加します。
 */

[hidden] {
  display: none;
}

