@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
.l-lower-privacy-policy {
  position: relative;
  padding: 50px 40px 100px;
}
@media screen and (min-width: 768px) {
  .l-lower-privacy-policy {
    padding: 90px 40px 100px;
  }
}
.l-lower-privacy-policy::after {
  content: "";
  display: block;
  width: 150px;
  height: 30px;
  background-color: #e8340c;
  position: absolute;
  top: -80px;
  right: 0;
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
  animation-delay: 1.8s;
}
@media screen and (min-width: 768px) {
  .l-lower-privacy-policy::after {
    width: 300px;
    height: 60px;
    right: 0;
    top: -60px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-lower-privacy-policy-inner {
  max-width: 800px;
  margin: 0 auto;
}

.l-lower-privacy-policy-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-privacy-policy-ttl {
    font-size: 3.2rem;
    margin-bottom: 50px;
  }
}
.l-lower-privacy-policy-desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-privacy-policy-desc {
    line-height: 2.5;
  }
}
.l-lower-privacy-policy-section-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 50px 0 25px;
  text-indent: -35px;
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .l-lower-privacy-policy-section-ttl {
    font-size: 2.6rem;
    margin: 90px 0 50px;
  }
}
.l-lower-privacy-policy-red-head {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #e8340c;
  margin-bottom: 15px;
  text-indent: -52px;
  padding-left: 52px;
}

.l-lower-privacy-policy-red-head-sub {
  text-indent: 0;
  padding-left: 0;
}

.l-lower-privacy-policy-detail-txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 40px;
}

.l-lower-privacy-policy-red-circle {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.l-lower-privacy-policy-red-circle::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #e8340c;
  vertical-align: middle;
  margin-right: 5px;
}

.l-lower-privacy-policy-lists {
  padding-left: 10px;
  margin-bottom: 30px;
}

.l-lower-privacy-policy-lists li {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-indent: -15px;
  padding-left: 15px;
}

.l-lower-privacy-policy-lists li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  vertical-align: 4px;
  margin-right: 8px;
}

.l-lower-privacy-policy-detail-link {
  font-weight: 400;
  color: #e8340c !important;
  text-decoration: underline;
  text-underline-offset: 8px;
  word-break: break-all;
}

.l-lower-hero-contact {
  position: absolute;
  top: 0;
  right: 0;
  width: 467px;
  height: 300px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-contact {
    width: 726px;
    height: 505px;
    top: 0;
    right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
