html {
  background-color: #ffffff;
}

body {
  background-color: #ffffff;
}

.p-breadcrumbs__lists {
  width: 1090px;
  margin: 90px auto 0;
  display: flex;
  column-gap: 10px;
  align-items: center;
  padding-top: 34px;
  padding-left: 16px;
  padding-right: 16px;
}

.p-breadcrumbs__list img {
  vertical-align: baseline;
}
@media only screen and (max-width:767px) {
  .p-breadcrumbs__list img {
    width: 10px;
    height: 11px;
  }
}

.p-breadcrumbs__list a:hover {
  text-decoration: none;
}

.p-breadcrumbs__list {
  font-size: 16px;
}
@media only screen and (max-width:767px) {
  .p-breadcrumbs__list {
    font-size: 12px;
  }
}

.p-breadcrumbs__list.-bold {
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .p-breadcrumbs__list.-bold {
    font-size: 12px;
  }
}

.p-breadcrumbs__list.-gray {
  font-size: 16px;
  color: #a5a5a5;
}
@media only screen and (max-width:767px) {
  .p-breadcrumbs__list.-gray {
    font-size: 12px;
  }
}

.policy-container {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  padding: 67px 16px 80px;
}
@media screen and (max-width: 768px) {
  .policy-container {
    padding: 41px 16px 40px;
  }
}
.policy-container h2 {
  font-size: 42px;
  font-weight: 400;
  position: relative;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .policy-container h2 {
    font-size: 24px;
  }
}
.policy-container h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 51px;
  background-color: #861c3c;
}
@media screen and (max-width: 768px) {
  .policy-container h2::before {
    width: 6px;
    height: 32px;
  }
}
.policy-container .policy-container__text {
  font-size: 13px;
  font-weight: 400;
  margin-top: 30px;
}
.policy-container .policy-container__heading {
  font-size: 28px;
  font-weight: 400;
  margin-top: 40px;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .policy-container .policy-container__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .policy-container .policy-container__heading {
    font-size: 18px;
  }
}
.policy-container .policy-container__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 335px;
  height: 3px;
  background-color: #d6d6d6;
}
@media screen and (max-width: 768px) {
  .policy-container .policy-container__heading::before {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .policy-container .policy-container__heading::before {
    width: 150px;
  }
}
.policy-container .policy-container__heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 3px;
  background-color: #861c3c;
}
@media screen and (max-width: 768px) {
  .policy-container .policy-container__heading::after {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .policy-container .policy-container__heading::after {
    width: 40px;
  }
}
.policy-container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 32px;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
@media screen and (max-width: 1090px) {
  .policy-container ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .policy-container ul {
    gap: 24px;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .policy-container ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.policy-container li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 27.5px 62px 27.5px 30px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .policy-container li a {
    font-size: 16px;
    padding: 24px 50px 24px 24px;
  }
}
.policy-container li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/ill/img/common/poricy-arrow-icon.svg);
  right: 30px;
  width: 27px;
  height: 27px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .policy-container li a::before {
    right: 24px;
  }
}
.policy-container li a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.policy-container li a:hover::before {
  right: 24px;
}

/*# sourceMappingURL=page-policy.css.map */
