@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* privacy */
/* ============================================ */
.privacy-wrapper {
  padding: 80px 0 150px;
}
@media all and (max-width: 896px) {
  .privacy-wrapper {
    padding: 48px 0 80px;
  }
}
.privacy-inner {
  margin-top: 48px;
  font-size: clamp(1rem, 0.9514rem + 0.2073vw, 1.125rem);
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .privacy-inner {
    margin-top: 32px;
  }
}
.privacy-inner + .privacy-inner {
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .privacy-inner + .privacy-inner {
    margin-top: 40px;
  }
}
.privacy-ttl {
  font-family: "Gothic A1", sans-serif;
  font-style: normal;
  font-size: clamp(1.25rem, 1.1043rem + 0.6218vw, 1.625rem);
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  margin-bottom: 24px;
}
@media all and (max-width: 896px) {
  .privacy-ttl {
    margin-bottom: 16px;
  }
}
.privacy-ttl .ttl_number {
  flex-shrink: 0;
  display: grid;
  place-content: center;
  width: 2em;
  height: 2em;
  background: #1D2088;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  border-radius: 50%;
}
.privacy-ttl .ttl_jp {
  padding-top: 0.3em;
}
.privacy-second__ttl {
  font-weight: 700;
}
.privacy-txt {
  margin-top: 4px;
}
@media all and (max-width: 896px) {
  .privacy-txt {
    margin-top: 3px;
  }
}
.privacy-txt a {
  color: #1D2088;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.privacy-detail__item {
  display: flex;
  gap: 4px;
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .privacy-detail__item {
    margin-top: 6px;
  }
}
@media all and (max-width: 480px) {
  .privacy-detail__item {
    flex-direction: column;
  }
}
.privacy-detail__item:first-of-type {
  margin-top: 0;
}
.privacy-detail__item dt {
  flex-shrink: 0;
  width: 10em;
  font-weight: 700;
}
@media all and (max-width: 480px) {
  .privacy-detail__item dt {
    width: 100%;
  }
}
.privacy-detail__item dd {
  flex-grow: 1;
}
@media all and (max-width: 480px) {
  .privacy-detail__item dd {
    width: 100%;
  }
}
.privacy-detail__item .txt_number {
  color: #1D2088;
  margin-right: 0.8em;
}
.privacy-block {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .privacy-block {
    margin-top: 8px;
  }
}
.privacy-table {
  margin-top: 32px;
  font-size: clamp(0.875rem, 0.8264rem + 0.2073vw, 1rem);
  overflow: auto;
}
@media all and (max-width: 896px) {
  .privacy-table {
    margin-top: 20px;
  }
}
.privacy-table table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.privacy-table table th, .privacy-table table td {
  padding: 12px;
  border: 1px solid #ccc;
}
@media all and (max-width: 896px) {
  .privacy-table table th, .privacy-table table td {
    padding: 10px;
  }
}
.privacy-table table th {
  white-space: nowrap;
  text-align: center;
  background: #E8EBED;
}
.privacy-table table td > *:first-child {
  margin-top: 0;
}
.privacy-list__indent > li {
  text-indent: -1em;
  padding-left: 1em;
}
.privacy-list__dot {
  margin-top: 4px;
}
@media all and (max-width: 896px) {
  .privacy-list__dot {
    margin-top: 3px;
  }
}
.privacy-list__dot > li {
  padding-left: 1em;
  position: relative;
}
.privacy-list__dot > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.17em;
}
.privacy-list__number {
  counter-reset: item;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .privacy-list__number {
    margin-top: 8px;
  }
}
.privacy-list__number > li {
  padding-left: 1.8em;
  position: relative;
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .privacy-list__number > li {
    margin-top: 6px;
  }
}
.privacy-list__number > li::before {
  counter-increment: item;
  content: counter(item) ".";
  color: #1D2088;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.privacy-note {
  margin-top: 8px;
  font-size: clamp(0.875rem, 0.8264rem + 0.2073vw, 1rem);
}
@media all and (max-width: 896px) {
  .privacy-note {
    margin-top: 6px;
  }
}
.privacy-note > li {
  padding-left: 1em;
  position: relative;
}
.privacy-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}