#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%;
  }
}
.report #content_compass {
  margin-bottom: 0;
}

/* report-slide
--------------------------------- */
.report-slide {
  padding: 0 14px;
}

.container.thumbnail-slider #slider-frame .slick-prev:before,
.container.thumbnail-slider #slider-frame .slick-next:before {
  display: none;
}

.container.thumbnail-slider #thumbnail .slick-prev:before,
.container.thumbnail-slider #thumbnail .slick-next:before {
  display: none;
}

@media only screen and (min-width: 641px) {
  .container.thumbnail-slider {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .container.thumbnail-slider #slider-frame {
    margin-bottom: 0;
    width: 775px;
  }
  .container.thumbnail-slider #slider-frame .slick-slide img {
    width: 775px;
    height: auto;
    vertical-align: top;
  }
  .container.thumbnail-slider #slider-frame .slick-prev,
  .container.thumbnail-slider #slider-frame .slick-next {
    width: 50px !important;
    height: 120px !important;
    transform: translateY(-50%);
    margin-top: 0 !important;
  }
  .container.thumbnail-slider #slider-frame .slick-prev {
    left: 0;
    z-index: 1;
    background: url(../img/report/controls_l.png) no-repeat;
  }
  .container.thumbnail-slider #slider-frame .slick-next {
    right: 0;
    background: url(../img/report/controls_r.png) no-repeat;
  }
  .container.thumbnail-slider #thumbnail {
    padding: 0 0 0 24px;
    margin: 0;
    width: calc(100% - 775px);
    position: relative;
    z-index: 1;
  }
  .container.thumbnail-slider #thumbnail .slick-list {
    margin: 14px 0;
  }
  .container.thumbnail-slider #thumbnail .thumb {
    cursor: pointer;
    margin: 8px 0;
  }
  .container.thumbnail-slider #thumbnail .thumb img {
    width: 152px;
    height: auto;
    max-width: inherit;
    vertical-align: top;
  }
  .container.thumbnail-slider #thumbnail .thumb.slick-current img {
    outline: 3px solid #d83e3e;
    outline-offset: -3px;
  }
  .container.thumbnail-slider #thumbnail .slick-prev,
  .container.thumbnail-slider #thumbnail .slick-next {
    width: 152px !important;
    height: 12px !important;
    margin-top: 0 !important;
    left: inherit;
    right: 0;
    z-index: 1;
  }
  .container.thumbnail-slider #thumbnail .slick-prev {
    top: 0;
    background: url(../img/report/controls_prev.png) no-repeat;
  }
  .container.thumbnail-slider #thumbnail .slick-next {
    top: inherit;
    bottom: 0;
    background: url(../img/report/controls_next.png) no-repeat;
  }
}
@media only screen and (max-width: 640px) {
  .report-slide {
    margin-top: 30px;
    padding: 0;
  }
  .container.thumbnail-slider {
    display: block;
    position: relative;
  }
  .container.thumbnail-slider #slider-frame {
    width: 100%;
    margin-bottom: 15px;
  }
  .container.thumbnail-slider #slider-frame .slick-slide img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .container.thumbnail-slider #slider-frame .slick-prev,
  .container.thumbnail-slider #slider-frame .slick-next {
    width: 25px !important;
    height: 60px !important;
    transform: translateY(-50%);
    margin-top: 0 !important;
  }
  .container.thumbnail-slider #slider-frame .slick-prev {
    left: 3px;
    z-index: 1;
    background: url(../img/report/controls_l.png) no-repeat;
    background-size: cover;
  }
  .container.thumbnail-slider #slider-frame .slick-next {
    right: 3px;
    background: url(../img/report/controls_r.png) no-repeat;
    background-size: cover;
  }
  .container.thumbnail-slider #thumbnail {
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .container.thumbnail-slider #thumbnail .slick-list {
    margin: 0 15px;
  }
  .container.thumbnail-slider #thumbnail .thumb img {
    width: calc(100% - 8px);
    height: auto;
    max-width: inherit;
    margin: 0 auto;
  }
  .container.thumbnail-slider #thumbnail .thumb.slick-current img {
    outline: 2px solid #d83e3e;
    outline-offset: -2px;
  }
  .container.thumbnail-slider #thumbnail .slick-prev,
  .container.thumbnail-slider #thumbnail .slick-next {
    width: 71px !important;
    height: 6px !important;
    margin-top: 0 !important;
    top: 50%;
    left: inherit;
    transform: rotate(-90deg);
    z-index: 1;
  }
  .container.thumbnail-slider #thumbnail .slick-prev {
    left: -32px;
    background: url(../img/report/controls_prev.png) no-repeat;
    background-size: cover;
  }
  .container.thumbnail-slider #thumbnail .slick-next {
    right: -32px;
    background: url(../img/report/controls_next.png) no-repeat;
    background-size: cover;
  }
}
/* report-contents
--------------------------------- */
.jeca2023.report .contents_wrap h2.heading.seminar span::before {
  width: 260px;
}
.jeca2023.report .contents_wrap h2.heading.online span::before {
  width: 200px;
}
.jeca2023.report .contents_wrap h2.heading.stage span::before {
  width: 260px;
}
.jeca2023.report #seminar .news_area {
  padding-bottom: 60px;
}
.jeca2023.report #virtual_booth .news_area {
  padding-bottom: 60px;
}
.jeca2023.report #main_stage .news_area {
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .jeca2023.report .news_area {
    padding-bottom: 0;
  }
}
.jeca2023.report .news_area .contents_inner > a {
  transition: opacity ease-out 0.3s;
  text-decoration: none;
}
.jeca2023.report .news_area .contents_inner > a:hover {
  opacity: 0.8;
}
.jeca2023.report .news_area .news_box_seminar {
  position: relative;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .jeca2023.report .news_area .news_box_seminar {
    margin-bottom: 0;
  }
}
.jeca2023.report .news_area .news_box_seminar .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;
}
@media screen and (max-width: 640px) {
  .jeca2023.report .news_area .news_box_seminar .news_title {
    padding-top: 45px;
  }
}
.jeca2023.report .news_area .news_box_seminar .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.report .news_area .news_box_seminar .news_detail {
  padding: 30px 30px 20px;
  display: flex;
  justify-content: space-between;
}
.jeca2023.report .news_area .news_box_seminar .news_detail .news_photo {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .jeca2023.report .news_area .news_box_seminar .news_detail .news_photo {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 640px) {
  .jeca2023.report .news_area .news_box_seminar .news_detail {
    display: block;
    padding: 15px 16px;
  }
}
.jeca2023.report .news_area .news_box_seminar .news_detail .news_text {
  order: 1;
}
.jeca2023.report .news_area .news_box_seminar .news_detail .news_text .overview li {
  margin-bottom: 1.5em;
}
.jeca2023.report .news_area .news_box_seminar .news_detail .news_text .overview li:last-child {
  margin-bottom: 15px;
}
.jeca2023.report .news_area .news_box_seminar .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 0 0.25em;
}
.jeca2023.report .news_area .news_box_seminar .news_detail .news_text .overview li .overview_info {
  font-size: 18px;
  line-height: 22px;
  color: #222;
  font-weight: 700;
}
.jeca2023.report .news_area .news_box_seminar .news_detail .news_text .overview li .overview_info > span {
  font-size: 14px;
}
.jeca2023.report .news_area .news_box_seminar .news_detail .news_text .overview li .overview_info > .description {
  font-weight: 700;
}
.jeca2023.report .news_area .news_box_seminar .news_detail .news_text .description {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}
.jeca2023.report .news_area .news_box_seminar .news_detail .news_text .description a {
  font-weight: 700;
}
.jeca2023.report .news_area .news_box_seminar .news_detail .news_photo {
  order: 0;
  width: 240px;
}
.jeca2023.report .news_area .news_box_seminar .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;
  margin: 0 auto 30px;
  width: 60%;
}
.jeca2023.report .news_area .news_box_seminar .btn_link a:hover {
  opacity: 0.8;
}
.jeca2023.report .news_area .news_box_seminar .btn_link a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.2em;
}
.jeca2023.report .news_area .news_box_seminar .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.report .news_area .news_box_seminar .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.report .news_area .news_box_seminar .btn_link a.u-icons--after > span::after {
    margin-top: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .jeca2023.report .news_area .news_box_seminar .btn_link a {
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
}
.jeca2023.report .news_area .news_box_seminar .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.report .news_area .news_box_seminar .competition::before, .jeca2023.report .news_area .news_box_seminar .competition::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.jeca2023.report .news_area .news_box_seminar .competition::before {
  left: 0;
  border-width: 7px 35px 0 0;
  border-color: #ff0000 transparent transparent transparent;
}
.jeca2023.report .news_area .news_box_seminar .competition::after {
  right: 0;
  border-width: 0 35px 7px 0;
  border-color: transparent #ff0000 transparent transparent;
}
.jeca2023.report .news_area .news_box_seminar.box_01 .news_detail {
  padding: 28px 18px 30px 30px;
}
.jeca2023.report .news_area .news_box_seminar.box_01 .news_detail .news_photo {
  margin: 18px 0 0;
}
.jeca2023.report .news_area .news_box_seminar.box_02 .news_detail {
  padding: 15px 18px 20px 30px;
}
.jeca2023.report .news_area .news_box_seminar.box_02 .news_detail .news_text {
  padding-top: 30px;
}
.jeca2023.report .news_area .news_box_stage {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 640px) {
  .jeca2023.report .news_area .news_box_stage {
    display: block;
    margin: 0 20px;
  }
}
.jeca2023.report .news_area .news_box_stage .news_banner {
  width: 410px;
  order: 0;
}
@media screen and (max-width: 640px) {
  .jeca2023.report .news_area .news_box_stage .news_banner {
    width: auto;
  }
}
.jeca2023.report .news_area .news_box_stage .news_text {
  display: flex;
  justify-content: center;
  flex-flow: column;
  width: calc(100% - 410px);
  padding: 0 40px 0 43px;
  order: 1;
}
@media screen and (max-width: 640px) {
  .jeca2023.report .news_area .news_box_stage .news_text {
    padding: 25px 25px 16px;
    width: auto;
  }
}
.jeca2023.report .news_area .news_box_stage .news_text .news_title {
  font-size: 21px;
  color: #005B90;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 1em;
}
.jeca2023.report .news_area .news_box_stage .news_text .news_title > span {
  font-size: 16px;
}
.jeca2023.report .news_area .news_box_stage .news_text > p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
}
.jeca2023.report .news_area .news_box_stage .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.report .news_area .news_box_stage .competition::before, .jeca2023.report .news_area .news_box_stage .competition::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.jeca2023.report .news_area .news_box_stage .competition::before {
  left: 0;
  border-width: 7px 35px 0 0;
  border-color: #ff0000 transparent transparent transparent;
}
.jeca2023.report .news_area .news_box_stage .competition::after {
  right: 0;
  border-width: 0 35px 7px 0;
  border-color: transparent #ff0000 transparent transparent;
}
.jeca2023.report .product_area .heading_description {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 30px;
}
.jeca2023.report .product_area .tab_parent {
  display: flex;
  justify-content: space-between;
}
.jeca2023.report .product_area .tab_parent li {
  width: calc((100% - 4px) / 2);
}
.jeca2023.report .product_area .tab_parent li a {
  width: auto;
}
.jeca2023.report .product_area .product_list {
  display: flex;
  flex-wrap: wrap;
}
.jeca2023.report .product_area .product_list .product_box {
  padding: 0 0 125px;
}
@media screen and (max-width: 640px) {
  .jeca2023.report .product_area .product_list .product_box {
    padding-bottom: 0;
  }
}
.jeca2023.report .product_area .product_list .product_box.full-height {
  padding-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .jeca2023.report .product_area .product_list .product_box.full-height {
    padding-bottom: 0;
  }
}
.jeca2023.report .product_area .product_list .product_box .image.youtube a {
  display: block;
  position: relative;
}
.jeca2023.report .product_area .product_list .product_box .image.youtube a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/fa/compass/exhibition/2023/jeca2023/img/report/thumb_play.png) no-repeat center center rgba(0, 0, 0, 0.25);
  background-size: 65px 65px;
  position: absolute;
  top: 0;
  left: 0;
}
.jeca2023.report .product_area .product_list .product_box .product_link {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
}
@media screen and (max-width: 640px) {
  .jeca2023.report .product_area .product_list .product_box .product_link {
    position: relative;
    height: auto;
    margin-top: 15px;
  }
}
.jeca2023.report .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.report .product_area .product_list .product_box .product_link a:hover {
  opacity: 0.8;
}
.jeca2023.report .product_area .product_list .product_box .product_link a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.2em;
}
.jeca2023.report .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.report .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.report .product_area .product_list .product_box .product_link a.u-icons--after > span::after {
    margin-top: 0.1em;
  }
}
.jeca2023.report .product_area .product_list .product_box .product_link a:nth-child(n+2) {
  margin-top: 5px;
}
.jeca2023.report .product_area .product_list .product_box .product_link.double {
  height: 65px;
}
@media screen and (max-width: 640px) {
  .jeca2023.report .product_area .product_list .product_box .product_link.double {
    height: auto;
  }
}
.jeca2023.report .product_area .product_list .product_box .product_link.panel {
  bottom: 0;
  height: 65px;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .jeca2023.report .product_area .product_list .product_box .product_link.panel {
    height: auto;
    margin-top: 10px;
  }
}
.jeca2023.report .product_area .product_list .product_box .product_link.panel a {
  background-color: #ccc !important;
  color: #222 !important;
}
.jeca2023.report .product_area .product_list .product_box .product_link.panel a > span::before {
  background: url(/fa/compass/exhibition/2023/jeca2023/img/icon_arrow_black.png) 0 0 no-repeat !important;
  background-size: cover !important;
}