.seach{
  display: block;
  padding: 10px;
  max-width: 500px;
  width: 80%;
  background-color: #19058b;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 40px auto 0px;
  border-radius: 5px;
}

.present_link{
font-weight: bold;
color: #616161;
text-align: center;
line-height: 1.6;
display: block;
margin: 10px 0 30px;
}
.present_link a{
  color: #008cff;
  border-bottom: 1px solid #008cff;
}
.main{margin-top: 30px;}

.school-box{box-sizing: border-box;}

h2{
  background-color: #575757;
  color: #ffffff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  font-size: 25px;
  margin-top: 50px;
}

.present{
  background-color: #e0e1e6;
  padding: 30px 15px 40px 15px;
  margin-bottom: 60px;
}

.present table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
  margin: 0 auto;
}

.present table th,.present table td{
  border-radius: 5px;
}

.present table th{
  background-color: #38a5ee;
  color: white;
  font-weight: bold;
  width: 30%;
  text-align: center;
  font-size: 20px;
  padding: 10px;
}

.present table td{
  background-color: #ffffff;
  font-size: 16px;
  width: 70%;
  padding: 20px 15px;
}


@media (max-width: 650px){
  .seach{
    display: block;
    padding: 5px;
    font-size: 18px;
    margin: 10px auto 0px;
  }

  .main{margin-top: 15px;}
  
  h2{
    padding: 5px;
    font-size: 22px;
  }
  .present_link{
    font-size: 12px;
    line-height: 1.5;
    }
  .present span{font-size: 13px;}
  .present table{
    border-spacing: 3px;
  }
  .present{
    padding: 20px 0px;
    margin-bottom: 60px;
  }
  
  .present table th{
    width: 30%;
    font-size: 15px;
    line-height: 1.7;
  }
  
  .present table td{
    font-size: 13px;
    padding: 20px 10px;
    line-height: 1.6;
  }

}