@charset "UTF-8";
/* ==================================================
出展社単体ページ
================================================== */
.page_title_area.conf_unit {
  margin: 20px 0 50px;
}

.page_title_area.conf_unit .title_txt .unit_category {
  font-size: 1.75em;
  font-weight: bold;
}

.page_title_area.conf_unit .title_txt .category {
  font-size: 1em;
  margin-bottom: 0.5em;
}

.exhibitor_head {
  margin-bottom: 2em;
}

.exhibitor_head .set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00ad3c;
  padding: 10px;
  margin-bottom: 0.5em;
  border-radius: 6px;
}

.exhibitor_head .set .exhibitor_name {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.exhibitor_head .set .booth_number {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.exhibitor_head .exhibitor_name h1 {
  margin: 0;
  line-height: 1.2;
  color: #fff;
}

.exhibitor_head .exhibitor_name h1.name {
  font-size: 1.5em;
}

.exhibitor_head .exhibitor_name h1.en {
  font-size: 1em;
  font-weight: normal;
  margin-top: 0.125em;
}

.exhibitor_head .booth_number {
  text-align: center;
  background: #fff;
  margin-right: 1em;
  line-height: 1;
  white-space: nowrap;
  padding: 10px 0.5em;
  border-radius: 4px;
}

.exhibitor_head .booth_number .booth {
  font-size: 12px;
  margin-bottom: 0.375em;
}

.exhibitor_head .booth_number .num {
  font-size: 1.5em;
}

.exhibitor_head p.genre {
  font-size: 1em;
  margin-top: 0.75em;
}

@media screen and (max-width: 599px) {
  .exhibitor_head .set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .exhibitor_head .exhibitor_name {
    width: 100%;
  }
  .exhibitor_head .booth_number {
    padding: 5px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .exhibitor_head .booth_number .booth {
    margin-bottom: 0;
    margin-right: 0.5em;
  }
}

.exhibitor_nodata {
  font-style: oblique;
}

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

.exhibitor_body > div {
  width: calc((100% - 3em)/2);
}

@media screen and (max-width: 699px) {
  .exhibitor_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .exhibitor_body > div {
    width: 100%;
    margin-bottom: 3em;
  }
}

.exhibitor_body h3 {
  border-top: 2px solid #00ad3c;
  color: #00ad3c;
  font-size: 1.5em;
  line-height: 1.325;
  margin: 0;
  padding-top: 0.325em;
  margin-bottom: 0.5em;
}

.exhibitor_summary p {
  font-size: 1em;
  line-height: 1.7;
}

.exhibitor_summary .exhibitor_image {
  margin: 2em auto;
  text-align: center;
}

.exhibitor_summary .exhibitor_image img {
  max-width: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 2em;
  background: #fff;
}

.exhibitor_info ul {
  margin: 1em 0 3em;
}

.exhibitor_info ul li {
  float: left;
  font-size: 14px;
  display: block;
  color: #aaa;
  margin: 0 6px 6px 0;
  border: 1px solid #ccc;
  padding: 0.25em 0.75em;
  border-radius: 4px;
}

.exhibitor_info ul li.selected {
  border: 1px solid #00ad3c;
  background: rgba(0, 173, 60, 0.1);
  color: #00ad3c;
}

.exhibitor_info dl {
  margin: 1em 0 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0.75em 1em;
}

.exhibitor_info dl dt, .exhibitor_info dl dd {
  margin: 0;
  line-height: 1.325;
}

.exhibitor_info dl dt {
  float: left;
  width: 4em;
  padding: 0.25em 0;
}

.exhibitor_info dl dd {
  padding: 0.25em 0;
  padding-left: 5em;
  border-bottom: 1px dotted #ccc;
}

.exhibitor_info dl dd:after {
  content: "　";
}

.exhibitor_info dl dd:last-child {
  border-bottom: none;
}
