@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
#area_info {
  margin-top: 70px;
  padding: 56px 0 55px;
  background-color: #005B90;
}

#area_info .area_info_ttl {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.42045em;
  line-height: 1.55;
}

#area_info .area_info_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  width: 739px;
  margin: 0 auto;
}

#area_info .area_info_flex li {
  width: 219px;
}

#area_info .area_info_flex li img {
  margin: 0 auto 17px;
}

#area_info .area_info_flex .area_info_txt_title {
  font-weight: 700;
  font-size: 1.1428571429em;
  margin-bottom: 9px;
}

#area_info .area_info_flex .area_info_txt {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .jeca2023 #content_compass h1 {
    font-size: 1.78571em;
    font-weight: 700;
    line-height: 1.36;
    margin-top: 28px;
    padding: 14px;
  }
  #area_info {
    margin-top: 16px;
    padding: 40px 0 45px;
    margin-bottom: 10px;
  }
  #area_info .area_info_ttl {
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 1.28em;
    font-weight: 700;
  }
  #area_info .area_info_flex {
    display: block;
    width: 90%;
  }
  #area_info .area_info_flex li {
    width: 100%;
  }
  #area_info .area_info_flex li img {
    width: 101px;
    margin: 25px auto 11px;
  }
  #area_info .area_info_flex .area_info_txt_title {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 4px;
  }
  #area_info .area_info_flex .area_info_txt {
    text-align: center;
    font-size: 0.8571em;
    line-height: 19px;
  }
}
#facompass_info {
  margin: 30px 0;
  padding: 2.57em 60px 2.5em;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fad4d4;
}

#facompass_info .facompass_info_txt {
  font-weight: bold;
  font-size: 128.57%;
  color: #cc0001;
  margin-top: 0;
}

#facompass_info .extbutton {
  background-color: #595959;
  color: #fff;
  display: inline-block;
  font-size: 114.28%;
  font-weight: bold;
  margin: 20px auto 0;
  max-width: 476px;
  padding: 16px 10px 19px;
  width: 100%;
}

#facompass_info .extbutton span {
  padding: 0 0 0 20px;
  position: relative;
}

#facompass_info .extbutton span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 640px) {
  #facompass_info {
    padding: 1.27em 20px 1.2em;
    text-align: center;
  }
  #facompass_info .extbutton:hover {
    opacity: 1;
  }
  #facompass_info .facompass_info_txt {
    text-align: left;
    font-size: 100%;
  }
}
.contents_wrap {
  width: auto;
}
.contents_wrap.wrap_blue {
  background-color: #005B90;
}
.contents_wrap.wrap_gray {
  background-color: #F2F2F2;
}
.contents_wrap.wrap_wave {
  background: url(/fa/compass/exhibition/2023/jeca2023/img/bg_wave_left_pc.png) left top no-repeat, url(/fa/compass/exhibition/2023/jeca2023/img/bg_wave_right_pc.png) right bottom no-repeat;
}
.contents_wrap .contents_inner {
  width: 980px;
  margin: 0 auto;
}

.wrap_blue #area_info {
  margin-top: 0;
}

.pagetop {
  width: 980px;
  margin: 0 auto;
}

a,
a:visited {
  color: #005B90;
}

.anchor-id {
  position: relative;
  top: -90px;
}

@media screen and (max-width: 640px) {
  .anchor-id {
    top: -70px;
  }
}
@font-face {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  src: url(/fa/shared/gws0001/font/MaterialIconsSharp-Regular.woff2) format("woff2");
}
@font-face {
  font-family: MelFaIcons;
  font-weight: 400;
  font-style: normal;
  src: url(/fa/shared/gws0001/font/MelFaIcons.woff2) format("woff2");
}
.jeca2023 {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  color: #222;
}

.jeca2023 *,
.jeca2023 :after,
.jeca2023 :before {
  box-sizing: border-box;
}

.jeca2023 p {
  margin-top: 0;
}

.jeca2023 img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.jeca2023 + .contents_wrap {
  width: auto;
}

.jeca2023 [data-animate=slideup] {
  opacity: 0;
  transform: translateY(5vh);
  transition: opacity 1s, transform 1s;
}

.jeca2023 [data-animate=slideup].is-show {
  opacity: 1;
  transform: none;
}

.jeca2023 .popup:hover {
  transition: opacity ease-out 0.3s;
  text-decoration: none;
}
.jeca2023 .popup:hover:hover {
  opacity: 0.8;
}

