@charset "UTF-8";

/* ===================================
	File Name   : exhibit.css
	Description : Exhibit Page's Layout CSS
	Editor      : Bface Saeki
	Last Editor : Bface Otake
	
	Update Description :
  [2025/07/10] I WANT TO EXHIBITに FOODEX JAPAN App Advertising項目追加
  [2025/07/10] I WANT TO EXHIBITに Foodex App項目追加
  [2025/07/07] I WANT TO EXHIBIT項目追加
  [2025/06/17] Show Sector Page スタイル変更
	[2023/04/11] partnerスタイル削除
	[2023/04/11] Top Pageスタイル削除
	[2023/03/17] 2024年改訂
	[2022/05/18] 2023年改訂
	[2022/03/01] Nextページ制作
	[2021/10/18] FOODEX FROZEN 改訂

====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Merit(Why Exhibit) Page
    - Section [exhibit_intro] 
    - Section [results（BUSINESS MATCHING）] 
	3. Fee Page
    - Section [fee_intro] 
    - Section [fee_plan] 
    - Section [fee_about] 
    - Section [fee_inquiry] 
	4. Flow Page
    - Section [flow_schedule] 
    - Section [flow_apply] 
	5. Option Page
    - Section [Optional Services (Free)]
    - Section [Optional Services (Charged)]
	6. Target Page
    - Section [target_layout]
    - Section [target_category]
	7. Pickup Page
    - Section [pickup_intro] 
    - Detail Pages
	8. 2025 Show Report Page
    - Section [pickup_intro] 
	9. Show Sector Page
    - Section [visitor_zones] 
    - Section [top_layout] 
====================================== */



/*===== ■1. Individual Redefinition =====*/
#exhibit_map {
  margin: 40px 0;
}
#exhibit_map figure {
  max-width: 1366px;
  margin: 0 auto 40px;
  padding: 0 10px;
}
#exhibit_map .inner {
  padding: 0 20px 20px;
  text-align: center;
}
#exhibit_map .inner img#bus {
  width: 50%;
}

@media (max-width: 768px) {
  #exhibit_map {
    margin:5.67vw 0 8vw;
  }
  #exhibit_map figure {
    margin: 0 auto;
    padding: 0 2.67vw;
  }
  #exhibit_map .inner img#bus {
    width: 100%;
  }
}

.w50 {
  width: 50%;
}

.big_anchor {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.big_anchor li {
  width: calc(20% - 10px);
  margin: 0 5px;
}

.big_anchor li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 20px;
  background: linear-gradient(135deg, transparent 30px, rgba(0, 0, 0, .8) 30px) no-repeat left top;
  color: #fff;
  text-decoration: none;
  transform: translateY(0);
  transition: transform .25s ease-in-out;
}

.big_anchor li a:hover {
  background: linear-gradient(135deg, transparent 30px, rgba(0, 0, 0, 1) 30px) no-repeat left top;
  transform: translateY(10px);
}

.big_anchor li a::after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 60px;
  height: 20px;
  background: linear-gradient(to top right, rgba(255,255,255,0) 50%, rgba(0, 0, 0, .8) 50.01%) no-repeat top left / 50% 100%, linear-gradient(to top left, rgba(255,255,255,0) 50%, rgba(0, 0, 0, .8) 50.01%) no-repeat top right / 50% 100%;
  transform: translateX(-50%);
  content: "";
}
.big_anchor li a:hover::after { background: linear-gradient(to top right, rgba(255,255,255,0) 50%, rgba(0, 0, 0, 1) 50.01%) no-repeat top left / 50% 100%, linear-gradient(to top left, rgba(255,255,255,0) 50%, rgba(0, 0, 0, 1) 50.01%) no-repeat top right / 50% 100%;}

.big_anchor li a i {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
}

.big_anchor li a em {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

.big_anchor li a span {
  display: block;
  font-size: 1.6rem;
}


#exhibit_partner {
  margin-bottom: 40px;
}
#exhibit_partner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#exhibit_partner ul.partner_logo li {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 5px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ebebeb;
}
#exhibit_partner ul.partner_logo li a {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
#exhibit_partner ul.partner_logo li img {
  max-height: 32px;
  margin: 0 auto;
}

#exhibit_partner li a {
  display: block;
  line-height: 0;
}


@media (max-width: 768px) {
  .big_anchor {
    display: block;
    margin: 2.67vw;
  }

  .big_anchor li {
    width: 100%;
    margin: 0;
  }
  .big_anchor li:not(:last-child) { margin-bottom: 1.34vw;}

  .big_anchor li a {
    min-height: 16vw;
    padding: 2.67vw 2.67vw 8vw;
    background: linear-gradient(135deg, transparent 5.34vw, rgba(0, 0, 0, .8) 5.34vw) no-repeat left top;
    transition: none;
  }

  .big_anchor li a:hover {
    background: linear-gradient(135deg, transparent 5.34vw, rgba(0, 0, 0, .8) 5.34vw) no-repeat left top;
    transform: translateY(0);
  }

  .big_anchor li a::after { display: none;}

  .big_anchor li a i {
    position: absolute;
    top: 50%;
    left: 2.67vw;
    width: 16vw;
    height: 16vw;
    margin: 0;
    transform: translateY(-50%);
  }

  .big_anchor li a em {
    margin-bottom: 2.67vw;
    padding-left: calc(16vw + 2.67vw);
    font-size: 1.6rem;
    text-align: left;
  }
  .big_anchor li a em::after {
    position: absolute;
    left: 50%;
    bottom: 4vw;
    width: 4vw;
    height: 4vw;
    border-bottom: .56vw solid #fff;
    border-right: .56vw solid #fff;
    transform: rotate(45deg);
    content:"";
  }

  .big_anchor li a span { padding-left: calc(16vw + 2.67vw);}

  .w100sp {
    width: 100%;
  }
}


/*===== ■2. Merit(Why Exhibit) Page =====*/
#exhibit_merit figure img {
  vertical-align: bottom;
}

#exhibit_merit section .inner > div:not(:last-child) {
  margin-bottom: 40px;
}

#exhibit_merit #visual { background-image: url("../img/exhibit/img-visual-merit.jpg");}

#exhibit_merit .video_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#exhibit_merit .video_wrapper iframe {
  width: calc(33.33% - 20px);
  aspect-ratio:16 / 9;
  height:100%;
}

#exhibit_organizers #exhibit_organizers_intro {
  margin-bottom: 20px;
  text-align: center;
}


/* exhibit_appli */
#exhibit_appli { 
  overflow: hidden;
}
#exhibit_appli > h2 em {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 5.0rem;
  line-height: 1.2;
}

#exhibit_appli h2 span.balloon_large {
  position: absolute;
  top: 1rem;
  right: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 2rem;
  background: linear-gradient(to top, #e58100, #ffd800 80%, #ffef98);
  box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, .1);
  border-radius: 100%;
  text-align: center;
  transform: translateX(calc(100% - 1rem)) translateY(-50%);
}

#exhibit_appli h2 span.balloon_large b {
	position: relative;
	color: #fff;
	font-size: 1.4rem;
	text-shadow: 0 .2rem 0  rgba(76, 36, 0, .25), 0 0 .5rem rgba(178, 83, 0, .5);
	z-index: 1;
}

#exhibit_appli h2 span.balloon_large u {
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
	text-decoration: none;
}

#exhibit_appli h2 span.balloon_large b i {
	display: block;
	margin: .25rem 0;
	font-weight: bold;
	font-size: 1.6rem;
}

#exhibit_appli h2 span.balloon_large > i {
	position: absolute;
	top: 70%;
	left: 0;
	z-index: -1;
	width: 2rem;
	height: 3rem;
	background: linear-gradient(to bottom, #eea000, #ea9101 80%, #e88d00);
	clip-path: polygon(0 100%, 65% 0, 100% 65%);
	transform: translateY(-50%);
	content: "";
}

#exhibit_appli h2 span.balloon_large::before {
	position: absolute;
	top: .1rem;
	left: 0.1rem;
	width: calc(100% - .2rem);
	height: calc(100% - .3rem);
	background: linear-gradient(to top, rgba(255, 255, 255, .6) , transparent, rgba(255, 255, 255, .6) );
	border-radius: 100%;
	mix-blend-mode: screen;
	content: "";
}

#exhibit_appli h2 span.balloon_large::after {
	position: absolute;
	top: .2rem;
	left: .2rem;
	width: calc(100% - .4rem);
	height: calc(100% - .5rem);
	background: linear-gradient(to top, #e68600, #fed500);
	box-shadow: inset 0 0.1rem 0 0 #f8cb06;
	border-radius: 100%;
	content: "";
}

#exhibit_appli div.inner > p:first-child {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}

#exhibit_appli div.inner > p:nth-child(2) {
  margin-bottom: 20px;
  text-align: center;
}

#exhibit_appli div.flex {
  display: flex;
  gap: 20px;
  padding: 10px;
  background: #ebebeb;
}

#exhibit_appli div.flex > div {
  flex: 1;
  order: 2;
}

