/* .subpage_wrap::before {
  display: none;
}

.subpage_wrap::after {
  display: none;
} */

.exhibitor_wrap {
  margin: 60px 0 0 0;
}

/* ソートのタブ */
.sort_tab {
  max-width: 1400px;
  margin: auto;
  position: relative;
}

.sort_tab>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  max-width: 1200px;
  margin: auto;
}

.sort_tab>ul li {
  text-align: center;
  cursor: pointer;
  color: #2B3990;
  font-size: 14px;
  background: #fff;
  font-weight: bold;
  min-width: 191px;
  padding: 15px 0 15px 0;
  margin-right: 15px;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 11;
}

.sort_tab>ul li.current {
  background: #2B3990;
  color: #fff;
}

.sort_tab>ul li span.icon {
  padding: 15px 0 15px 25px;
}

.sort_tab>ul li.all span.icon {
  background: url(/common/june/img/exhibitor/icon/sort1.png) 0 50%/15px no-repeat;
}

.sort_tab>ul li.refine span.icon {
  background: url(/common/june/img/exhibitor/icon/sort2.png) 0 50%/15px no-repeat;
}

.sort_tab>ul li.favorite span.icon {
  background: url(/common/june/img/exhibitor/icon/sort3.png) 0 50%/15px no-repeat;
}

.sort_tab>ul li.keywords span.icon {
  background: url(/common/june/img/exhibitor/icon/sort4.png) 0 50%/15px no-repeat;
}

.sort_tab>ul li.maps span.icon {
  background: url(/common/june/img/exhibitor/icon/sort5.png) 0 50%/15px no-repeat;
}

.sort_tab>ul li.all.current span.icon {
  background: url(/common/june/img/exhibitor/icon/sort1_current.png) 0 50%/15px no-repeat;
}

.sort_tab>ul li.refine.current span.icon {
  background: url(/common/june/img/exhibitor/icon/sort2_current.png) 0 50%/15px no-repeat;
}

.sort_tab>ul li.favorite.current span.icon {
  background: url(/common/june/img/exhibitor/icon/sort3_current.png) 0 50%/15px no-repeat;
}

.sort_tab>ul li.keywords.current span.icon {
  background: url(/common/june/img/exhibitor/icon/sort4_current.png) 0 50%/15px no-repeat;
}

.sort_tab>ul li.maps.current span.icon {
  background: url(/common/june/img/exhibitor/icon/sort5_current.png) 0 50%/15px no-repeat;
}

.exhibitor_wrap .icon_guide {
  position: absolute;
  right: 0;
  top: 50%;
  /* transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%); */
  width: 100%;
  /* width: auto; */
}


.exhibitor_wrap .icon_guide p.show{
  /* width: 100%; */
}
/* .exhibitor_wrap .icon_guide_content{
  display: none;
} */
.exhibitor_wrap .icon_guide_content.show{
  z-index: 12;
}
.exhibitor_contents {
  background: #2B3990;
  max-width: 1400px;
  margin: auto;
  padding: 60px 0 60px 0;
  position: relative;
  z-index: 11;
}

.exhibitor_contents_head {
  max-width: 1200px;
  margin: auto;
}

/* 絞り込み検索 */
.refine_sort_area {
  display: none;
  margin-bottom: 40px;
}

