@import url(reset.css);
/* Common */
html {
  font-size: 62.5%;
}

body {
  color: #2b2b2b;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

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

/* *********************************************
  Wrapper
********************************************* */
#wrapper {
  max-width: 640px;
  margin: auto;
}

/* *********************************************
  Header
********************************************* */
header h1 {
  margin-top: 1em;
  font-size: 5.33vw;
  text-align: center;
}

@media screen and (min-width: 501px) {
  header h1 {
    font-size: 28px;
  }
}

header .cp {
  margin-top: 1em;
  text-align: center;
}

header .cp img {
  width: 60%;
}

header p {
  margin-top: 1em;
}

/* *********************************************
  Main
********************************************* */
main {
  margin: 0 5% 50px;
}

main p {
  margin-top: 1em;
  text-align: justify;
  word-break: break-all;
}

main p .under_bar {
  text-decoration: underline;
}

main p .red {
  color: #db0000;
}

/* *********************************************
  Footer
********************************************* */
footer {
  padding: 30px 0;
  background: white;
}

footer h2 {
  width: 42%;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1;
}

footer .sns {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}

footer .sns li {
  display: inline-block;
  width: 40px;
  margin: 0 5px;
  border-radius: 50%;
}

footer .sns li.icon_fb {
  background: #254887;
}

footer .sns li.icon_tw {
  background: #00afe9;
}

footer #footer_link_txt {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.4rem;
}

footer #footer_link_txt li {
  display: inline-block;
  margin: 0 0.5em;
}

footer #footer_link_txt li a {
  color: #c2b285;
  text-decoration: none;
}

footer .ftr_copyright {
  font-size: 1.2rem;
  text-align: center;
  color: #696869;
}