#exhibit_appli div.flex > div > h3 {
  display: block;
  margin-bottom: 1rem;
  padding: .8rem 1rem;
  background-color: #666;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#exhibit_appli div.flex > div > h3 + .list_dots { padding: 0 1rem 1.5rem;}
#exhibit_appli div.flex > div dl {
  background: #fff;
  margin-bottom: 1rem;
}

#exhibit_appli div.flex > div dl.box_price {
  display: flex;
  width: 100%;
}

#exhibit_appli div.flex > div dl.box_price dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  padding: 2.5rem 1.5rem;
  background-color: #333;
  color: #fff;
  font-size: 1.8rem;
}

#exhibit_appli div.flex > div dl.box_price dt > span {
  font-size: 1.6rem;
}

#exhibit_appli div.flex > div dl.box_price dd {
  flex-grow: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 2rem 1rem;
  border: .1rem solid currentColor;
  font-size: 2.2rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

#exhibit_appli div.flex > div dl.box_price dd span {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

#exhibit_appli div.flex figure {
	flex:none;
	width: 20rem;
	margin: 0 auto;
}


/* #exhibit_ads */
#exhibit_ads { overflow: hidden;}

#exhibit_ads > h2 em {
  display: inline-block;
  position: relative;
  font-size: 5.0rem;
}

#exhibit_ads h2 span.balloon_large {
  position: absolute;
	top: 1rem;
	right: -2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 2rem;
	background: linear-gradient(to top, #e58100, #ffd800 80%, #ffef98);
	box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, .1);
	border-radius: 100%;
	text-align: center;
	transform: translateX(calc(100% - 1rem)) translateY(-50%);
}

#exhibit_ads h2 span.balloon_large b {
	position: relative;
	color: #fff;
	font-size: 1.4rem;
	text-shadow: 0 .2rem 0  rgba(76, 36, 0, .25), 0 0 .5rem rgba(178, 83, 0, .5);
	z-index: 1;
}

#exhibit_ads h2 span.balloon_large u {
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
	text-decoration: none;
}

/*
#exhibit_ads h2 span.balloon_large b i {
	display: block;
	margin: .25rem 0;
	font-weight: bold;
	font-size: 1.6rem;
}
  */

#exhibit_ads h2 span.balloon_large > i {
	position: absolute;
	top: 70%;
	left: 0;
	z-index: -1;
	width: 2rem;
	height: 3rem;
	background: linear-gradient(to bottom, #eea000, #ea9101 80%, #e88d00);
	clip-path: polygon(0 100%, 65% 0, 100% 65%);
	transform: translateY(-50%);
	content: "";
}

#exhibit_ads h2 span.balloon_large::before {
	position: absolute;
	top: .1rem;
	left: 0.1rem;
	width: calc(100% - .2rem);
	height: calc(100% - .3rem);
	background: linear-gradient(to top, rgba(255, 255, 255, .6) , transparent, rgba(255, 255, 255, .6) );
	border-radius: 100%;
	mix-blend-mode: screen;
	content: "";
}

#exhibit_ads h2 span.balloon_large::after {
	position: absolute;
	top: .2rem;
	left: .2rem;
	width: calc(100% - .4rem);
	height: calc(100% - .5rem);
	background: linear-gradient(to top, #e68600, #fed500);
	box-shadow: inset 0 0.1rem 0 0 #f8cb06;
	border-radius: 100%;
	content: "";
}

#exhibit_ads .inner > p:first-child {
	margin-bottom: 15px;
	text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

#exhibit_ads .inner > p:first-child > span { 
  font-size: 2.2rem;
  text-decoration: underline;
}

#exhibit_merit #exhibit_ads .inner > div:first-of-type {
  margin-bottom: 30px;
}

#exhibit_ads .inner > div > dl {
  display: grid;
  grid-template-columns: auto auto auto auto;
  align-items: center;
  justify-content: center;
  grid-column-gap: 1rem;
  margin-bottom: 1.5rem;
}

#exhibit_ads .inner > div > dl > dt {
  min-width: 10rem;
  padding: 1rem;
  border: 1px solid #fff;
  background: #333;
  color: #fff;
  text-align: center;
}

#exhibit_ads .inner > div > dl > dd:first-of-type {
  margin-right: 3rem;
	line-height: 1.2;
}

#exhibit_ads .inner > div:nth-of-type(2) > .table_scroll {
  margin-bottom: 10px;
}

#exhibit_merit #exhibit_ads .inner > div:nth-of-type(2) {
  margin-bottom: 10px;
}

#exhibit_ads .inner > div:nth-of-type(2) > .table_scroll {
  display: block;
}

#exhibit_ads .inner table > tbody > tr > th,
#exhibit_ads .inner table > tbody > tr > td {
  line-height: 1.5;
  font-size: 16px;
  word-break: break-word;
}

#exhibit_ads .inner table > tbody > tr > th {
  font-size: 18px;
  font-weight: bold;
  background: #666;
  color: #fff;
}

#exhibit_ads .inner table > tbody > tr > td {
  vertical-align: top;
}

#exhibit_ads .inner table > tbody > tr > td > span {
  display:  flex;
  flex-direction: column;
	max-width: 21.5rem;
	margin: 0 auto;
}
#exhibit_ads .inner table > tbody > tr > td > span > img  {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#exhibit_ads .inner table > tbody > tr:first-child > td:not(:last-child) > span > img {
  border: 0.5px solid #000;
}

#exhibit_ads .inner table > tbody > tr:first-child > td:nth-child(3) > span {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#exhibit_ads .inner table > tbody > tr > td > ul {
  padding: 15px 20px;
}

#exhibit_ads .inner table > tbody > tr > td > ul > li {
  padding-bottom: 5px;
  list-style: disc;
  text-align: left;
}

#exhibit_ads .inner table small {
  display: block;
  padding-top: 5px;
  font-weight: 300;
  font-size: 1.4rem;
}

#exhibit_ads .inner div.table_scroll + div {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
	grid-gap: 1rem;
}

#exhibit_ads .inner div.table_scroll + div sup { font-size: 1.4rem;}

#exhibit_ads .inner div.table_scroll + div li {
	margin-left: 1em;
	font-size: 1.4rem;
	list-style: disc;
}

#exhibit_ads .inner div.table_scroll td {
  background: rgba(0, 0, 0, .05);
  text-align: left;
}


#exhibit_ads .inner div.table_scroll td b {
  font-weight: bold;
}

#exhibit_ads .inner div.table_scroll td > p {
  text-align: left;
}


@media (max-width: 768px) {
  #exhibit_organizers #exhibit_organizers_intro {
    margin-bottom: 4vw;
    text-align: left;
  }

  /* exhibit_appli */
  #exhibit_appli {
    margin: 0;
    max-width: 100%;
  }
  #exhibit_appli > h2 em {
    font-size: 2.8rem;
  }
  #exhibit_appli h2 span.balloon_large {
    position: relative;
    top: 0;
    right: 0;
    width: fit-content;
    border-radius: 2rem;
    margin: 0 auto 3rem;
    padding: 2.67vw 10.67vw;
    transform: none;
  }

  #exhibit_appli h2 span.balloon_large b {
    font-size: 1.4rem;
  }

  #exhibit_appli h2 span.balloon_large u {
    font-size: 1.8rem;
  }

  #exhibit_appli h2 span.balloon_large b i {
    font-size: 2.4rem;
  }

	#exhibit_appli h2 span.balloon_large > i {
    top: calc(100% - .1rem);
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background: linear-gradient(to bottom, #e88d00, #e88d00 80%, #e88d00);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
    z-index: 3;
  }

  #exhibit_appli h2 span.balloon_large::before,
  #exhibit_appli h2 span.balloon_large::after {
    border-radius: 2rem;
  }
  
  #exhibit_appli div.inner > p:first-child {
    margin-bottom: 2.67vw;
    font-size: 1.8rem;
    text-align: left;
  }

  #exhibit_appli div.inner > p:nth-child(2) {
    margin-bottom: 5.34vw;
    text-align: left;
  }

  #exhibit_appli div.flex {
    flex-direction: column;
  }

  #exhibit_appli div.flex > div dl.box_price {
    width: 100%;
  }
  
  #exhibit_appli div.flex > div dl.box_price dt {
    flex-direction: column;
    width: auto;
    padding: 4vw 2.67vw;
    font-size: 1.6rem;
  }

  #exhibit_appli div.flex > div dl.box_price dt > span {
    display: block;
    font-size: 1.4rem;
  }
  
  #exhibit_appli div.flex > div dl.box_price dd {
    padding: 4vw 2.67vw;
    border-width: .2rem;
    font-size: 2rem;
  }

  #exhibit_appli div.flex > div dl.box_price dd span {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
  }

  #exhibit_appli div.flex > figure {
    max-width: 15rem;
  }

  #exhibit_ads {
    margin: 0;
    max-width: 100%;
  }

  #exhibit_ads > h2 em {
    font-size: 2.8rem;
  }

  #exhibit_ads h2 span.balloon_large {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    width: fit-content;
    border-radius: 2rem;
    margin: 0 auto 3rem;
    padding: 1rem 2rem;
    transform: none;
  }

	#exhibit_ads h2 span.balloon_large > i {
		top: calc(100% - .1rem);
		left: 50%;
		width: 1.5rem;
		height: 1.5rem;
		background: linear-gradient(to bottom, #e88d00, #e88d00 80%, #e88d00);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		transform: translateX(-50%);
    z-index: 1;
	}

	#exhibit_ads h2 span.balloon_large::before,
	#exhibit_ads h2 span.balloon_large::after {
    border-radius: 2rem;
  }
	
	#exhibit_ads .inner > p:first-child { 
    margin-bottom: 4vw;
    text-align: center;
    font-size: 1.6rem;
  }
  #exhibit_ads .inner > p:first-child > span { 
    font-size: 1.4rem;
  }

  #exhibit_merit #exhibit_ads .inner > div:first-of-type {
    margin-bottom: 4vw;
  }
  
  #exhibit_ads .inner > div > dl {
    grid-template-columns: auto 1fr;
    align-items: stretch;
    grid-gap: 1rem 0;
    margin-bottom: 1.5rem;
  }
  
  #exhibit_ads .inner > div > dl > dt {
    place-content: center;
    min-width: 15rem;
    padding: 1.5rem;
  }

  #exhibit_ads .inner > div > dl > dd {
        padding: 1.5rem;
    background: #ebebeb;
  }

  #exhibit_ads .inner > div > dl > dd:first-of-type {
    margin-right: 0;
  }

  #exhibit_ads .inner > div:nth-of-type(2) > .table_scroll {
    margin-bottom: 1.34vw;
  }
	
	#exhibit_ads .inner div.table_scroll + div li:not(:last-child) { margin-bottom: 2.67vw;}

  #exhibit_ads .inner table > tbody > tr > td > ul > li {
    padding-bottom: 1.34vw;
  }
}


