@charset "UTF-8";
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-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  background-color: #fff;
  height: 100%;
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}

ul {
  list-style: none;
}

dt {
  display: block;
  width: auto;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

td,
th {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

img {
  background-color: transparent;
  vertical-align: top;
}

a img {
  border: none;
}

em {
  font-style: normal;
}

hr {
  height: 1px;
}

input,
textarea,
select,
option,
optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

/* ie6 hack*/
* html input {
  line-height: 1;
  height: 1.6em;
}

/* ie7 hack */
*:first-child + html input {
  line-height: 1;
}

select {
  min-width: 2em;
}

option,
optgroup {
  padding-right: 0.4em;
}

label[for],
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=image],
input[type=reset],
input[type=submit],
select,
option {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

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

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #000;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

html, body {
  width: 100%;
  height: 100%;
  color: #3c3c3c;
}

@media all and (min-width: 769px) {
  a,
  input[type=button],
  button {
    transition: ease 0.1s;
  }
  a.trans:hover {
    opacity: 0.7;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-family: "Noto Sans Japanese", "Helvetica Neue", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.6em;
  }
  .SPpart {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .PCpart {
    display: none !important;
  }
  html, body {
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
  }
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  }
  * {
    box-sizing: border-box;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 2.8rem;
  }
  body {
    line-height: 1.3;
  }
}/*# sourceMappingURL=style.css.map */