@charset "UTF-8";
p.update {
  font-size: 1em;
  margin: 0 0 2em;
  text-align: right; }

.js-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em; }
  .js-tab > div {
    width: 50%;
    background: #ccc;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    cursor: pointer; }
    .js-tab > div.active {
      background: #00a99d;
      font-weight: bold; }
    .js-tab > div.new.active {
      background: #0897ff; }
    .js-tab > div.focus.active {
      background: #26a700; }

.js-tab_content {
  display: none;
  padding: 0; }
  .js-tab_content.active {
    display: block; }
  .js-tab_content.new.active .svg-inline--fa {
    color: #0897ff; }
  .js-tab_content.focus.active .svg-inline--fa {
    color: #26a700; }
  .js-tab_content h2 {
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 1.25em; }

ul.ex_list {
  margin-bottom: 5em; }
  ul.ex_list li {
    padding: 0.625em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #ccc; }
    ul.ex_list li:last-child {
      border: none; }
    ul.ex_list li p {
      font-size: 0.875em;
      width: 8em;
      border-radius: 3px;
      padding: 0.25em 0;
      text-align: center;
      background: #ccc;
      color: #fff;
      margin-right: 1em; }
      @media screen and (max-width: 599px) {
        ul.ex_list li p {
          width: 4em; } }
    ul.ex_list li > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    ul.ex_list li a {
      color: #333;
      display: block;
      padding: 0.25em 0;
      margin-right: 1em; }
      ul.ex_list li a:before {
        display: none;
        content: "\f0a9";
        font-family: "Font Awesome 5 Solid"; }
      ul.ex_list li a:hover {
        opacity: 0.3; }
      ul.ex_list li a.linkoff {
        pointer-events: none;
        opacity: 0.5;
        cursor: default; }

h2.category {
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  padding: 0.75em;
  border-radius: 6px; }
  h2.category.pp_new {
    background: #0897ff; }
  h2.category.pp_focus {
    background: #26a700; }

ul.ex_data {
  margin-bottom: 5em;
  padding: 2em 1em; }
  @media screen and (max-width: 599px) {
    ul.ex_data {
      margin-bottom: 5em;
      padding: 2em 5px; } }
  ul.ex_data li {
    margin-bottom: 3em; }
    ul.ex_data li h3 {
      border-radius: 6px;
      margin: 0 0 1em;
      font-size: 1.5em;
      line-height: 1.5;
      padding: 0.25em 0.75em; }
      ul.ex_data li h3 span.booth {
        margin-left: 1em;
        font-size: 80%; }
        ul.ex_data li h3 span.booth:before {
          content: "［"; }
        ul.ex_data li h3 span.booth:after {
          content: "］"; }
      @media screen and (max-width: 599px) {
        ul.ex_data li h3 {
          font-size: 1.25em;
          border-radius: 8px; } }
    ul.ex_data li .data_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 1em; }
      ul.ex_data li .data_box .ex_image {
        width: calc(30% - 3em); }
        ul.ex_data li .data_box .ex_image img {
          -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
          width: 100%;
          padding: 1em;
          background: #fff; }
      ul.ex_data li .data_box .ex_iinfo {
        width: 70%; }
        ul.ex_data li .data_box .ex_iinfo p.info {
          font-size: 1em;
          line-height: 1.75; }
  ul.ex_data.pp_new li h3 {
    background: rgba(8, 151, 255, 0.2); }
  ul.ex_data.pp_focus li h3 {
    background: rgba(38, 167, 0, 0.2); }

@media screen and (max-width: 767px) {
  ul.ex_data li .data_box {
    display: block;
    margin: 0 1em; }
    ul.ex_data li .data_box .ex_image {
      margin: 0 auto 1.5em;
      width: 100%;
      max-width: 300px; }
      ul.ex_data li .data_box .ex_image img {
        width: 100%; }
    ul.ex_data li .data_box .ex_iinfo {
      width: 100%; }
      ul.ex_data li .data_box .ex_iinfo p.url span.mm {
        border-radius: 5px; } }

/*# sourceMappingURL=new_focus_list.css.map */