/* Section [exhibit_book] */
#exhibit_book {
  margin-top: 60px;
}

#exhibit_book > h2 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#exhibit_book p {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #exhibit_book {
    margin-top: 6.67vw;
  }

  #exhibit_book > h2 {
    font-size: 2.8rem;
    margin-bottom: 8vw;
  }

}


/* Section [exhibit_intro] */
#exhibit_intro .flex3 {
  flex-wrap: wrap;
}
#exhibit_intro .flex3 > div > div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 10px;    
  border-bottom: 1px solid #ebebeb;

}
#exhibit_intro .flex3 > div > div figure {
  display: flex;
  align-items: center;
  max-width: 100px;
  width: 30%;
  min-width:  60px;
  background: none;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
#exhibit_intro .flex3 > div > div p {
  margin-left: 10px;
  word-break: break-word;
  font-weight: bold;
}
#exhibit_intro .flex3 > div > div p em {
  word-break: break-word;
  font-size: 3.2rem;
}
#exhibit_intro .flex3 > div > div p sup {
  vertical-align: text-top;
}

/* Section [merit_future]  */
#merit_future .iframe_responsive {
  position: relative;
  width: 50%;
  margin: 0 auto;
  padding: calc(315 / 560 * 50%) 0 0;
  text-align: center;
}

#merit_future .iframe_responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Section [results（BUSINESS MATCHING）]  */
#merit_matching .logos span {
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
}
#merit_matching .logos::after {
  display: block;
  width: calc(16.54% - 15px);
  height: 100%;
  content: "";
} 


@media (max-width: 768px) {
  #exhibit_merit section .inner > div:not(:last-child) {
    margin-bottom: 8vw;
  }

  #exhibit_merit .video_wrapper {
    flex-direction: column;
    gap: 2.67vw;
  }
  #exhibit_merit .video_wrapper iframe {
    width: 100%;
  }
  
  /* Section [exhibit_intro] */
  #exhibit_intro h2 em { font-size: 1.8rem;}

  #exhibit_intro h2 span {
    margin: 0 0 .67vw;
    font-size: 2.4rem;
  }

  #exhibit_intro .flex3 > div:not(:last-child){
    margin-bottom: 4vw;
  }
  #exhibit_intro p {
    font-size: 1.6rem;
  }

  #exhibit_intro .flex2 {
    display: block;
  }

  #exhibit_intro .flex2 figure {
    width: 100%;
    margin: 0 auto 4vw;
  }

  #exhibit_intro .flex2 div#number_list {
    width: calc(100% - 5.34vw);
    margin: 0 auto;
  }
  
  #exhibit_intro div#number_list dt {
    padding: 4vw;
    font-size: 1.4rem;
  }
  
  #exhibit_intro div#number_list dt:not(:last-child) { margin-bottom: 2.67vw;}

  #exhibit_intro div#number_list dt span::before {
    top: -5.36vw;
    left: -8vw;
    width: 8vw;
    height: 8vw;
    font-size: 1.6rem;
  }

  #exhibit_intro div#number_list dd {
    flex-direction: column;
    margin-bottom: 4vw;
  }
  #exhibit_intro div#number_list dd > p {
    width: 100%;
  }
  #exhibit_intro div#number_list dd > figure {
    width: 100%;
  }
  #exhibit_intro div#number_list dl:nth-of-type(3) dd > p > span {
    width: 90%;
  }
  
  /* Section [exhibit_intro] */
  #exhibit_intro ul li {
    align-items: flex-start;
    margin-bottom: 2.67vw;
    font-size: 1.4rem;
  }
  #exhibit_intro ul li::before {
    display: block;
    margin-right: 2.67vw;
    padding: 1.34vw;
    font-size: 1.4rem;
  }
  #exhibit_intro .flex3 {
    flex-direction: column;
    margin-top: 5vw;
  }
  #exhibit_intro .flex3 > div {
    width: 100%;
  }
  #exhibit_intro .flex3 > div > div {
    margin-bottom: 2.67vw;
    padding: 1.34vw;
  }
  #exhibit_intro .flex3 > div > div p {
    margin-bottom: 0;
  }
  #exhibit_intro .flex3 > div > div p em {
    font-size: 2rem;
  }

  /* Section [merit_future]  */
  #merit_future .iframe_responsive {
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
  }
  
  #merit_matching .list_num li {
    margin: 0 0 2.67vw 8vw;
    padding-left: 2.67vw;
  }
  
  #merit_matching .list_num li::before {
    left: -8vw;
    width: 8vw;
    height: 8vw;
    font-size: 1.4rem;
  }

  #merit_matching .logos span {margin-bottom: 2.67vw;}
}



/*===== ■3. Fee Page =====*/

#exhibit_merit .plan-list img {
  margin-bottom: auto;
}

#exhibit_merit .plan-list .list_labels li li { 
  margin-bottom: 20px;
  font-size: 1.8rem;
}
#exhibit_merit .plan-list .list_labels li li:last-child { 
  margin-bottom: 10px;
}

.list_labels li em {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}

#exhibit_merit .plan-list .list_labels .list_dots li {
  display: flex;
  align-items: center;
}

#exhibit_merit #fee_plan .list_labels .list_dots li {
  margin-bottom: 15px;
  padding-left: 0;
}

#exhibit_merit #fee_plan .list_labels .list_dots li::before {
  display: none;
}

#exhibit_merit .plan-list .list_labels .list_dots li::before {
  top: 10px;
}

#exhibit_merit .plan-list .list_labels .list_dots li em {
  display: inline-block;
  width: 70px;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 5px 10px;
  background: #666;
  color: #fff;
  border-radius: 5px;
}

#exhibit_merit .cat_notice {
  margin-bottom: 10px;
  padding: 10px;
}

#exhibit_merit .cat_notice dt {
  margin-bottom: 15px;
  color: #d71518;
}


/* Section [fee_intro] */

#fee_intro .inner div:first-child a { margin-bottom: 5px;}

#fee_intro .inner > p:first-child { 
  margin-bottom: 10px;
   text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

#fee_intro #howto { 
  margin-bottom: 10px;
}

#fee_intro #howto dd { 
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#fee_intro #howto em { 
  display: inline-block;
  flex:  0 0 auto;
  width: 60px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

#fee_intro #howto span { 
  margin-top: 5px;
}

#fee_intro #tcs-option {
  align-items: flex-start;
  margin-bottom: 30px;
}

#fee_intro #tcs-option a.boxlink {
  margin-top: 0;
}

#fee_intro #tcs-option div#email + p{
  text-align: right;
}

#fee_intro #tcs-option div#email p {
  margin-bottom: 10px;
}

#fee_intro #tcs-option div#email div {
  display: flex;
  width: 100%;
  padding: 5px;
  align-items: center;
  border-radius: 5px;
  background: rgba(0, 0, 0, .05);
}

#fee_intro #tcs-option div#email div em {
  width: 80px;
  margin-right: 10px;
  padding: 10px;
  border-radius: 5px;
  background: #333;
  color: #fff;
  text-align: center;
}


#fee_intro ul { margin-bottom: 20px;}

