.top__repair {
  width: 1200px;
  margin: auto;
  padding-top: 5%;
  max-width: calc(100% - 120px);
  
}
.top__repair > h2 {
  font-weight: 700;
  font-size: 3rem;
  font-family: serif;
  text-align: right;
}
.top__repair__contents {
  display: flex;
  justify-content: space-between;
}
.top__repair__left-sec {
  width: 53%;
  display: grid;
  justify-content: space-between;
}

.top__repair__left-sec_font {
  font-family: serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 2;
  text-align:center

}
.top__repair__bottom-sec {
  border: transparent;
  border-top: transparent;
  border-bottom: transparent;
  display: flex;
  justify-content: center;
  height: fit-content;

}
.top__repair__bottom-sec2 {
  width: 40%;
  margin: 2rem;
  line-height: 2;
  border: transparent;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;

  font-weight: 400;
  font-size: 1rem;
  font-family: serif;

}
.top__repair__bottom-sec > p {
  padding: 2rem 0;
  text-align: center;
  writing-mode: vertical-rl;
}
.top__repair__right-sec {
    width: 45%;
    padding-right: 2%;
    margin-top: 2%;

}
.top__repair__right-sec img{
  width: 100%;

}

.repair_br{
  display: none;
}



@media only screen and (max-width:1025px) {
  .top__repair {
    width: 100%;
    margin: auto;
    margin-left: 0%;
    margin-left: 0;
    max-width: calc(1024px);
    text-align: center;
  }
  .top__repair > h2 {
    font-weight: 700;
    font-size: 2rem;
    font-family: serif;
    text-align: center;
    
  }
  .top__repair__contents {
    display: inline-block;
    justify-content: space-between;
    margin: auto;
  }
  .top__repair__left-sec {
    width: 95%;
    margin-right: 10%;
    display: grid;
    justify-content: space-between;
    text-align: center;
  }
  .top__repair__left-sec p {
    width: 100%;
    margin-left: 5%;
    line-height: 1.5;
  }
  .top__repair__left-sec_font{
    font-size: 0.9rem;
  }

  .top__repair__bottom-sec {
    border: transparent;
    border-top: transparent;
    border-bottom: transparent;
    display: block;
    justify-content: center;
    height: fit-content; 
  }
  .top__repair__bottom-sec2 {
    width: 40%;
    margin: 1rem;
    line-height: 0.5;
    border: transparent;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
  
    font-weight: 400;
    font-size: 0.9rem;
    font-family: serif;
  
  }
  .top__repair__bottom-sec > p {
    padding: 1rem 0;
    text-align: center;
    writing-mode: horizontal-tb;
  }

  .top__repair__right-sec {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin:0%;

  }
  .top__repair__right-sec  img{

    overflow: hidden;
  }
}

@media only screen and (max-width:811px) {
  .top__repair {
    max-width: calc(810px);
  }
}

@media only screen and (max-width:960px) {
  .top__repair {
    max-width: calc(960px);
  }
}

@media only screen and (max-width:835px) {
  .top__repair {
    max-width: calc(834px);
    margin-left: 3%;
  }
}

@media only screen and (max-width:821px) {
  .top__repair {
    max-width: calc(820px);
  }
}

@media only screen and (max-width:811px) {
  .top__repair {
    max-width: calc(810px);
  }
}

@media only screen and (max-width:801px) {
  .top__repair {
    max-width: calc(800px);
  }
}

@media only screen and (max-width:769px) {
  .top__repair {
    max-width: calc(768px);
  }
}

@media only screen and (max-width:745px) {
  .top__repair {
    max-width: calc(744px);
  }
  
}

@media only screen and (max-width:681px) {
  .top__repair {
    max-width: calc(681px);
  }
  .reform_br{
    display: block;
  }

}

@media only screen and (max-width:602px) {
  .top__repair {
    max-width: calc(601px);
  }
  .top__repair__left-sec_font{
    font-size: 0.9rem;
  }
}

@media only screen and (max-width:521px) {
  .top__repair {
    max-width: calc(520px);
  }
  .top__repair > h2 {
    font-size: 1.6rem;
  }
  .top__repair__right-sec {
    width: 90%;
    padding-right: 0%;
    margin-top: 2%;
    margin-left: 5%;
  }

}


@media only screen and (max-width:501px) {
  .top__repair {
    width: 90%;
    max-width: calc(500px); 
  }

}

@media only screen and (max-width:481px) {
  .top__repair {
    width: 100%;
    max-width: calc(480px);
    text-align: center;
    margin-left: 0%;
  }
  .top__repair__contents {
    width: 80%;
  }

  .top__repair__left-sec{
    margin-right: 0%;

    width: 100%;
    text-align: center;
  }
  .top__repair > h2 {
    font-size: 1.6rem;
  }
  .top__repair__left-sec_font{
    font-size:0.8rem;
  }
  .top__repair__bottom-sec2 {
    font-size: 0.8rem;
  }
  .top__repair__right-sec {
    width: 100%;
    padding-right: 0%;
    margin-top: 2%;
    margin-left: 0%;
  }
  .pic_02{
    padding-left: 0%;
  }
 
}

 

@media only screen and (max-width:428px) {
  .top__repair {
    max-width: calc(428px);
  }
  .top__repair__contents {
    width: 90%;
  }

 
}

@media only screen and (max-width:415px) {
  .top__repair {
    max-width: calc(414px);
  }
  .repair_br{
    display: block;
  }
  .top__repair__left-sec{

    display: grid;
    justify-content: center;
    align-content: center;

  }
  .top__repair__left-sec_font{
    text-align: center;
  }

  .top__repair__left-sec p {
    margin-left: 0%;
  }
  

}

@media only screen and (max-width:413px) {
  .top__repair {
    max-width: calc(412px);
  }
  

}

@media only screen and (max-width:394px) {
  .top__repair {
    max-width: calc(393px);
  }
  .top__repair__left-sec {
    width: 95%;
    margin: 10%;
    display: grid;
    justify-content: space-between;
    text-align: center;
  }
  .top__repair__left-sec p {
    width: 90%;
    margin-left: 0;
    line-height: 1.5;
    text-align: left;

  }
}

@media only screen and (max-width:391px) {
  .top__repair {
    max-width: calc(390px);
  }
}

@media only screen and (max-width:376px) {
  .top__repair {
    max-width: calc(375px);
  }
  .top__repair__left-sec {
    width: 95%;
    margin: 8%;
    display: grid;
    justify-content: space-between;
    text-align: center;
  }
}

@media only screen and (max-width:361px) {
  .top__repair {
    max-width: calc(360px);
  }
}