@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック",
    "MS PGothic", sans-serif;
  color: black;
  font-size: 16px;
  line-height: 1.8;
  background-color: #efefef !important;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

/* ------------------------------ main -----------------------------  */

.main {
  margin-top: 260px;
}
@media screen and (max-width: 1100px) {
  .main {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 150px;
  }
}

.contents {
  max-width: 1000px;
  margin: auto;
  padding-left: clamp(24px, 6.4vw, 50px);
  padding-right: clamp(24px, 6.4vw, 50px);
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .contents {
    padding-bottom: 100px;
  }
}

.policy-main-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 48px;
  font-feature-settings: "palt";
}
.br_onoff {
  display: none;
}
@media screen and (max-width: 767px) {
  .policy-main-title {
    font-size: 26px;
  }
  .br_onoff {
    display: block;
  }
}

.policy-meta {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: flex-start;
  margin-left: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .policy-meta {
    font-size: 14px;
  }
}

.policy-effective,
.policy-revision,
.policy-company,
.policy-president {
  display: inline-block;
}
.policy-revision {
  margin-bottom: 10px;
}

.policy-president {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .policy-president {
    font-size: 17px;
  }
}

.policy-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .policy-title {
    font-size: 20px;
  }
}

.policy-text {
  margin-bottom: 64px;
}

.policy-item {
  margin-bottom: 8px;
}
.policy-item:last-child {
  margin-bottom: 0px;
}