.refine_sort_area ul.genre {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

/* .refine_sort_area ul.genre li {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #fff;
  width: 396px;
  text-align: center;
  margin-right: 15px;
  border-radius: 5px;
  cursor: pointer;
} */

.refine_sort_area ul.genre li span {
  padding: 15px 30px;
  display: inline-block;
}

.refine_sort_area ul.genre li.current {
  background: #fff;
  color: #2B3990;
  border: 1px solid #2B3990;
}
/* .refine_sort_area ul.genre input {
  display: none;
} */
.refine_sort_area ul.genre label {
  border: 1px solid #fff;
  padding: 5px 20px;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  border: 1px solid #fff;
  width: 100%;
  min-height: 52px;
  margin-bottom: 10px;
  color: #fff;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #fff;
  width: 396px;
  text-align: center;
  margin-right: 15px;
  border-radius: 5px;
  cursor: pointer;
}
.refine_sort_area ul.genre label:hover{
  color: #262262;
  /* z-index: 99; */
  background: #fff;
}

.refine_sort_area ul.genre input[type="checkbox"]:checked+label{
  color: #262262;
  /* z-index: 99; */
  background: #fff;
}

.refine_sort_area ul.genre li.speech input[type="checkbox"]:checked+label span {
  background: url(/common/june/img/icon/speech_current.png) 0 50%/14px no-repeat;
}

.refine_sort_area ul.genre li.speech span {
  background: url(/common/june/img/icon/speech.png) 0 50%/14px no-repeat;
}

.refine_sort_area ul.genre li.exhibition span {
  padding: 15px 40px;
}

.refine_sort_area ul.genre li.exhibition input[type="checkbox"]:checked+label span {
  background: url(/common/june/img/icon/exhibition_current.png) 0 50%/24px no-repeat;
}

.refine_sort_area ul.genre li.exhibition span {
  background: url(/common/june/img/icon/exhibition.png) 0 50%/24px no-repeat;
}

.refine_sort_area ul.genre li.speech label:hover span{
  background: url(/common/june/img/icon/speech_current.png) 0 50%/14px no-repeat;
}
.refine_sort_area ul.genre li.exhibition label:hover span{
  background: url(/common/june/img/icon/exhibition_current.png) 0 50%/24px no-repeat;
}

.refine_sort_area ul.events {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  margin-top: 25px;
}

/* .refine_sort_area ul.events li {
  background: #2B3990;
  width: 231px;
  height: 64px;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #fff;
}

.refine_sort_area ul.events li.current {
  background: #fff;
}

.refine_sort_area ul.events li img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
} */
.refine_sort_area ul.events li img.current {
  display: none;
}

.refine_sort_area ul.events li.interop img {
  width: 161px;
  position: absolute;
}

.refine_sort_area input {
  display: none;
}

.refine_sort_area label {
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  border: 1px solid #fff;
}

.refine_sort_area label:hover {
  background: #fff;
  color: #262262;
}

.refine_sort_area input[type="checkbox"]:checked+label {
  color: #262262;
  /* z-index: 99; */
  background: #fff;
}
.keywords_sort_area > ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; */
  margin-top: 20px;
  position: relative;
}
.keywords_sort_area > ul > li{
  font-size: 14px;
  /* padding: 12px 0; */
  width: 20%;
  margin-right: 0;
  text-align: left;
  /* position: relative; */
  text-align: center;
}
.keywords_sort_area > ul > li:nth-child(5n) .keywords_label{
  margin-right: 0;
}


.keywords_sort_area ul li input {
  display: none;
  /* width: auto; */
}
.keywords_sort_area ul li ul.checkbox_child_wrap{
  display: block;
  background: #fff;
  box-shadow: 0 0 10px #aaa;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1200px;
  z-index: 9;
  text-align: left;
  height: 200px;
  visibility: hidden;
  opacity: 0;
  opacity: 0;
  /* transform: translateY(10px); */
  transition-property: all;
  transition-duration: .4s;
  /*easeInOutCubic*/
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.keywords_sort_area ul li ul.checkbox_child_wrap.open{
  visibility: visible;
  opacity: 1;
}
.keywords_sort_area ul li ul.checkbox_child_wrap li .checkbox_parents{
  display: inline-block;
}
.keywords_sort_area ul li ul.checkbox_child_wrap li .checkbox_parents label{
  padding: 5px 20px;
}
.keywords_sort_area ul li ul.checkbox_child_wrap li .checkbox_parents label span{
  font-size: 16px;
  /* font-weight: bold; */
}

.keywords_sort_area ul li ul.checkbox_child_wrap ul.checkbox_child{
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}
.keywords_sort_area ul li ul.checkbox_child_wrap ul.checkbox_child li{
  width: auto;
  font-size: 14px
}
.keywords_sort_area ul li ul.checkbox_child_wrap li label{
  color: #262262;
  border: 1px solid #262262;
  margin-right: 0;
  padding: 3px 8px;
  border-radius: 5px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  /* min-height: 52px; */
  margin-bottom: 10px;
  margin-right: 10px;
}
.keywords_sort_area ul li ul.checkbox_child_wrap li label span{
  /* position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto; */
}

/* .keywords_sort_area label {
  border: 1px solid #fff;
  padding: 5px 0;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  border: 1px solid #fff;
  min-height: 52px;
  margin-bottom: 10px;
  color: #fff;
} */
.keywords_label {
  border: 1px solid #fff;
  padding: 5px 0;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  border: 1px solid #fff;
  min-height: 52px;
  margin-bottom: 10px;
  color: #fff;
}
.keywords_label.is_checked{
  background: #fff;
  color: #262262;
}
.keywords_label span{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
}
.keywords_label.en span{
  cursor: pointer;
}
.keywords_label.en.check{
  color: #262262;
  /* z-index: 99; */
  background: #fff!important;
}
.keywords_sort_area input[type="checkbox"]:checked{

}
.keywords_sort_area ul li ul.checkbox_child_wrap input[type="checkbox"]:checked+label{
  color: #fff;
  /* z-index: 99; */
  background: #262262;
}
/* .keywords_sort_area label span{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
} */

.checkbox_child_close_btn{
  position: absolute;
  top: -20px;
  right: -20px;
  background: #DA1C5C;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.refine_sort_area ul.events label {
  padding: 0;
  position: relative;
  height: 63px;
  width: 231px;
  background: #262262;
  margin-right: 14px;
  border-radius: 5px;
  border: 1px solid #fff;
  border: none;
}

.refine_sort_area ul.events label img.current {
  display: none;
}

.refine_sort_area ul.events input[type="checkbox"]:checked+label img.not_current {
  display: none;
}

.refine_sort_area ul.events input[type="checkbox"]:checked+label img.current {
  display: block;
}

.refine_sort_area ul.events li.current label {
  background: #fff;
}

.refine_sort_area ul.events img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
}

