.doctor_lp_header .doctor_img {
  position: absolute;
  right: 3%;
  bottom: -87px;
  width: 39%;
}
.cases .container .wrapper {
  max-width: 960px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.cases .container .wrapper .box {
  flex: 0 0 47.5%;
  margin-right: 5%;
}
.cases .container .wrapper .box:nth-child(3n) {
  margin-right: 5%;
}
.cases .container .wrapper .box:nth-child(2n) {
  margin-right: 0;
}
.cases .container .wrapper .box:nth-child(n+3) {
  padding-top: 2%;
  margin-top: 1.5%;
  border-top: 1px solid #000;
}
.backbone .everyday_life .right .sub_mds span {
  display: inline-block;
}
.backbone .other_doctor .block .box:nth-child(2) p.text {
  left: -13%;
}
.interview .container .wrapper .block .content:last-child .flex_box {
  max-width: 900px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.interview .container .wrapper .block .content:last-child .flex_box .left {
  flex: 0 0 30%;
}
.specialty_treatment .container .wrapper .content:last-child .particulars .block {
  display: flex;
  flex-direction: row-reverse;
}
.specialty_treatment .container .wrapper .content:last-child .particulars .block .text {
  flex: auto;
}
.specialty_treatment .container .wrapper .content:last-child .particulars .block .img {
  float: none;
  flex: 0 0 30%;
}
.interview .container .wrapper .block .content:last-child .flex_box {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}
.interview .container .wrapper .block .content:last-child .flex_box .left {
  flex: 0 0 21%;
}
.interview .container .wrapper .block .content:last-child .flex_box .right {
  margin-top: 8%;
}
.interview .container .wrapper .block .content:last-child .sub_mds {
  position: relative;
  left: -20px;
  margin-bottom: -90px;
}
.interview .container .wrapper .block .content:last-child .sub_mds::before {
  display: none;
  top: 90px;
  right: 360px;
}

@media (min-width: 1367px) {
  .doctor_lp_header .doctor_img {
    width: 532.797px;
  }
}
@media (max-width: 768px) {
  .interview .container .wrapper .block .content:last-child .flex_box {
    align-items: center;
  }
  .interview .container .wrapper .block .content:last-child .sub_mds {
    left: 0px;
    margin-bottom: 0px;
  }
  .interview .container .wrapper .block .content:last-child .flex_box .right {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .doctor_lp_header .doctor_img {
    width: 50%;
    right: -1%;
    bottom: 0px;
  }
  .doctor_lp_header .container .wrapper .block .top_box p span.color {
    font-size: 20px;
  }
  .doctor_lp_header .container .wrapper .block .top_box::before {
    top: -90%;
    right: 10%;
  }
  .doctor_lp_header .container .wrapper .block .top_box::after {
    bottom: -40%;
  }
  .backbone .everyday_life .right .sub_mds span::before {
    left: 0;
  }
  .backbone .everyday_life .right .sub_mds span::after {
    right: 0;
  }
  .backbone .other_doctor .block .box:nth-child(2) p.text::before {
    left: 38%;
    bottom: -32px;
  }
  .cases .container .wrapper .box,
  .cases .container .wrapper .box:nth-child(3n) {
    margin-right: 0;
  }
  .cases .container .wrapper {
    width: 100%;
  }
  .biography .container .wrapper .list .item::before {
    width: 10px;
    height: 10px;
    top: 5px;
    bottom: auto;
    left: -22px;
  }
  .biography .container .wrapper .list .item::after {
    height: 20vw;
  }
  .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: 10px;
  }
  .interview .container .wrapper .block .content:last-child .flex_box {
    display: flex;
  }
  .interview .container .wrapper .block .content:last-child .flex_box .left {
    float: none;
  }
  .interview .container .wrapper .block .content:last-child .flex_box .left {
    flex: 0 0 40%;
  }
  .backbone .other_doctor .block .box:nth-child(2) p.text {
    left: 0;
  }
  .interview .container .wrapper .block .content .sub_mds {
    padding-left: 80px;
  }
  .interview .container .wrapper .block .content:nth-child(n+3) .sub_mds::before {
    display: block;
    width: 73px;
    height: 26px;
  }
  .interview .container .wrapper .block .content:nth-child(n+3) .flex_box::before {
    display: none;
  }
  .interview .container .wrapper .block .content:nth-child(n+3) .flex_box .left {
    flex: 0 0 35%;
    max-width: 100%;
  }
  .interview .container .wrapper .block .content:nth-child(n+3) .sub_mds::before {
    top: 0;
  }
}