@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap";
.p-equip__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-equip__item {
  width: 46%;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-equip__item {
    width: 100%;
    margin-bottom: 48px;
  }
}
.p-equip__text {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-equip__text {
    margin-top: 12px;
  }
}
.p-equip__title {
  padding-bottom: 16px;
  border-bottom: 4px dashed #4abcb9;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-equip__title {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
}
.p-equip__para {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-equip__para {
    margin-top: 16px;
  }
}

.p-emergency {
  margin-top: 120px;
  padding-bottom: 64px;
  background-position: bottom center;
  background-size: 100% auto;
  background-image: url(../../images/equipments/bg_emer_blue_01_pc.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .p-emergency {
    margin-top: 80px;
    padding-bottom: 48px;
    background-position: top center;
    background-image: url(../../images/equipments/bg_emer_blue_01_sp.svg);
  }
}
.p-emergency__title {
  width: 400px;
  margin: 0 auto;
  color: #fff;
  background-color: #5d88d5;
  border-radius: 40px;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-emergency__title {
    width: 64%;
    font-size: 2rem;
  }
}
.p-emergency__list {
  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;
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .p-emergency__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-emergency__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 40px;
  }
}
.p-emergency__item {
  width: 30%;
  border: 4px solid #5d88d5;
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-emergency__item {
    width: 100%;
    border-radius: 44px;
  }
}
.p-emergency__text {
  margin-top: 24px;
  padding: 0 30px 48px;
}
@media screen and (max-width: 834px) {
  .p-emergency__text {
    margin-top: 10px;
    padding: 0 20px 25px;
  }
}
.p-emergency__name {
  color: #5d88d5;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-emergency__name {
    font-size: 1.8rem;
  }
}
.p-emergency__para {
  margin-top: 12px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .p-emergency__para {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 834px) {
  .p-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .p-column .l-column {
    width: 45%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-column .l-column {
    width: 100%;
  }
}