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

.accident-image {
	text-align: center;
}
.accident-qa dt{
    background-image: url(../images/a.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 10px 10px 10px 40px;
    background-color: rgb(234 90 130 / .15);
    color: #EA5A82;
    background-position: center left;
    font-weight: normal;
}
.accident-qa dd{
    background-image: url(../images/q.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 10px 10px 10px 40px;
    background-color: rgb(1 129 237 / .15);
    color: #0181ED;
    background-position: center left;
    margin-left: 30px;
    margin-bottom: 20px;
}
.accident-qa dd:last-child{
    margin-bottom: 0;
}



@media screen and (min-width: 767.98px) {
  .background {
    background-image: url(../images/main-pc.jpg);
  }
.content-box {
    display: flex;
    justify-content: space-between;
  }
  .accident-image {
    width: 38%;
  }
  .accident-text {
    width: 59%;
  }
	.accident-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;
}
.accident-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) {
	
}