@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a,
a:visited {
  color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

ol, ul {
  list-style-type: none;
}

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

img[width="1"] {
  display: none;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

@media (min-width: 1000px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

/*------------------------------------------------------------
	Style
------------------------------------------------------------*/
#container {
  margin: 0 auto;
  padding-top: 16vw;
  width: 100%;
}

#container header {
  width: 100%;
  height: 10.66667vw;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px 0 rgba(112, 112, 112, 0.6);
          box-shadow: 0 0 10px 0 rgba(112, 112, 112, 0.6);
  position: fixed;
  top: 0;
  left: 0;
}

#container header ul {
  margin-top: 2.4vw;
  margin-right: 5.33333vw;
  text-align: right;
}

#container header ul li {
  margin-left: 2.66667vw;
  display: inline-block;
  font-size: 3.73333vw;
}

#container main section {
  padding: 6.66667vw 2.66667vw 0;
}

#container main section h2 {
  font-size: 4.26667vw;
}

#container main section ul li {
  margin-bottom: 1.33333vw;
  font-size: 3.2vw;
}

#container main section h4 {
  margin-top: 4vw;
  font-size: 3.73333vw;
}

#container footer .copyright small span {
  font-family: Verdana, "Droid Sans" !important;
}

/*------------------------------------------------------------
	Responsive
------------------------------------------------------------*/
@media (min-width: 640px) {
  #container {
    padding-top: 40px;
    max-width: 640px;
  }
  #container header {
    height: 60px;
  }
  #container header ul {
    margin-top: 18px;
    margin-right: 40px;
  }
  #container header ul li {
    margin-left: 25px;
    font-size: 1.8rem;
  }
  #container main section {
    padding: 80px 20px 0;
  }
  #container main section h2 {
    font-size: 2.4rem;
  }
  #container main section ul li {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #container main section h4 {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

@media (min-width: 1000px) {
  #container {
    max-width: 1000px;
  }
}
