@charset "UTF-8";
/*-----------------------------------------------------

	reset

-----------------------------------------------------*/
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;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------------------------

	base

-----------------------------------------------------*/
html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: 500;
}

body {
  color: #4b4b4b;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  font-weight: normal;
  vertical-align: middle;
}

/* form */
input, button, select, textarea {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  background: transparent;
}

input[type='checkbox'], input[type='radio'] {
  display: none;
}

input[type='submit'], input[type='button'], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=maps/base.css.map */