#fee_intro li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5px;
  text-align: center;
}
#fee_intro li::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 100%;
  background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, rgba(51,51,51,1) 50.01%) no-repeat top left/100% 51%,
    linear-gradient(to top left, rgba(255,255,255,0) 50%, rgba(51,51,51,1) 50.01%) no-repeat bottom right/100% 51%;
  content:"";
}
#fee_intro li:first-child::before {
  background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, rgba(215,21,24,1) 50.01%) no-repeat top left/100% 51%,
    linear-gradient(to top left, rgba(255,255,255,0) 50%, rgba(215,21,24,1) 50.01%) no-repeat bottom right/100% 51%;
}

#fee_intro li > * {
  width: 50%;
  padding: 15px;
  font-size: 1.8rem;
}

#fee_intro li em {
  background: #333;
  color: #fff;
  font-weight: bold;
}
#fee_intro li:first-child em { background: #d71518;}
#fee_intro li p { background: rgba(0, 0, 0, .05);}


/* Section [fee_plan ] */

#fee_plan > .inner div.flex2 {
  margin-bottom: 30px;
}

#fee_plan > .inner > p:first-child { text-align: center;}

#fee_plan .inner > p:first-child em {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
}

#fee_plan .inner > p:first-child em b {
  margin-right: 15px;
  color: #d71518;
  font-weight: bold;
  font-size: 2.4rem;
}

#fee_plan02 > .inner > p:first-child { text-align: center;}

#fee_plan02 .inner > p:first-child em {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
}

#fee_plan02 .inner > p:first-child em b {
  margin-right: 15px;
  color: #d71518;
  font-weight: bold;
  font-size: 2.4rem;
}

#fee_plan02 .inner .table_scroll td span {
  display: block;
  font-size: 1.4rem;
} 

#exhibit_fee #fee_plan02 .list_labels {
  margin-bottom: 30px;
}

#exhibit_fee #fee_plan02 .list_labels li li {
  margin-bottom: 10px;
}

#exhibit_fee #fee_plan02 .list_labels .list_dots li::before {
  top: 5px;
}

/* Section [fee_target] */
#fee_target dl {
  margin-bottom: 20px;
  padding: 10px;
}

#fee_target dt {
  margin-bottom: 10px;
  padding: 10px;
  background: #666;
  font-weight: 600;
  font-size: 1.8rem;
}

#fee_target dl#cat_frozen dt { background-color: #fff462;}
#fee_target dl#cat_tech dt { background-color: #c8a4bf;}
#fee_target dl#cat_export dt { background-color: #e1e6b7;}
#fee_target dl#cat_plant dt { background-color: #e6c664;}
#fee_target dl#cat_import dt { background-color: #f8c6bd;}
#fee_target dl#cat_drink dt { background-color: #ddecf5;}
#fee_target dl#cat_processed dt { background-color: #c8e7e9;}
#fee_target dl#cat_agricultural dt { background-color: #c7e8fa;}
#fee_target dl#cat_meat dt { background-color: #c7e8fa;}
#fee_target dl#cat_seafood dt { background-color: #c7e8fa;}
#fee_target dl#cat_publication dt { background-color: #f7c1a4;}
#fee_target dl#cat_local dt { background-color: #ceb285;}
#fee_target dl#cat_sweets dt { background-color: #f1d9e9;}
#fee_target dl#cat_organic dt { background-color: #709dc0;}
#fee_target dl#cat_safety dt { background-color: #d7e299;}
#fee_target dl#cat_national dt { background-color: #a0b9e0;}
#fee_target dl#cat_condiment dt { background-color: #a0e0a1;}

#fee_target dd figure {text-align: center;
}

/* Section [fee_countries] */

#fee_countries #option_btn {
  padding-bottom: 40px;
}


/* Section [fee_about] */
#fee_about .inner > div {
  display: flex;
  margin-bottom: 20px;
}
#fee_about .inner > div figure {
  flex-shrink: 0;
  width: 50%;
  text-align: center;
}
#fee_about .inner > div > div{
  margin-left: 20px;
}
#fee_about .inner > div p em {
  font-weight: bold;
  font-size: 3rem;
}
#fee_about p {
	margin-bottom: 15px;
}


/* Section [fee_inquiry] */

#fee_inquiry p {
	margin-bottom: 15px;
}


/* Section [fee_country] */

#fee_country .inner p { margin-bottom: 30px;}

#fee_country th { width: 200px;}

#fee_country .list_dots li {
  display: inline-block;
  width: 180px;
  margin: 5px 5px 5px 0;
  vertical-align: top;
}


@media (max-width: 768px) {
  
  #exhibit_fee h2.subtit em { font-size: 2.8rem;}
  #exhibit_fee h2.subtit span { font-size: 1.6rem;}
  
  #exhibit_fee .plan-list .list_labels .list_dots li {
    align-items: stretch;
  }
  
  #exhibit_fee .plan-list .list_labels .list_dots li em {
    width: 25%;
    padding: 1.34vw 2.67vw;
  }
  
  #exhibit_fee .plan-list .list_labels .list_dots li span {
    width: 80%;
    padding: 1.34vw 0;
  }
  
  #exhibit_fee #fee_plan .list_labels .list_dots li {
    margin-bottom: 4vw;
  }
  
  #exhibit_fee .plan-list .list_labels {
    margin-bottom: 4vw;
  }

  #fee_countries #option_btn {
    margin-top: 4vw;
    padding-bottom: 6.67vw;
  }


  /* Section [fee_about] */
  #fee_about .inner > div {
    flex-direction: column-reverse;
  }
  #fee_about .inner > div figure {
    max-width: none;
    width: 100%;
    text-align: center;
  }
  #fee_about .inner > div > div {
    margin-left: 0;
  }
  #fee_about .inner > div p {
    margin-left: 0;
  }
  #fee_about .inner > div p em {
    font-size: 2rem;
  }
	#fee_about p {
		margin-bottom: 2.67vw;
	}
  
  /* Section [fee_inquiry] */
  a#fee_inquiry {
    margin: 0 2.67vw;
  }
  
  #fee_plan > .inner div.flex2 {
    margin-bottom: 4vw;
  }
  
  #fee_plan .inner > p:first-child {
    margin-bottom: 2.67vw;
  }
  
  #fee_plan .inner > p:first-child em,
  #fee_plan .inner > p:first-child em b {
    font-size: 1.6rem;
  }
  
  #fee_plan > .inner > div.flex2 > div:last-child ul  {
    margin-bottom: 0;
  }
  
  #fee_plan img {
    margin-bottom: 4vw;
  }
  
  
  /* Section [fee_intro] */
  
  #fee_intro .boxlink {
    margin: 4vw auto;
  }
  #fee_intro .boxlink:last-child {
    margin-bottom: 2.67vw;
  }
  
  #fee_intro .inner > p:first-child { 
    margin-bottom: 1.34vw;
    font-size: 1.6rem;
  }

  #fee_intro #howto { 
    margin-bottom: 2.67vw;
  }

  #fee_intro #howto em { 
    margin-right: 1.34vw;
    margin-bottom: 1.34vw;
    padding: 1.34vw;
  }

  #fee_intro #howto span { 
    margin-top: 1.34vw;
  }

  #fee_intro #tcs-option {
    margin-bottom: 0;
  }
  
  #fee_intro #tcs-option div#email {
    margin-bottom: 8vw;
  }
  
  #fee_intro #tcs-option div#email p {
    margin-bottom: 4vw;
  }
  
  #fee_intro #tcs-option div#email div {
    width: 100%;
    margin: 0;
  }
  
  #fee_intro #tcs-option div#email div em {
    width: auto;
    margin-right: 1.34vw;
    padding: 1.34vw 2.67vw;
  }
  
  #fee_intro #tcs-option div:nth-of-type(2) {
    width: 100%;
    margin: 0;
  }

  #fee_intro ul { margin-bottom: 2.67vw;}

  #fee_intro li {
    display: block;
    margin-bottom: 1.34vw;
  }
  #fee_intro li::before {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 100%;
    background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, rgba(51,51,51,1) 50.01%) no-repeat top left/100% 51%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, rgba(51,51,51,1) 50.01%) no-repeat bottom right/100% 51%;
    content:"";
  }
  #fee_intro li:first-child::before {
    background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, rgba(215,21,24,1) 50.01%) no-repeat top left/100% 51%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, rgba(215,21,24,1) 50.01%) no-repeat bottom right/100% 51%;
  }

  #fee_intro li > * {
    display: block;
    width: 100%;
    padding: 2.67vw 4vw;
    font-size: 1.6rem;
  }

  #fee_intro li p { font-size: 1.8rem;}
  
  /* Section [fee_plan ] */
  
  #fee_plan02 .inner > p:first-child {
    margin-bottom: 2.67vw;
  }
  
  #fee_plan02 .inner > p:first-child em,
  #fee_plan02 .inner > p:first-child em b {
    font-size: 1.6rem;
  }
  
  #fee_plan02 .inner .table_scroll td span {
    font-size: 1.2rem;
    word-break: break-word;
  } 
  
  #exhibit_fee #fee_plan02 .list_labels {
    margin-bottom: 4vw;
  }
  
  #exhibit_fee .cat_notice {
    margin-bottom: 2.67vw;
  }
  
  #exhibit_fee #fee_plan02 .table_scroll {
    white-space:normal;
  }
  #exhibit_fee #fee_plan02 .table_scroll td{
    text-align: left;
  }
  
  /* Section [fee_country ] */

  #fee_country .inner p { margin-bottom: 4vw;}
  
  #fee_country th { width: auto;}
  
  #fee_country .list_dots {
    display: flex;
    flex-wrap: wrap;
  }

  #fee_country .list_dots li {
    width: 50%;
    margin: 1.34vw 0;
  }

}



