.ascope-divorce__solition_voice {
    padding-top: 0;
}

  .ascope-divorce__voice2 {
  padding: 80px 20px;
  background: #f4ebe7;
}

.ascope-divorce__voice2_h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}

.ascope-divorce__voice2_h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #e6a5a5;
  margin: 10px auto 0;
}

.ascope-divorce__voice2_card {
  max-width: 900px;
  margin: 60px auto;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
}

.ascope-divorce__voice2_inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.ascope-divorce__voice2_left img {
  width: 100%;
  max-width: 420px;
  border-radius: 8px;
}

.ascope-divorce__voice2_right {
  flex: 2;
}

.voice_label {
  color: #e86d6d;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.voice_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.voice_block {
  margin-bottom: 20px;
}

.voice_block_title {
  color: #e86d6d;
  font-weight: bold;
  margin-bottom: 5px;
}

.voice_block p {
  line-height: 1.9;
}
.ascope-divorce__voice2_inner {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .ascope-divorce__solition_voice {
    margin-top: 0;
    padding-top: 0;
  }
  .ascope-divorce__voice2_card {
    padding: 24px 16px;
    margin-bottom: 20px;
    width: calc(100% - 30px);
    box-sizing: border-box;
    margin: 0 auto 50px;
  }
  .ascope-divorce__voice2_card:last-child {
    margin-bottom: 0;
  }

  .ascope-divorce__voice2_inner {
    flex-direction: column; /* 横→縦 */
    gap: 20px;
  }

  .ascope-divorce__voice2_left img {
    max-width: 100%;
    height: auto !important;
    margin: 0 !important;
  }

  .ascope-divorce__voice2_right {
    width: 100%;
  }

  .voice_label {
    font-size: 16px;
  }

  .voice_title {
    font-size: 18px;
    line-height: 1.6;
  }

  .voice_block_title {
    font-size: 15px !important;
  }

  .voice_block p {
    font-size: 14px;
    line-height: 1.8;
  }


}

