@charset "UTF-8";
.lcl-table {
  width: 600px;
  margin: 0 auto 40px;
  border-collapse: collapse;
}
.lcl-table__ttl {
  background: #21348b;
  color: #fff;
  padding: 5px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
.lcl-table__item {
  border: 1px solid #ccc;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  /* ---- SP ---- */
  .lcl-table {
    width: 100%;
  }
  .lcl-table__ttl {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .lcl-table__item {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.4;
  }
}
