@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  width: 100%;
  font-size: 14px;
  text-size-adjust: 100%;
  letter-spacing: 1px;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  margin: 0;
}

#wrapper {
  overflow-x: hidden;
  text-align: center;
}
a {
  transition: .4s;
  text-decoration: none;
}
a:hover{
  opacity: .7;
}
h1{
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#mainVisual {
  background-color: #fff000;
}
#mainVisual img {
  width: 100%;
  max-width: 900px;
}
main {
  padding: 0 .5rem;
}
main img {
  margin-top: 1rem;
}
main .link {
  text-align: center;
  margin: 1rem 0 0;
}
main .link a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
}
footer #btnWrap {
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 0;
  background-color: #fff000;
  padding: .5rem 0;
}
footer #btnWrap img {
  width: 100%;
  max-width: 240px;
}
footer #footerTxt {
  letter-spacing: 0;
  background-color: #fff000;
  padding: 1rem 0;
}
footer #footerTxt p {
  font-weight: bold;
  margin: 0 0 1rem;
}
.disclaimer main {
  text-align: left;
}
.disclaimer h1 {
  text-align: center;
  font-size: 20px;
  margin: 1rem 0;
}
.disclaimer section {
  margin: 2rem 0;
}
.disclaimer section h2 {
  font-size: 14px;
  margin: 0 0 -.5rem;
}
.disclaimer section p,
.disclaimer section .list {
  margin: 1rem 0;
}
.disclaimer section .list {
  margin-left: .5rem;
  padding-left: .5rem;
}
.disclaimer section .list li {
  margin: .5rem 0;
}
.disclaimer section .list.asterisk {
  list-style-type: '※ ';
}
@media screen and (min-width: 768px) {
  main {
    max-width: 900px;
    margin: auto;
  }
  main img {
    margin-top: 4rem;
  }
  main .link {
    margin-top: 4rem;
  }
  main .link a {
    font-size: 18px;
  }
  footer #btnWrap {
    padding: 1rem 0;
  }
  footer #btnWrap img {
    max-width: 341px;
  }
  .disclaimer h1 {
    font-size: 24px;
  }
  .disclaimer section h2 {
    font-size: 16px;
  }
  .disclaimer section p,
  .disclaimer section .list {
    font-size: 16px;
  }
}