.refine_sort_area ul.events li.dsj img {
  width: 131px;
}

.refine_sort_area ul.events li.lbj img {
  width: 130px;
}

.refine_sort_area ul.events li.apps img {
  width: 158px;
}

.refine_sort_area ul.events li.cm img {
  width: 163px;
}

/* フリーワード検索 */
.keywords_sort_area {
  display: none;
  margin-bottom: 40px;
}

.keywords_sort_area input {
  width: 100%;
  background: none;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
}

.keywords_sort_area input::placeHolder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.exhibitor_contents_wrap .hidden {
  display: none;
}

.jp_order_list,
.en_order_list{
  background: rgba(28, 117, 187, 0.5);
  color: #fff;
  padding: 10px 0;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
}

.jp_order_list ul,
.en_order_list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.jp_order_list ul li,
.en_order_list ul li {
  font-size: 15px;
  padding: 5px 15px;
  border-right: 1px solid #2B3990;
  position: relative;
}

.jp_order_list ul li a,
.en_order_list ul li a {
  color: #fff;
}

.jp_order_list ul li::after,
.en_order_list ul li::after {
  content: "";
  background: #1C75BC;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

.jp_order_list ul li span,
.en_order_list ul li span {
  font-size: 12px;
}

.jp_order_list .all_clear_btn,
.en_order_list .all_clear_btn{
  margin-left: auto;
  margin-right: 15px;
  padding: 7px 15px 7px 30px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  display: block;
  cursor: pointer;
  position: relative;
}
.jp_order_list .all_clear_btn::before,
.en_order_list .all_clear_btn::before{
  content: "×";
  display: inline-block;
  vertical-align: middle;
  left: 0;
  position: absolute;
  left: 10px;
}

.exhibitor_contents_wrap {
  max-width: 1200px;
  margin: auto;
}

.jp_order,
.en_order {
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
  padding-top: 90px;
  margin-top: -90px;
}

.exhibitor_contents_list_wrap {
  /* background: #fff; */
  /* padding: 0 20px; */
}

.exhibitor_contents_list {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex!important;
  text-align: end;
  -webkit-box-pack: end;
  /*Android4.3*/
  -moz-box-pack: end;
  /*Firefox21*/
  -ms-flex-pack: end;
  /*IE10*/
  -webkit-justify-content: flex-end;
  /*PC-Safari,iOS8.4*/
  justify-content: flex-end;
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
  border-bottom: 1px solid #E6E7E8;
  padding: 15px 20px;
  /* clear: both;
  overflow: hidden; */
}

.exhibitor_contents_list:last-child {
  border-bottom: 0;
}

.exhibitor_contents_list .name {
  margin-right: auto;
  position: relative;
  /* float: left; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
  /* WARNING:一時的  */
  /* pointer-events: none; */
  width: 80%;
}
.exhibitor_contents_list .name a{
  color: #2B3990;
  /* pointer-events: none; */
}
.exhibitor_contents_list .name p {
  cursor: pointer;
}
.exhibitor_contents_list .name span.star {
  /* position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0; */
  line-height: 1;
  cursor: pointer;
  margin-right: 10px;
}
.exhibitor_contents_list.is_favorite .name img.empty{
  display: none;
}
.exhibitor_contents_list .name span.star img.solid{
  display: none;
}
.exhibitor_contents_list.is_favorite .name img.solid{
  display: block!important;
}
/* .exhibitor_contents_list .name span.star img.solid{
  display: none;
}
.exhibitor_contents_list .name span.star.is_favorite img.empty{
  display: none;
}
.exhibitor_contents_list .name span.star.is_favorite img.solid{
  display: block;
} */

.exhibitor_contents_list .name span.star img {
  width: 18px;
  line-height: 1;
}

.exhibitor_contents_list .name p {
  color: #2B3990;
  font-weight: bold;
  font-size: 15px;
  /* padding: 0 0 0 35px; */
}
.exhibitor_contents_list .name.favorite_area p{
  padding-left: 0;
}
.exhibitor_contents_list .name.favorite_area span.star{
  display: none;
}
/* .exhibitor_contents_list .name.favorite_area span.star.is_favorite img.solid{
  display: none;
} */

.exhibitor_contents_list .event_label {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  /* float: right; */
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}

.exhibitor_contents_list .event_label img {
  width: 50px;
  height: 50px;
  line-height: 0;
}

.exhibitor_contents_list .booth {
  background: #2B3990;
  display: block;
  width: 191px;
  height: 50px;
  position: relative;
  /* float: right; */
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}
.booth_clean{
  /* background: #2B3990; */
  display: block;
  width: 191px;
  height: 50px;
  position: relative;
  /* float: right; */
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2
}
.exhibitor_contents_list .booth p {
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.exhibitor_contents_list .booth p span.place {
  display: block;
}

.to_pageTop {
  margin: 20px 0 20px 0;
}

.to_pageTop a {
  position: relative;
  color: #fff;
  padding: 0 24px 0 0;
  font-size: 12px;
  text-align: right;
  display: block;
}

.to_pageTop a::before {
  content: "";
  background: #fff;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 55%;
  right: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  border-radius: 50%;
}

.to_pageTop a::after {
  position: absolute;
  content: "";
  border-top: 2px solid #2B3990;
  border-right: 2px solid #2B3990;
  width: 6px;
  height: 6px;
  top: 65%;
  transform: translate(0, -50%)rotate(-45deg);
  -moz-transform: translate(0, -50%)rotate(-45deg);
  -webkit-transform: translate(0, -50%)rotate(-45deg);
  right: 5px;
  z-index: 2;
}

.exhibitor_detail_body {
  padding-top: 73px;
}

.exhibitor_detail_body_about {
  max-width: 1200px;
  margin: auto;
  padding: 30px 0 60px 0;
}

.exhibitor_detail_body_about .head_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 35px;
}

.exhibitor_detail_body_about .head_info dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-right: 25px;
}

