@charset "utf-8";
/* CSS Document */
.background {
  background-image: url(../images/main-sp.jpg);
}

.emergency-image {
	text-align: center;
}





@media screen and (min-width: 767.98px) {
  .background {
    background-image: url(../images/main-pc.jpg);
  }
.content-box {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
  }
  .emergency-image {
    width: 48%;
  }
  .emergency-text {
    width: 48%;
  }
	.emergency-qa dt{

    background-size: 50px auto;
    padding: 20px 20px 20px 70px;
    background-color: rgb(234 90 130 / .15);
    color: #EA5A82;
    background-position: center left;
    font-weight: normal;
}
.emergency-qa dd{
    background-size: 50px auto;
    padding: 20px 20px 20px 70px;
    background-color: rgb(1 129 237 / .15);
    color: #0181ED;
    background-position: center left;
    margin-left: 50px;
    margin-bottom: 30px;
}
}
@media screen and (min-width: 992px) {
	
}