@charset "utf-8";

body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  color: #111;
  background-color: #fff;
}

/* ヒーローエリア */
.section-title {
  height: 400px;
  background-image: url(../img/access/top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px rgb(17, 17, 17);
}
.section-title h1 {
  font-size: 45px;
  font-weight: bold;
}
.section-title p {
  font-size: 16px;
  margin-top: -10px;
}

/* プライバシーコンテンツ */
.privacy-content {
  max-width: 800px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}
.privacy-content h3 {
  font-size: 18px;
  margin-top: 2rem;
  color: #444;
}
.privacy-content p,
.privacy-content ul,
.privacy-content address {
  font-size: 16px;
  margin-top: 1rem;
}
.privacy-content hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #ccc;
}
.privacy-content ul {
  padding-left: 1.2rem;
}
.privacy-content ul li {
  list-style-type: disc;
  margin-top: 0.5rem;
}
.privacy-content a {
  color: #004080;
  text-decoration: underline;
}
.privacy-content a:hover {
  color: #000;
}

.privacy-content-backimage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/hasu-kuro.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.2;
  z-index: -1;
  }

/* レスポンシブ */
@media screen and (max-width: 800px) {
  .section-title {
    height: 200px;
  }
  .section-title h1 {
    font-size: 24px;
  }
  .section-title p {
    font-size: 14px;
  }
  .privacy-content {
    padding: 1rem;
  }
}
