@charset "utf-8";
/* CSS Document */
/* header ---------------------------------------- */
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: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
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;
}
html {
  font-size: 62.5%; /*フォントの基準サイズを10pxにする*/
}
body {
  font-family: 'Noto Sans', sans-serif;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
  font-size: 16px;
  line-height: 1.5; 
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  color: #9e9e9e;
}
body * {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
a {
  display: block;
  text-decoration: none;
  color: inherit;
}
a:hover{
  cursor: pointer;
}
#wrap {
  width: 100%; 
  overflow-x: hidden; 
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.it{
    text-indent: -1em;
    padding-left: 1em;
    display: block;  
}
@media screen and (max-width:899px){
  .Sp_Br{
    display: none;
  }
}