@charset "UTF-8";
.p-policy {
  font-family: "MeiryoRegular", "メイリオ", "Meiryo", sans-serif;
}

.p-policy1 {
  padding-top: 66px;
}

.p-policy2 {
  padding-bottom: 65px;
}
.p-policy2 .c-information {
  max-width: 680px;
}

.c-policy .c-text__title {
  letter-spacing: 0;
}
.c-policy .c-text__title--line {
  margin-bottom: 46px;
}
.c-policy__top {
  margin-bottom: 81px;
}
.c-policy__main__desc {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.c-policy__main .c-box5:last-child {
  margin-bottom: 107px;
}

.c-box5 {
  margin-bottom: 50px;
}
.c-box5__title {
  position: relative;
  font-size: 1.8rem;
  color: #004B94;
  font-weight: bold;
  padding-bottom: 13px;
  margin-bottom: 19px;
}
.c-box5__title::after {
  content: "";
  background: #EC9700;
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-box5__desc {
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-box5 ul {
  list-style-type: none;
  counter-reset: li;
}
.c-box5 ul li {
  position: relative;
  font-size: 1.5rem;
  line-height: 28px;
}
.c-box5 ul li::before {
  counter-increment: li;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  position: absolute;
}
.c-box5 > ul > li {
  padding-left: 40px;
}
.c-box5 > ul > li::before {
  content: "（" counter(li) "）";
  top: 0;
  left: 0;
}
.c-box5 > ul > li > ul {
  margin-left: -25px;
}
.c-box5 > ul > li > ul > li {
  padding-left: 20px;
}
.c-box5 > ul > li > ul > li::before {
  content: counter(li);
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  padding: 2px 0 0 0;
  border: 1px solid #333333;
  border-radius: 50px;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  top: 5px;
  left: 0;
}
.c-box5 > ul > li > ul > li > ul > li {
  padding-left: 15px;
}
.c-box5 > ul > li > ul > li > ul > li::before {
  content: "・";
  top: 0;
  left: 0;
}
.c-box5 .u-list--none > li::before {
  content: unset;
}
.c-box5 .u-list--none > li > ul > li {
  padding-left: 22px;
}
.c-box5 .c-pl-15 {
  padding-left: 15px;
}
.c-box5 .c-pl-30 {
  padding-left: 30px;
}

.c-information li {
  font-size: 1.5rem;
  display: flex;
  border-bottom: 1px solid #CCCCCC;
}
.c-information li:first-child {
  border-top: 1px solid #CCCCCC;
}
.c-information__title {
  min-width: 100px;
  padding: 18px 0;
  position: relative;
}
.c-information__title::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #29ABE2;
}
.c-information__title--short {
  min-width: 190px;
}
.c-information__title--short::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 180px;
  height: 2px;
  background-color: #29ABE2;
}
.c-information__desc {
  flex: 1;
  padding: 18px 9px;
}

@media screen and (max-width: 1180px) {
  .p-policy .l-container {
    max-width: 92%;
  }
}
@media screen and (max-width: 850px) {
  .p-policy1 {
    padding-top: 74px;
  }

  .p-policy2 {
    padding-bottom: 80px;
  }

  .c-policy__main .c-box5:last-child {
    margin-bottom: 100px;
  }
  .c-policy__main__desc {
    font-size: 3rem;
    margin-bottom: 90px;
  }

  .c-box5 {
    margin-bottom: 100px;
  }
  .c-box5__title {
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: 3.6rem;
  }
  .c-box5__title::after {
    width: 80%;
    height: 4px;
  }
  .c-box5__desc {
    font-size: 3rem;
  }

  .c-information li {
    font-size: 3rem;
    line-height: 1.8;
  }
  .c-information__title {
    min-width: 230px;
    padding: 28px 0;
  }
  .c-information__title::before {
    width: 200px;
  }
  .c-information__title--short {
    min-width: 360px;
  }
  .c-information__title--short::after {
    width: 340px;
  }
  .c-information__desc {
    padding: 28px 0;
  }
}
@media screen and (max-width: 650px) {
  .p-policy1 {
    padding-top: 35px;
  }

  .p-policy2 {
    padding-bottom: 40px;
  }

  .c-policy__top {
    margin-bottom: 40px;
  }
  .c-policy__main .c-box5:last-child {
    margin-bottom: 50px;
  }
  .c-policy__main__desc {
    font-size: 1.5rem;
    margin-bottom: 45px;
  }

  .c-box5 {
    margin-bottom: 50px;
  }
  .c-box5__title {
    padding-bottom: 10px;
    margin-bottom: 13px;
    font-size: 1.8rem;
  }
  .c-box5__title::after {
    width: 90%;
    height: 2px;
  }
  .c-box5__desc {
    font-size: 1.5rem;
  }

  .c-information li {
    font-size: 1.5rem;
  }
  .c-information__title {
    min-width: 110px;
    padding: 14px 0;
  }
  .c-information__title::before {
    width: 100px;
  }
  .c-information__title--short {
    min-width: 180px;
  }
  .c-information__title--short::after {
    width: 170px;
  }
  .c-information__desc {
    padding: 14px 0;
  }
}/*# sourceMappingURL=pricavy.css.map */