@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.inability__wrap .img__box {
  width: 100%;
  box-sizing: border-box;
  max-width: 500px;
  margin: 0 auto 2em;
}
.inability__wrap .img__box img {
  width: 100%;
  height: auto;
}
.inability__wrap .icon-tel a {
  color: #ff5454;
}
.inability__wrap .icon-tel a::before {
  background-image: url(/assets/images/common/icon-tel3.svg);
}

.contact-wrap.ptn__02 {
  display: block;
}
.contact-wrap.ptn__02 .page__text {
  margin-bottom: 0;
  margin-top: 1em;
}

.flex__wrap.kinds {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .flex__wrap.kinds {
    display: block;
  }
}
.flex__wrap.kinds > span {
  width: 50%;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .flex__wrap.kinds > span {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
  }
}
.flex__wrap.kinds .page__text {
  margin-top: 0;
  width: 50%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .flex__wrap.kinds .page__text {
    justify-content: center;
    width: auto;
    text-align: center;
    margin-top: 0.5em;
  }
}

.contact-wrap .icon__24th {
  padding: 0.6rem 1.5rem;
  transform: translateY(0);
}

#iframe_flowchart {
  min-height: 400px;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  #iframe_flowchart {
    min-height: 540x;
  }
}
@media only screen and (max-width: 767px) {
  #iframe_flowchart {
    min-height: 520px;
  }
}

_::-webkit-full-page-media, _:future, :root #iframe_flowchart {
  min-height: 400px;
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {
  _::-webkit-full-page-media, _:future, :root #iframe_flowchart {
    min-height: 540x;
  }
}
@media only screen and (max-width: 767px) {
  _::-webkit-full-page-media, _:future, :root #iframe_flowchart {
    min-height: 520px;
  }
}/*# sourceMappingURL=emergency_inability.css.map */