.doctor_lp_header .doctor_img {
  position: absolute;
  right: -6%;
  bottom: -87px;
  width: 57%;
}
.cases .container .wrapper {
  justify-content: center;
}
.cases .container .wrapper .box:nth-child(6) {
  margin-right: 1.5%;
}
.interview .container .wrapper .block .content:last-child .flex_box .left {
  flex: 0 0 36%;
  margin-right: 2%;
}
.backbone .other_doctor .block .box:nth-child(2) p.text {
  left: -23%;
}

@media (max-width: 480px) {
  .doctor_lp_header .doctor_img {
    width: 69%;
    right: -17%;
    bottom: 30px;
  }
  .doctor_lp_header .container .wrapper .block {
    margin-top: 15%;
  }
  .doctor_lp_header .container .wrapper .block .top_box::before {
    top: -75%;
    right: 30%;
  }
  .doctor_lp_header .container .wrapper .block .top_box {
    position: relative;
    z-index: 1;
    width: 60%;
  }
  .backbone .other_doctor .block .box:nth-child(2) p.text {
    left: 4%;
  }
  .backbone .other_doctor .block .box:nth-child(2) p.text::before {
    left: 45%;
  }
  .biography .container .wrapper .list .item::before {
    width: 10px;
    height: 10px;
    top: 5px;
    bottom: auto;
    left: -22px;
  }
  .biography .container .wrapper .list .item::after {
    height: 26vw;
  }
  .specialty_treatment .container .wrapper .content .top_box h3 span.bg .f30 {
    font-size: 15px;
  }
  .interview .container .wrapper .top_box h3 {
    position: relative;
    left: 8%;
    font-size: 16px;
  }
  .interview .container .wrapper .top_box h3 .sp_font {
    font-size: 13px;
  }
  .interview .container .wrapper .top_box h3::before{
    height: 18vw;
    bottom: -85%;
    left: -7%;
  }
  .interview .container .wrapper .block .content .flex_box{
    display: block;
  }
  .interview .container .wrapper .block .content .flex_box .left {
    float: left;
    max-width: 100px;
    margin-top: 30px;
    margin-right: 10px;
    margin-bottom: 7px;
  }
  .interview .container .wrapper .block .content:nth-child(3) .flex_box {
    padding-top: 50px;
  }
}