@charset "UTF-8";
/* -------------------------------------------------
	出展者一覧
------------------------------------------------- */
#list .sub-visual {
  /*background: url(../img/visual_list_01.jpg) no-repeat 50%  50%;
  height: clamp(120px, 10vw, 180px);*/
}

/* 基本table */
.table-list {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-sizing: border-box;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #cacaca;
}

.table-list th,
.table-list td {
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 0.5rem;
}

.table-list .th-name th {
  background-color: #ecf6d6;
  font-weight: bold;
  text-align: center;
  width: 12em;
  color: #336633;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}

.table-list tr:nth-of-type(2n+1) th {
  background-color: #fcfcfc;
}

.table-list tr:nth-of-type(2n) {
  background-color: #fafafa;
}

.table-list tr:nth-of-type(2n) th {
  background-color: #f9f9f9;
}

.table-list tr th {
  width: 30%;
  text-align: left;
}

.table-list tr td:nth-of-type(1) {
  width: 19%;
  text-align: center;
}

.table-list tr td:nth-of-type(2),
.table-list tr td:nth-of-type(3),
.table-list tr td:nth-of-type(4) {
  width: 17%;
  text-align: center;
}

.table-list .th-kana {
  padding: 0.5rem 1rem;
  background: #434f73 !important;
  color: #fff !important;
  text-align: left;
}

.table-list td:nth-of-type(1) img + img {
  margin-left: 10px;
}

.table-list td img:nth-of-type(4),
.table-list td img:nth-of-type(5) {
  margin-top: 10px;
  margin-left: 10px;
}

.lower-layout-area .pc-main .table-list td p {
  margin-bottom: 0;
}

.lower-layout-area .pc-main .table-list td p + p {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .table-list {
    font-size: 1em;
    display: block;
  }
  .table-list tbody,
  .table-list tr {
    display: block;
  }
  .table-list th,
  .table-list td {
    padding: 2%;
    font-size: 1em;
    box-sizing: border-box;
  }
  .table-list tr th {
    display: block;
    border-top-width: 5px;
    width: 100% !important;
  }
  .table-list .th-name th {
    display: none;
  }
  .table-list tr td:nth-of-type(1) {
    display: block;
    width: 100% !important;
    text-align: left !important;
  }
  .table-list tr:nth-of-type(2n) th,
  .table-list tr:nth-of-type(2n-1) th {
    background-color: #ecf6d6;
  }
  .table-list td:nth-of-type(1) img + img {
    margin-left: 10px;
  }
  .table-list td img:nth-of-type(4),
  .table-list td img:nth-of-type(5) {
    margin-top: 0;
  }
}
/* 上へもどる */
.backtoindex {
  text-align: right;
  margin-top: 1rem;
}

.backtoindex a:before {
  width: 8px;
  height: 8px;
  margin-right: 7px;
  content: "";
  display: inline-block;
  border: solid 2px #333333;
  border-width: 2px 0 0 2px;
  transform: rotate(45deg);
  margin-bottom: 0px;
}

/* 出展者絞り込み */
.search-box label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.search-box input:checked + label {
  color: #0056b3;
  font-weight: bold;
}

.search-box label::before,
.search-box label::after {
  content: "";
  display: block;
  position: absolute;
}

.search-box label::before {
  background-color: #fff;
  border-radius: 10%;
  border: 2px solid #cccccc;
  width: 20px;
  height: 20px;
  /*box-shadow: 1px 1px 1px #00000022 inset;*/
  top: calc(50% - 10px);
  left: 0;
}

.search-box label::after {
  border-bottom: 4px solid #0056b3;
  border-left: 4px solid #0056b3;
  opacity: 0;
  height: 10px;
  width: 20px;
  transform: rotate(-45deg);
  top: calc(50% - 10px);
  left: 2px;
}

.search-box input:checked + label::after {
  opacity: 1;
}

.checkbox-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

/*  */
/* 検索 */
.search-box {
  background-color: rgba(0, 86, 179, 0.0666666667);
  padding: 0.1rem 2rem 2rem;
  margin-bottom: 0.5rem;
  border-radius: 2rem;
}

.company_name,
.company_pref {
  margin-bottom: 1rem;
}

.company_name input[type=text] {
  /* border: 1px solid #aaaaaa; */
  /* height: 2.0em; */
  border-radius: 2em;
  /* padding: .5rem 1rem; */
}

.company_name input[type=submit] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline: none;
}

