/* =========================================
   交通事故後のご相談体制について
========================================= */
.accident-support {
  background: #fff;
}

.accident-support__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.accident-support__heading {
  text-align: center;
  margin-bottom: 32px;
}

.accident-support__sub {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #e98d9d;
  text-transform: uppercase;
}

.accident-support__heading h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 14px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  color: #444;
}

.accident-support__heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;
  height: 2px;
  background: #e98d9d;
  transform: translateX(-50%);
}

.accident-support__box {
  background: #fff;
  box-sizing: border-box;
}

.accident-support__text {
  margin-bottom: 32px;
}

/* p から div へ変更 */
.accident-support__text div {
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 2;
  color: #555;
  text-align: center;
}

.accident-support__text div:last-child {
  margin-bottom: 0;
}

.accident-support__profile {
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 24px;
    border: 1px solid #f2f2f2;
}

.accident-support__image {
  flex: 0 0 280px;
}

.accident-support__image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}

.accident-support__info {
  flex: 1 1 auto;
}

.accident-support__list {
  margin: 0;
}

.accident-support__row {
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}

/* .accident-support__row:first-child {
  border-top: 1px solid #f2f2f2;
} */

.accident-support__row dt,
.accident-support__row dd {
  margin: 0;
  padding: 16px 14px;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  box-sizing: border-box;
}

.accident-support__row dt {
  width: 150px;
  flex: 0 0 150px;
  background: #fff;
  font-weight: 700;
  color: #444;
}

.accident-support__row dd {
  flex: 1 1 auto;
  background: #fff;
}

.accident-support__row a {
  color: #d96c7f;
  text-decoration: underline;
  word-break: break-all;
}

.accident-support__row a:hover {
  text-decoration: none;
}

/* =========================
   1024px以下
========================= */
@media screen and (max-width: 1024px) {
  .accident-support {
    padding: 60px 20px;
  }

  .accident-support__heading h2 {
    font-size: 26px;
  }

  .accident-support__box {
    padding: 32px;
  }

  .accident-support__profile {
    gap: 24px;
    padding: 20px;
    border: none;
  }

  .accident-support__image {
    flex: 0 0 240px;
  }

  /* p から div へ変更 */
  .accident-support__text div {
    font-size: 15px;
  }
}

/* =========================
   599px以下
========================= */
@media screen and (max-width: 599px) {
  .accident-support {
    padding: 48px 15px;
  }

  .accident-support__heading {
    margin-bottom: 24px;
  }

  .accident-support__sub {
    font-size: 11px;
  }

  .accident-support__heading h2 {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 12px;
  }

  .accident-support__box {
    padding: 0px 16px;
  }

  .accident-support__text {
    margin-bottom: 24px;
  }

  /* p から div へ変更 */
  .accident-support__text div {
    font-size: 14px;
    line-height: 1.9;
  }

  .accident-support__profile {
    display: block;
    padding: 0px;
  }

  .accident-support__image {
    margin-bottom: 16px;
  }

  .accident-support__row {
    display: block;
  }

  .accident-support__row dt {
    width: 100%;
    padding: 12px 12px 8px;
    border-bottom: none;
  }

  .accident-support__row dd {
    padding: 0 12px 12px;
  }
}

@media screen and (min-width:1025px) {
 .pc-block{
   display: block;
 }
}
