@charset "UTF-8";
/* CSS Document */

/*about page topにあるimage画像の部分*/
h2 {
  color: #666;
  margin-bottom: 10px;
}
.page-image {
  background-image: url("../images/about/sp-about-top.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: 75px auto;
  padding: 50px 0;
}
.privacy-wrapper {
  margin: 0 auto 100px;
  padding: 0 20px;
}
.privacy-wrapper h3 {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "sans-serif";
  line-height: 1.5;
  color: #7490af;
  margin-bottom: 8px;
}
.privacy-description {
  margin-bottom: 24px;
  line-height: 1.5;
}
.privacy-wrapper dt {
  font-size: 1.6rem;
  color: #7490af;
  margin-bottom: 8px;
}
.privacy-list {
  line-height: 1.5;
  margin-bottom: 24px;
}
.mb8 {
  margin-bottom: 8px;
}
/* 注意事項ページ */
.privacy-wrapper .tag1 {
  font-size: 1.8rem;
}
.tag1::before {
  content: "";
  background-color: #7490af;
  display: inline-block;
  width: 5px;
  height: 20px;
  margin-right: 8px;
  vertical-align: sub;
}
.list {
  margin-bottom: 40px;
}
.sub-title {
  color: #7490af;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "sans-serif";
  margin-bottom: 8px;
}
.points {
  line-height: 1.5;
}
.points::before {
  content: "";
  background-color: #7490af;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
.text {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 10px;
}
/* --------------------------------------------------
  タブレット版
-------------------------------------------------- */
@media screen and (min-width: 641px) {
}
/* --------------------------------------------------
  pc版
-------------------------------------------------- */
@media screen and (min-width: 1000px) {
  .page-image {
    background-image: url("../images/about/about-top.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 100px 0;
    margin: 95px auto;
  }
  .privacy-wrapper {
    max-width: 1000px;
    margin: 0 auto 200px;
  }
  .privacy-wrapper h3,
  .privacy-wrapper dt {
    font-size: 1.8rem;
  }
}