/*===== ■4. Flow Page =====*/
 #exhibit_flow #visual { background-image: url("../img/exhibit/img-visual-flow.jpg");}


/* Section [flow_schedule] */
#flow_schedule .inner { position: relative;}

#flow_schedule .mb20 { margin-bottom: 20px;}

#flow_schedule #pipe {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 0;
	width: 4px;
	height: calc(100% - 60px);
	background: #999;
}
#flow_schedule #pipe_inner {
	position: absolute;
	width: 4px;
	background: #333;
	content: "";
}

#flow_schedule .inner > div:not(#pipe) {
  position: relative;
  padding: 20px;
  background: rgba(0, 0, 0, .05);
}
#flow_schedule .inner > div:not(#pipe):first-of-type { margin-bottom: 10px;}

#flow_schedule .inner > div b {
  position: absolute;
  top: 0;
  right: 10px;
  font-weight: 600;
  font-size: 6.0rem;
  color: #ccc;
}

#flow_schedule .inner dl {
  position: relative;
  margin-bottom: 25px;
  padding-left: 20px;
}

#flow_schedule .inner dl.finish::before {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 4px;
  height: calc(100% + 35px);
  background: #333;
  content: "";
}
#flow_schedule .inner > div:first-of-type dl:last-of-type.finish::before { height: calc(100% + 85px);}
#flow_schedule .inner > div + div dl:last-of-type.finish::before { height: calc(100% + 25px);}

#flow_schedule .inner dt {
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 2.2rem;
}
#flow_schedule .inner dt::before {
  position: absolute;
  top: 50%;
  left: -23px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
  transform: translateY(-50%);
  content: "";
}
#flow_schedule .inner .emphasis dt::before {
  left: -28px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 4px solid #333;
  background: #ebebeb;
}
#flow_schedule .inner .emphasis + .emphasis dt::before { border-color: #d71518;}

#flow_schedule .inner dd {
  margin-left: 20px;
  color: #555;
  font-size: 1.8rem;
}

#flow_schedule .inner dd em {
  display: inline-block;
  margin-left: 10px;
  padding: 10px;
  border-radius: 5px;
  background: #555;
  color: #fff;
  font-size: 2.0rem;
}

#flow_schedule .inner dd em span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px dotted #ccc;
  font-weight: bold;
  font-size: 2.0rem;
}

#flow_schedule .inner dd > p > span {
  font-weight: bold;
}

#flow_schedule .inner dd strong {
  display: block;
  color: #d71518;
  font-weight: bold;
  font-size: 4rem;
}

#flow_schedule .inner dd > p.ttl-p {
  font-size: 2.4rem;
}

#flow_schedule .inner ul { margin-top: 15px;}

#flow_schedule .inner li {
  margin-top: 5px;
  padding-left: 1.4rem;
  font-size: 1.6rem;
  text-indent: -1.4rem;
}

/* Section [flow_apply] */
#flow_apply .flex2 > div { margin-bottom: 10px;}

#flow_apply ol { padding: 0 0 20px;}

#flow_apply ol > li {
  display: flex;
  flex-wrap: wrap;
  counter-increment: step;
}
#flow_apply ol > li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

#flow_apply ol > li::before {
  display: block;
  width: 60px;
  padding: 10px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  content: "step0" counter(step);
}

#flow_apply ol > li > div {
  flex: 1;
  margin: 5px 0 5px 10px;
  font-size: 1.8rem;
}

#flow_apply ol > li > div em,
#flow_apply ol > li > div b {
  color: #d71518;
  font-weight: bold;
  font-size: 1.8rem;
}

#flow_apply ol > li > div em { display: block;}

#flow_apply ol > li > div ul { margin-top: 10px;}

#flow_apply ol > li > div li {
  margin-bottom: 10px;
  padding-left: 1.2rem;
  color: #d71518;
  font-weight: bold;
  font-size: 1.4rem;
  text-indent: -1.2rem;
}

#flow_apply ol > li > div p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #ccc;
  font-size: 1.4rem;
  line-height: 1.4;
}

#flow_apply ol + a {
	margin-bottom: 40px;
}

#flow_apply .flex2 > dl {
  width: calc(100% - 40px);
  margin: 0 20px 40px;
  padding: 15px 20px;
  background: rgba(0, 0, 0, .05);
  text-align: center;
}

#flow_apply .flex2 > dl dt {
  margin-bottom: 10px;
  color: #d71518;
  font-weight: bold;
  font-size: 2.0rem;
}


@media (max-width: 768px) {
  /* Section [flow_schedule] */
  
  #flow_schedule .mb20 { margin-bottom: 2.67vw;}

  #flow_schedule #pipe {
    position: absolute;
    top: 2.67vw;
    left: 5.34vw;
    width: 1.07vw;
    height: calc(100% - 8vw);
  }
  #flow_schedule #pipe_inner { width: 1.07vw;}

  #flow_schedule .inner > div:not(#pipe) {
    padding: 2.67vw;
  }
  #flow_schedule .inner > div:not(#pipe):first-of-type { margin-bottom: 1.34vw;}

  #flow_schedule .inner > div b {
    right: 1.34vw;
    font-size: 4.0rem;
  }

  #flow_schedule .inner dl {
    margin-bottom: 4vw;
    padding-left: 4vw;
  }

  #flow_schedule .inner dl.finish::before {
    width: 1.07vw;
    height: calc(100% + 8vw);
  }
  #flow_schedule .inner > div:first-of-type dl:last-of-type.finish::before { height: calc(100% + 13.34vw);}
  #flow_schedule .inner > div + div dl:last-of-type.finish::before { height: calc(100% + 4vw);}
  
  #flow_schedule .inner dt {
    margin-bottom: 2.67vw;
    font-size: 2.0rem;
  }
  #flow_schedule .inner dt::before {
    left: calc(-4vw + -.8vw);
    width: 2.67vw;
    height: 2.67vw;
  }
  #flow_schedule .inner .emphasis dt::before {
    left: calc(-4vw + -1.87vw);
    width: 2.67vw;
    height: 2.67vw;
    border: 1.07vw solid #333;
  }

  #flow_schedule .inner dd {
    margin-left: 2.67vw;
    font-size: 1.6rem;
  }

  #flow_schedule .inner dd em {
    display: block;
    margin: 0 0 1.34vw;
    padding: 1.34vw 2.67vw;
    border-radius: 3px;
    font-size: 1.8rem;
  }

  #flow_schedule .inner dd em span {
    margin-right: 2.67vw;
    padding-right: 2.67vw;
    font-size: 1.6rem;
  }

  #flow_schedule .inner dd strong { font-size: 2.6rem;}

  #flow_schedule .inner ul { margin-top: 2.67vw;}

  #flow_schedule .inner li {
    margin-top: 1.34vw;
    font-size: 1.2rem;
  }
  
  #flow_schedule .inner li a{
    font-size: 1.2rem;
  }

  /* Section [flow_apply] */
  #flow_apply .flex2 > div { margin-bottom: 4vw;}
  #flow_apply .flex2 > div:first-of-type { margin-bottom: 8vw;}

  #flow_apply ol { padding: 0 2.67vw 2.67vw;}
  #flow_apply .flex2 > div:last-of-type ol { padding: 0 2.67vw;}

  #flow_apply ol > li { display: block;}
  #flow_apply ol > li:not(:last-child) {
    margin-bottom: 4vw;
    padding-bottom: 2.67vw;
  }

  #flow_apply ol > li::before {
    display: inline-block;
    width: auto;
    padding: 1.34vw 2.67vw;
    border-radius: 5px;
    font-size: 1.6rem;
  }

  #flow_apply ol > li > div {
    margin: 1.34vw;
    font-size: 1.6rem;
  }

  #flow_apply ol > li > div em,
  #flow_apply ol > li > div b { font-size: 1.6rem;}

  #flow_apply ol > li > div ul { margin-top: 1.34vw;}

  #flow_apply ol > li > div li {
    margin-bottom: 2.67vw;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  #flow_apply ol > li > div p {
    margin-top: 2.67vw;
    padding-top: 0;
    border-top: none;
    font-size: 1.4rem;
  }

  #flow_apply ol + a { margin: 0 2.67vw 2.67vw;}

  #flow_apply .flex2 > dl {
    width: calc(100% - 5.34vw);
    margin: 0 2.67vw 5.34vw;
    padding: 2.67vw;
    text-align: left;
  }

  #flow_apply .flex2 > dl dt {
    margin-bottom: 2.67vw;
    font-size: 1.8rem;
    text-align: center;
  }

}


