.p-newsindex {
  position: relative;
}
.p-newsindex-headline {
  font-size: 2.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-newsindex-headline {
    font-size: 1.6rem;
  }
}
.p-newsindex-headline span {
  display: inline-block;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #FFCC02;
}
.p-newsindex-list {
  margin-top: 8rem;
}
.p-newsindex-list li {
  border-bottom: 1px solid rgba(215, 201, 183, 0.5019607843);
  padding-bottom: 3rem;
}
.p-newsindex-list li a {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-newsindex-list li a:hover {
    opacity: 0.7;
  }
}
.p-newsindex-list li .-date {
  font-family: "Urbanist", sans-serif;
  color: #7BBAC7;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-newsindex-list li .-date {
    font-size: 1.6rem;
  }
}
.p-newsindex-list li .-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0.7rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-newsindex-list li .-ttl {
    font-size: 1.6rem;
  }
}
.p-newsindex-list li .-detail {
  font-weight: 400;
  margin-top: 0.7rem;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-newsindex-list li .-detail {
    -webkit-line-clamp: 3;
  }
}
.p-newsindex-list li .-more {
  letter-spacing: 0.1em;
  margin-top: 2rem;
  text-align: right;
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #7BBAC7;
  position: relative;
  padding-right: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-newsindex-list li .-more {
    font-size: 1.6rem;
  }
}
.p-newsindex-list li .-more .icn {
  position: absolute;
  right: 0;
  top: 0.7rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/util_linkicn_blue.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-newsindex-list li .-more .icn {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.5rem;
  }
}
.p-newsindex-list li + li {
  margin-top: 1.8rem;
}
.p-newsindex-pager {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-newsindex-pager {
    margin-top: 8rem;
  }
}
.p-newsindex-pager .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-newsindex-pager .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-newsindex-pager .list li a {
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-family: "Urbanist", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #7BBAC7;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-newsindex-pager .list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-newsindex-pager .list li a {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
  }
}
.p-newsindex-pager .list li.is-current a {
  background: #FFCC02;
  color: #fff;
}
.p-newsindex-pager .list li.m-dots {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.7rem;
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-newsindex-pager .list li.m-dots {
    margin: 0;
    gap: 0.4rem;
  }
}
.p-newsindex-pager .list li.m-dots span {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: #7BBAC7;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-newsindex-pager .list li.m-dots span {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.p-newsindex-pager .list li.m-arw a {
  background: #7BBAC7;
}
.p-newsindex-pager .list li.m-arw a .icn {
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/util_linkicn_white.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-newsindex-pager .list li.m-arw a .icn {
    width: 0.6rem;
    height: 0.8rem;
  }
}
.p-newsindex-pager .list li.m-arw.m-prev .icn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-faq {
  margin-top: 8rem;
}
.p-faq .-unit .q {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-bottom: 0.2rem solid #FFCC02;
  padding: 0 0 1.7rem 2.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq .-unit .q {
    font-size: 1.6rem;
    padding: 0 0 1.4rem 1.8rem;
  }
}
.p-faq .-unit .q::before {
  content: "Q.";
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-faq .-unit .q::before {
    font-size: 1.6rem;
  }
}
.p-faq .-unit .a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq .-unit .a {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.p-faq .-unit .a::before {
  content: "A.";
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-faq .-unit .a::before {
    font-size: 1.4rem;
  }
}
.p-faq .-unit + .-unit {
  margin-top: 7.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq .-unit + .-unit {
    margin-top: 4rem;
  }
}