
.text1 {
  text-align: center;
}
.zyusyo {
  width: 90%;
  margin: 0 auto 0 auto;
 }

@media only screen and (min-width:1001px), print{
  .text1 {
    font-size: 50px;
  }
 .img-1 {
  width: 90%;
  margin: 0 auto 0 auto;
 }
 .img-1 img {
  width: 100%;
 }
 .img-2 {
  width: 90%;
  margin: 0 auto 0 auto;
 }
 .img-2 img {
  width: 100%;
 }
 
 .text2 {
  font-size: 100px;
  font-weight: bold;
  
 }
 .under {
  border-bottom: dotted 10px #87CEFA;
}
 .zyusyo {
    font-size: 20px;
  }

}

@media only screen and (max-width: 1000px) {
  .text1 {
    font-size: 20px;
  }
  .text2 {
    font-size: 40px;
    font-weight: bold;
   }
  .img-1 {
    width: 90%;
    margin: 0 auto 0 auto;
   }
   .img-1 img {
    width: 100%;
   }
   .img-2 {
    width: 90%;
    margin: 0 auto 0 auto;
   }
   .img-2 img {
    width: 100%;
   }
   .under {
    border-bottom: dotted 7px #87CEFA;
  }
  .zyusyo {
    font-size: 15px;
  }
}