@charset "utf-8";

/*----- テーブル -----*/
.jala-list-table th {
  color: #fff !important;
  background-color: #808080 !important;
  width: 6em;
}
.jala-list-table th.period {
  width: 10em;
}
.jala-list-table th.auto {
  width: auto;
}
.jala-list-table td span {
  font-size: .75em;
  display: contents;
}

/*----- ボタン -----*/
.jala-row-btn{
/*  font-size: 12px !important;*/
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-radius: 3px !important;
}

/*----- [講習会]ラベル -----*/
.training1:before {
    content: "対面型";
    text-align: center;
    font-size: .75em;
    background: #ff6600;
    color: #fff;
    padding: 5px;
    margin-right: 15px;
    border-radius: 3px;
    float: right!important;
}
.training2:before {
    content: "ＷＥＢ";
    text-align: center;
    font-size: .75em;
    background: #3173c4;
    color: #fff;
    padding: 5px;
    margin-right: 15px;
    border-radius: 3px;
    float: right!important;
}

/* ------------------------------ */
/* レスポンシブ対応 */
@media only screen and (max-width:740px) {
  .jala-list-table thead {
    display: none;
  }
  .jala-list-table tr,
  .jala-list-table td {
    display: block;
    width: auto;
  }
  .jala-list-table tr {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 1px 1px rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    padding: 4px 4px 0;
  }
  .jala-list-table td {
    border: none;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  .jala-list-table td:first-child {
    padding-left: 8px !important;
  }
  .jala-list-table td:last-child {
    border-bottom: none;
  }
  .jala-list-table td::before {
    content: attr(label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    white-space: nowrap;
  }
}
