.p-faq-item {
  border: 1px dashed #6D6D6D;
}
@media only screen and (max-width: 740px) {
  .p-faq-item {
    padding: 0.25rem 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-faq-item {
    padding: 0.4rem 0.45rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-faq-item:not(:first-child) {
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-faq-item:not(:first-child) {
    margin-top: 0.3rem;
  }
}

.p-faq-item-ttl {
  display: flex;
}
@media only screen and (max-width: 740px) {
  .p-faq-item-ttl {
    margin-bottom: 0.2rem;
    gap: 0.14rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-faq-item-ttl {
    margin-bottom: 0.3rem;
    gap: 0.2rem;
  }
}
.p-faq-item-ttl .-icon {
  border-radius: 100%;
  display: grid;
  place-content: center;
  background: #054994;
  color: #fff;
  padding-left: 0.2em;
}
@media only screen and (max-width: 740px) {
  .p-faq-item-ttl .-icon {
    flex: 0 0 0.5rem;
    height: 0.5rem;
    font-size: 0.21rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-faq-item-ttl .-icon {
    flex: 0 0 0.6rem;
    height: 0.6rem;
    font-size: 0.27rem;
  }
}
.p-faq-item-ttl .-txt {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-faq-item-ttl .-txt {
    min-height: 0.5rem;
    font-size: 0.24rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-faq-item-ttl .-txt {
    min-height: 0.6rem;
    font-size: 0.26rem;
  }
}

.p-faq-contact {
  background: rgba(0, 159, 232, 0.2);
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .p-faq-contact {
    margin-inline: -0.1rem;
    margin-top: 0.6rem;
    padding: 0.4rem 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-faq-contact {
    margin-top: 0.6rem;
    padding: 0.4rem 0.3rem;
  }
}

.p-faq-contact-ttl {
  font-weight: normal;
  font-size: 0.16rem;
}
.p-faq-contact-tel {
  display: flex;
  justify-content: center;
  color: #054994;
  gap: 0.15rem;
  margin-top: 0.15rem;
}
.p-faq-contact-tel dt {
  font-size: 0.24rem;
  line-height: 1.2;
  font-weight: bold;
}
.p-faq-contact-tel dt:before {
  content: "";
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background: url(/seabass/_assets/_common/img/icon-tel2.svg) 50% 50%/contain no-repeat;
  margin-right: 0.1rem;
  position: relative;
  top: 0.02rem;
}
.p-faq-contact-tel dd {
  font-size: 0.28rem;
  line-height: 1;
}