@charset "UTF-8";
/* Safariバージョン10.1~12.0対策 */
* {
  min-height: 0vw;
  min-height: 0;
}

.contact .paragraph {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #232323;
}
.contact .paragraph:has(.underline) {
  line-height: 2.4rem;
}
.contact .tel-link a {
  display: flex;
  padding-left: 6.8rem;
  background-color: #e4effa;
  letter-spacing: 0;
  justify-content: flex-start;
  gap: 1.1rem;
}
.contact .tel-link a::after {
  display: none;
}
.contact .tel-number {
  font-size: 3rem;
  font-weight: 500;
  color: #232323;
}
.contact .tel-info {
  font-size: 1.6rem;
  font-weight: 500;
  color: #232323;
}

.contact-gas-start-stop {
  padding-top: 10rem;
}
.contact-gas-start-stop__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.contact-gas-start-stop__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.contact-gas-start-stop__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.contact-gas-start-stop__title h3 span {
  background-color: #003881;
}
.contact-gas-start-stop__title h3 span::before {
  background-color: #5682bc;
}
.contact-gas-start-stop__content {
  margin-top: 1rem;
}

.contact-procedure-opening {
  padding-top: 4rem;
}
.contact-procedure-opening__title h3 {
  position: relative;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #003881;
}
.contact-procedure-opening__title h3 span {
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #003881;
}
@media (min-width: 1280px) {
  .contact-procedure-opening__title h3 {
    transform: translateX(-0.2%);
  }
}
.contact-procedure-opening__content {
  margin-top: 1.7rem;
}

.contact-about-payment {
  padding-top: 3.35rem;
}
.contact-about-payment__title h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #003881;
}
@media (min-width: 1280px) {
  .contact-about-payment__title h3 {
    transform: translateX(-1%);
  }
}
.contact-about-payment__content {
  margin-top: 0.03rem;
}
.contact-about-payment__link {
  margin-top: 0.95rem;
}
.contact-about-payment__link-button {
  width: 53.6rem;
  max-width: calc((100% - 1.6rem) / 2);
}
@media (max-width: 767px) {
  .contact-about-payment__link-button {
    max-width: 100%;
  }
}
.contact-about-payment__link-button a {
  position: relative;
  display: flex;
  width: 100%;
  height: 10.6rem;
  margin-top: 1rem;
  background-color: #003881;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.08em;
  justify-content: center;
  align-items: center;
}
.contact-about-payment__link-button a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-size: cover;
  content: "";
}
.contact-about-payment__link-button a::after {
  position: absolute;
  right: 2rem;
  width: 0;
  height: 0;
  border-top: 1.113rem solid #fff;
  border-right: 0.9175rem solid transparent;
  border-left: 0.9175rem solid transparent;
  content: "";
  transform: rotate(270deg);
}
@media (max-width: 767px) {
  .contact-about-payment__link-button {
    margin-inline: auto;
  }
}
.contact-about-payment__link-button a {
  padding-left: 2.15rem;
}
.contact-about-payment__link-button a::before {
  left: 13.25rem;
  width: 8rem;
  background-image: url("../../images/sub/icon_about-payment.png");
  background-image: image-set(url("../../images/sub/icon_about-payment.png") 1x, url("../../images/sub/icon_about-payment@2x.png") 2x);
  aspect-ratio: 80/80;
}

.contact-procedure-closing {
  padding-top: 3.7rem;
}
.contact-procedure-closing__title h3 {
  position: relative;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #003881;
}
.contact-procedure-closing__title h3 span {
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #003881;
}
@media (min-width: 1280px) {
  .contact-procedure-closing__title h3 {
    transform: translateX(-0.2%);
  }
}
.contact-procedure-closing__content {
  margin-top: 2.2rem;
}
.contact-procedure-closing__content .note {
  margin-top: 0.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
  color: #232323;
}
.contact-procedure-closing__list {
  display: grid;
  width: 72rem;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
}
@media (max-width: 767px) {
  .contact-procedure-closing__list {
    width: 100%;
  }
}
.contact-procedure-closing__item {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #232323;
}
.contact-procedure-closing__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 1em;
  content: "●";
}

