@charset "UTF-8";

.fl_breadcrumbs {
  background-color: #fff;
  padding: 24px 64px;
}

.fl_breadcrumbs .breadcrumbs-container {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 1200px;
  margin: 0 auto;
}

.fl_breadcrumbs .breadcrumbs-home {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.fl_breadcrumbs .home-icon {
  width: 16px;
  height: 16px;
  background-image: url('../images/home-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.fl_breadcrumbs .breadcrumbs-separator {
  color: #999;
  font-size: 10px;
  margin: 0 4px;
}

.fl_breadcrumbs .breadcrumbs-current {
  color: #0280A4;
  font-weight: 500;
}

.fl_privacy-policy {
  padding: 20px 56px;
}

.privacy-policy .policy-content p {
  margin-bottom: 1.5em;
}

/* Section Title */
.privacy-policy .section-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.privacy-policy .section-title__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.privacy-policy .section-title__label .en {
    font-family: 'DIN 2014', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #979797;
    letter-spacing: 1px;
}

.privacy-policy .section-title__label .line {
    width: 40px;
    height: 2px;
    background-color: #979797;
}

.privacy-policy .section-title .heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0280A4;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
    .fl_breadcrumbs {
      padding: 16px 20px;
    }

    .fl_privacy-policy {
      padding: 0 20px;
    }
}
