@charset "UTF-8";

@media screen and (max-width: 1127px){
  table.search_area td span {
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 30%;
    margin: 1.5%;
    padding: 1rem 6px;
    border: solid 2px #d5d7dd;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none
  }
  table.search_area td span{
    opacity: 0.5;
  }
}