/*===== ■5. Option Page =====*/

#exhibit_option section > .inner,
#exhibit_option02 section > .inner{
  padding-bottom: 40px;
}


@media (max-width: 768px) {
  
  #option_all .flex2 div:last-child a.boxlink,
  #option_all .inner h3 + a.boxlink { margin: 0 auto 5.34vw;}
  
  #exhibit_option02 section > .inner,
  #exhibit_option section > .inner {
    padding-bottom: 4vw;
  }
  
}



/* Section [Optional Services (Free)] */
#exhibit_option #option_pavilion h3 + p em {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #d71518;
}

#exhibit_option #tabs a,
#exhibit_option02 #tabs a{
  text-decoration: none;
}



@media (max-width: 768px) {
  
  #exhibit_option #option_all .flex2 {
    align-items: flex-start;
  }
  
  #exhibit_option #option_all .flex2 p {
    margin-bottom: 4vw;
  }
  
  #exhibit_option #option_all .flex2 img {
    height: auto;
    width: auto;
  }
  
}



/* Section [Optional Services (Charged)] */

#exhibit_option02 .inner p {
  margin-bottom: 15px;
}

#exhibit_option02 #option_all .inner > p {
  margin-bottom: 20px;
}

#exhibit_option02 .service_banner .inner > p {
  margin-bottom: 20px;
  text-align: center;
}

#exhibit_option02 .service_banner div.a-list {
  width: calc(66.66% - 5px);
}

#exhibit_option02 .service_banner div.a-list a:not(:last-child) {
	margin-bottom: 15px;
}

#exhibit_option02 #rental_services .flex2 img {
  width: calc(33.33% - 15px);
}

#exhibit_option02 #rental_services div.flex2 {
  align-items: flex-start;
}

#exhibit_option02 #sample .flex4 {
  justify-content: flex-start;
}

#exhibit_option02 #sample .flex4 a {
  width: calc(16.54% - 15px);
  margin-right: 20px;
}

#exhibit_option02 #interpreting .flex6 {
  justify-content: flex-start;
}
#exhibit_option02 #interpreting .flex6 a {
  margin-right: 20px;
}

#exhibit_option02 #other-btn {
  margin-top: 40px;
}



@media (max-width: 768px) {
	
	  #exhibit_option02 .flex2 {
    align-items: flex-start;
  }
	
	#exhibit_option02 .flex2 img {
		margin-bottom: 4vw;
    height: auto;
    width: 100%;
	}
	
	#exhibit_option02 .inner p {
		margin-bottom: 4vw;
	}
	
  #exhibit_option02 #option_all .inner > p {
    margin-bottom: 4vw;
  }
  
  #exhibit_option02 #option_all .flex2 div:first-child {
    margin-bottom: 4vw;
  }
	
	#option_pavilion02 .inner ul.list_dots {
		margin-bottom: 4vw;
	}
  
   #exhibit_option02 .service_banner .inner > p {
    margin-bottom: 4vw;
  }
	
	#exhibit_option02 .service_banner div.a-list {
		width: 100%;
		margin-bottom: 4vw;
	}
	
	#exhibit_option02 .service_banner div.a-list a:not(:last-child) {
		margin-bottom: 2.67vw;
	}
  
  #exhibit_option02 #rental_services .flex2 img {
    width: 100%;
  }
  
  #exhibit_option02 #interpreting .flex6 a {
    margin-right: 0;
    margin-bottom: 4vw;
  }
  
  #exhibit_option02 #brochure-report a.boxlink:first-child {
    margin-bottom: 4vw;
  }
  
  #exhibit_option02 #other-btn {
    margin: 8vw 2.67vw 0;
  }
  
  #exhibit_option02 #other-btn div:first-child {
    margin-bottom: 4vw;
  }
  
  
}



/*===== ■6. Target Page =====*/
#exhibit_target #visual { background-image: url("../img/exhibit/img-visual-target.jpg");}

#exhibit_target section .inner > p em {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}

#exhibit_target section .inner > p:not(:last-child) { margin-bottom: 20px;}


/* Section [target_category] */

#target_category .inner p {
  margin-bottom: 15px;
}

#target_category ul::after {
  display: block;
  width: calc(50% - 5px);
  content:'';
}

#target_category li {
  margin-bottom: 10px;
  padding: 10px;
  background: #666;
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
}
#target_category li span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.6rem;
}

#target_category li#cat_wine { background-color: #792481;}
#target_category li#cat_import { background-color: #b27572;}
#target_category li#cat_washoku { background-color: #e60012;}
#target_category li#cat_export { background-color: #66a1c5;}
#target_category li#cat_drink { background-color: #c1599d;}
#target_category li#cat_sweets { background-color: #82bfbe;}
#target_category li#cat_organic { background-color: #b389b7;}
#target_category li#cat_marine { background-color: #57b9e4;}
#target_category li#cat_meat { background-color: #ed6c00;}
#target_category li#cat_agri { background-color: #18633e;}
#target_category li#cat_tech { background-color: #7b59a3;}
#target_category li#cat_sdgs { background-color: #dcbe6d;}
#target_category li#cat_region { background-color: #e4adc3;}
#target_category li#cat_frozen { background-color: #00a0e9;}
#target_category li#cat_process { background-color: #ab869f;}
#target_category li#cat_it { background-color: #8b9bce;}
#target_category li#cat_inter { background-color: #70a0b8;}


/* Section [target_layout] */
#target_layout ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#target_layout li {
  display: flex;
  align-items: center;
  margin: 0 10px;
  vertical-align: middle;
}

#target_layout li span {
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #666;
  color: #fff;
  font-size: 1.6rem;
}

#target_layout li b {
  margin-left: 4px;
  margin-right: 4px;
  color: #d71518;
  font-weight: bold;
  font-size: 2.4rem;
}

#target_layout figure {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, .05);
}

#target_layout figure img {
  width: 100%;
}


@media (max-width: 768px) {
  #exhibit_target section .inner > p em {
    margin-bottom: 4vw;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  
  #exhibit_target section .inner > p:not(:last-child) { margin-bottom: 4vw;}

  /* Section [target_layout] */
  #target_layout ul {
    display: block;
    margin-bottom: 0;
  }

  #target_layout li { flex-direction: column; margin: 0 ;}
  #target_layout li:not(:last-child) { 
    margin: 0 0 1.34vw;
  }
  
  #target_layout li div {
    margin-bottom: 2.67vw;
  }

  #target_layout li span {
    margin-right: 1.34vw;
    margin-bottom:  1.34vw;
    padding: 1.34vw 2.67vw;
    font-size: 1.6rem;
  }

  #target_layout li b {
    margin-left: 1.34vw;
    margin-right: 1.34vw;
    font-size: 2.2rem;
  }
  
  #target_layout figure {
    padding: 2.67vw;
  }
  
  /* Section [target_category] */
  #target_category li {
    width: 100%;
    font-size: 1.6rem;
  }
  
  #target_category .inner p {
    margin-bottom: 4vw;
  }
  
}


/*===== ■7. Pickup Page =====*/
#exhibit_pickup #visual { background-image: url("../img/exhibit/img-visual-pickup.jpg");}

#photogallery_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

#photogallery_list::after {
  display: block;
  width: calc(50% - 10px);
  content:'';
}

#photogallery_list li {
  position: relative;
  width: calc(25% - 10px);
  margin-bottom: 10px;
}

#photogallery_list li a::before {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 15px;
  background: url("../img/etc/img-open.svg") no-repeat center / contain;
  content:"";
  z-index: 1;
}

#photogallery_list li a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 50px solid transparent;
  border-bottom: 50px solid #8a0e10;
  content:"";
}

#photogallery_list li img,
#photogallery_list li canvas{
  width: 100%;
  vertical-align: bottom;
  transition: filter .25s;
}




/* Section [pickup_intro] */
#exhibit_pickup #pickup_intro .smallcard li { width: calc(33.33% - 20px);}


/* Section [Detail Pages] */

#exhibit_pickup .inner p.text-center {
  margin-bottom: 30px;
  text-align: center;
}

#exhibit_pickup section .label { margin-bottom: 10px;}

#exhibit_pickup section .label li {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #d71518;
  color: #fff;
}

#exhibit_pickup ul.list_dots li {
	display: inline-block;
	width: calc(33.33% - 20px);
  vertical-align: text-top;
}
#exhibit_pickup ul.list_dots li dt {
	font-weight: bold;
}

#exhibit_pickup #meat_background .flex2 {
	margin-bottom: 30px;
}
#exhibit_pickup .read {
	margin-bottom: 20px;
}

#exhibit_pickup .read em {
	color: #c00;
}

#exhibit_pickup #graph p {
	margin-bottom: 20px;
}



/* foodex frozen */

#exhibit_pickup #frozen_market .inner > div {
  margin-bottom: 20px;
}

