.top__reform {
  width: 1280px;
  margin: auto;
  padding: 10% 0;
  margin-top: 10%;
  max-width: calc(100% - 120px);
  display: block;
}
.top__reform > h2 {
  font-weight: 700;
  font-size: 3rem;
  font-family: serif;
}
.top__reform__contents {

  display: flex;
  justify-content: space-between;
}
.top__reform__left-sec {
  width: 55%;
  display: inline-block;
  justify-content: space-between;

}




.top__reform__left-sec_font{
  font-family: serif; 
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 2;
}

.top__reform__bottom-sec { 
  border: 1px solid #222;
  border-top: transparent; 
  border-bottom: transparent;
  display: flex;
  justify-content: center;
  height: fit-content;

  font-weight: 400;
  font-size: 1rem;
  font-family: serif;
}
.top__reform__bottom-sec {

  text-align: center;
  margin-top: 2rem;
}
.top__reform__right-sec {
  width: 43%;

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

.reform_br{
  display: none;
}
 

@media only screen and (max-width:1025px) {
  .top__reform { 
    width: 100%;
    max-width: calc(1024px);
    text-align: center;
  }
  .top__reform > h2 {
    font-size: 2rem;
    text-align: center;
  }
  .top__reform__contents {

    display: inline-block;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 0%;

  }
  .top__reform__left-sec {
    width: 100%;
    text-align: center;
  }

  .top__reform__left-sec_font{
    width: 100%;
    display: inline-block;
    justify-content: space-between;
    line-height: 1.5;
    text-align: center;
    font-size: 0.9rem;
  
  }

  .top__reform__bottom-sec {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 2rem;
  }

  .top__reform__right-sec {
    padding-top: 5%;
    width: 100%;

    overflow: hidden;
    margin:auto;

  }
  
  .top__reform__right-sec img {
    width: 100%;
    height: 400px;

    object-fit: cover;
  }
}



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


}


@media only screen and (max-width:835px) {
  .top__reform {
    max-width: calc(834px);
    text-align: center;
    margin-left: 3%;
  }
  .top__reform__contents {
    width: 55%;
  }
  .reform_br{
    display: block;
  }
}

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

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

@media only screen and (max-width:769px) {
  .top__reform {
    max-width: calc(768px);
    margin-left: 3.3%;
  }
}

@media only screen and (max-width:745px) {
  .top__reform {
    max-width: calc(744px);
    margin-left: 3.2%;
  }
}

@media only screen and (max-width:681px) {
  .top__reform {
    max-width: calc(681px);
  }
  .reform_br{
    display: block;
  }
}
@media only screen and (max-width:602px) {
  .top__reform {
    max-width: calc(601px);
  }
  .top__reform__contents {
    width: 65%;
  }
  .top__reform__left-sec_font{
    font-size: 0.9rem;
  }
  .top__reform__bottom-sec{
    width: 100%;
  }

}

@media only screen and (max-width:521px) {
  .top__reform {
    max-width: calc(520px);
  }
  .top__reform > h2 {
    font-size: 1.6rem;
  }
}

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

@media only screen and (max-width:481px) {
  .top__reform {
    max-width: calc(480px);
    margin-left: 0;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .top__reform__contents {
    width: 80%;
  }
  .top__reform__left-sec {

  }
  .reform_br{
    display: block;
  }

  .top__reform__left-sec_font{
    font-size: 0.8rem;
    text-align: left;
  }

  .top__reform__bottom-sec {
    width: 100%;
    font-size: 0.8rem;
  }

  .top__reform__right-sec {
    width: 100%;
    margin-bottom:0%;
  }
  
  .top__reform__right-sec img {
    width: 100%;
    height: 400px;
  }
}

@media only screen and (max-width:429px) {
  .top__reform {
    max-width: calc(428px);
  }
}

@media only screen and (max-width:415px) {
  .top__reform {
    max-width: calc(414px);
  }
}

@media only screen and (max-width:394px) {
  .top__reform {
    max-width: calc(393px);

  }
  .top__reform__right-sec {

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

  }
}

@media only screen and (max-width:376px) {
  .top__reform {
    max-width: calc(375px);
  }
}

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