@charset "UTF-8";

.content {
  display: none;
}
.content.show {
  display: block;
}
.ttl_wrap {
  position: relative;
}
.ttl_wrap .ttl_txt {
  width: 1100px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
  left: 0;
  margin: -30px auto 0;
  z-index: 1;
}
.ttl_wrap .ttl_txt h1 {
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
.ttl_wrap .ttl_txt p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.ttl_wrap .ttl_bg {
  position: relative;
  width: 100vw;
  height: 400px;
  overflow: hidden;
}
.ttl_wrap .ttl_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.privacy-policy_list {
  margin-bottom: 60px;
}
.privacy-policy_list > li {
  margin-bottom: 100px;
}
.privacy-policy_list > li:last-child {
  margin-bottom: 0;
}
.privacy-policy_list > li p {
  font-size: 14px;
}
.number_list {
  margin-bottom: 60px;
}
.gray_box {
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 20px 30px;
  margin: 60px 0 0;
}
.gray_box h3 {
  margin-bottom: 10px;
}
.privacy-policy_list > li h3 {
  margin-bottom: 10px;
}
.mass_box {
  margin-bottom: 24px;
}
.mass_box h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
.graybox_list {
  margin: 20px 0 60px;
}
.graybox_list > li {
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.graybox_list > li:last-child {
  margin: 0;
}
.graybox_list > li h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.graybox_list > li h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.graybox_list > li > .dot_list {
  margin-bottom: 20px;
}
.asterisk_list {
  margin-bottom: 40px;
}
.privacy-policy_list > li .btn {
  margin-bottom: 60px;
}
.privacy-policy_list > li .btn a {
  font-size: 16px;
  width: 320px;
}
.dot_list li, .asterisk_list li {
  line-height: 2;
}
.dot_list li::before {
  top: 14px;
}




/*     SP
------------------------------*/
@media (max-width: 768px) {
  .ttl_wrap .ttl_txt {
    width: 100%;
  }
  .ttl_wrap .ttl_txt h1 {
    font-size: 40px;
  }
  .contents.width900 {
    width: auto;
    margin: 80px 15px 120px;
  }
  .privacy-policy_list > li .btn a {
    width: 100%;
  }
}