@charset "UTF-8";
.tbl-outline table {
  border-collapse: collapse;
  border: none;
  display: table !important;
  width: calc(100% - 20px) !important;
}
.tbl-outline table tr {
  border: none;
}
@media screen and (max-width: 900px) {
  .tbl-outline table tr {
    width: 100% !important;
    display: block !important;
  }
}
.tbl-outline table tr th {
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #010101;
  border-left: none;
  width: 25%;
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 900px) {
  .tbl-outline table tr th {
    border-bottom: none;
    width: 100% !important;
    display: block !important;
  }
}
.tbl-outline table tr td {
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #e8e8e8;
  border-left: none;
  padding: 10px;
}
@media screen and (max-width: 900px) {
  .tbl-outline table tr td {
    width: 100% !important;
    display: block !important;
  }
}

.tbl-history table {
  border: none;
}
.tbl-history table tr {
  border: none;
}
.tbl-history table tr td {
  border: none;
  padding-bottom: 20px;
  vertical-align: top;
}
.tbl-history table tr td:first-child {
  width: 26px;
  background: url("../img/navi_mark.svg") no-repeat 10px 10px;
  background-size: 24px 24px;
  position: relative;
}
.tbl-history table tr td:first-child::before {
  content: "";
  display: block;
  background-color: #2ABFB0;
  width: 2px;
  height: 105%;
  left: 21px;
  top: 10px;
  /*bottom: 99%;
  margin-right: 56px;*/
  position: absolute;
}
.tbl-history table tr td:nth-child(2) {
  width: 100px;
}
.tbl-history table tr:last-child td:first-child::before {
  display: none;
}

.tbl_ksg table {
  border-collapse: collapse;
  border: none;
}
.tbl_ksg table tr {
  border: none;
  border-bottom: 2px solid #e8e8e8;
}
.tbl_ksg table tr td {
  padding: 10px 0;
  border: none;
  vertical-align: top;
}
.tbl_ksg table tr td:first-child {
  width: 380px;
  height: 250px;
}
.tbl_ksg table tr td:first-child img {
  -o-object-fit: cover;
     object-fit: cover;
}
.tbl_ksg table tr td:last-child {
  padding: 10px 20px 20px;
}
.tbl_ksg table tr td strong {
  font-size: 1.2em;
}
@media screen and (max-width: 900px) {
  .tbl_ksg table tr td {
    display: block;
  }
  .tbl_ksg table tr td:last-child {
    width: calc(100% - 24px);
  }
}

.img_imgwaku {
  text-align: center;
  border: 1px solid #e8e8e8;
  margin: 20px 0;
}
.img_imgwaku img {
  width: 100%;
  max-width: 800px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.ks_list > div {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 1em;
}
@media screen and (max-width: 900px) {
  .ks_list > div {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.ks_list > div img {
  width: 400px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
  vertical-align: bottom;
}
.ks_list > div h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.f-red {
  color: #F00;
  font-weight: bold;
}

.f-white {
  color: #FFF;
}

/*テーブルスタイル*/
.audio_table table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #FFF;
}

.audio_table table tr {
  border: 2px solid #FFF;
  display: table-row;
}

.audio_table table tr th {
  border: 2px solid #FFF;
  display: table-cell;
  padding: 10px !important;
  background-color: #636363;
  color: #fff;
}

.audio_table table tr td {
  border: 2px solid #FFF;
  display: table-cell;
  padding: 10px !important;
  background-color: #F0F0F0;
}

@media screen and (max-width: 960px) {
  .audio_table table {
    border: 1px solid #FFF !important;
  }
  .audio_table table thead {
    display: none;
  }
  .audio_table table tr {
    width: 100%;
    border: 1px solid #FFF !important;
  }
  .audio_table table th {
    border: 1px solid #FFF;
  }
  .audio_table table td {
    width: calc(100% - 2em) !important;
    display: block !important;
    height: auto !important;
    text-align: left !important;
    border: 1px solid #FFF !important;
  }
  .audio_table table td div {
    margin-left: 50%;
    width: 50%;
    margin-right: 10px;
  }
  .audio_table table td:first-child {
    font-weight: bold;
    background-color: #636363;
    color: #fff;
    text-align: center !important;
  }
  .audio_table table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    width: 60% !important;
  }
}/*# sourceMappingURL=tbl_m.css.map */