@charset "UTF-8";

/*======================================================================
 * 共通
======================================================================*/
.policy {
  margin: 5.7rem 0 3.8rem;
}
@media screen and (max-width: 768px) {
  .policy {
    margin: 2.7rem 0 3.8rem;    
  }
}
.policy_sec:nth-child(n+2) {
  margin-top: 3.6rem;
}
.policy_h2 {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  border-bottom: 2px solid #000;
}
/* @media screen and (max-width: 768px) {
  .policy_h2 {
    font-size: 1.8rem;
  }
} */
.policy_sec p {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  margin: 0;
}
.policy_sec dd p.fw-b {
  font-weight: bold;
}
.policy_sec a {
  color: #000;
  word-break: break-all;
}
.policy_sec a._blank::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.625em;
  background: url("../../images/common/icon-blank.svg") no-repeat right bottom / contain;
  transform: translateY(0.1em);
}
.policy_box:nth-child(n+2) {
  margin-top: 3.6rem;
}
.policy_h3 {
  background: #000;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.375;
  padding: 0.8rem 1.35rem;
  margin: 0 0 1.5rem;
}
.privacy #policy3 .policy_h3 {
  line-height: 1.6875;
  color: #000;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}
.policy_h4 {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  margin: 0;
}
.policy_list {
  padding: 0;
  margin: 0;
}
.policy_sec p + .policy_list {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.policy_list li {
  list-style: none;
  position: relative;
}
.policy_list li:nth-child(n+2) {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.policy_list li:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #D6D6D6, #D6D6D6 3px, transparent 3px, transparent 5px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
}
.policy_sec p + .policy_list.-list2 {
  padding-top: 0;
}
.policy_sec dl {
  margin: 0;
}
.policy_sec dd {
  margin: 0;
}
.policy_sec dd p {
  margin-top: 1.5rem;
}
.policy_sec .policy_text {
  margin-top: 30px;
}

/*======================================================================
 * プライバシーポリシー
======================================================================*/
.policy_sec .note {
  font-size: 1.2rem;
}
.policy_sec .tel {
  font-size: 1.8rem;
  font-weight: bold;
}
.policy_sec .note {
  color: #727272;
}