.jeca2023 .sp {
  display: none;
}
.jeca2023 #content_compass {
  margin-bottom: 30px;
}
.jeca2023 > .contents_wrap:first-of-type {
  padding-top: 0;
}
.jeca2023 .contents_wrap {
  padding: 40px 0 0;
}
.jeca2023 .contents_wrap h2.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
.jeca2023 .contents_wrap h2.heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #CACACA;
}
.jeca2023 .contents_wrap h2.heading span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  padding: 0 13px 6px;
}
.jeca2023 .contents_wrap h2.heading span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #005B90;
  height: 3px;
}
.jeca2023 .contents_wrap.wrap_gray h2.heading span {
  background-color: #F2F2F2;
}
.jeca2023 .contents_wrap.product_area {
  padding-bottom: 60px;
}
.jeca2023 .contents_wrap.product_area h2.heading span::before {
  width: 120px;
}
.jeca2023 .contents_wrap.booth_area {
  padding-bottom: 60px;
}
.jeca2023 .contents_wrap.booth_area h2.heading span::before {
  width: 206px;
}
.jeca2023 .contents_wrap.news_area {
  padding-bottom: 60px;
}
.jeca2023 .contents_wrap.news_area h2.heading span::before {
  width: 120px;
}
.jeca2023 .contents_wrap.map_area {
  padding-bottom: 70px;
}
.jeca2023 .contents_wrap.map_area h2.heading span::before {
  width: 264px;
}
.jeca2023 .head_image_area {
  padding: 0;
}
.jeca2023 .head_image_area .head_image .contents_inner {
  position: relative;
  height: 290px;
}
.jeca2023 .head_image_area .head_image .contents_inner .head_image_title_top {
  position: absolute;
  left: 0;
  top: 60px;
}
.jeca2023 .head_image_area .head_image .contents_inner .head_image_slider_pc {
  position: absolute;
  top: 31px;
  right: 12px;
  width: 520px;
  height: 243px;
}
.jeca2023 .head_image_area .head_image .contents_inner .head_image_slider_sp {
  display: none;
}
.jeca2023 .head_image_area .head_image .contents_inner > a {
  transition: opacity ease-out 0.3s;
}
.jeca2023 .head_image_area .head_image .contents_inner > a:hover {
  opacity: 0.8;
}
.jeca2023 .head_image_area .head_image_text {
  background-color: #b3dcea;
}
.jeca2023 .head_image_area .head_image_text .contents_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
}
.jeca2023 .head_image_area .head_image_text .contents_inner .event_login a {
  transition: opacity ease-out 0.3s;
}
.jeca2023 .head_image_area .head_image_text .contents_inner .event_login a:hover {
  opacity: 0.8;
}
.jeca2023 .intro_text {
  padding: 0 0 40px;
  font-size: 16px;
  line-height: 27px;
}
.jeca2023 .anchor_wrap {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}
.jeca2023 .anchor_wrap ul.anchor_list {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
}
.jeca2023 .anchor_wrap ul.anchor_list li {
  width: 25%;
}
.jeca2023 .anchor_wrap ul.anchor_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #222;
  padding: 17px 0 16px;
  text-decoration: none;
}
.jeca2023 .anchor_wrap ul.anchor_list li a:hover {
  background-color: #005B90;
  color: #fff;
}
.jeca2023 .anchor_wrap ul.anchor_list li a:hover span::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.jeca2023 .anchor_wrap ul.anchor_list li a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
}
.jeca2023 .anchor_wrap ul.anchor_list li a span::before {
  content: "";
  display: block;
  transition: all ease 0.3s;
  position: absolute;
  left: 3px;
  top: 7px;
  border-bottom: 2px solid #005B90;
  border-right: 2px solid #005B90;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.jeca2023 .anchor_wrap ul.anchor_list li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 40px;
  background-color: #D0D0D0;
}
.jeca2023 .anchor_wrap ul.anchor_list li:last-of-type a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 1px;
  height: 40px;
  background-color: #D0D0D0;
}
.jeca2023 .product_area .tab_parent {
  display: flex;
  justify-content: space-between;
}
.jeca2023 .product_area .tab_parent li {
  width: 324px;
}
.jeca2023 .product_area .tab_parent li a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  height: 60px;
  font-size: 18px;
  line-height: 18px;
  background-color: #E3E3E3;
  border-bottom: 3px solid #F2F2F2;
  padding-bottom: 0.2em;
  cursor: pointer;
  text-decoration: none;
  color: #222;
}
.jeca2023 .product_area .tab_parent li a:hover {
  background-color: #005B90;
  color: #fff;
  user-select: none;
}
.jeca2023 .product_area .tab_parent li.active a {
  width: 325px;
  font-weight: 700;
  color: #005B90;
  background-color: #fff;
  border-bottom: 3px solid #fff;
}
.jeca2023 .product_area .tab_parent li.active a :hover {
  background-color: #fff;
  color: #005B90;
  user-select: none;
}
.jeca2023 .product_area .tab_parent_contents {
  padding: 40px 30px 0;
  background-color: #fff;
  display: none;
}
.jeca2023 .product_area .tab_parent_contents.active-contents {
  display: block;
}
.jeca2023 .product_area .tab_child {
  display: flex;
  justify-content: space-between;
  border: 1px solid #D0D0D0;
  margin: 0 auto 16px;
  padding: 4px;
}
.jeca2023 .product_area .tab_child > li {
  width: 452px;
  cursor: pointer;
}
.jeca2023 .product_area .tab_child > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  height: 42px;
  border-radius: 3px;
  font-size: 18px;
  background-color: #fff;
  padding-bottom: 0.2em;
  color: #222;
  text-decoration: none;
}
.jeca2023 .product_area .tab_child > li.active a,
.jeca2023 .product_area .tab_child > li > a:hover {
  color: #fff;
  user-select: none;
}
.jeca2023 .product_area .tab_child > li.tab_child_category_01:hover a, .jeca2023 .product_area .tab_child > li.tab_child_category_01.active a {
  background-color: #729330;
}
.jeca2023 .product_area .tab_child > li.tab_child_category_02:hover a, .jeca2023 .product_area .tab_child > li.tab_child_category_02.active a {
  background-color: #C35581;
}
.jeca2023 .product_area .tab_child > li.tab_child_category_03:hover a, .jeca2023 .product_area .tab_child > li.tab_child_category_03.active a {
  background-color: #00A0C8;
}
.jeca2023 .product_area .tab_child > li.tab_child_category_04:hover a, .jeca2023 .product_area .tab_child > li.tab_child_category_04.active a {
  background-color: #DC6F06;
}
.jeca2023 .product_area .tab_child_contents_01,
.jeca2023 .product_area .tab_child_contents_02 {
  display: none;
}
.jeca2023 .product_area .tab_child_contents_01.active-contents,
.jeca2023 .product_area .tab_child_contents_02.active-contents {
  display: block;
}
.jeca2023 .product_area .product_list {
  display: flex;
  flex-wrap: wrap;
}
.jeca2023 .product_area .product_list .product_box {
  position: relative;
  width: 210px;
  min-height: 500px;
  margin: 0 0 40px 27px;
  padding: 0 0 45px;
}
.jeca2023 .product_area .product_list .product_box:nth-child(4n+1) {
  margin-left: 0;
}
.jeca2023 .product_area .product_list .product_box:nth-child(4n+2) {
  margin-left: 26px;
}
.jeca2023 .product_area .product_list .product_box .image {
  margin-bottom: 20px;
}
.jeca2023 .product_area .product_list .product_box .image_caption {
  margin-bottom: 8px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.jeca2023 .product_area .product_list .product_box .border_caption {
  margin-bottom: 12px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  padding: 10px 15px;
}
.jeca2023 .product_area .product_list .product_box .product_title {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.jeca2023 .product_area .product_list .product_box .product_title > strong {
  display: inline-block;
  height: 22px;
  border-radius: 11px;
  color: #fff;
  line-height: 1;
  padding: 4px 12px;
  font-size: 13px;
  margin-bottom: 4px;
}
.jeca2023 .product_area .product_list .product_box .product_discription {
  font-size: 14px;
  line-height: 20px;
}
.jeca2023 .product_area .product_list .product_box .product_link {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.jeca2023 .product_area .product_list .product_box .product_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: opacity ease-out 0.3s;
}
.jeca2023 .product_area .product_list .product_box .product_link a:hover {
  opacity: 0.8;
}
.jeca2023 .product_area .product_list .product_box .product_link a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.2em;
}
.jeca2023 .product_area .product_list .product_box .product_link a > span::before {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  background: url(/fa/compass/exhibition/2023/jeca2023/img/icon_arrow_white.png) 0 0 no-repeat;
  background-size: cover;
  margin: 0.2em 5px 0 0;
}
.jeca2023 .product_area .product_list .product_box .product_link a.u-icons--after > span::after {
  font-family: MelFaIcons, "Material Icons";
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  width: 1em;
  margin-left: 0.2em;
  content: "\e89e";
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 640px) {
  .jeca2023 .product_area .product_list .product_box .product_link a.u-icons--after > span::after {
    margin-top: 0.1em;
  }
}
.jeca2023 .product_area .product_list .product_box .product_link a:nth-child(n+2) {
  margin-top: 10px;
}
.jeca2023 .product_area .product_list .product_box .attention_text {
  font-size: 12px;
  line-height: 1.4285;
  margin-top: 0.5em;
}
.jeca2023 .product_area .product_list .product_box .competition {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -13px;
  right: -10px;
  width: 60px;
  height: 40px;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  text-align: center;
  background-color: #FF1100;
  z-index: 2;
}
.jeca2023 .product_area .product_list .product_box .competition::before, .jeca2023 .product_area .product_list .product_box .competition::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  width: 0;
  height: 0;
  border-style: solid;
}
.jeca2023 .product_area .product_list .product_box .competition::before {
  left: 0;
  border-width: 6px 30px 0 0;
  border-color: #ff0000 transparent transparent transparent;
}
.jeca2023 .product_area .product_list .product_box .competition::after {
  right: 0;
  border-width: 0 30px 6px 0;
  border-color: transparent #ff0000 transparent transparent;
}
.jeca2023 .product_area .product_list .product_box .award_badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  right: -10px;
  width: 47px;
  height: 64px;
  background: url(/fa/compass/exhibition/2023/jeca2023/img/img_award-badge.png) 0 0 no-repeat transparent;
  background-size: cover;
  z-index: 2;
}
.jeca2023 .product_area .product_list .product_box .award_badge.badge_large {
  width: 94px;
  height: 128px;
}
@media screen and (max-width: 640px) {
  .jeca2023 .product_area .product_list .product_box .award_badge {
    width: 63px;
    height: 85px;
    top: -20px;
    right: 0;
  }
  .jeca2023 .product_area .product_list .product_box .award_badge.badge_large {
    width: 63px;
    height: 85px;
  }
}
.jeca2023 .product_area .product_list .product_box::before, .jeca2023 .product_area .product_list .product_box::after {
  content: "";
  display: block;
}
.jeca2023 .product_area .product_list .product_box::before {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 210px;
  height: 3px;
  z-index: 1;
}
.jeca2023 .product_area .product_list .product_box::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 3px;
  width: 45px;
  height: 20px;
  padding-bottom: 0.2em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 0 0 3px 0;
}
.jeca2023 .product_area .product_list .product_box.keisoku::before, .jeca2023 .product_area .product_list .product_box.keisoku::after {
  background-color: #729330;
}
.jeca2023 .product_area .product_list .product_box.keisoku::after {
  content: "計測";
}
.jeca2023 .product_area .product_list .product_box.keisoku .product_title {
  color: #729330;
}
.jeca2023 .product_area .product_list .product_box.keisoku .product_title > strong {
  background-color: #729330;
}
.jeca2023 .product_area .product_list .product_box.keisoku .product_link a {
  background-color: #7E9382;
}
.jeca2023 .product_area .product_list .product_box.keisoku .border_caption {
  border-color: #729330;
}
.jeca2023 .product_area .product_list .product_box.taisaku::before, .jeca2023 .product_area .product_list .product_box.taisaku::after {
  background-color: #C35581;
}
.jeca2023 .product_area .product_list .product_box.taisaku::after {
  content: "対策";
}
.jeca2023 .product_area .product_list .product_box.taisaku .product_title {
  color: #C35581;
}
.jeca2023 .product_area .product_list .product_box.taisaku .product_title > strong {
  background-color: #C35581;
}
.jeca2023 .product_area .product_list .product_box.taisaku .product_link a {
  background-color: #bb7285;
}
.jeca2023 .product_area .product_list .product_box.taisaku .border_caption {
  border-color: #C35581;
}
.jeca2023 .product_area .product_list .product_box.sekou::before, .jeca2023 .product_area .product_list .product_box.sekou::after {
  background-color: #00A0C8;
}
.jeca2023 .product_area .product_list .product_box.sekou::after {
  content: "施工";
}
.jeca2023 .product_area .product_list .product_box.sekou .product_title {
  color: #00A0C8;
}
.jeca2023 .product_area .product_list .product_box.sekou .product_title > strong {
  background-color: #00A0C8;
}
.jeca2023 .product_area .product_list .product_box.sekou .product_link a {
  background-color: #6085AD;
}
.jeca2023 .product_area .product_list .product_box.sekou .border_caption {
  border-color: #00A0C8;
}
.jeca2023 .product_area .product_list .product_box.hozen::before, .jeca2023 .product_area .product_list .product_box.hozen::after {
  background-color: #DC6F06;
}
.jeca2023 .product_area .product_list .product_box.hozen::after {
  content: "保全";
}
.jeca2023 .product_area .product_list .product_box.hozen .product_title {
  color: #DC6F06;
}
.jeca2023 .product_area .product_list .product_box.hozen .product_title > strong {
  background-color: #DC6F06;
}
.jeca2023 .product_area .product_list .product_box.hozen .product_link a {
  background-color: #AF6B3D;
}
.jeca2023 .product_area .product_list .product_box.hozen .border_caption {
  border-color: #DC6F06;
}
.jeca2023 .product_area .product_list .product_box.btn_double {
  padding-bottom: 95px;
}
.jeca2023 .booth_area .booth_map_wrap {
  display: flex;
  justify-content: space-between;
  background-color: #F2F2F2;
  border: 1px solid #D9D9D9;
  padding: 15px 30px;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map {
  position: relative;
  width: 624px;
  height: 416px;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map img {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map .booth_map-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map .booth_map-hover.is-show {
  opacity: 1;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap {
  width: 280px;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box {
  background-color: #fff;
  padding: 17px 31px 20px;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box:first-of-type {
  margin: 0 0 20px;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box h3 {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  font-weight: 700;
  margin: 0 auto 20px;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list {
  display: flex;
  justify-content: space-between;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  position: relative;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li a::after {
  content: "";
  display: block;
  transition: all ease 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li a:hover::after {
  opacity: 0.5;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.2em;
  margin-left: 0.5em;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li a > span::after {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  background: url(/fa/compass/exhibition/2023/jeca2023/img/icon_arrow_white.png) 0 0 no-repeat;
  background-size: cover;
  margin: 0 0 0 6px;
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li.btn01 a {
  background-color: #729330;
  box-shadow: 0 0 0 4px rgba(114, 147, 48, 0.2);
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li.btn01 a:hover {
  box-shadow: 0 0 4px 4px rgba(114, 147, 48, 0.2);
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li.btn02 a {
  background-color: #C35581;
  box-shadow: 0 0 0 4px rgba(195, 85, 129, 0.2);
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li.btn02 a:hover {
  box-shadow: 0 0 4px 4px rgba(195, 85, 129, 0.2);
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li.btn03 a {
  background-color: #00A0C8;
  box-shadow: 0 0 0 4px rgba(0, 160, 200, 0.2);
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li.btn03 a:hover {
  box-shadow: 0 0 4px 4px rgba(0, 160, 200, 0.2);
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li.btn04 a {
  background-color: #DC6F06;
  box-shadow: 0 0 0 4px rgba(200, 111, 6, 0.2);
}
.jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li.btn04 a:hover {
  box-shadow: 0 0 4px 4px rgba(200, 111, 6, 0.2);
}
.jeca2023 .news_area .news_box_basic {
  position: relative;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin: 0 auto 30px;
}
.jeca2023 .news_area .news_box_basic .news_title {
  display: flex;
  justify-content: flex-start;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  padding: 15px 31px 14px;
  background-color: #005B90;
}
.jeca2023 .news_area .news_box_basic .news_title .category {
  display: flex;
  justify-content: center;
  height: 36px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  color: #005B90;
  background-color: #fff;
  width: 146px;
  margin-right: 11px;
}
.jeca2023 .news_area .news_box_basic .news_detail {
  display: flex;
  justify-content: space-between;
}
.jeca2023 .news_area .news_box_basic .news_detail .news_text .overview li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.jeca2023 .news_area .news_box_basic .news_detail .news_text .overview li:last-child {
  margin-bottom: 15px;
}
.jeca2023 .news_area .news_box_basic .news_detail .news_text .overview li .overview_label {
  display: flex;
  justify-content: center;
  width: 65px;
  height: 24px;
  background-color: #005B90;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin: 0 6px 0 0;
}
.jeca2023 .news_area .news_box_basic .news_detail .news_text .overview li .overview_info {
  font-size: 18px;
  line-height: 22px;
  color: #005B90;
  font-weight: 700;
}
.jeca2023 .news_area .news_box_basic .news_detail .news_text .overview li .overview_info > span {
  font-size: 14px;
}
.jeca2023 .news_area .news_box_basic .news_detail .news_text .description {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}
.jeca2023 .news_area .news_box_basic .news_detail .news_text .description a {
  font-weight: 700;
}
.jeca2023 .news_area .news_box_basic .news_detail .news_text .btn_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 40px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: opacity ease-out 0.3s;
  background-color: #005B90;
}
.jeca2023 .news_area .news_box_basic .news_detail .news_text .btn_link a:hover {
  opacity: 0.8;
}
.jeca2023 .news_area .news_box_basic .news_detail .news_text .btn_link a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.2em;
}
.jeca2023 .news_area .news_box_basic .news_detail .news_text .btn_link a > span::before {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background: url(/fa/compass/exhibition/2023/jeca2023/img/icon_arrow_white.png) 0 0 no-repeat;
  background-size: cover;
  margin: 0.1em 3px 0 0;
}
.jeca2023 .news_area .news_box_basic .news_detail .news_text .btn_link a.u-icons--after > span::after {
  font-family: MelFaIcons, "Material Icons";
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  width: 1em;
  margin-left: 0.2em;
  content: "\e89e";
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 640px) {
  .jeca2023 .news_area .news_box_basic .news_detail .news_text .btn_link a.u-icons--after > span::after {
    margin-top: 0.1em;
  }
}
.jeca2023 .news_area .news_box_basic .news_detail .news_photo {
  width: 240px;
}
.jeca2023 .news_area .news_box_basic .competition {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -11px;
  right: 10px;
  width: 70px;
  height: 43px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  text-align: center;
  background-color: #FF1100;
}
.jeca2023 .news_area .news_box_basic .competition::before, .jeca2023 .news_area .news_box_basic .competition::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.jeca2023 .news_area .news_box_basic .competition::before {
  left: 0;
  border-width: 7px 35px 0 0;
  border-color: #ff0000 transparent transparent transparent;
}
.jeca2023 .news_area .news_box_basic .competition::after {
  right: 0;
  border-width: 0 35px 7px 0;
  border-color: transparent #ff0000 transparent transparent;
}
.jeca2023 .news_area .news_box_basic .award_badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  right: 15px;
  width: 47px;
  height: 64px;
  background: url(/fa/compass/exhibition/2023/jeca2023/img/img_award-badge.png) 0 0 no-repeat transparent;
  background-size: cover;
  z-index: 2;
}
.jeca2023 .news_area .news_box_basic .award_badge.badge_large {
  width: 94px;
  height: 128px;
}
@media screen and (max-width: 640px) {
  .jeca2023 .news_area .news_box_basic .award_badge {
    width: 63px;
    height: 85px;
    top: -20px;
    right: 0;
  }
  .jeca2023 .news_area .news_box_basic .award_badge.badge_large {
    width: 63px;
    height: 85px;
  }
}
.jeca2023 .news_area .news_box_basic.box_01 .news_detail {
  padding: 28px 18px 30px 30px;
}
.jeca2023 .news_area .news_box_basic.box_01 .news_detail .news_photo {
  margin: 18px 0 0;
}
.jeca2023 .news_area .news_box_basic.box_02 .news_detail {
  padding: 15px 18px 20px 30px;
}
.jeca2023 .news_area .news_box_basic.box_02 .news_detail .news_text {
  width: calc(100% - 310px);
  padding-top: 15px;
}
.jeca2023 .news_area .news_box_basic.box_02 .news_detail .news_text strong {
  font-weight: 700;
}
.jeca2023 .news_area .news_box_basic.box_02 .news_detail .btn_link.pc {
  display: flex;
  justify-content: flex-start;
}
.jeca2023 .news_area .news_box_basic.box_02 .news_detail .btn_link a {
  width: 290px;
  padding: 0;
}
.jeca2023 .news_area .news_box_basic.box_02 .news_detail .btn_link a:first-of-type {
  margin-right: 10px;
}
.jeca2023 .news_area .news_box_banner {
  display: flex;
  justify-content: space-between;
  background-color: #005B90;
  margin: 0 auto 30px;
}
.jeca2023 .news_area .news_box_banner .news_text {
  padding: 20px 47px 24px;
}
.jeca2023 .news_area .news_box_banner .news_text .news_title {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin: 0 auto 10px;
  padding: 0 0 10px;
}
.jeca2023 .news_area .news_box_banner .news_text .date {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin: 0 auto 15px;
}
.jeca2023 .news_area .news_box_banner .news_text .date > span {
  font-size: 18px;
}
.jeca2023 .news_area .news_box_banner .news_text .emphasis {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 45px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #005B90;
  text-decoration: none;
  padding-bottom: 0.2em;
  background-color: #fff;
}
.jeca2023 .news_area .news_box_booth {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.jeca2023 .news_area .news_box_booth .news_banner {
  width: 480px;
  order: 1;
}
.jeca2023 .news_area .news_box_booth .news_text {
  display: flex;
  justify-content: center;
  flex-flow: column;
  width: calc(100% - 480px);
  padding: 0 50px 0 43px;
  order: 0;
}
.jeca2023 .news_area .news_box_booth .news_text .news_title {
  font-size: 36px;
  color: #005B90;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 23px;
}
.jeca2023 .news_area .news_box_booth .news_text > p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #222;
}
.jeca2023 .news_area .news_box_booth .competition {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -11px;
  right: 10px;
  width: 70px;
  height: 43px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  text-align: center;
  background-color: #FF1100;
}
.jeca2023 .news_area .news_box_booth .competition::before, .jeca2023 .news_area .news_box_booth .competition::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.jeca2023 .news_area .news_box_booth .competition::before {
  left: 0;
  border-width: 7px 35px 0 0;
  border-color: #ff0000 transparent transparent transparent;
}
.jeca2023 .news_area .news_box_booth .competition::after {
  right: 0;
  border-width: 0 35px 7px 0;
  border-color: transparent #ff0000 transparent transparent;
}
.jeca2023 .map_wrap {
  background-color: #F2F2F2;
  border: 1px solid #D9D9D9;
  padding: 41px 0 40px 92px;
}

@media screen and (max-width: 640px) {
  .contents_wrap {
    width: auto;
    margin: 0 auto;
  }
  .contents_wrap.wrap_blue {
    background-color: #005B90;
  }
  .contents_wrap.wrap_gray {
    background-color: #F2F2F2;
  }
  .contents_wrap.wrap_wave {
    background: url(/fa/compass/exhibition/2023/jeca2023/img/bg_wave_left_sp.png) left top no-repeat, url(/fa/compass/exhibition/2023/jeca2023/img/bg_wave_right_sp.png) right bottom no-repeat;
  }
  .contents_wrap .contents_inner {
    width: auto;
    margin: 0 8px;
  }
  .wrap_blue #area_info {
    margin-top: 0;
  }
  .pagetop {
    width: 980px;
    margin: 0 auto;
  }
  .gs18-Footer {
    box-sizing: border-box;
  }
  .jeca2023 .pc {
    display: none;
  }
  .jeca2023 .sp {
    display: block;
  }
  .jeca2023 #content_compass {
    margin-bottom: 30px;
  }
  .jeca2023 .contents_wrap {
    padding: 45px 0 0;
  }
  .jeca2023 .contents_wrap h2.heading {
    margin-bottom: 40px;
  }
  .jeca2023 .contents_wrap.wrap_gray h2.heading span {
    background-color: #F2F2F2;
  }
  .jeca2023 .contents_wrap.product_area {
    padding-bottom: 60px;
  }
  .jeca2023 .contents_wrap.product_area h2.heading span::before {
    width: 120px;
  }
  .jeca2023 .contents_wrap.booth_area {
    padding-bottom: 60px;
  }
  .jeca2023 .contents_wrap.booth_area h2.heading span::before {
    width: 206px;
  }
  .jeca2023 .contents_wrap.news_area {
    padding-bottom: 60px;
  }
  .jeca2023 .contents_wrap.news_area h2.heading span::before {
    width: 120px;
  }
  .jeca2023 .contents_wrap.map_area {
    padding-bottom: 70px;
  }
  .jeca2023 .contents_wrap.map_area h2.heading span::before {
    width: 264px;
  }
  .jeca2023 .head_image_area {
    padding: 0;
  }
  .jeca2023 .head_image_area.wrap_wave.contents_wrap {
    background-image: none;
  }
  .jeca2023 .head_image_area .head_image {
    background: url(/fa/compass/exhibition/2023/jeca2023/img/bg_wave_head_left_sp.png) left top no-repeat, url(/fa/compass/exhibition/2023/jeca2023/img/bg_wave_head_right_sp.png) right bottom 0 no-repeat;
    background-size: 100%;
  }
  .jeca2023 .head_image_area .head_image .contents_inner {
    margin: 0 auto;
    position: relative;
    height: auto;
  }
  .jeca2023 .head_image_area .head_image .contents_inner .head_image_title_top {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  .jeca2023 .head_image_area .head_image .contents_inner .head_image_slider_pc {
    display: none;
  }
  .jeca2023 .head_image_area .head_image .contents_inner .head_image_slider_sp {
    display: block;
  }
  .jeca2023 .head_image_area .head_image .contents_inner .head_image_slider_sp .slick-dots {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .jeca2023 .head_image_area .head_image .contents_inner .head_image_slider_sp .slick-dots li {
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
  .jeca2023 .head_image_area .head_image_text .contents_inner {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding: 10px 0;
    margin: 0 12px;
  }
  .jeca2023 .head_image_area .head_image_text .contents_inner .event_date {
    margin-bottom: 0;
  }
  .jeca2023 .head_image_area .head_image_text .contents_inner .event_duling_label {
    position: absolute;
    right: -7px;
    top: -50px;
    width: 80px;
    height: 80px;
  }
  .jeca2023 .intro_text {
    padding: 0 0 60px;
  }
  .jeca2023 .anchor_wrap {
    border-top: 1px solid #D0D0D0;
    border-bottom: none;
  }
  .jeca2023 .anchor_wrap ul.anchor_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .jeca2023 .anchor_wrap ul.anchor_list li {
    width: 50%;
  }
  .jeca2023 .anchor_wrap ul.anchor_list li a {
    border-bottom: 1px solid #D0D0D0;
  }
  .jeca2023 .anchor_wrap ul.anchor_list li a span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 22px;
  }
  .jeca2023 .anchor_wrap ul.anchor_list li a span::before {
    content: "";
    display: block;
    transition: all ease 0.3s;
    position: absolute;
    left: 3px;
    top: 7px;
    border-bottom: 2px solid #005B90;
    border-right: 2px solid #005B90;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  }
  .jeca2023 .anchor_wrap ul.anchor_list li:nth-child(n+2) a::before, .jeca2023 .anchor_wrap ul.anchor_list li:last-of-type a::after, .jeca2023 .anchor_wrap ul.anchor_list li:first-of-type a::before {
    display: none;
  }
  .jeca2023 .anchor_wrap ul.anchor_list li:nth-child(2n) a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #D0D0D0;
  }
  .jeca2023 .product_area .tab_parent {
    display: flex;
    justify-content: space-between;
  }
  .jeca2023 .product_area .tab_parent li {
    width: auto;
  }
  .jeca2023 .product_area .tab_parent li:nth-of-type(1) {
    width: 27.7777777%;
  }
  .jeca2023 .product_area .tab_parent li:nth-of-type(2) {
    width: 35.8333333%;
  }
  .jeca2023 .product_area .tab_parent li:nth-of-type(3) {
    width: 35%;
  }
  .jeca2023 .product_area .tab_parent li a {
    font-size: 16px;
    padding: 0 10px;
    width: auto;
  }
  .jeca2023 .product_area .tab_parent li.active a {
    width: auto;
  }
  .jeca2023 .product_area .tab_parent_contents {
    padding: 30px 20px;
  }
  .jeca2023 .product_area .tab_child {
    display: flex;
    justify-content: space-between;
    border: 1px solid #D0D0D0;
    margin: 0 auto 16px;
    padding: 4px;
  }
  .jeca2023 .product_area .tab_child > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49.5%;
  }
  .jeca2023 .product_area .tab_child > li > a {
    width: 100%;
    height: 42px;
  }
  .jeca2023 .product_area .tab_child > li.active {
    color: #fff;
  }
  .jeca2023 .product_area .tab_child > li.active.tab_child_category_01 a {
    background-color: #729330;
  }
  .jeca2023 .product_area .tab_child > li.active.tab_child_category_02 a {
    background-color: #C35581;
  }
  .jeca2023 .product_area .tab_child > li.active.tab_child_category_03 a {
    background-color: #00A0C8;
  }
  .jeca2023 .product_area .tab_child > li.active.tab_child_category_04 a {
    background-color: #DC6F06;
  }
  .jeca2023 .product_area .product_list {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jeca2023 .product_area .product_list .product_box {
    position: relative;
    width: 100%;
    min-height: auto;
    margin: 0 auto 45px;
    padding: 0;
  }
  .jeca2023 .product_area .product_list .product_box:nth-child(4n+1) {
    margin-left: auto;
  }
  .jeca2023 .product_area .product_list .product_box:nth-child(4n+2) {
    margin-left: auto;
  }
  .jeca2023 .product_area .product_list .product_box .image {
    margin-bottom: 20px;
  }
  .jeca2023 .product_area .product_list .product_box .image_caption {
    margin-bottom: 8px;
    text-align: center;
    font-size: 12px;
  }
  .jeca2023 .product_area .product_list .product_box .border_caption {
    font-size: 14px;
  }
  .jeca2023 .product_area .product_list .product_box .product_title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 22px;
  }
  .jeca2023 .product_area .product_list .product_box .product_discription {
    font-size: 14px;
    line-height: 20px;
  }
  .jeca2023 .product_area .product_list .product_box .attention_link {
    display: block;
    margin-top: 0.5em;
  }
  .jeca2023 .product_area .product_list .product_box .product_link {
    margin-top: 20px;
    position: initial;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .jeca2023 .product_area .product_list .product_box .product_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: opacity ease-out 0.3s;
  }
  .jeca2023 .product_area .product_list .product_box .product_link a:hover {
    opacity: 0.8;
  }
  .jeca2023 .product_area .product_list .product_box .product_link a > span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.2em;
  }
  .jeca2023 .product_area .product_list .product_box .product_link a > span::before {
    content: "";
    display: block;
    width: 8px;
    height: 10px;
    background: url(/fa/compass/exhibition/2023/jeca2023/img/icon_arrow_white.png) 0 0 no-repeat;
    background-size: cover;
    margin: 0 5px 0 0;
  }
  .jeca2023 .product_area .product_list .product_box .product_link a.u-icons--after > span::after {
    font-family: MelFaIcons, "Material Icons";
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    width: 1em;
    margin-left: 0.2em;
    content: "\e89e";
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .jeca2023 .product_area .product_list .product_box .product_link a.u-icons--after > span::after {
    margin-top: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .jeca2023 .product_area .product_list .product_box .product_link a:nth-child(n+2) {
    margin-top: 10px;
  }
  .jeca2023 .product_area .product_list .product_box .product_link a span {
    padding-bottom: 0.1em;
  }
  .jeca2023 .product_area .product_list .product_box::before {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
  }
  .jeca2023 .product_area .product_list .product_box.btn_double {
    padding-bottom: 0;
  }
  .jeca2023 .product_area .product_list .product_box:last-of-type {
    margin-bottom: 0;
  }
  .jeca2023 .booth_area .booth_map_wrap {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px 30px;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map {
    position: relative;
    width: 100%;
    height: auto;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map img {
    position: initial;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map .booth_map-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.25s;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map .booth_map-hover.is-show {
    opacity: 1;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box {
    background-color: #fff;
    padding: 17px 31px 20px;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box:first-of-type {
    margin: 0 0 20px;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 18px;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list {
    display: flex;
    justify-content: center;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.3s;
    position: relative;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-decoration: none;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li a::after {
    content: "";
    display: block;
    transition: all ease 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li a:hover::after {
    opacity: 0.5;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li a > span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.2em;
    margin-left: 0.5em;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li a > span::after {
    content: "";
    display: block;
    width: 6px;
    height: 8px;
    background: url(/fa/compass/exhibition/2023/jeca2023/img/icon_arrow_white.png) 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 0 6px;
  }
  .jeca2023 .booth_area .booth_map_wrap .booth_map_btn_wrap .booth_map_btn_box .booth_map_btn_list li:first-of-type {
    margin-right: 20px;
  }
  .jeca2023 .news_area .news_box_basic {
    margin: 0 20px 30px;
  }
  .jeca2023 .news_area .news_box_basic:last-of-type {
    margin-bottom: 0;
  }
  .jeca2023 .news_area .news_box_basic .news_title {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 20px;
    padding: 16px 16px 15px;
  }
  .jeca2023 .news_area .news_box_basic .news_title .category {
    display: flex;
    justify-content: center;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    width: 112px;
    margin: 0 0 5px 0;
  }
  .jeca2023 .news_area .news_box_basic .news_detail {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jeca2023 .news_area .news_box_basic .news_detail .news_text .overview li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .jeca2023 .news_area .news_box_basic .news_detail .news_text .overview li:last-child {
    margin-bottom: 8px;
  }
  .jeca2023 .news_area .news_box_basic .news_detail .news_text .overview li .overview_label {
    display: flex;
    justify-content: center;
    width: 65px;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    margin: 0 6px 0 0;
  }
  .jeca2023 .news_area .news_box_basic .news_detail .news_text .overview li .overview_info {
    width: calc(100% - 71px);
    font-size: 18px;
    line-height: 23px;
  }
  .jeca2023 .news_area .news_box_basic .news_detail .news_text .overview li .overview_info > br {
    display: none;
  }
  .jeca2023 .news_area .news_box_basic .news_detail .news_text .overview li .overview_info > span {
    display: block;
    font-size: 14px;
    line-height: 19px;
  }
  .jeca2023 .news_area .news_box_basic .news_detail .news_text .description {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .jeca2023 .news_area .news_box_basic .news_detail .news_text .description a {
    font-weight: 700;
  }
  .jeca2023 .news_area .news_box_basic .news_detail .news_photo {
    width: 240px;
  }
  .jeca2023 .news_area .news_box_basic .news_detail .btn_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: opacity ease-out 0.3s;
    background-color: #005B90;
  }
  .jeca2023 .news_area .news_box_basic .news_detail .btn_link a:hover {
    opacity: 0.8;
  }
  .jeca2023 .news_area .news_box_basic .news_detail .btn_link a > span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.2em;
  }
  .jeca2023 .news_area .news_box_basic .news_detail .btn_link a > span::before {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background: url(/fa/compass/exhibition/2023/jeca2023/img/icon_arrow_white.png) 0 0 no-repeat;
    background-size: cover;
    margin: 0.1em 3px 0 0;
  }
  .jeca2023 .news_area .news_box_basic .news_detail .btn_link a.u-icons--after > span::after {
    font-family: MelFaIcons, "Material Icons";
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    width: 1em;
    margin-left: 0.2em;
    content: "\e89e";
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .jeca2023 .news_area .news_box_basic .news_detail .btn_link a.u-icons--after > span::after {
    margin-top: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .jeca2023 .news_area .news_box_basic .news_detail .btn_link a > span {
    padding-bottom: 0;
  }
  .jeca2023 .news_area .news_box_basic .competition {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -18px;
    right: 10px;
    width: 70px;
    height: 43px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #fff;
    text-align: center;
    background-color: #FF1100;
  }
  .jeca2023 .news_area .news_box_basic .competition::before, .jeca2023 .news_area .news_box_basic .competition::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .jeca2023 .news_area .news_box_basic .competition::before {
    left: 0;
    border-width: 7px 35px 0 0;
    border-color: #ff0000 transparent transparent transparent;
  }
  .jeca2023 .news_area .news_box_basic .competition::after {
    right: 0;
    border-width: 0 35px 7px 0;
    border-color: transparent #ff0000 transparent transparent;
  }
  .jeca2023 .news_area .news_box_basic.box_01 .news_detail {
    padding: 15px 16px;
  }
  .jeca2023 .news_area .news_box_basic.box_01 .news_detail .news_photo {
    margin: 0 auto 20px;
  }
  .jeca2023 .news_area .news_box_basic.box_02 .news_title {
    padding-right: 58px;
  }
  .jeca2023 .news_area .news_box_basic.box_02 .news_detail {
    padding: 15px 16px;
  }
  .jeca2023 .news_area .news_box_basic.box_02 .news_detail .btn_link.pc {
    display: none;
  }
  .jeca2023 .news_area .news_box_basic.box_02 .news_detail .btn_link.sp {
    display: block;
  }
  .jeca2023 .news_area .news_box_basic.box_02 .news_detail .btn_link a {
    width: 100%;
  }
  .jeca2023 .news_area .news_box_basic.box_02 .news_detail .btn_link a:first-of-type {
    margin: 0 auto 10px;
  }
  .jeca2023 .news_area .news_box_basic.box_02 .news_detail .news_text {
    width: auto;
    padding: 0;
  }
  .jeca2023 .news_area .news_box_basic.box_02 .news_detail .news_photo {
    width: auto;
    margin: 0 auto 20px;
  }
  .jeca2023 .news_area .news_box_banner {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 20px 30px;
  }
  .jeca2023 .news_area .news_box_banner .news_text {
    padding: 7px 25px 16px;
  }
  .jeca2023 .news_area .news_box_banner .news_text .news_title {
    font-size: 12px;
    line-height: 12px;
    margin: 0 auto 10px;
    padding: 0 0 7px;
  }
  .jeca2023 .news_area .news_box_banner .news_text .date {
    font-size: 17px;
    line-height: 1.2;
    margin: 0 auto 9px;
  }
  .jeca2023 .news_area .news_box_banner .news_text .date > span {
    font-size: 15px;
  }
  .jeca2023 .news_area .news_box_banner .news_text .emphasis {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 32px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #005B90;
    text-decoration: none;
    padding-bottom: 0.2em;
    padding-bottom: 0;
    background-color: #fff;
  }
  .jeca2023 .news_area .news_box_booth {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 20px 0;
  }
  .jeca2023 .news_area .news_box_booth .news_banner {
    width: 100%;
    order: 1;
  }
  .jeca2023 .news_area .news_box_booth .news_banner > img {
    width: 100%;
  }
  .jeca2023 .news_area .news_box_booth .news_text {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding: 25px 25px 25px 16px;
    order: 0;
  }
  .jeca2023 .news_area .news_box_booth .news_text .news_title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .jeca2023 .news_area .news_box_booth .news_text > p {
    font-size: 15px;
    line-height: 23px;
  }
  .jeca2023 .news_area .news_box_booth .competition {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -18px;
    right: 10px;
    width: 70px;
    height: 43px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #fff;
    text-align: center;
    background-color: #FF1100;
  }
  .jeca2023 .news_area .news_box_booth .competition::before, .jeca2023 .news_area .news_box_booth .competition::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .jeca2023 .news_area .news_box_booth .competition::before {
    left: 0;
    border-width: 7px 35px 0 0;
    border-color: #ff0000 transparent transparent transparent;
  }
  .jeca2023 .news_area .news_box_booth .competition::after {
    right: 0;
    border-width: 0 35px 7px 0;
    border-color: transparent #ff0000 transparent transparent;
  }
  .jeca2023 .map_wrap {
    padding: 22px 20px 21px;
  }
}