@charset "UTF-8";
/*--------------------*
 *  default settings
 *--------------------*/
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 {
  font-size: 100%;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  word-wrap: break-word;
  outline: 0;
}
h1, h2, h3, h4, p {
  line-height: 1.7em;
}
.disp_sp {
  /*font-size: 75%;*/
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body {
  line-height: 1;
  font-weight: normal;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
ol, ul {
  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;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
a:focus {
  outline: none;
}
a, a:hover, a:visited {
  text-decoration: none;
  text-shadow: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
.clear {
  clear: both;
  float: auto;
}
.center {
  text-align: center;
}
