.doctor_lp_header .doctor_img {
  position: absolute;
  right: 2%;
  bottom: -88px;
  width: 53%;
}
.backbone .other_doctor .block .box:nth-child(2) p.text {
  left: -23%;
}
.interview .container .wrapper .block .content:nth-child(3) .flex_box {
  flex-direction: column-reverse;
}
.backbone .everyday_life .right .sub_mds {
  position: relative;
  top: -30px;
}
.backbone .everyday_life .right .sub_mds span {
  display: inline-block;
}
.backbone .everyday_life .right .sub_mds span::before {
  left: -100px;
}
.backbone .everyday_life .right .sub_mds span::after {
  right: -100px;
}
@media (max-width: 480px) {
  .backbone .everyday_life .right .sub_mds span::before {
    left: -40px;
  }
  .backbone .everyday_life .right .sub_mds span::after {
    right: -40px;
  }
  .backbone .everyday_life .right .sub_mds {
    top: 0;
  }
  .doctor_lp_header .container .wrapper .block .top_box {
    width: 53%;
  }
  .doctor_lp_header .container .wrapper .block {
    margin-top: 24%;
  }
  .doctor_lp_header .container .wrapper .block .top_box::before {
    top: -100%;
    right: 20%;
  }
  .doctor_lp_header .container .wrapper .block .top_box p:last-child .f40 {
    font-size: 14px;
  }
  .backbone .other_doctor .block .box:nth-child(2) p.text {
    left: 0;
  }
  .backbone .other_doctor .block .box:nth-child(2) p.text::before {
    left: 101px;
  }
  .biography .container .wrapper .list .item::before {
    width: 10px;
    height: 10px;
    top: 5px;
    bottom: auto;
    left: -7.85%;
  }
  .biography .container .wrapper .list .item::after {
    height: 26vw;
  }
  .interview .container .wrapper .top_box h3 .sp_font {
    font-size: 13px;
  }
  .interview .container .wrapper .top_box h3 {
    margin-left: 50px;
    font-size: 16px;
  }
  .interview .container .wrapper .top_box h3::before {
    left: -30px;
  }
  .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 {
    display: flex;
  }
  .interview .container .wrapper .block .content:nth-child(3) .flex_box .right {
    margin-top: 12%;
  }
  .interview .container .wrapper .block .content:nth-child(3) .flex_box .left {
    max-width: 100%;
    margin-right: 0;
  }
  .doctor_lp_header .doctor_img {
    width: 79%;
        right: -8%;
        bottom: -35px;
  }
}