#exhibit_pickup #frozen_intro {
  padding: 30px 20px;
  text-align: center;
  background: #fff;
}

#exhibit_pickup #frozen_intro p {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #00a0e9;
}

#exhibit_pickup #frozen_intro figure {
  margin-bottom: 20px;
}

#exhibit_pickup #frozen_intro ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#exhibit_pickup #frozen_intro li {
  width: 25%;
}

#exhibit_pickup #frozen_background .flex2 > div:first-child figure,
#exhibit_pickup #frozen_background .flex2 > div:nth-child(2) figure {
  max-width: 640px;
  margin: auto;
}

#exhibit_pickup #frozen_background .flex2 > div:last-child a {
  color: #ccc;
}

#exhibit_pickup #frozen_market .flex2 > div:last-child a:hover p {
  color: #fff;
}

#exhibit_pickup #frozen_background .flex2 > div:last-child a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 10px;
  background: rgba(0, 0, 0, .8);
  color: #ccc;
}

#exhibit_pickup #frozen_backgroundt .flex2 > div:last-child a span {
  text-decoration: none;
}

#exhibit_pickup #frozen_background .flex2 > div:last-child figure {
  position: relative;
  max-width: 300px;
  margin: 10px auto 0;
}

#exhibit_pickup #frozen_background .flex2 > div:last-child figure p::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8) 50.01%) no-repeat top left / 100% 100%;
  transform: translateY(-100%);
  content: "";
}

#exhibit_pickup #frozen_background .label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  background: #333;
  font-weight: bold;
  color: #fff;
}

#exhibit_pickup #frozen_stand .price {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: #d71518;
  font-size: 2.4rem;
}

#exhibit_pickup #frozen_stand .price > em {
  margin-right: 10px;
  padding: 5px;
  background: #333;
  font-weight: bold;
  color: #fff;
}

#exhibit_pickup #frozen_stand .price > span {
  font-size: 1.4rem;
  color: #333;
}

#exhibit_pickup #frozen_stand .table_scroll th {
  background: #333;
  color: #fff;
}

#exhibit_pickup #frozen_stand .table_scroll tr:first-child th {
  width: 70%;
}

#exhibit_pickup #frozen_stand .table_scroll tr:first-child td {
  width: 30%;
}



#exhibit_pickup #frozen_merit .inner > p {margin-bottom: 20px;}

#exhibit_pickup #frozen_merit ul {margin-bottom: 20px;}

#exhibit_pickup #frozen_merit li { 
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  counter-increment: num;
}

#exhibit_pickup #frozen_merit li:not(:last-child) { 
  margin-bottom: 10px;
}

#exhibit_pickup #frozen_merit li::before {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  content: "0" counter(num);
}

#exhibit_pickup #frozen_merit li span em { 
  color: #8b008b;
  font-weight: bold;
  font-size: 2rem;
}

#exhibit_pickup #frozen_merit li span span{ 
  position: relative;
  display: block;
  margin-top: 5px;
  padding-left: 15px;
}
#exhibit_pickup #frozen_merit li span span::before{ 
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 12px;
  height: 1px;
  background: #333;
  content: "";
}


#exhibit_pickup #frozen_video .iframe_responsive {
  position: relative;
  margin-bottom: 10px;
  padding: calc(315 / 560 * 50%) 0 0;
}

#exhibit_pickup #frozen_video .iframe_responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* foodex tech */

#exhibit_pickup #tech_intro {
  padding: 30px 20px;
  text-align: center;
  background: #fff;
}

#exhibit_pickup #tech_intro > p {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 3.2rem;
  color:#7a5fa9;
}

#exhibit_pickup #tech_intro ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#exhibit_pickup #tech_intro li {
  width: 25%;
}

#exhibit_pickup #tech_background p {
  font-size: 2rem;
}

#exhibit_pickup #tech_background figure img{
  width: 70%;
}

#exhibit_pickup #tech_background .label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  background: #333;
  font-weight: bold;
  color: #fff;
}


#exhibit_pickup #tech_stand .price {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: #d71518;
  font-size: 2.4rem;
}

#exhibit_pickup #tech_stand .price > em {
  margin-right: 10px;
  padding: 5px;
  background: #333;
  font-weight: bold;
  color: #fff;
}

#exhibit_pickup #tech_stand .price > span {
  font-size: 1.4rem;
  color: #333;
}

#exhibit_pickup #tech_stand .table_scroll th {
  background: #333;
  color: #fff;
}

#exhibit_pickup #tech_stand .table_scroll tr:first-child th {
  width: 70%;
}

#exhibit_pickup #tech_stand .table_scroll tr:first-child td {
  width: 30%;
}

#exhibit_pickup #tech_market .inner > p {
  margin-bottom: 20px;
}

#exhibit_pickup #tech_market figure {
  max-width: 640px;
  margin: 0 auto;
}

#exhibit_pickup #tech_market div + p {
  position: relative;
  margin-top: 80px;
}

#exhibit_pickup #tech_market div + p::before {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 80px;
  height: 25px;
  background:linear-gradient(to top right, transparent 50%, #333 50.5%) no-repeat top left/50% 100%,linear-gradient(to top left, transparent 50%, #333 50.5%) no-repeat top right/50% 100%;
  transform: translateX(-50%);
  content: '';
}

#exhibit_pickup #tech_market ul.list_dots li {
  display: block; 
  width: 100%;
}

#exhibit_pickup #tech_market div:last-child {
  padding-bottom: 40px;
}

#exhibit_pickup #tech_market div:last-child a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 10px;
  background: rgba(0, 0, 0, .8);
  color: #ccc;
}

#exhibit_pickup #tech_market div:last-child a:hover p {
  color: #fff;
}

#exhibit_pickup #tech_market div:last-child a span {
  text-decoration: none;
}

#exhibit_pickup #tech_market div:last-child figure {
  position: relative;
  max-width: 300px;
  margin: 10px auto 0;
}

#exhibit_pickup #tech_market div:last-child figure p::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8) 50.01%) no-repeat top left / 100% 100%;
  transform: translateY(-100%);
  content: "";
}

#exhibit_pickup #tech_merit .inner > p {margin-bottom: 20px;}

#exhibit_pickup #tech_merit ul {margin-bottom: 20px;}

#exhibit_pickup #tech_merit li { 
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  counter-increment: num;
}

#exhibit_pickup #tech_merit li:not(:last-child) { 
  margin-bottom: 10px;
}

#exhibit_pickup #tech_merit li::before {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  content: "0" counter(num);
}

#exhibit_pickup #tech_merit li span { 
  margin-top: 5px;
}

#exhibit_pickup #tech_merit li span em { 
  color: #000371;
  font-weight: bold;
  font-size: 2rem;
  background:linear-gradient(transparent 70%, #FFFF00 0%);
}

#exhibit_pickup #tech_merit li > span > span{ 
  position: relative;
  display: block;
  padding-left: 15px;
}
#exhibit_pickup #tech_merit li > span > span::before{ 
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 12px;
  height: 1px;
  background: #333;
  content: "";
}

#exhibit_pickup #tech_video .iframe_responsive {
  position: relative;
  margin-bottom: 10px;
  padding: calc(315 / 560 * 50%) 0 0;
}

#exhibit_pickup #tech_video .iframe_responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#exhibit_plan #exhibit_plan_05 {
  padding-top: 160px;
  margin-top: -160px;
}

