.p-section-contact {
  position: relative;
}

.p-section-contact-phone__describe {
  position: relative;
  text-align: center;
}
.p-section-contact-phone__describe::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1.19rem;
  height: 0.98rem;
  background: url("../img/common/decoration_contact_01.svg") center/100% auto no-repeat;
}
.p-section-contact-phone__number, .p-section-contact-phone__describe, .p-section-contact-phone__datetime {
  color: #000;
  font-weight: 700;
}
.p-section-contact-phone__number {
  display: inline-block;
  line-height: 1;
}
.p-section-contact-phone__datetime {
  display: block;
}
.p-section-contact-phone__describe-text:last-child {
  margin-bottom: 0;
}
@media print, screen and (width >= 768px) {
  .p-section-contact-phone {
    padding-top: 50px;
    padding-bottom: 136px;
  }
  .p-section-contact-phone__describe {
    max-width: 938px;
    margin-bottom: 248px;
    font-size: 0.2rem;
    line-height: 1.75;
  }
  .p-section-contact-phone__describe::before {
    top: -62px;
    right: -59px;
  }
  .p-section-contact-phone__describe-text {
    margin-bottom: 17px;
  }
  .p-section-contact-phone__number {
    margin-bottom: 43px;
    font-size: 0.81rem;
  }
  .p-section-contact-phone__datetime {
    padding-left: 6px;
    font-size: 0.25rem;
  }
  .p-section-contact-phone .c-heading--primary {
    margin-bottom: 62px;
  }
}
@media screen and (768px <= width < 1280px) {
  .p-section-contact-phone::before {
    top: 150px;
    right: 15px;
  }
  .p-section-contact-phone__describe {
    padding-top: 40px;
  }
  .p-section-contact-phone__number {
    font-size: 0.62rem;
  }
}
@media screen and (width < 768px) {
  .p-section-contact-phone {
    padding-top: 0.5rem;
    padding-bottom: 0.74rem;
  }
  .p-section-contact-phone__describe {
    margin-bottom: 0.97rem;
    padding-top: 1.12rem;
    font-size: 0.16rem;
    line-height: 1.875;
  }
  .p-section-contact-phone__describe::before {
    top: 0;
    right: -0.1rem;
  }
  .p-section-contact-phone__describe-text {
    margin-bottom: 0.4rem;
  }
  .p-section-contact-phone__number {
    margin-bottom: 0.06rem;
    font-size: 0.5rem;
  }
  .p-section-contact-phone__datetime {
    padding-left: 0.03rem;
    font-size: 0.2rem;
  }
  .p-section-contact-phone .c-heading--primary {
    margin-bottom: 0.3rem;
  }
}

.p-section-contact-email {
  position: relative;
}
@media print, screen and (width >= 768px) {
  .p-section-contact-email {
    padding-top: 120px;
    padding-bottom: 92px;
  }
  .p-section-contact-email .c-heading--primary {
    margin-bottom: 20px;
  }
  .p-section-contact-email__image {
    width: 100%;
    max-width: 1059px;
  }
}
@media screen and (width < 768px) {
  .p-section-contact-email {
    padding: 0.48rem 0 2.44rem;
  }
  .p-section-contact-email__image {
    margin: 0 -0.2rem;
  }
  .p-section-contact-email .c-heading--primary {
    margin-bottom: 0.15rem;
  }
}
/*# sourceMappingURL=contact.css.map */