@charset "UTF-8";
/*** reset ***/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, common.scss */
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, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

/* line 31, common.scss */
body {
  line-height: 1;
}

/* line 34, common.scss */
ol, ul {
  list-style: none;
}

/* line 37, common.scss */
blockquote, q {
  quotes: none;
}

/* line 40, common.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*** PC ***/
/* preset */
/* line 57, common.scss */
.sp {
  display: none !important;
}

/* common */
/* line 61, common.scss */
html {
  font-size: 16px;
  line-height: 1.6em;
}

/* line 65, common.scss */
body {
  color: #000000;
  font-family: "Noto Sans JP","游ゴシック","メイリオ","ヒラギノ角ゴ Pro W3",sans-serif;
  font-feature-settings: "palt";
  line-height: 1.6rem;
  letter-spacing: 0rem;
}

/* line 72, common.scss */
section {
  margin: 60px 0;
}
/* line 73, common.scss */
section.page-header {
  margin: 20px 0 60px 0;
}
/* line 75, common.scss */
section.page-header .breadcrumb {
  max-width: 1200px;
  margin: 0 auto 30px auto;
  padding: 0 30px;
  font-size: 0.9rem;
  box-sizing: border-box;
}
/* line 82, common.scss */
section.page-header .page-title {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  font-size: 2rem;
  font-weight: 500;
  box-sizing: border-box;
}
/* line 92, common.scss */
section .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

/* line 162, common.scss */
a {
  color: #000;
  text-decoration: none;
}
/* line 165, common.scss */
a:visited {
  color: #000;
}
/* line 168, common.scss */
a:hover {
  opacity: 0.5;
}

/* line 172, common.scss */
#uptop {
  display: none;
  position: fixed;
  backface-visibility: hidden;
  z-index: 99;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  width: 107px;
  height: 107px;
}
/* line 183, common.scss */
#uptop figure {
  margin: 0;
}
/* line 185, common.scss */
#uptop figure a {
  display: block;
  background-color: rgba(0, 0, 0, 0);
}
/* line 188, common.scss */
#uptop figure a:hover {
  background-color: rgba(0, 0, 0, 0);
}
/* line 191, common.scss */
#uptop figure a img {
  display: block;
  width: 100%;
  height: auto;
}



/*** TABLET ***/
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 810px) {
  /* preset */
  /* line 209, common.scss */
  .pc {
    display: none !important;
  }

  /* line 212, common.scss */
  .tablet {
    display: inline !important;
  }

  /* line 215, common.scss */
  .sp {
    display: inline !important;
  }

  /* common */
  /* line 219, common.scss */
  html {
    font-size: 16px;
  }

  /* line 222, common.scss */
  section {
    margin: 30px 0;
  }
  /* line 223, common.scss */
  section.page-header {
    margin-bottom: 10px;
  }
  /* line 225, common.scss */
  section.page-header .breadcrumb {
    max-width: 100%;
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  /* line 230, common.scss */
  section.page-header .page-title {
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 1.4em;
  }


  /* line 270, common.scss */
  #uptop {
    width: 70px;
    height: 70px;
  }
}
/*** SP ***/
@media screen and (max-width: 544px) {
  /* preset */
  /* line 280, common.scss */
  .pc {
    display: none !important;
  }

  /* line 283, common.scss */
  .tablet {
    display: none !important;
  }

  /* line 286, common.scss */
  .sp {
    display: inline !important;
  }

  /* common */
  /* line 290, common.scss */
  html {
    font-size: 16px;
  }

}


/*# sourceMappingURL=common.css.map */
