@charset "UTF-8";
/* ========================================
 Breakpoint定義
======================================== */
/* ========================================
 breakpoint取得関数
----------------------------------------
 bp(pc) → 1025px
 bp(900px) → 900px
======================================== */
/* ========================================
 media query mixin
----------------------------------------
 @include media(tab) → min-width:768px
 @include media(tab,max) → max-width:767px
======================================== */
.privacy-policy .c-page-head-2__ttl {
  margin: 3em auto 2em;
  color: var(--color-base-1);
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (min-width: 768px) {
  .privacy-policy .c-page-head-2__ttl {
    font-size: 34px;
  }
}

.privacy__sublist li {
  padding-left: 1em;
}

.privacy--handling {
  margin-top: 3em;
}

.privacypolicy {
  max-width: 1074px;
  width: 90%;
  margin: 0 auto 3em;
  font-size: 16px;
}

.privacy a {
  text-decoration: underline;
}
.privacy .privacypolicy {
  font-size: 14px;
}
@media (min-width: 540px) {
  .privacy .privacypolicy {
    font-size: 16px;
  }
}
.privacy__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 22px;
  border-bottom: 2px solid rgba(var(--color-blue-1-rgb), 0.42);
  padding: 0 0 14px;
  margin-bottom: 28px;
  color: var(--color-blue-1);
  line-height: 1.5;
}
.privacy__title::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 28px;
  border-radius: 999px;
  background-color: var(--color-blue-1);
}
.privacy__title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 88px;
  height: 2px;
  background-color: var(--color-blue-1);
}
@media (min-width: 540px) {
  .privacy__title {
    gap: 12px;
    font-size: 28px;
    padding-bottom: 16px;
    margin-bottom: 34px;
  }
  .privacy__title::before {
    width: 9px;
    height: 34px;
  }
  .privacy__title::after {
    width: 120px;
  }
}
.privacy__list {
  list-style: none;
  counter-reset: policy;
  padding-left: 0;
  margin-top: 1em;
}
.privacy__list-item {
  counter-increment: policy;
  position: relative;
  padding-left: 1.2em;
  margin-top: 1em;
}
.privacy__list-item::before {
  content: counter(policy) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.privacy__caption {
  text-align: right;
  margin-top: 2em;
}
.privacy__box-lead {
  width: auto;
  padding: 1em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media (min-width: 540px) {
  .privacy__box-lead {
    width: 40%;
  }
}
.privacy__box-inner {
  width: 60%;
  border-bottom: 1px solid #ccc;
}
.privacy__box-inner, .privacy__box-read {
  padding: 1em;
  border-right: 1px solid #ccc;
}
.privacy__box {
  display: block;
  font-size: 13px;
}
@media (min-width: 540px) {
  .privacy__box {
    display: flex;
  }
}
.privacy__box-wrap {
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: 0;
  margin-top: 1em;
  position: relative;
}
.privacy__block {
  margin-top: 3em;
  box-sizing: initial;
}
.privacy__sublist {
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: auto;
}
@media (min-width: 540px) {
  .privacy__sublist {
    width: 70%;
  }
}
.privacy__number-list {
  text-indent: 1em;
  padding-left: 1em;
}
.privacy__number-list:before {
  content: none;
  display: none !important;
}
.privacy__number-list p {
  text-indent: -1em;
}
.privacy__heading {
  font-weight: 700;
  font-size: 20px !important;
  margin-bottom: 1em;
}
.privacy__detail {
  margin-top: 1em;
}
.privacy__detail-title {
  font-weight: 700;
  margin-bottom: 1em;
}
.privacy__lead {
  margin-top: 1em;
}
.privacy_about_detail {
  margin-top: 2.7em;
}
.privacy_about_detail h4 {
  margin-bottom: 1em;
}
.privacy__contact {
  margin: 2em 0 2em;
  background: var(--color-gray-6);
  padding: 2em;
  border-radius: 10px;
  position: relative;
  display: block;
  font-size: 14px;
}
@media (min-width: 540px) {
  .privacy__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: inherit;
  }
}
.privacy__contact-heading {
  font-weight: 700;
  font-size: 16px;
}
.privacy__contact-textbox {
  margin: 1em 0;
}
.privacy__contact-imgbox {
  position: relative;
  margin: 1em auto 0;
  transform: translate(0%, 0);
  width: 30%;
}
@media (min-width: 540px) {
  .privacy__contact-imgbox {
    width: 22.7%;
    max-width: 200px;
    margin: 0;
    transform: none;
  }
}
.privacy__contact-imgbox img {
  width: 100%;
}
.privacy__sublist-item {
  position: relative;
  counter-increment: policy;
  margin-bottom: 5px;
}
.privacy__sublist-item:before {
  content: counter(policy) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.privacy__sublist-item:last-of-type {
  margin-bottom: 0px;
}
.privacy__revision-date {
  text-align: right;
}

.linktitle {
  margin: 1em 1em 0 0;
}

.anchor-link {
  position: relative;
  word-break: break-all;
}
.anchor-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-image: url(/wp-content/themes/fukuchan/assets/img/privacy/privacy_arrow.svg);
  background-size: cover;
  margin-left: 10px;
}

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