.exhibitor_detail_body_about .head_info dt {
  background: #2B3990;
  color: #fff;
  min-width: 72px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  padding: 3px 0;
}

.exhibitor_detail_body_about .head_info dd {
  background: #fff;
  font-size: 14px;
  padding: 5px;
}

.exhibitor_detail_body_about .head_info dd:nth-of-type(n+2) {
  margin-left: 8px;
}

.exhibitor_detail_body_about .company_outline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  /*Android4.3*/
  -moz-box-align: end;
  /*Firefox21*/
  -ms-flex-align: end;
  /*IE10*/
  -webkit-align-items: flex-end;
  /*PC-Safari,iOS8.4*/
  align-items: flex-end;
}

.exhibitor_detail_body_about .company_outline h3 {
  font-size: 26px;
  width: 100%;
  margin: 0 0 20px 0;
}

.exhibitor_detail_body_about .company_outline h3 span.en_name {
  font-size: 13px;
  margin-left: 10px;
}

.exhibitor_detail_body_about .company_outline .company_info_logo {
  background: #fff;
  width: 321px;
  height: 321px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 0 20px;
  margin-right: 40px;
}

.exhibitor_detail_body_about .company_outline .company_info_logo img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 30px;
  width: 100%;
}

.exhibitor_detail_body_about .company_outline .company_basic_info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.exhibitor_detail_body_about .company_outline .company_basic_info table {
  width: 100%;
  margin-bottom: 20px;
}

.exhibitor_detail_body_about .company_outline .company_basic_info table th,
.exhibitor_detail_body_about .company_outline .company_basic_info table td {
  font-size: 14px;
  font-weight: normal;
  padding: 8px 0 8px 0;
  border-bottom: 1px solid rgba(43, 57, 144, 0.1);
}

