.rCaution img {
  width: 480px;
  height: auto;
}

h5 {
  background: linear-gradient(transparent 70%, #ff99ab 70%);
  margin: 36px 0;
  width: fit-content;
}

/* 事故にあった時のお悩み */
.nayami {
  padding: 1em 1em;
  margin: 2em 0;
  border-radius: 70%;
  background-color: peachpuff;
  width: fit-content;
}
.nayami h4 {
  text-align: center;
}

/* 青い文字枠 */
.text1 {
  background: #dbebf8;
  padding: 0.5em 1em;
  margin: 2em 0;
}
/* 紫の文字枠 */
.text2 {
  background: lavender;
  padding: 0.5em 1em;
  margin: 2em 0;
}

.text1 h6,
.text2 h6 {
  font-weight: bold;
  color: orangered;
}

/* 施術代はいくらかかるのか？ */
.sejyutuImg {
  text-align: center;
}
/* 交通事故治療の流れ */
.nagareImg {
  text-align: center;
}
.nagare img {
  width: auto;
  height: 300px;
}

/* 労災保険 */
.rousai {
  text-align: center;
}
.rousai img {
  width: auto;
  height: 300px;
}



/* レスポンシブ */

@media screen and (max-width: 768px) {
  .car-accident img,.sejyutuImg img {
  width: 100%;
}
}
