@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

p.update {
  font-size: 1em;
  margin: 0 0 2em;
  text-align: right;
}

.namelist_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 5em;
}

@media screen and (max-width: 767px) {
  .namelist_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.namelist_wrap > div {
  width: 48.5%;
  border: 5px solid #eee;
  padding: 15px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .namelist_wrap > div {
    width: 100%;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 599px) {
  .namelist_wrap > div {
    padding: 10px;
  }
}

.namelist_wrap > div .category {
  color: #fff;
  font-size: 1.125em;
  text-align: center;
  padding: 0.625em;
  border-radius: 6px;
}

.namelist_wrap > div ul {
  padding: 1em 0.75em;
}

@media screen and (max-width: 599px) {
  .namelist_wrap > div ul {
    padding: 0.5em 0 0;
  }
}

.namelist_wrap > div li {
  border-bottom: 1px solid #eee;
}

.namelist_wrap > div li:last-child {
  border-bottom: 0;
}

.namelist_wrap > div a {
  display: block;
  padding: 0.625em 0.5em;
  color: #000;
}

@media screen and (max-width: 599px) {
  .namelist_wrap > div a {
    padding: 0.75em 0.5em;
  }
}

.namelist_wrap > div a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.namelist_wrap > div a:hover {
  background: #eee;
}

.namelist_wrap > div a.nolink {
  color: #999;
}

.namelist_wrap > div a.nolink:hover {
  background: #fff;
}

.namelist_wrap .area_new .category {
  background: #0897ff;
}

.namelist_wrap .area_new .svg-inline--fa {
  color: #0897ff;
}

.namelist_wrap .area_focus .category {
  background: #26a700;
}

.namelist_wrap .area_focus .svg-inline--fa {
  color: #26a700;
}

h2.category {
  color: #fff;
  font-size: 1.125em;
  text-align: center;
  padding: 0.625em;
  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: 2em;
  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;
  }
}