@media (max-width: 768px) {
  #exhibit_pickup #pickup_intro .smallcard li{ width: calc(50% - 2.67vw);}
  #photogallery_list {margin-bottom: 0;}
  #photogallery_list li {
    width: calc(50% - 1.34vw);
    margin-bottom: 2.67vw;
  }
  #photogallery_list li a::before {
    bottom: 1.34vw;
    right: 1.34vw;
    width: 4vw;
    height: 2.94vw;
  } 
  #photogallery_list li a::after {
    border-left: 10.67vw solid transparent;
    border-bottom: 10.67vw solid #8a0e10;
  }
  #photogallery_list li a:hover img {
    filter: none;
  }
  #photogallery_list li img {
    filter: brightness(100%) sepia(0%);
  }
	
	/* Section [Detail Pages] */
  #exhibit_pickup .inner p.text-center {
    margin-bottom: 4vw;
  }
	#exhibit_pickup div.flex2 div:last-child p {
		margin-bottom: 0;
	}
	#exhibit_pickup section .label { margin-bottom: 2.67vw;}
	#exhibit_pickup section .label + p { margin-bottom: 4vw;}
	#exhibit_pickup section .label li {
		margin-right: 2.67vw;
		padding: 1.35vw 2.67vw;
	}
	#exhibit_pickup ul.list_dots li {
		width: 100%;
	}
	#exhibit_pickup #meat_background .flex2 {
		margin-bottom: 4vw;
	}
	#exhibit_pickup .read {
		margin-bottom: 4vw;
	}
	#exhibit_pickup #graph p {
		margin-bottom: 2.67vw;
	}
  #exhibit_pickup .btn-exhibit section {
    margin-bottom: 4vw;
  }
  
  /* foodex frozen */
  #exhibit_pickup #frozen_intro {
    margin: 0 2.67vw;
    padding: 5.34vw 2.67vw;
  }
  #exhibit_pickup #frozen_intro p {
    margin-bottom: 5.34vw;
    font-size: 1.6rem;
  }
  #exhibit_pickup #frozen_intro figure {
    margin-bottom: 5.34vw;
  }
  #exhibit_pickup #frozen_intro img {
    vertical-align: bottom;
  }
  #exhibit_pickup #frozen_intro ul {
    flex-wrap: wrap;
  }
  #exhibit_pickup #frozen_intro li {
    width: 50%;
  }
  #exhibit_pickup #frozen_background div.flex2 div:last-child p:first-of-type {
		margin-bottom: 2.67vw;
	}
  #exhibit_pickup #frozen_stand .price {
    margin-bottom: 2.67vw;
    font-size: 1.8rem;
  }
  #exhibit_pickup #frozen_stand .price > em {
    display: inline-block;
    margin: 0 2.67vw 1.34vw 0;
    padding: 1.34vw;
  }
  #exhibit_pickup #frozen_kind ul.list_dots li {
    width: calc(50% - 1.34vw);
  }
  #exhibit_pickup #frozen_market .flex2 > div:first-child {
    margin-bottom: 5.34vw;
  }
  #exhibit_pickup #frozen_market .flex2 > div:first-child figure {
    margin: 2.67vw auto 0;
  }
  #exhibit_pickup #frozen_merit .inner > p {
    margin-bottom: 4vw;
  }
  #exhibit_pickup #frozen_merit ul {margin-bottom: 4vw;}
  #exhibit_pickup #frozen_merit li:not(:last-child) {
    margin-bottom: 1.34vw;
  }
  #exhibit_pickup #frozen_merit li::before {
    margin-right: 1.34vw;
    padding: 1.34vw 2.67vw;
    font-size: 1.4rem;
    letter-spacing: .05rem;
  }
  #exhibit_pickup #frozen_merit .flex2 a:not(:last-child) {
    margin-bottom: 2.67vw;
  }
  #exhibit_pickup #frozen_video .inner > div {
    width: 100%;
  }
  #exhibit_pickup #frozen_video .iframe_responsive {
    margin-bottom: 5.34vw;
    padding: calc(315 / 560 *  100%) 0 0;
  }
  
  /* foodex tech */
  #exhibit_pickup #tech_intro {
    margin: 0 2.67vw;
    padding: 5.34vw 2.67vw;
  }
  #exhibit_pickup #tech_intro > p {
    margin-bottom: 2.67vw;
    font-size: 1.8rem;
  }
  #exhibit_pickup #tech_intro ul {flex-wrap: wrap;}
  #exhibit_pickup #tech_intro li {width: 50%;}
  #exhibit_pickup #tech_background .flex2 {flex-direction: column;}
  #exhibit_pickup #tech_background .flex2 p {
    margin-bottom: 2.67vw;
    font-size: 1.6rem;
  }
  #exhibit_pickup #tech_background .flex2 figure img{width: 100%;}
  #exhibit_pickup #tech_market div:last-child {padding: 2.67vw 2.67vw 4rem;}
  #exhibit_pickup #tech_market .flex2 > div:first-child {margin-bottom: 5.34vw;}
  #exhibit_pickup #tech_market .flex2 > div:first-child figure {margin: 2.67vw auto 0;}
  #exhibit_pickup #tech_market .flex2 figure:first-child {margin-bottom: 2.67vw;}
  #exhibit_pickup #tech_merit .inner > p { margin-bottom: 4vw;}
  #exhibit_pickup #tech_merit ul {margin-bottom: 4vw;}
  #exhibit_pickup #tech_merit li:not(:last-child) {margin-bottom: 1.34vw;}
  #exhibit_pickup #tech_merit li::before {
    margin-right: 1.34vw;
    padding: 1.34vw 2.67vw;
    font-size: 1.4rem;
    letter-spacing: .05rem;
  }
  #exhibit_pickup #tech_merit .flex2 a:not(:last-child) {margin-bottom: 2.67vw;}
  #exhibit_pickup #tech_video .inner > div {
    width: 100%;
  }
  #exhibit_pickup #tech_video .iframe_responsive {
    padding: calc(315 / 560 * 100%) 0 0;
  }

  #exhibit_plan #exhibit_plan_05 {
    padding-top: 16vw;
    margin-top: -16vw;
  }
}

#exhibitor_contractor table td {text-align: left;}
#exhibitor_contractor table th, 
#exhibitor_contractor table td {
  -webkit-text-size-adjust: 100%;
}

#exhibit_plan {margin-bottom: 0;}

#report_intro {margin-top: 60px;}

#report_registered table {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #fff;
}

#report_registered table th,
#report_registered table td {
  padding: 15px;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#report_registered table thead th {
  background: #000;
  color: #fff;
  font-size: 1.8rem;
}

#report_registered table tr:first-child th::before,
#report_registered table thead th::before {
  display: none;
}
  
#report_registered table tbody tr th {padding: 15px;}

#report_registered table tbody tr td {
  padding: 10px;
  vertical-align: middle;
}

#report_registered table tbody tr td em {color: #d71518;}

#report_registered table tbody tr td img {
  width: auto;
  vertical-align: middle;
}

#report_registered table tbody tr th {
  background: #666;
  color: #fff;
}

#report_registered table tbody tr:last-child th {background: #8a0e10;}
#report_registered table tbody tr:last-child td {background: #ffd2d3;}

#report_registered > div > p.notice {
  padding-left: 1.2rem;
  font-size: 1.4rem;
  text-indent: -1.2rem;
}

#report_registered > div > p:last-of-type {margin-bottom: 20px;}


@media (max-width: 768px) {
  #report_intro {
    margin-top: 30px;
  }

  #report_registered table {
    table-layout: fixed;
    margin-bottom: 4vw;
  }
  
  #report_registered table tbody tr td img {
    max-width: 100%;
  }

  #report_registered table tbody tr:first-child th:nth-child(2){
    width: 35%;
  }

  #report_registered table th,
  #report_registered table td,
  #report_registered table tbody tr th,
  #report_registered table tbody tr td{
    padding: 2.67vw;
    vertical-align: middle;
  }
  
  #report_registered table thead th,
  #report_registered table tbody tr:last-child th{
    font-size: 1.4rem;
    vertical-align: middle;
  }
  
  #report_registered table tr:first-child th::before { width: auto;}
}



/*===== ■4. Section [report_country] Setting =====*/
#report_country th { width: 200px;}

#report_country .list_dots li {
  display: inline-block;
  width: 180px;
  margin: 5px 5px 5px 0;
}


@media (max-width: 768px) {
  #report_country th { width: auto;}
  
  #report_country .list_dots {
    display: flex;
    flex-wrap: wrap;
  }

  #report_country .list_dots li {
    width: 50%;
    margin: 1.34vw 0;
  }
}


/*===== ■8. 2025 Show Report Page =====*/
#report_scene p {
  margin-bottom: 30px;
  text-align: center;
}

#report_scene li { margin-bottom: 10px;}

#report_scene li img {
  display: block;
  line-height: 0;
}


@media (max-width: 768px) {
  #report_scene p { margin-bottom: 4vw;}
  #report_scene li { margin-bottom: 2.67vw;}
}



/*===== ■9. Show Sector Page =====*/
/* visitor_zones */
#visitor_zones a,
#visitor_zones > div.inner > div.flex4 > div {
  position: relative
}

#visitor_zones a {
  display: block;
  z-index: 1;
}

#visitor_zones a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 45.5%, #000000 106.5%);
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  content: '';
}

#visitor_zones > div.inner > div.flex4 > div > a:hover::before {
  opacity: .5;
  transition: opacity .25s;
}

#visitor_zones figure {
  display: flex;
  position: relative;
  max-height: 240px;
  border-radius: 10px;
  overflow: hidden;
}

#visitor_zones figure::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 45.5%, #000000 106.5%);
}
  
#visitor_zones figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#visitor_zones a > figure::before {content: none;}

#visitor_zones p {
  position: absolute;
  bottom: 10%;
  left: 5%;
  padding-right: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: left;
  line-height: 1.2;
  z-index: 3;
}

#visitor_zones p span {
  display: flex;
  left: 0;
  height: 50px;
  margin-bottom: 5px;
}

#visitor_zones p span img {
  max-width: 6rem;
  margin-right: auto;
  height: 100%;
  object-fit: contain;
}

/* top_layout */
#top_layout p {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
}

@media (max-width: 768px) {
  /* top_layout */
  #top_layout p {
    margin-bottom: 4vw;
    padding: 0 2.67vw;
  }
  /* visitor_zones */
  #visitor_zones p {
    padding-right: 5%;
    font-size: 2rem;
  }
  #visitor_zones p span {
    margin-bottom: 1.34vw;
  }
  #visitor_zones > div.inner > div.flex4 > div > a:hover::before {
    opacity: 1;
    transition: none;
  }
}


