@charset "utf-8";

/* default PC */

#contents .link-btn.center {
  background: linear-gradient(90deg, #009dbf, #21b9d0);
  margin-top: 25px;
  max-width: 340px;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents .table-01 p{
    margin-bottom: 0px;
  }

  #contents .table-01 th {
    padding: 20px 15px 0px;
  }

  #contents .table-01 tr {
    border-bottom: 0px;
  }

}

/* view-559 Mobile */
@media screen and (max-width: 559px) {

  #contents .link-btn.center {
    margin-top: 20px;
  }

  #contents .table-01 td {
      display: block;
    }
}

/*IE*/
@media all and (-ms-high-contrast: none) {}