.c-lower-content {
  padding: 123px 0 120px;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .c-lower-content {
    padding: 80px 0 100px;
  }
}
@media only screen and (max-width: 480px) {
  .c-lower-content {
    padding: 64px 0 100px;
  }
}

.p-emergency__content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.p-emergency__intro {
  text-align: center;
  font-weight: bold;
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .p-emergency__intro {
    text-align: left;
  }
}

.p-emergency__blocks {
  margin-top: 73px;
}

.p-emergency__block-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-emergency__block-2col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-emergency__block-2col .p-emergency__block {
  width: 48.75%;
}
@media only screen and (max-width: 767px) {
  .p-emergency__block-2col .p-emergency__block {
    width: 100%;
  }
}

.p-emergency__block-head {
  background-color: #e1ebf9;
  padding: 7px 24px;
}
@media only screen and (max-width: 767px) {
  .p-emergency__block-head {
    padding: 7px 12px;
  }
}

.p-emergency__head-text {
  font-size: 20px;
  font-weight: bold;
}

.p-emergency__supports-tel {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 74px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .p-emergency__supports-tel {
    font-size: 36px;
    padding-left: 68px;
  }
}
@media only screen and (max-width: 768px) {
  .p-emergency__supports-tel {
    font-size: 30px;
    padding-left: 60px;
  }
}
.p-emergency__supports-tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 59px;
  height: 39px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../media/images/emergency/icon_emergency_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .p-emergency__supports-tel::before {
    width: 54px;
    height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .p-emergency__supports-tel::before {
    width: 48px;
    height: 32px;
  }
}

.p-emergency__link-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-emergency__link-btns li {
  width: 48%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 560px) {
  .p-emergency__link-btns li {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .p-emergency__form-content {
    margin-top: 30px;
  }
}

.p-emergency__link-btn {
  line-height: 1;
  padding: 12px 10px;
}

.p-emergency__block-caution {
  font-size: 16px;
  font-weight: bold;
}

.p-emergency__block-detail {
  font-size: 20px;
}

.p-emergency__form-btn {
  max-width: 400px;
}

.p-emergency__wide-btn {
  max-width: 560px;
  margin-top: 40px;
}

.p-emergency__under-supoorts-text {
  font-size: 16px;
  margin-top: 16px;
}

.p-emergency__item {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .p-emergency__item {
    margin-top: 30px;
  }
}

.p-emergency__item-text {
  font-size: 20px;
}

.p-emergency__supports-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-emergency__time-text {
  font-size: 24px;
  font-weight: bold;
  margin-right: 24px;
}
@media only screen and (max-width: 768px) {
  .p-emergency__time-text {
    font-size: 18px;
  }
}

.p-emergency__time-text-small {
  font-size: 16px;
  font-weight: bold;
}

.p-emergency__supports-info {
  font-size: 16px;
  font-weight: bold;
}