@charset "utf-8";
body {
  color: #333;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  /*font-family:YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font: inherit;
  letter-spacing: 1px;
}
.nav_foot h5 {
  letter-spacing: 0.5px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
html, body, div, span, applet, object, iframe, 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 {
  border: 0 none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}
img {
  vertical-align: bottom;
}
ol, ul, li {
  list-style: outside none none;
}
a img, fieldset, img {
  border: 0 none;
  vertical-align: top;
}
address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
abbr, acronym {
  border: 0 none;
}
a {
  text-decoration: none;
}
a {
  color: #333;
}
a:hover {
  color: #333;
}
a:visited {
  color: #333;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,div {
  display: block;
    margin: auto;
}
q::before, q::after {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
hr {
  display: none;
}
strong, em {
  font-weight: bold;
}
div::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.clear {
  clear: both;
}
.clear:after {
  display: block;
  clear: both;
  content: "";
}
/*IE用*/
.clearfix {
  display: inline-table;
  clear: both;
}
/*Mac-IE用\*/
*html .clearfix {
  height: 1%;
  clear: both;
}
.clearfix {
  display: block;
  clear: both;
}
.wh {
  color: #fff !important;
}
.wh span {
  border-color: #fff !important;
}