@charset "UTF-8";
/* ▼▼▼ プライバシーポリシー
=====================================*/
#main .policy_ttl {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #C8CCD6;
}
@media screen and (max-width: 767px) {
  #main .policy_ttl {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
#main .txt_wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #main .txt_wrap {
    margin-bottom: 40px;
  }
}
#main .txt_wrap .txt {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #main .txt_wrap .txt {
    line-height: 1.85;
  }
}
#main .policy_list dl {
  padding-left: 26px;
  position: relative;
}
#main .policy_list dl::before {
  content: "01.";
  font-size: 12px;
  font-weight: 900;
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 767px) {
  #main .policy_list dl::before {
    font-size: 11px;
  }
}
#main .policy_list dl:nth-of-type(2)::before {
  content: "02.";
}
#main .policy_list dl:nth-of-type(3)::before {
  content: "03.";
}
#main .policy_list dl:nth-of-type(4)::before {
  content: "04.";
}
#main .policy_list dl:nth-of-type(5)::before {
  content: "05.";
}
#main .policy_list dl dt {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main .policy_list dl dt {
    font-size: 16px;
  }
}
#main .policy_list dl dd {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main .policy_list dl dd {
    font-size: 13px;
  }
}
#main .policy_list dl:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #main .policy_list dl:not(:last-of-type) {
    margin-bottom: 25px;
  }
}