@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.emergency .btn__type-b a {
  border: min(0.2083333333vw, 0.3rem) solid #FF5454;
  color: #ffffff;
  background: #FF5454;
  box-shadow: none;
  /*
  @include mixin.media("tab") {
    font-size: 1.05rem;
    height: 3.2em;
  }
  @include mixin.media("sp") {
    height: 3.2em;
    font-size: function.sp-size(14);
    border-radius: 1.4em;
    border-width: function.sp-size(3);
  }
    */
}
.emergency .btn__type-b a::before {
  /*
  content: "";
  position: absolute;
  right: -0.2%;
  top: 50%;
  width: 2.2rem;
  height: 2.2rem;
  */
  background: #FF5454;
  /*
  border-radius: 50%;
  transition: 0.2s;
  transform: translate(-48%, -50%) scale(0, 0);
  z-index: 0;
  */
  /*
  @include mixin.media("tab") {
    width: 1.65rem;
    height: 1.65rem;
  }
    */
}
.emergency .btn__type-b a::after {
  background: url(/assets/images/common/btn__type-b--arrow-on.svg) center center no-repeat;
  /*
  @include mixin.media("tab") {
    width: 0.75rem;
    height: 1.125rem;
  }
  @include mixin.media("sp") {
    width: function.sp-size(10);
    height: function.sp-size(15);
  }
    */
}
@media print, screen and (min-width: 768px) {
  .emergency .btn__type-b a:hover {
    background: #ffffff;
    color: #FF5454;
    /*
    text-decoration: none;
    &::before {
      transform: translate(-48%, -50%) scale(1, 1);
    }*/
  }
}

.electricity__border-wrap--red {
  background: #FF5454;
  border: 0.1rem solid #FF5454;
}
.electricity__border-wrap--red .page__text {
  color: #ffffff;
}

.flex__wrap {
  margin-top: 2rem;
}
.flex__wrap .bor--red {
  border: 0.3rem solid #FF5454;
  padding: 4rem;
}
@media print, screen and (max-width: 767px) {
  .flex__wrap .bor--red {
    padding: 6.6666666667vw 5%;
  }
}
.flex__wrap .bor--red .page__text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-wrap.ptn__03 {
  display: block;
  margin-top: 6em;
}/*# sourceMappingURL=emergency_break.css.map */