@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 0 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-wrapper {
  border-top: solid 1px #b6b6b6;
}

.main-wrapper .main-container {
  padding: 0 25%;
}

.main-wrapper .main-container h2 {
  text-align: center;
  padding: 5px;
}

.main-wrapper .main-container h3 {
  padding: 5px 5px 5px 20px;
  background-color: beige;
}

.main-wrapper .main-container p {
  margin-bottom: 48px;
}

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;
  padding: 0;
}

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: 959px) {
  .main-wrapper .main-container {
    padding: 0 12%;
  }
  footer .top-image .to-toppage {
    width: 16%;
  }
}

@media screen and (max-width: 480px) {
  header {
    padding: 5px 0 0 0;
    text-align: center;
  }
  header .header-container {
    background-image: none;
  }
  header .header-container .site-title {
    width: 60%;
  }
  .main-wrapper .main-container {
    padding: 0 12%;
  }
  footer .top-image .to-toppage {
    width: 28%;
  }
  footer .privacy-container .p-list a {
    font-size: 8px;
  }
}
/*# sourceMappingURL=privacy.css.map */