@charset "utf-8";

/* =============================================
  style
============================================= */
.category-box__title {
  margin: 5rem 0 1em;
}
.table_basic{
  margin: 1em 0 2em;
}
.table_basic th{
  padding: 20px;
  color: #333;
  background-color: #f1f1e9;
}
.table_basic th,
.table_basic td{
  font-size: 1.4rem;
}
.stus-table .btn-link{
  margin-bottom: 10px;
}
.contact-list div{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.contact-list div dt{
  width: 4em;
}

/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (width <= 767px){
  .table_basic th{
    padding: 10px;
  }
  .table_basic th:first-child,
  .table_basic td:first-child{
    width: 5em;
    text-align: center;
  }
  .table_basic td{
    vertical-align: middle;
  }
}

/* PC----------------------------- */
@media screen and (width >= 768px){
  
}