.exhibitor_detail_body_about .company_outline .company_basic_info table th {
  width: 120px;
}

.exhibitor_detail_body_about .company_outline .link_area ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.exhibitor_detail_body_about .company_outline .link_area li {
  width: 50px;
  margin-right: 15px;
}

.exhibitor_detail_outline .subnav {
  background: rgba(28, 117, 187, 0.5);
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.15);
}

.exhibitor_detail_outline .subnav.fixed {
  position: fixed;
  width: 100%;
  top: 52px;
}

.exhibitor_detail_outline .subnav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  /*Android4.3*/
  -moz-box-pack: center;
  /*Firefox21*/
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-justify-content: center;
  /*PC-Safari,iOS8.4*/
  justify-content: center;
}

.exhibitor_detail_outline .subnav ul li {
  margin: 0 25px;
  padding: 15px 5px;
  position: relative;
}

.exhibitor_detail_outline .subnav ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
}

.exhibitor_detail_outline .subnav ul li.current::before {
  content: "";
  background: #1C75BC;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.exhibitor_detail_outline_contents {
  padding: 60px 0;
}

/* 展示概要 */
.exhibitor_detail_outline_contents.exhibition {
  background: #fff;
}

.exhibitor_detail_outline_contents_wrap {
  max-width: 1200px;
  margin: auto;
}

.exhibitor_detail_outline_contents_wrap .content_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.exhibitor_detail_outline_contents_wrap .content_wrap .leftside h3 {
  font-size: 28px;
  white-space: nowrap;
  margin-right: 45px;
}

.exhibitor_detail_outline_contents_wrap .content_wrap .rightside {
  margin-top: 5px;
}

.exhibitor_detail_outline_contents_wrap .content_wrap .rightside h4 {
  color: #2B3990;
  font-size: 22px;
  margin-bottom: 15px;
}

.exhibitor_detail_outline_contents_wrap .content_wrap .rightside>p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.exhibitor_detail_outline_contents_wrap .content_wrap .rightside .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  /*Android4.3*/
  -moz-box-align: start;
  /*Firefox21*/
  -ms-flex-align: start;
  /*IE10*/
  -webkit-align-items: flex-start;
  /*PC-Safari,iOS8.4*/
  align-items: flex-start;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  margin-bottom: 40px;
}

.exhibitor_detail_outline_contents_wrap .content_wrap .rightside .content:last-child {
  margin-bottom: 0;
}

.exhibitor_detail_outline_contents_wrap .content_wrap .rightside .content p.title {
  font-size: 22px;
  font-weight: bold;
  color: #2B3990;
  margin-bottom: 23px;
  width: 100%;
}

.exhibitor_detail_outline_contents_wrap .content_wrap .rightside .content p.title span {
  font-family: 'Oswald', sans-serif !important;
  font-size: 26px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border: 2px solid #2B3990;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.exhibitor_detail_outline_contents_wrap .content_wrap .rightside .content p {
  font-size: 14px;
  line-height: 1.7;
}

.exhibitor_detail_outline_contents_wrap .content_wrap .rightside .content .text_area {
  width: 70%;
}

.exhibitor_detail_outline_contents_wrap .content_wrap .rightside .content .img_area {
  width: 25%;
}

/* 講演概要 */
.exhibitor_detail_outline_contents.speech {
  background: #2B3990;
  padding: 80px;
}

.exhibitor_detail_outline_contents.speech .content_wrap .leftside h3 {
  color: #fff;
}

.exhibitor_detail_outline_contents.speech .rightside .exhibition_info {
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
}

.exhibitor_detail_outline_contents.speech .rightside .exhibition_info:last-child {
  margin-bottom: 0;
}

.exhibitor_detail_outline_contents.speech .rightside .exhibition_info>div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.exhibitor_detail_outline_contents.speech .rightside .exhibition_info .booth {
  background: #2B3990;
  color: #fff;
  font-size: 19px;
  font-family: 'Oswald', sans-serif !important;
  min-width: 65px;
  text-align: center;
  position: relative;
}

.exhibitor_detail_outline_contents.speech .rightside .exhibition_info .booth span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  right: 0;
}

.exhibitor_detail_outline_contents.speech .rightside .exhibition_info .text_area {
  margin-left: 20px;
}

.exhibitor_detail_outline_contents.speech .rightside .exhibition_info .head ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.exhibitor_detail_outline_contents.speech .rightside .exhibition_info .head {
  margin-bottom: 10px;
}

