@charset "UTF-8";
.list_tab {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 5px 0;
  margin: 1em 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list_tab li {
  line-height: 1.5;
  margin: 0 2px;
  width: calc(10% - 4px);
}

@media screen and (max-width: 599px) {
  .list_tab li {
    width: calc(20% - 4px);
  }
}

.list_tab li a {
  border: 1px solid #00a99d;
  width: 100%;
  text-align: center;
  display: block;
  color: #00a99d;
  background: rgba(0, 169, 157, 0.2);
  padding: 0.25em 0;
  margin: 3px 0;
  border-radius: 4px;
}

.list_tab li a:hover {
  opacity: 0.7;
}

.list_tab li.pav {
  font-size: 13px;
  width: auto;
}

.list_tab li.pav a {
  background: #fff;
  padding: 0.25em 0.325em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_tab li.pav a .ic {
  color: #000;
  background: rgba(0, 169, 157, 0.2);
  padding: 0 3px;
  margin-right: 3px;
  border-radius: 3px;
}

.item_comment {
  margin: 0 0 1em;
}

.item_comment .ctc {
  font-size: 1em;
  font-weight: bold;
}

.item_comment .ctc span {
  font-size: 0.875em;
  font-weight: normal;
}

.item_comment .ctc:before {
  display: none;
  content: "\f00c";
  font-family: "Font Awesome 5 Solid";
}

.item_comment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0.75em;
}

.item_comment ul li {
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.325em 0 0;
  margin-right: 0.875em;
}

.item_comment ul li p.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 75%;
  border-radius: 3px;
  color: #fff;
  padding: 0 0.5em;
  margin-right: 0.25em;
}

.item_comment ul li p.icon.sub {
  color: #fff;
  background: #777;
}

.item_comment ul li p.tx {
  font-size: 87.5%;
}

.to_search a {
  font-size: 1.25em;
  font-weight: bold;
}

.to_search a:before {
  display: none;
  content: "\f00e";
  font-family: "Font Awesome 5 Solid";
}

.list_group {
  margin: 30px 0 60px;
}

.target50 {
  background: rgba(0, 169, 157, 0.2);
  color: #00a99d;
  border-radius: 6px 6px 0 0;
  font-size: 1.25em;
  padding: 0.75em 0;
  text-align: center;
  width: calc(100% - 1em);
  margin: 0 auto;
}

.list_group table {
  width: 100%;
}

.list_group table th, .list_group table td {
  border: 1px solid #ccc;
  padding: 0;
  font-size: 1em;
}

.list_group table th {
  background: #ddd;
  padding: 0.5em;
  white-space: nowrap;
  display: none;
}

.list_group table td {
  padding: 0;
}

.list_group table td.event {
  width: calc(5em + 5px);
  padding: 0em 0.5em;
}

.list_group table td.event .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.list_group table td.event .wrap > div {
  font-size: 13px;
  width: 2.5em;
  text-align: center;
  padding: 2px 0;
  border-radius: 3px;
  color: #fff;
}

.list_group table td.event .wrap > div.et {
  background: #ed7a3e;
  margin-right: auto;
}

.list_group table td.event .wrap > div.iot {
  background: #3e9ced;
  margin-left: auto;
}

.list_group table td.name {
  font-size: 1em;
  padding: 0.5em;
}

.list_group table td.name a {
  display: block;
}

.list_group table td.name.sub a {
  padding-left: 1em;
}

.list_group table td.name.sub a:before {
  content: "− ";
}

.list_group table td.new_focus {
  text-align: center;
}

.list_group table td.new_focus a {
  font-size: 13px;
}

.list_group table td.new_focus a.none {
  display: none;
}

.list_group table td.new_focus a.n:before {
  content: "新規";
}

.list_group table td.new_focus a.f:before {
  content: "注目";
}

.list_group table td.new_focus a.nf:before {
  content: "新規・注目";
}

.list_group table td.npd_t {
  text-align: center;
  padding: 0 0.5em;
}

.list_group table td.npd_t a {
  font-size: 13px;
  line-height: 1;
}

.list_group table td.npd_t a.none2 {
  display: none;
}

.list_group table td.npd_t a.boo:before {
  content: "ブース内情報";
}

.list_group table td.themezone {
  text-align: center;
}

.list_group table td.themezone .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list_group table td.themezone .wrap p {
  width: 2.5em;
  font-size: 13px;
  border-radius: 3px;
  padding: 2px 0.5em;
  color: #fff;
}

.list_group table td.themezone .wrap p.none {
  background: rgba(0, 169, 157, 0.2);
  color: #000;
}

.list_group table td.themezone .wrap p.hd, .list_group table td.themezone .wrap p.soft, .list_group table td.themezone .wrap p.devT {
  background: #777;
}

.list_group table td.booth {
  text-align: center;
}

.list_group table .new_focus, .list_group table .npd_t, .list_group table .themezone, .list_group table .booth {
  width: calc(5em + 2px + 1em);
}

@media screen and (max-width: 1119px) {
  .list_group table th {
    font-size: 0.875em;
    white-space: normal;
  }
  .list_group table th br {
    display: none;
  }
  .list_group table .new_focus, .list_group table .npd_t, .list_group table .themezone {
    width: calc(3em + 2px + 1em);
  }
  .list_group table .booth {
    width: calc(4em + 2px + 1em);
  }
}

@media screen and (max-width: 767px) {
  .list_group table th.event, .list_group table td.event {
    width: 2.5em;
  }
  .list_group table th.event .wrap, .list_group table td.event .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list_group table th.event .wrap > div, .list_group table td.event .wrap > div {
    font-size: 11px;
  }
  .list_group table th.event .wrap > div.et, .list_group table th.event .wrap > div.iot, .list_group table td.event .wrap > div.et, .list_group table td.event .wrap > div.iot {
    margin: 1px auto;
  }
  .list_group table .new_focus, .list_group table .npd_t, .list_group table .themezone, .list_group table .booth {
    width: calc(2.5em + 2px + 1em);
  }
}

@media screen and (max-width: 499px) {
  .list_group table th, .list_group table td {
    font-size: 10px;
  }
  .list_group table th {
    padding: 0;
  }
  .list_group table td.name {
    padding: 0.5em 0.5em;
  }
  .list_group table td.name a {
    font-size: 12px;
  }
  .list_group table td.name.sub a {
    padding-left: 0.5em;
  }
  .list_group table td.event {
    padding: 0 0.325em;
  }
  .list_group table td.event .wrap > div,
  .list_group table td.new_focus a,
  .list_group table td.npd_t a,
  .list_group table td.themezone .wrap p {
    font-size: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .list_group table td.name {
    border-right: 0;
  }
  .list_group table td.new_focus {
    border-right: 0;
    border-left: 0;
  }
  .list_group table td.npd_t {
    border-left: 0;
  }
}
