@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, s
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.42857;
  font-size: 14px;
  color: #191919;
  -webkit-touch-callout: none;
  background: #fff;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

svg:not(:root) {
  overflow: hidden;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

img,
object,
embed {
  vertical-align: top;
}

img {
  width: 100%;
  vertical-align: middle;
  border: 0;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

abbr, acronym, fieldset {
  border: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #c0c0c0;
}

input, select {
  vertical-align: middle;
}

select {
  position: relative;
  box-sizing: content-box;
}

img:not(input) {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

br.sp {
  display: none;
}
@media (max-width: 37.5em) {
  br.sp {
    display: inline-block;
  }
}

@media (max-width: 37.5em) {
  br.pc {
    display: none;
  }
}

.pagetop a {
  font-size: 50px !important;
}

a {
  text-decoration: none;
  transition: all  0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
}

.pc {
  display: block;
}
@media (max-width: 37.5em) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 37.5em) {
  .sp {
    display: block;
  }
}

.header {
  background: #fdfdfd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 20px 10px 10px;
}
.header h1 {
  background: url("../../img/header-logo.png") 0 0 no-repeat;
  background-size: contain;
  width: 140px;
  height: 40px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .header h1 {
    width: 105px;
    height: 30px;
  }
}
.header ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header ul li {
  margin: 0 0 0 20px;
}
.header ul li i {
  font-size: 24px;
}

.footer {
  color: #999999;
  font-size: 12px;
  padding: 40px 0 36px;
  letter-spacing: normal;
  background-color: #fdfdfd;
  position: relative;
}
.footer a {
  color: #999999;
  border-bottom: 1px solid #999999;
}
.footer > ul li {
  text-align: center;
  margin-bottom: 20px;
}
.footer > ul li:last-child {
  margin-bottom: 0;
}
.footer .copy {
  font-size: 10px;
  text-align: center;
  padding: 34.5px 0 0;
}
