@charset "UTF-8";

/*==============================
-setting
===============================*/

body#home {
  color: #5A6470;
}

body#home, input, button, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}

/* =======  ドラッグした時のカラーを指定 ======= */
::selection {
  background: #F29600;
  color: #fff;
}

::-moz-selection {
  background: #F29600;
  color: #fff;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

strong {
  font-weight: bold;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #5A6470;
  font-size: 12px;
  letter-spacing: 1px;
  height: 100%;
  font-feature-settings: "palt";
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a {
  display: inline-block;
  word-break: break-word;
  color: #5A6470;
}

a, a:hover {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  max-width: 100%;
}
