.original_service_wrap {
    padding: 5% 0;
    background: #36c4c6;
  }
  .original_service_wrap h2 {
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: underline;
  }
  .original_service_wrap h2 + p {
    margin: 2% 0 0;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
  }
  .original_service_wrap h2 + p img {
    width: 100%;
  }
  .original_service_wrap > div:first-of-type > div {
    position: relative;
    text-align: right;
    margin: 2% 0 0;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -ms-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
  }
  .original_service_wrap > div:first-of-type > div:before {
    content: "";
    width: 20%;
    height: 80%;
    background: url("../img/traffic_accident/original_service_woman.png")no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .original_service_wrap > div:first-of-type > div p {
    font-size: 400%;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
    line-height: 1.2;
  }
  .original_service_wrap > div:first-of-type > div p span {
    font-size: 170%;
    color: #ffff00;
  }
  .original_service_wrap > div:first-of-type > div + p {
    margin: 2% 0 0;
    font-size: 180%;
    font-weight: bold;
    color: #fff;
  }
  .point_img,
  .point_img img {
    width: 100%;
  }
  .point_img {
    margin: 3% 0 0;
  }
  .point_wrap {
    margin: -6% auto 0;
  }
  .accident_list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 5% 0 0;
  }
  .accident_list li {
    text-align: center;
  }
  .accident_list li:first-of-type img {
    width: 48%;
  }
  .accident_list li:first-of-type {
    flex: 0 1 100%;
  }
  .accident_list li:nth-of-type(n+2) {
    flex: 0 1 48%;
    -webkit-flex: 0 1 48%;
    margin: 2% 0 0;
  }
  
  .accident_occur {
    margin: 3% 0 0;
  }
  .accident_occur > dl {
    margin: 3% 0 0;
  }
  .accident_occur > dl dt {
    text-align: center;
  }
  .accident_occur > dl dd {
    margin: 3% 0 0;
  }
  .accident_occur > dl dd ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .accident_occur > dl dd ul li {
    flex: 0 1 47.5%;
    -webkit-flex: 0 1 47.5%;
  }
  .accident_occur > dl dd ul li:nth-of-type(n+3) {
    margin: 5% 0 0;
  }
  .accident_occur > dl dd ul li p {
    margin: 2.5% 0 0;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .treatment_target {
    position: relative;
    z-index: 0;
    margin: 10% 0 0;
  }
  .treatment_target dt {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center;
  }
  .treatment_target dt img {
    width: 90%;
  }
  .treatment_target dd {
    width: 100%;
    padding: 9% 5% 5%;
    background: #fffbda;
    border: 2px solid #e94a18;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .treatment_target dd ul li {
    display: flex;
    display: -webkit-flex;
    font-size: 1.3vw;
  }
  .treatment_target dd ul li:before {
    content: "●";
  }
  .lawyer_wrap .reserve_btn {
    margin-top: 5%;
  }

  /* ===================================================================
          original_service
=================================================================== */
@media screen and (max-width: 1024px){
    .original_service_wrap h2 {
      font-size: 5vw;
    }
    .original_service_wrap > div:first-of-type > div p {
      font-size: 5vw;
    }
    .original_service_wrap > div:first-of-type > div p span {
      font-size: 8vw;
      color: #ffff00;
    }
      .treatment_target dd ul li {
      font-size: 1.8vw;
    }
  }
  @media screen and (max-width: 834px){
    .original_service_wrap h2 {
      font-size: 5vw;
    }
    .original_service_wrap > div:first-of-type > div p {
      font-size: 6vw;
    }
    .original_service_wrap > div:first-of-type > div p span {
      font-size: 10vw;
      color: #ffff00;
    }
      .treatment_target dd ul li {
      font-size: 2.4vw;
    }
  }
  @media screen and (max-width: 768px){
    .original_service_wrap > div:first-of-type > div {
      text-align: left;
      padding: 0 0 0 20%;
    }
  }
  @media screen and (max-width: 414px){
    .original_service_wrap > div:first-of-type {
      padding: 0 5%;
    }
    .original_service_wrap h2 {
      font-size: 7vw;
    }
    .original_service_wrap > div:first-of-type > div p {
      font-size: 7vw;
    }
    .original_service_wrap > div:first-of-type > div + p {
      font-size: 2.4vw;
    }
    .point_wrap {
      margin: -12% auto 0;
      padding: 0 5%;
    }
    .accident_occur > dl dd ul li {
      flex: 0 1 49%;
      -webkit-flex: 0 1 49%;
    }
    .accident_occur > dl dd ul {
      margin: 5% 0 0;
    }
    .accident_occur > dl dd ul li p {
      font-size: 3.5vw;
      text-align: justify;
    }
    .accident_occur > dl dd ul li p br {
      display: none;
    }
    .lawyer_wrap {
      margin: 5% 0 0;
    }
    .treatment_target dd ul li {
      font-size: 3.4vw;
      letter-spacing: -0.02em;
    }
    .treatment_target dt {
      top: -7%;
    }
    .original_service_wrap > div:first-of-type > div {
      text-align: right;
      padding: 0 0 0 0%;
    }
  }