/* =========================================================
button
========================================================= */
/* =========================================================
breadcrumbs
========================================================= */
.c-breadcrumbs--wrap {
  border-bottom: 1px solid #dbdbdb;
  margin: auto;
  max-width: 1760px;
  padding: 2rem 3vw;
  width: 96%;
}
.c-breadcrumbs-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.c-breadcrumbs-list > li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-breadcrumbs-list > li:not(:last-child)::after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  width: 1rem;
  margin-left: 8px;
}
.c-breadcrumbs-list a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
title
========================================================= */
/* =========================================================
policy
========================================================= */
.p-policy {
  padding-top: 90px;
}
@media screen and (min-width: 992px) {
  .p-policy {
    padding-top: 150px;
  }
}
.p-policy--inner {
  max-width: 1000px;
  margin: 0 auto 50px;
  width: 90%;
}
.p-policy-head {
  margin: 10px auto 72px;
}
.p-policy-head_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #0a4f6b;
}
@media screen and (min-width: 992px) {
  .p-policy-head_title {
    font-size: 40px;
  }
}
.p-policy-head_english {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #3b8fcc;
  text-transform: uppercase;
}
.p-policy-body {
  padding: 30px;
  background: rgba(255, 255, 255, 0.45);
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #222;
}
@media screen and (min-width: 992px) {
  .p-policy-body {
    padding: 64px;
  }
}
.p-policy-body > *:first-child {
  margin-top: 0;
}
.p-policy-body section {
  margin-top: 56px;
}
.p-policy-body h2 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #0a4f6b;
}
.p-policy-body h2::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 6px;
  height: 1.2em;
  background: #0a4f6b;
}
.p-policy-body p {
  margin-top: 16px;
}
.p-policy-body ul {
  margin-top: 20px;
  padding-left: 1.4em;
}
.p-policy-body ul li {
  margin-top: 8px;
  list-style: disc;
}
.p-policy-body a {
  color: #0a4f6b;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
/*# sourceMappingURL=style-privacy.css.map */