@media print, screen and (max-width: 750px) {
  .search-box {
    padding: 0.1rem 1rem 2rem;
    border-radius: 1rem;
  }
}
/* カテゴリアイコン */
.category {
  padding: 0 0;
  display: flex;
  flex-wrap: wrap;
}

.category li {
  line-height: 1;
  margin-bottom: 1.3rem;
  font-size: 1rem;
}

.category li img {
  margin-right: 0.3rem;
  /* margin-left: 35px; */
}

@media print, screen and (max-width: 750px) {
  .category {
    padding: 1.5rem 0.5rem 0rem;
  }
  .category li {
    width: 49%;
    font-size: 0.8rem;
  }
}
/* 凡例 */
.guide ul {
  padding-left: 0;
}

.guide li {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.guide li span[class^=icon-] {
  display: inline;
}

/* アイコン */
span[class^=icon-] {
  font-size: 0.8em;
  padding: 0.3rem 0.3rem;
  border-radius: 0.3rem;
  color: #ffffff;
  /*white-space: nowrap;*/
  display: inline-block;
}

span[class^=icon-] + span[class^=icon-] {
  margin-top: 0.3rem;
}

span[class^=icon-] > .boothno {
  background-color: rgba(255, 255, 255, 0.8666666667);
  color: #333333;
  padding: 0.2rem 0.4rem;
  border-radius: 0.3rem;
  margin-left: 0.3rem;
}
span[class^=icon-] > .boothno:empty {
  display: none;
}

.icon-pacifico {
  background-color: #ff7b0a;
}

.icon-bayside {
  background-color: #52ad31;
}

.icon-online {
  background-color: #2cbed6;
}

.sub-nav {
  margin-bottom: 1rem;
  padding-left: 0;
}

.sub-nav li {
  margin-right: 1rem;
}

.sub-nav a {
  margin-right: 1rem;
  margin-bottom: 0.3rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  text-decoration: none;
  display: inline-block;
}

.sub-nav a:hover {
  background-color: #eee;
}

.sub-nav a:last-child {
  margin-right: 0;
}

.text-right {
  text-align: right;
}

/**/
.h-kana {
  margin-top: -5rem;
  padding-top: 5rem;
}

/* 出展企業 */
.company-box {
  margin-bottom: 5rem;
}

.company-box .company-pic {
  margin-bottom: 1em;
}

.company-box .h-company {
  padding-bottom: 0.4em;
  margin: 0em 0 1em;
  font-size: 24px;
  line-height: 1.2;
}

.company-box ul {
  padding-left: 0;
}

.company-box .list-category li,
.company-box .booth-place li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.company-box .booth-data {
  display: flex;
  margin-bottom: 0.5rem;
  justify-content: space-between;
}

.company-box .booth-data dt {
  background-color: #eeeeee;
  width: 20%;
  height: auto;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
}

.company-box .booth-data dd {
  width: 80%;
  padding: 0.3rem 0.5rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

@media print, screen and (max-width: 750px) {
  .company-box .h-company {
    font-size: 5.0666666667vw;
    padding-bottom: 0.3em;
  }
  .company-box .booth-data {
    display: block;
  }
  .company-box .booth-data dt {
    width: 100%;
  }
  .company-box .booth-data dd {
    width: 100%;
  }
}
/* -------------------------------------------------
	トップへ戻る
------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

.pagetop-bottom-right {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}/*# sourceMappingURL=list.css.map */