.contact-gas-start-stop-request {
  padding-top: 3.07rem;
}
.contact-gas-start-stop-request__title h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #003881;
}
@media (min-width: 1280px) {
  .contact-gas-start-stop-request__title h3 {
    transform: translateX(-1%);
  }
}
.contact-gas-start-stop-request__link {
  display: flex;
  margin-top: 0.9rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-gas-start-stop-request__link {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.contact-gas-start-stop-request__tel-link, .contact-gas-start-stop-request__internet-link {
  width: 53.6rem;
  max-width: calc((100% - 1.6rem) / 2);
}
@media (max-width: 767px) {
  .contact-gas-start-stop-request__tel-link, .contact-gas-start-stop-request__internet-link {
    max-width: 100%;
  }
}
.contact-gas-start-stop-request__tel-link a, .contact-gas-start-stop-request__internet-link a {
  position: relative;
  display: flex;
  width: 100%;
  height: 10.6rem;
  margin-top: 1rem;
  background-color: #003881;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.08em;
  justify-content: center;
  align-items: center;
}
.contact-gas-start-stop-request__tel-link a::before, .contact-gas-start-stop-request__internet-link a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-size: cover;
  content: "";
}
.contact-gas-start-stop-request__tel-link a::after, .contact-gas-start-stop-request__internet-link a::after {
  position: absolute;
  right: 2rem;
  width: 0;
  height: 0;
  border-top: 1.113rem solid #fff;
  border-right: 0.9175rem solid transparent;
  border-left: 0.9175rem solid transparent;
  content: "";
  transform: rotate(270deg);
}
.contact-gas-start-stop-request__tel-link p, .contact-gas-start-stop-request__internet-link p {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #003881;
  letter-spacing: -0.08em;
}
.contact-gas-start-stop-request__tel-link p::before, .contact-gas-start-stop-request__internet-link p::before {
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.822rem solid #003881; /* 高さ */
  border-right: 0.6775rem solid transparent;
  border-left: 0.6775rem solid transparent; /* 底辺の半分 */
  content: "";
}
.contact-gas-start-stop-request__internet-link a {
  padding-left: 4rem;
}
.contact-gas-start-stop-request__internet-link a::before {
  left: 10.48rem;
  width: 7rem;
  background-image: url("../../images/sub/icon_internet-link.png");
  background-image: image-set(url("../../images/sub/icon_internet-link.png") 1x, url("../../images/sub/icon_internet-link@2x.png") 2x);
  aspect-ratio: 70/80;
}

.contact-schedule-change {
  padding-top: 4.44rem;
}
.contact-schedule-change__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.contact-schedule-change__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.contact-schedule-change__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.contact-schedule-change__title h3 span {
  background-color: #003881;
}
.contact-schedule-change__title h3 span::before {
  background-color: #5682bc;
}
.contact-schedule-change__content {
  margin-top: 1rem;
}
.contact-schedule-change__link {
  display: flex;
  margin-top: 3.3rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-schedule-change__link {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.contact-schedule-change__tel-link, .contact-schedule-change__line-link {
  width: 53.6rem;
  max-width: calc((100% - 1.6rem) / 2);
}
@media (max-width: 767px) {
  .contact-schedule-change__tel-link, .contact-schedule-change__line-link {
    max-width: 100%;
  }
}
.contact-schedule-change__tel-link a, .contact-schedule-change__line-link a {
  position: relative;
  display: flex;
  width: 100%;
  height: 10.6rem;
  margin-top: 1rem;
  background-color: #003881;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.08em;
  justify-content: center;
  align-items: center;
}
.contact-schedule-change__tel-link a::before, .contact-schedule-change__line-link a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-size: cover;
  content: "";
}
.contact-schedule-change__tel-link a::after, .contact-schedule-change__line-link a::after {
  position: absolute;
  right: 2rem;
  width: 0;
  height: 0;
  border-top: 1.113rem solid #fff;
  border-right: 0.9175rem solid transparent;
  border-left: 0.9175rem solid transparent;
  content: "";
  transform: rotate(270deg);
}
.contact-schedule-change__tel-link p, .contact-schedule-change__line-link p {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #003881;
  letter-spacing: -0.08em;
}
.contact-schedule-change__tel-link p::before, .contact-schedule-change__line-link p::before {
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.822rem solid #003881; /* 高さ */
  border-right: 0.6775rem solid transparent;
  border-left: 0.6775rem solid transparent; /* 底辺の半分 */
  content: "";
}
.contact-schedule-change__tel-link a, .contact-schedule-change__line-link a {
  margin-top: 0.88rem;
}
.contact-schedule-change__line-link a {
  padding-left: 4rem;
}
.contact-schedule-change__line-link a::before {
  left: 11.66rem;
  width: 8rem;
  background-image: url("../../images/sub/icon_line-link.png");
  background-image: image-set(url("../../images/sub/icon_line-link.png") 1x, url("../../images/sub/icon_line-link@2x.png") 2x);
  aspect-ratio: 80/80;
}

.contact-tategas-denki {
  padding-top: 10.02rem;
}
.contact-tategas-denki__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.contact-tategas-denki__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.contact-tategas-denki__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.contact-tategas-denki__title h3 span {
  background-color: #003881;
}
.contact-tategas-denki__title h3 span::before {
  background-color: #5682bc;
}
.contact-tategas-denki__content {
  margin-top: 1rem;
}
.contact-tategas-denki__link {
  display: flex;
  margin-top: 1.05rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-tategas-denki__link {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.contact-tategas-denki__form-link, .contact-tategas-denki__tel-link {
  width: 53.6rem;
  max-width: calc((100% - 1.6rem) / 2);
}
@media (max-width: 767px) {
  .contact-tategas-denki__form-link, .contact-tategas-denki__tel-link {
    max-width: 100%;
  }
}
.contact-tategas-denki__form-link a, .contact-tategas-denki__tel-link a {
  position: relative;
  display: flex;
  width: 100%;
  height: 10.6rem;
  margin-top: 1rem;
  background-color: #003881;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.08em;
  justify-content: center;
  align-items: center;
}
.contact-tategas-denki__form-link a::before, .contact-tategas-denki__tel-link a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-size: cover;
  content: "";
}
.contact-tategas-denki__form-link a::after, .contact-tategas-denki__tel-link a::after {
  position: absolute;
  right: 2rem;
  width: 0;
  height: 0;
  border-top: 1.113rem solid #fff;
  border-right: 0.9175rem solid transparent;
  border-left: 0.9175rem solid transparent;
  content: "";
  transform: rotate(270deg);
}
.contact-tategas-denki__form-link p, .contact-tategas-denki__tel-link p {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #003881;
  letter-spacing: -0.08em;
}
.contact-tategas-denki__form-link p::before, .contact-tategas-denki__tel-link p::before {
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.822rem solid #003881; /* 高さ */
  border-right: 0.6775rem solid transparent;
  border-left: 0.6775rem solid transparent; /* 底辺の半分 */
  content: "";
}
.contact-tategas-denki__form-link a, .contact-tategas-denki__tel-link a {
  margin-top: 0.88rem;
}
.contact-tategas-denki__form-link a {
  padding-left: 2rem;
}
.contact-tategas-denki__form-link a::before {
  left: 12rem;
  width: 7rem;
  background-image: url("../../images/sub/icon_web-apply-link.png");
  background-image: image-set(url("../../images/sub/icon_web-apply-link.png") 1x, url("../../images/sub/icon_web-apply-link@2x.png") 2x);
  aspect-ratio: 70/80;
}
.contact-tategas-denki__tel-link {
  margin-top: 2.4rem;
}
.contact-tategas-denki__tel-link a {
  display: flex;
  padding-left: 3.3rem;
  background-color: #e4effa;
  letter-spacing: 0;
  justify-content: flex-start;
  gap: 1.1rem;
}
.contact-tategas-denki__tel-link a::after {
  display: none;
}
.contact-tategas-denki__tel-number {
  font-size: 3rem;
  font-weight: 500;
  color: #232323;
}
@media (min-width: 768px) {
  .contact-tategas-denki__tel-number {
    transform: translateY(-35%);
  }
}
.contact-tategas-denki__tel-info {
  font-size: 1.6rem;
  font-weight: 500;
  color: #232323;
}
@media (min-width: 768px) {
  .contact-tategas-denki__tel-info {
    transform: translateY(13%);
  }
}
.contact-tategas-denki__tel-info .note {
  padding-left: 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2857142857;
  color: #232323;
}
.contact-tategas-denki__tel-info .note::before {
  top: 0.3rem;
  left: 0.8rem;
}
.contact-tategas-denki__tel-info .note span {
  padding-left: 2.5rem;
}

.contact-gas-newuser-contact {
  padding-top: 10.02rem;
}
.contact-gas-newuser-contact__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.contact-gas-newuser-contact__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.contact-gas-newuser-contact__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.contact-gas-newuser-contact__title h3 span {
  background-color: #003881;
}
.contact-gas-newuser-contact__title h3 span::before {
  background-color: #5682bc;
}
.contact-gas-newuser-contact__content {
  margin-top: 1rem;
}
.contact-gas-newuser-contact__link {
  display: flex;
  margin-top: 1.9rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-gas-newuser-contact__link {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.contact-gas-newuser-contact__tel-link, .contact-gas-newuser-contact__line-link, .contact-gas-newuser-contact__internet-link {
  width: 53.6rem;
  max-width: calc((100% - 1.6rem) / 2);
}
@media (max-width: 767px) {
  .contact-gas-newuser-contact__tel-link, .contact-gas-newuser-contact__line-link, .contact-gas-newuser-contact__internet-link {
    max-width: 100%;
  }
}
.contact-gas-newuser-contact__tel-link a, .contact-gas-newuser-contact__line-link a, .contact-gas-newuser-contact__internet-link a {
  position: relative;
  display: flex;
  width: 100%;
  height: 10.6rem;
  margin-top: 1rem;
  background-color: #003881;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.08em;
  justify-content: center;
  align-items: center;
}
.contact-gas-newuser-contact__tel-link a::before, .contact-gas-newuser-contact__line-link a::before, .contact-gas-newuser-contact__internet-link a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-size: cover;
  content: "";
}
.contact-gas-newuser-contact__tel-link a::after, .contact-gas-newuser-contact__line-link a::after, .contact-gas-newuser-contact__internet-link a::after {
  position: absolute;
  right: 2rem;
  width: 0;
  height: 0;
  border-top: 1.113rem solid #fff;
  border-right: 0.9175rem solid transparent;
  border-left: 0.9175rem solid transparent;
  content: "";
  transform: rotate(270deg);
}
.contact-gas-newuser-contact__tel-link p, .contact-gas-newuser-contact__line-link p, .contact-gas-newuser-contact__internet-link p {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #003881;
  letter-spacing: -0.08em;
}
.contact-gas-newuser-contact__tel-link p::before, .contact-gas-newuser-contact__line-link p::before, .contact-gas-newuser-contact__internet-link p::before {
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.822rem solid #003881; /* 高さ */
  border-right: 0.6775rem solid transparent;
  border-left: 0.6775rem solid transparent; /* 底辺の半分 */
  content: "";
}
.contact-gas-newuser-contact__tel-link a, .contact-gas-newuser-contact__line-link a, .contact-gas-newuser-contact__internet-link a {
  margin-top: 0.88rem;
}
.contact-gas-newuser-contact__line-link a {
  padding-left: 4rem;
}
.contact-gas-newuser-contact__line-link a::before {
  left: 11.66rem;
  width: 8rem;
  background-image: url("../../images/sub/icon_line-link.png");
  background-image: image-set(url("../../images/sub/icon_line-link.png") 1x, url("../../images/sub/icon_line-link@2x.png") 2x);
  aspect-ratio: 80/80;
}
.contact-gas-newuser-contact__internet-link a {
  padding-left: 4rem;
}
.contact-gas-newuser-contact__internet-link a::before {
  left: 10.48rem;
  width: 7rem;
  background-image: url("../../images/common/icon_contact.png");
  background-image: image-set(url("../../images/common/icon_contact.png") 1x, url("../../images/common/icon_contact@2x.png") 2x);
  aspect-ratio: 70/80;
}

.contact-faq {
  padding-block: 10.02rem 25.75rem;
}
.contact-faq__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.contact-faq__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.contact-faq__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.contact-faq__title h3 span {
  background-color: #003881;
}
.contact-faq__title h3 span::before {
  background-color: #5682bc;
}
.contact-faq__content .qa {
  margin-top: 1.53rem;
}
.contact-faq__content .qa__block {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.contact-faq__content .qa__item {
  position: relative;
  display: inline-block;
  width: 100%;
}
.contact-faq__content .qa__item:first-child .contact-faq__content .qa__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  content: "";
}
.contact-faq__content .qa__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  content: "";
}
.contact-faq__content .qa__head {
  position: relative;
  width: 100%;
  padding: 1.8rem 4rem 1.8rem 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #232323;
  cursor: pointer;
}
.contact-faq__content .qa__head.is-open .qa__icon::before {
  opacity: 0;
}
.contact-faq__content .qa__icon {
  position: absolute;
  top: 0;
  right: 1.65rem;
  bottom: 0;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: auto;
}
.contact-faq__content .qa__icon::before, .contact-faq__content .qa__icon::after {
  position: absolute;
  border-radius: 1px;
  background: #707070;
  pointer-events: none;
  content: "";
}
.contact-faq__content .qa__icon::before {
  top: 50%;
  right: 11.5%;
  width: 10%;
  height: 100%;
  opacity: 1;
  transition: 0.3s ease-in-out;
  transform: translateY(-50%);
}
.contact-faq__content .qa__icon::after {
  top: 49%;
  right: -31%;
  width: 100%;
  height: 10%;
  transform: translateY(-50%);
}
.contact-faq__content .qa__body {
  position: relative;
  max-height: 0;
  padding: 0 4rem 0 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 0;
  color: #232323;
  opacity: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
.contact-faq__content .qa__body p a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #003881;
  text-decoration: underline;
}
.contact-faq__content .qa__body.is-open {
  max-height: 1000px;
  padding: 0 4rem 1.8rem 1rem;
  line-height: 1.5;
  opacity: 1;
}
.contact-faq__content .qa__body.is-open::before {
  opacity: 1;
}