@charset "UTF-8";
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  font-family: "Meiryo", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "sans-serif";
}

header {
  padding: 20px 0 10px 0;
  text-align: center;
}

header .header-container {
  background-image: url("rainbow.png");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: left 40% bottom 100%;
}

header .header-container .site-title {
  width: 20%;
}

.main-container {
  background-color: #d6e7ff;
  background-image: url("bg-fish.png");
  text-align: center;
}

footer {
  text-align: center;
  padding: 20px 0 20px 0;
  border-top: solid 1px #b6b6b6;
}

footer .top-image .to-toppage {
  width: 10%;
}

footer .privacy-container {
  padding: 20px 0;
  text-align: center;
}

footer .privacy-container .p-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .privacy-container .p-list a {
  color: black;
  font-size: 12px;
}

footer .privacy-container span {
  margin: 0 5px;
}

footer .site-rights {
  font-size: 10px;
}

@media screen and (max-width: 480px) {
  header {
    padding: 8px 0 4px 0;
  }
  header .header-container {
    background-size: 50%;
    background-position: left 20% bottom 100%;
  }
  header .header-container .site-title {
    width: 50%;
  }
  .main-container .googleform {
    width: 100%;
    height: 2200px;
  }
  footer .top-image .to-toppage {
    width: 28%;
  }
}
/*# sourceMappingURL=questionnaire.css.map */