@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, button,
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, li {
	display:block;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  box-sizing: border-box;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  line-height: 1;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  transition: all .3s;
  vertical-align: baseline;
}
a:hover,a:active {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: .7;
}
h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
  line-height: 1em;
}
p {
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 1.5em;
}
ul { letter-spacing: -.40em; }
li {
  letter-spacing: normal;
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
object {
  outline: none;
  vertical-align: middle;
}
em, strong { font-weight: bold; font-style: normal; }
abbr, acronym { border: none; font-variant: normal;}
q { quotes: "「" "」" "『" "』"; }
q:before { content: open-quote; }
q:after { content: close-quote; }
address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}
code, pre { font-family: monospace; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
hr {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  border-top: 1px solid rgba(0, 0, 0, .1);
  height: 0;
  margin: 20px 0;
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
}