.exhibitor_detail_outline_contents.speech .rightside .exhibition_info .head ul li {
  color: #2B3990;
  font-size: 16px;
  padding: 3px 14px;
  border-right: 1px solid #2B3990;
}

.exhibitor_detail_outline_contents.speech .rightside .exhibition_info .head ul li:last-child{
  border-right: 0;
}
.exhibitor_detail_outline_contents.speech .rightside .exhibition_info .head ul li:first-child {
  padding-left: 0;
}

.exhibitor_detail_outline_contents.speech .rightside .exhibition_info .text_area>p {
  font-size: 15px;
  font-weight: bold;
}

.exhibitor_detail_outline_contents.speech .rightside .exhibition_info p.view_detail a {
  color: #2B3990;
  font-family: 'Oswald', sans-serif !important;
  font-size: 15px;
  text-align: right;
  display: block;
  margin-top: 15px;
  position: relative;
  padding: 0 15px 0 0;
  width: 100%;
}

.exhibitor_detail_outline_contents.speech .rightside .exhibition_info p.view_detail a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%)rotate(45deg);
  -moz-transform: translate(0, -50%)rotate(45deg);
  -webkit-transform: translate(0, -50%)rotate(45deg);
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2B3990;
  border-right: 2px solid #2B3990;
}
.is-hide{
  display: none!important;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
/* .ccc{
  display: none!important;
}
.aaa{
  display: block!important;
} */

@media only screen and (max-width:736px) {
  .exhibitor_wrap{
    padding: 0 10px;
    margin: 40px 0 0 0;
  }
  .exhibitor_wrap .icon_guide{
    top: 65px;
  }
  .icon_guide>p {
    color: #fff;
    font-size: 11px;
    /* display: none; */
  }
  .icon_guide_content{
    display: none;
  }
  /* .icon_guide_content.show{
    display: block;
  } */
  .sort_tab>ul li {
    min-width: auto;
    padding: 0;
    margin-right: 10px;
  }
  .sort_tab>ul li.current{
    min-width: 130px;
    width: auto;
    padding: 18px 10px 10px 10px;
  }
  .sort_tab>ul li span.text{
    display: none;
    font-size: 12px;
  }
  .sort_tab>ul li.current span.text{
    display: block;
  }
  .sort_tab>ul li span.icon {
    padding: 25px;
    display: block;
  }
  .sort_tab>ul li.current span.text{
    display: inline-block;
    vertical-align: middle;
  }
  .sort_tab>ul li.current span.icon {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
  }
  /* .sort_tab>ul li.all.current span,
  .sort_tab>ul li.refine.current span,
  .sort_tab>ul li.favorite.current span,
  .sort_tab>ul li.keywords.current span,
  .sort_tab>ul li.maps.current span{

  } */
  .sort_tab>ul li.all span.icon,
  .sort_tab>ul li.refine span.icon,
  .sort_tab>ul li.favorite span.icon,
  .sort_tab>ul li.keywords span.icon,
  .sort_tab>ul li.maps span.icon {
    background-position: center center;
  }
  .refine_sort_area ul.genre{
    -webkit-box-pack: justify;
    /*Android4.3*/
    -moz-box-pack: justify;
    /*Firefox21*/
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-justify-content: space-between;
    /*PC-Safari,iOS8.4*/
    justify-content: space-between;
  }
  .refine_sort_area ul.genre li{
    width: 48%;
    margin: 0;
    text-align: center;
  }
  .refine_sort_area ul.genre label{
    width: 100%;
  }
  .refine_sort_area ul.genre li span{
    padding: 10px 10px 10px 30px;
    font-size: 16px;
  }
  .refine_sort_area ul.genre li.exhibition span{
    padding: 10px 10px 10px 40px;
  }
  .keywords_sort_area ul{
    text-align: start;
    -webkit-box-pack: start;
    /*Android4.3*/
    -moz-box-pack: start;
    /*Firefox21*/
    -ms-flex-pack: start;
    /*IE10*/
    -webkit-justify-content: flex-start;
    /*PC-Safari,iOS8.4*/
    justify-content: flex-start;
  }
  .keywords_sort_area ul li{
    /* max-width: 100px; */
    width: auto;
    margin-right: 2%;
    margin-bottom: 2.2%;
    white-space: nowrap;
    min-height: auto;
    /* padding: 5px 10px; */
  }
  .keywords_sort_area ul li label{
    min-height: auto;
    margin: 0;
    padding: 5px 10px;
  }
  .keywords_sort_area ul li span{
    font-size: 11px;
    position: static;
    top: inherit;
    left: inherit;
    right: inherit;
    display: block;
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .keywords_sort_area input{
    padding: 5px 15px;
  }
  .keywords_sort_area input::placeHolder{
    font-size: 12px;
  }
  .jp_order_list,
  .en_order_list{
    margin: 10px 10px 40px 10px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jp_order_list ul,
  .en_order_list ul{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jp_order_list .all_clear_btn,
  .en_order_list .all_clear_btn{
    display: block;
    font-size: 11px;
    margin-right: 10px;
  }
  .refine_sort_area{
    padding: 0 10px;
    margin-top: 15px;
  }
  .keywords_sort_area{
    padding: 0 10px;
    margin-top: 20px;
  }
  .refine_sort_area ul.events{
    position: relative;
    z-index: 99;
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .refine_sort_area ul.events label{
    width: 100px;
    padding: 0 10px;
    height: 55px;
  }
  .refine_sort_area ul.events li img{
    padding: 0 10px;
  }

  .jp_order_list ul li,
  .en_order_list ul li{
    font-size: 12px;
    width: 10%;
    padding: 10px;
  }
  .jp_order_list ul li:last-child,
  .en_order_list ul li:last-child{
    border-right: none;
  }
  .jp_order_list ul li:nth-last-child(2),
  .en_order_list ul li:nth-last-child(2){
    border-right: none;
  }
  .jp_order_list ul li:last-child::after,
  .en_order_list ul li:last-child::after{
    border-right: none;
    display: none;
  }
  .jp_order_list ul li:nth-last-child(2)::after,
  .en_order_list ul li:nth-last-child(2)::after{
    display: none;
  }

  .jp_order_list ul li:last-child,
  .en_order_list ul li:last-child{
    width: 100%;
  }
  .exhibitor_contents{
    padding: 40px 0 60px 0;
  }
  .exhibitor_contents_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    text-align: start;
    -webkit-box-pack: start;
    /*Android4.3*/
    -moz-box-pack: start;
    /*Firefox21*/
    -ms-flex-pack: start;
    /*IE10*/
    -webkit-justify-content: flex-start;
    /*PC-Safari,iOS8.4*/
    justify-content: flex-start;
  }

  .exhibitor_contents_list .name{
    -webkit-box-ordinal-group:3;
    -ms-flex-order:3;
    -webkit-order:3;
    order:3;
    margin-top: 12px;
  }

  .exhibitor_contents_list .name p {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
  }

  .exhibitor_contents_list .event_label {
    width: 40px;
    height: 40px;
    -webkit-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }

  .exhibitor_contents_list .event_label img {
    width: 40px;
    height: 40px;
  }

  .exhibitor_contents_list .booth {
    height: 40px;
  -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .exhibitor_contents_list .booth p {
    font-size: 11px;
  }
  .jp_order{
    padding: 90px 10px 0 10px;
  }
  .to_pageTop {
    padding: 0 10px;
  }
}
  .fix_back_btn{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    display: none;
  }
  .fix_back_btn a{
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 5px #ccc;
    text-align: center;
    border-radius: 50%;
    color: #000;
  }
  .fix_back_btn a::after{
    content: "＞";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0, -50%)rotate(-90deg);
  	-moz-transform: translate(0, -50%)rotate(-90deg);
  	-webkit-transform: translate(0, -50%)rotate(-90deg);
  }




  /* モーダル */
  .exhibitor_detail_body {
    padding-top: 51px;
  }

  .exhibitor_detail_body_about {
    padding: 30px 15px;
  }

  .exhibitor_detail_body_about .head_info {
    /* -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; */
    /* display: block; */
  }

  .exhibitor_detail_body_about .head_info dl {
    /* display: block;
    width: 32%;
    margin-right: 0; */
    margin-bottom: 10px;
  }

  .exhibitor_detail_body_about .head_info dt {
    font-size: 11px;
    /* min-width: inherit;
    display: block; */
    padding: 3px 5px;
  }

  .exhibitor_detail_body_about .head_info dd {
    font-size: 12px;
  }

  /* .exhibitor_detail_body_about .head_info dd:nth-of-type(n+2) {
    margin-left: 0;
  } */

  .exhibitor_detail_body_about .company_outline {
    -webkit-box-align: start;
    /*Android4.3*/
    -moz-box-align: start;
    /*Firefox21*/
    -ms-flex-align: start;
    /*IE10*/
    -webkit-align-items: flex-start;
    /*PC-Safari,iOS8.4*/
    align-items: flex-start;
  }

  .exhibitor_detail_body_about .company_outline h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .exhibitor_detail_body_about .company_outline h3 span.en_name {
    display: block;
    margin-left: 0;
  }

  .exhibitor_detail_body_about .company_outline .company_info_logo {
    /* width: 100%; */
    /* height: 160px; */
    /* margin: auto; */
    /* margin-right: 0; */
    padding: 0;
    margin-bottom: 20px;
  }

  /* .exhibitor_detail_body_about .company_outline .company_info_logo img {
    padding: 0 20px;
  } */

  /* .exhibitor_detail_body_about .company_outline .company_basic_info{
    width: 30%;
  } */
  .exhibitor_detail_body_about .company_outline .company_basic_info table {
    margin-bottom: 10px;
  }

  .exhibitor_detail_body_about .company_outline .company_basic_info table th,
  .exhibitor_detail_body_about .company_outline .company_basic_info table td {
    /* display: block;
    width: 100%; */
    font-size: 12px;
  }

  .exhibitor_detail_body_about .company_outline .company_basic_info table th {
    width: 100px;
  }

  .exhibitor_detail_body_about .company_outline .link_area li {
    width: 30px;
  }

  .exhibitor_detail_outline .subnav ul li {
    padding: 10px 5px;
  }

  .exhibitor_detail_outline .subnav ul li a {
    font-size: 12px;
  }

  .exhibitor_detail_outline_contents {
    padding: 0;
  }

  .exhibitor_detail_outline_contents_wrap {
    padding: 30px 15px;
  }

  .exhibitor_detail_outline_contents_wrap .content_wrap {
    display: block;
  }

  .exhibitor_detail_outline_contents_wrap .content_wrap .leftside h3 {
    font-size: 20px;
  }

  .exhibitor_detail_outline_contents_wrap .content_wrap .rightside h4 {
    font-size: 16px;
  }

  .exhibitor_detail_outline_contents_wrap .content_wrap .rightside>p {
    font-size: 13px;
  }

  .exhibitor_detail_outline_contents_wrap .content_wrap .rightside .content p.title {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .exhibitor_detail_outline_contents_wrap .content_wrap .rightside .content p.title span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  .exhibitor_detail_outline_contents_wrap .content_wrap .rightside .content {
    display: block;
  }

  .exhibitor_detail_outline_contents_wrap .content_wrap .rightside .content .text_area {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .exhibitor_detail_outline_contents_wrap .content_wrap .rightside .content .img_area {
    width: 60%;
  }

  .exhibitor_detail_outline_contents.speech {
    padding: 0;
  }

  .exhibitor_detail_outline_contents.speech .content_wrap .leftside h3 {
    margin-bottom: 15px;
  }

  .exhibitor_detail_outline_contents.speech .rightside .exhibition_info {
    margin-bottom: 20px;
  }

@media only screen and (max-width:736px){
  .exhibitor_detail_outline_contents.speech .rightside .exhibition_info>div {
    display: block;
    width: 100%;
  }

  .exhibitor_detail_outline_contents.speech .rightside .exhibition_info {
    padding: 10px;
  }

  .exhibitor_detail_outline_contents.speech .rightside .exhibition_info .booth {
    padding: 5px 0;
    margin-bottom: 15px;
  }

  .exhibitor_detail_outline_contents.speech .rightside .exhibition_info .text_area {
    margin-left: 0;
  }

  .exhibitor_detail_outline_contents.speech .rightside .exhibition_info .booth span {
    position: relative;
  }

  .exhibitor_detail_outline_contents.speech .rightside .exhibition_info .head ul {
    text-align: center;
    -webkit-box-pack: center;
    /*Android4.3*/
    -moz-box-pack: center;
    /*Firefox21*/
    -ms-flex-pack: center;
    /*IE10*/
    -webkit-justify-content: center;
    /*PC-Safari,iOS8.4*/
    justify-content: center;
  }

  .exhibitor_detail_outline_contents.speech .rightside .exhibition_info .head ul li {
    font-size: 13px;
    padding: 10px;
  }

  .exhibitor_detail_outline_contents.speech .rightside .exhibition_info .head ul li:last-child {
    border: none;
  }

  .exhibitor_detail_body_about .head_info{
    -webkit-flex-wrap: wrap;
  	-moz-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
}
