@charset "UTF-8";

/* ===================================
	File Name   : exhibition.css
	Description : exhibition Page Layout CSS
	Editor      : Bface Hayakawa
	Last Editor : Bface Hayakawa
	
	Update Description :
	[2023/11/30] 不要なCSS削除
	[2023/11/28] "メリット","流れ","料金" 要素変更（FB対応）による調整
	[2023/11/24] 新規作成


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

/*========== Style Contents ==========
	
	1. Share Elements
	2. Index Page Setting 
	3. Flow Page Setting 
	4. Plan Page Setting
	5. Merit Page Setting
	6. Option Page Setting


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


/*===== ■1. Share Elements =====*/
.red {
	color: #c00;
	font-weight: bold;
}
h2.title_limit > span:first-child {
	display: flex;
	align-items: center;
}
h2.title_limit em {
	flex-shrink: 0;
	display: inline-block;
	margin-left: 10px;
	padding: 5px;
	background: #c00;
	color: #fff;
	font-size: 1.4rem;
}
h2.title_limit em:last-of-type {
	margin-right: 10px;
}

h2.close > span:first-child {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
h2.close strong {
	display: inline-block;
	padding: 5px;
	background: #c00;
	color: #fff;
	font-size: 1.4rem;
}

h3.close span {
	margin-right: 10px;
}
h3.close strong {
	display: inline-block;
	padding: 5px;
	background: #c00;
	color: #fff;
	font-size: 1.4rem;
}

article #exhibition_contact { margin-top: 40px;}

article #exhibition_contact h3 {
	margin-bottom: 15px;
	padding: 15px 0 15px 10px;
	border-left: 5px solid var(--dominant);
	background: var(--dominant-light01);
	color: var(--dominant);
	font-weight: bold;
	font-size: 1.8rem;
	font-family: 'Open Sans', 'Noto Sans Japanese';
	line-height: 1;
}

article #exhibition_contact dl { margin: 0 10px;}

article #exhibition_contact dt {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	color: var(--dominant);
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
}
article #exhibition_contact dd p{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}

article #exhibition_contact dd p a{
  color: #c00;
}
article #exhibition_contact dd ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

article #exhibition_contact dd li { width: 48%;}

article #exhibition_contact dd li b {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

article #exhibition_contact dd li em {
	display: block;
	color: #c00;
	font-weight: bold;
	font-size: 1.2rem;
}

article #exhibition_contact span {
	display: block;
	margin: 0 10px;
	text-align: center;
}

.fee,
.fees {
	width: 100%;
	margin-top: 20px;
	border: 1px solid var(--dominant-light02);
	border-radius: 5px;
	border-collapse: separate;
}

section table.fees {border: 1px solid var(--dominant-light02);}

section dd .fee { margin-top: 10px;}

.fee th {
	width: 80px;
	padding: 10px;
	border-radius: 4px 0 0 4px;
	background: var(--dominant-light02);
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
 }

.fee td {
	padding: 15px 20px;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	vertical-align: middle;
}
.fee td span {
	font-weight: normal;
	font-size: 1.4rem;
}

.fee td div:not(:last-of-type) { margin-bottom: 8px;}

.fee td > div > p:not(:last-child) {
	margin-bottom: 10px;
}
.fee td div b {
	display: block;
	font-size: 1.4rem;
}

.fees {
	table-layout: fixed;
	border-collapse: separate;
}

.fees th {
	padding: 10px;
	border-left: 1px solid #fff;
	background: var(--dominant-light02);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
}
.fees th:first-child { border: none;}

.fees th span + span { display: none;}

.fees td {
	padding: 15px 5px;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid var(--dominant-light02);
	border-bottom: 1px solid var(--dominant-light02);
}
.fees  td:first-child { border-left: none;}

.fees  td:first-child span { color: #c00;}

.fees  tr:last-child td { border-bottom: none;}

.fees  td:nth-child(2) b { display: none;}

.fees  td:nth-child(2) b span { color: #c00;}

.fees td.bol {
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.fees td.finish {
	position: relative;
}
.fees td.finish::before {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	content:"";
}
.fees td.finish::after {
	position: absolute;
	top:0;
	left:0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	content:"Sold out";
}

.soldout{ 
	position: relative;
	padding: 35px 10px 10px 10px;
}
.soldout::after {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	place-content: center;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	color: #c00;
	font-weight: bold;
	font-size: 2.8rem;
	box-sizing: border-box;
	text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff,0 -1px 0 #fff, 0 1px 0 #fff,1px -1px 0 #fff,  1px 0 0 #fff,  1px 1px 0 #fff;
	z-index: 2;
	content: "完売しました";
}
.soldout::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
	content: "";
}



@media screen and (max-width:640px) {
	h2.title_limit > span:first-child {
		display: block;
	}
	h2.title_limit em {
		flex: 0 0 auto;
		margin: 5px 5px 0 0;
		font-size: 1.2rem;
		background: #fff;
		color: #c00;
	}
	
	h2.close > span:first-child {
		display: block;
		gap: 5px;
	}
	h2.close strong {
		flex: 0 0 auto;
		margin: 5px 5px 0 0;
		font-size: 1.2rem;
		background: #fff;
		color: #c00;
	}

	h3.close span {
		display: block;
		margin:0 0 5px;
	}
	h3.close strong {
		font-size: 1.2rem;
	}

	article #exhibition_contact { margin-top: 30px;}

	article #exhibition_contact h3 {
		font-size: 1.4rem;
		padding: 10px 0 10px 10px;
		margin-bottom: 10px;
	}
	
	article #exhibition_contact dl { margin: 0;}

	article #exhibition_contact dt {
		font-size: 1.4rem;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
  
  article #exhibition_contact dd p{
    margin: 0 10px 10px;
    font-size: 1.3rem;
    text-align: left;
    text-indent: -1rem;
    padding-left: 1rem;
  }
	
	article #exhibition_contact dd ul {
		justify-content: flex-start;
		flex-direction: column;
		margin-bottom: 10px;
	}

	article #exhibition_contact dd li {
		width: auto;
		margin: 0 10px 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ccc;
	}
	article #exhibition_contact dd li:last-child {
		margin: 0 10px;
		padding: 0;
		border: none;
	}

	
	.fee,
	.fees {
		max-width: inherit;
		margin-top: 10px;
	}
	
	.fee th {
		width: 60px;
		padding: 10px 5px;
		font-size: 1.3rem;
	}

	.fee td {
		padding: 10px;
		font-size: 1.3rem;
		vertical-align: middle;
	}
	
	.fee td b {
		display: block;
		font-size: 1.2rem;
	}

	.fee td div:not(:last-of-type) { margin-bottom: 10px;}

	.fee td div b { font-size: 1.2rem;}

	.fees {
		table-layout: fixed;
		border-collapse: separate;
	}

	.fees th span { display: none;}
	.fees th span + span { display: block;}

	.fees  th:first-child,
	.fees  td:first-child { display: none;}

	.fees  td:nth-child(2) b { display: block;}

	.fees  th:first-child + th { border-left: none;}
	.fees td.bol {
		border-left: none;
		font-size: 1.4rem;
	}

	.fees td b { display: block;}

	.soldout::after {
    padding: 10px;
		font-size: 1.8rem;
	}
}


/*===== ■2. Index Page Setting   =====*/
/* Share */
.target li em {
	display: block;
	position:relative;
	padding-left: 10px;
	font-weight: bold;
	line-height: 1.3;
}

.target li em:before {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border: 2px solid var(--dominant);
	border-radius: 50%;
	content: '';
}


/* Section "Zone" */
#zone p:first-of-type {
	margin-bottom: 20px;
}
#zone figure {
	text-align: center;
}
#zone figure {
	margin-bottom: 20px;
}
#zone figure + p {
	margin-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.3;
}
@media screen and (max-width: 640px) {
	#zone figure figcaption{
		font-size: 2rem;
	}
}

/* Section "Exhibits" */
#exhibits h3 b {
	margin-right: 15px;
	font-size: 1.4rem;
	vertical-align: middle;
}

#exhibits > ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

#exhibits .inner > ul { margin-bottom: 50px;}

#exhibits > ul > li{
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 48%;
	margin: 0 1% 15px;
	padding: 10px;
	background: var(--dominant-light02);
}
#exhibits > ul > li figure {
	margin-top: auto;
	padding-top: 10px;
}
#exhibits ul ul {
	margin: 7px 0 0 10px;
}

#exhibits ul ul li {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 5px;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 1.3;
}

#exhibits ul ul li:last-child {
	margin-bottom: 0;
}

#exhibits ul ul li:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--dominant);
    content: '';
}

@media screen and (max-width: 640px) {
	#exhibits .inner > ul { margin-bottom: 45px;}

	#exhibits h3 b {
		display: block;
		margin-bottom: 3px;
		font-size: 1.1rem;
	}
	#exhibits > ul {
		margin: 0 10px;
	}
	
	#exhibits ul > li {
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 10px;
	}
	#exhibits ul ul li {
		width: 100%;
	}
	

}


/* Section "Visitor" */
#visitors .intro {
	display: flex;
	gap: 20px;
	margin-bottom: 10px;
}
#visitors .intro em {
	display: block;
	margin-bottom: 10px;
	color: var(--dominant02);
	font-weight: bold;
	font-size: 1.6rem;
}

#visitors h4 {
	margin-bottom: 15px;
	padding: 5px 10px;
	background-color: var(--dominant-light02);
	font-weight: bold;
}

#visitors h4 + .inner {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 20px;
}

#visitors p {
	margin: 0 0 20px;
	line-height: 1.3;
}

#visitors ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

#visitors li {
	box-sizing: border-box;
	width: 23%;
	margin: 0 1% 5px;
	padding: 0px;
}


@media screen and (max-width:640px) {
	#visitors .intro {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 10px;
	}
	#visitors .intro em {
		font-size: 1.4rem;
	}
	

	#visitors p { margin: 0;}
	
	#visitors ul { margin: 0 10px 10px;}
	
	#visitors li { width: 48%;}

	#visitors h4 + .inner {
		grid-template-columns: 1fr;
	}
}


/*===== ■3. Flow Page Setting    =====*/
/* Flow Schedule */
#flow_schedule .inner > ul { background: var(--dominant-light02);}

#flow_schedule .inner > ul > li {
	display: flex;
	position: relative;
}

#flow_schedule .inner > ul > li:not(:last-child) {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted var(--dominant);
}

#flow_schedule .inner > ul > li:not(:first-child):before {
	position: absolute;
	top: -5px;
	left: 80px;
	border: 30px solid transparent;
	border-top: 20px solid var(--dominant);
	content:'';
}

#flow_schedule .inner > ul > li b {
	display: flex;
	align-items: center;
	width: 190px;
	padding: 20px 10px 20px 25px;
	border-left: 5px solid var(--dominant);
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.3;
	vertical-align: middle;
}

#flow_schedule .inner > ul > li div {
	flex: 1;
	margin: 10px 15px;
	padding: 20px 15px;
	box-sizing: border-box;
	background: #fff;
}

#flow_schedule .inner > ul > li div p.red {
  color: #c00;
  font-weight: bold;
}

#flow_schedule .inner > ul > li > div > em {
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.3;
}

#flow_schedule .inner > ul > li > div > em + p,
#flow_schedule .inner > ul > li > div > em + img { margin-top: 15px;}

#flow_schedule ul ul { 
	margin-top: 15px;
}
#flow_schedule ul ul li { 
	position: relative;
	padding: 0 10px;
}
#flow_schedule ul ul li { 
	position: relative;
	padding: 0 10px;
}
#flow_schedule ul ul li::before { 
	position: absolute;
	top: 7px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--dominant);
	content: '';
}
#flow_schedule ul ul li em { 
	font-weight: bold;
}
#flow_schedule ul ul li strong { 
	font-weight: bold;
	color: #c00;
}

#flow_schedule li a {
	display: inline-block;
	margin-top: 10px;
}
#flow_schedule li a.box {
  display: block;
  margin: 20px 0 5px;
}
#flow_schedule li a.txt:before {
	margin: 3px 0 0 -1px;
	border: 4px solid transparent;
	border-top: 5px solid var(--dominant);
}

#flow_schedule li#cancel em:last-child { color: #c00; margin-top: 10px; font-size: 1.4rem; }
#flow_schedule li#cancel a { margin-top: 0; }


#flow_schedule li#cancel b span span{ 
  text-decoration: line-through; 
  display: block;
}

@media screen and (max-width:640px) {
	/* Flow Schedule */
	#flow_schedule .inner > ul {
		padding-bottom: 5px;
		border-top: 5px solid var(--dominant);
	}
	
	#flow_schedule .inner > ul > li {	display: block;}

	#flow_schedule .inner > ul > li:not(:first-child):before {
		left: 50%;
		margin-left: -30px;
	}
	
	#flow_schedule .inner > ul > li b {
		width: auto;
	}

	#flow_schedule li b {
		display: flex;
		align-items: center;
		width: auto;
		padding: 20px 10px 0 10px;
		border-left: none;
		font-size: 1.4rem;
	}
	#flow_schedule li:first-child b { padding: 15px 10px 0 10px;}

	#flow_schedule li div {
		margin: 10px 10px 5px;
		padding: 10px;
		box-sizing: border-box;
		background: #fff;
	}

	#flow_schedule li em { font-size: 1.4rem;}

	#flow_schedule li em + p,
	#flow_schedule li em + img { margin-top: 10px;}

	#flow_schedule li p { line-height: 1.3;}
	#flow_schedule li p + p { margin-top: 5px;}
}



/*===== ■4. Plan Page Setting =====*/
/* Plan Basic */
#plan_basic > p {
	margin-bottom: 10px;
}
#plan_basic a.box {
  width: 80%;
  margin: 20px auto;
}
#plan_basic .note {
	margin-bottom: 20px;
}
#plan_basic .note dt {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #ebebeb;
}
#plan_basic h3 em {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 10px;
	background: #c00;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
}
#plan_basic h3.new {
	padding-bottom: 10px;
}

#plan_basic h3.finish {
	display: flex;
	align-items: center;
}
#plan_basic h3.finish > div {
	display: flex;
	align-items: center;
}
#plan_basic h3.finish > em {
	flex: 0 0 auto;
}
#plan_basic h3.finish > div > span {
	flex: 0 0 auto;
}
#plan_basic h3.finish > div > b {
	margin-left: 10px;
	color: #c00;
	font-size: 1.6rem;
}
#plan_basic h3.finish > div > b > span {
	color: #c00;
	font-size: 1.2rem;
}

#plan_basic .intro {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

#plan_basic .intro figure { width: 46.18%;}

#plan_basic .intro figure + div { width: 50.29%;}

#plan_basic .intro figure + div em {
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
}
#plan_basic .intro figure + div em span {
	display: block;
}

#plan_basic .intro figure + div dt {
	margin-bottom: 10px;
	padding: 5px;
	background: var(--dominant-light02);
	font-weight: bold;
}

#plan_basic .intro figure + div dd { margin: 0 10px 20px;}

#plan_basic .intro figure + div li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 10px;
}

#plan_basic .intro figure + div li:before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--dominant);
	content:'';
}

#plan_basic .number { margin: 0 10px 40px;}

#plan_basic .number > li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
}

#plan_basic .number > li:before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 18px;
	padding: 0 0 2px;
	border-radius: 50%;
	background: var(--dominant);
	color: #fff;
	font-weight: bold;
	text-align: center;
	content: '1';
}
#plan_basic .number > li:nth-child(2):before {content: '2';}
#plan_basic .number > li:nth-child(3):before {content: '3';}
#plan_basic .number > li:nth-child(4):before {content: '4';}
#plan_basic .number > li:nth-child(5):before {content: '5';}

#plan_basic .number li ul { margin-top: 5px;}

#plan_basic .number li li {
	font-weight: bold;
	font-size: 1.2rem;
}
#plan_basic .read { margin: 0 10px 20px;}

#plan_basic .table {
	display: flex;
	align-content: stretch;
	align-items: stretch;
	margin: 0 10px 10px;
	padding: 1px 0px;
	border: 1px solid #ccc;
}
#plan_basic .table:last-of-type {
	margin-bottom: 20px;
}

#plan_basic .table dl {
	flex: 2;
	padding: 0 1px;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}
#plan_basic .table .basic_pcs {
	flex: 1;
	border: none;
}

#plan_basic .table dt {
	margin-bottom: 1px;
	background: #ebebeb;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}
#plan_basic .table .basic_pcs dt { background: #ccc;}

#plan_basic .table dt em {
	display: block;
	padding: 15px 10px;
}

#plan_basic .table .basic_normal dt em {
	background: var(--dominant-light02);
	color: var(--dominant);
}

#plan_basic .table dt span { display: flex;}
#plan_basic .table dt span b {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}
#plan_basic .table dt span b + b { border-left: 1px solid #ccc;}

#plan_basic .table dd { 
	text-align: center;
}
#plan_basic .table dd.contact { 
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100% - 51px);
	background-color: rgba(0, 0, 0, 0.2);
}
#plan_basic .table dd.contact p { 
	font-weight: bold;
}

#plan_basic .table dl:not(.basic_pcs) ul {
	display: flex;
	flex-wrap: wrap;
}

#plan_basic .table dd li {
	padding: 15px 10px;
	border-top: 1px solid #ccc;
	font-weight: bold;
}

#plan_basic .table dl:not(.basic_pcs) li {
	width: 100%;
	box-sizing: border-box;
	font-weight: normal;
}

#plan_basic ul.notice { margin: 15px 0;}

#plan_basic ul.notice li {
	margin: 0 10px 5px;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.3;
}

#plan_basic p.kubun{
  background: var(--dominant-light02);
  color: var(--dominant);
  font-weight: bold;
  font-size: 1.6rem;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-left: 12px;
}


#plan_basic #corner  {
	margin-bottom: 20px;
}
#plan_basic #corner .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#plan_basic #corner .flex > div {
	width: 60%;
}
#plan_basic #corner .flex > figure {
	width: calc(40% - 20px);
}

#plan_basic #corner .table dl {border-left: none}

#plan_basic #corner p.notice {
	margin: 0 10px 10px;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.3;
}

#plan_basic #booth_type > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#plan_basic #booth_type figure{
	width: calc(50% - 10px);
	margin-bottom: 20px;
}
#plan_basic #booth_type figure figcaption {
	margin-top: 10px;
	text-align: center;
}
#plan_basic #booth_type figure figcaption b {
	font-weight: bold;
}
#plan_basic #booth_type figure img {
	vertical-align: bottom;
}


@media screen and (max-width:640px) {
	#plan_basic #booth_type > div {
		flex-direction: column;
		margin: 0 10px;
	}
	#plan_basic #booth_type figure{
		width: 100%;
		margin: 0 auto 15px;
		text-align: center;
	}
	#plan_basic #booth_type figure figcaption {
		text-align: left;
	}
	
	#plan_basic .table dd.contact {
		height: calc(100% - 41px);
    box-sizing: border-box;
    padding: 10px;
	}
}

/* Plan Apply */
#plan_apply .intro {
	margin-bottom: 20px;
}

#plan_apply .intro p {
	margin-bottom: 10px;
}

#plan_apply .intro p span {
	display: block;
	margin-bottom: 15px;
}
#plan_apply .intro .notice {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.2rem;
	font-weight: bold;
}

#plan_apply .intro p span b {
    font-weight: bold;
    margin-left: 10px;
    display: block;
}
#plan_apply .intro a.soon{
  color: var(--dominant-light01);
  text-decoration: none;
  pointer-events: none;
  opacity: 0.6;
}

#plan_apply dl {
	display: flex;
	margin-bottom: 10px;
}

#plan_apply dt,
#plan_apply dd {
	display: flex;
	position: relative;
	flex: 1;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
}
#plan_apply dt { background: #ebebeb;}

#plan_apply dd {
	background: #f7d9d9;	
	color: #c00;
	font-size: 1.6rem;
}

#plan_apply dd:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 32px;
	height: 100%;
	background: url(../img/exhibition/mark-arrow.png) no-repeat left top;
	background-size: 100% 100%;
	content:'';
}

#plan_apply dl + ul {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.3;
}

#plan_apply dl + ul li {
	padding-left: 1em;
	text-indent: -1em;
  color: #c00;
}

#plan_apply p em { color: #c00; font-weight: bold; font-size: 1.4rem; }


/* Plan Limit */
#plan_limit p { margin-bottom: 25px;}

#plan_limit dl {
	display: flex;
	margin-bottom: 10px;
}

#plan_limit dt,
#plan_limit dd {
	display: flex;
	position: relative;
	flex: 1;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
}
#plan_limit dt { background: #ebebeb;}

#plan_limit dd {
	background: #f7d9d9;	
	color: #c00;
	font-size: 1.6rem;
}

#plan_limit dd:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 32px;
	height: 100%;
	background: url(../img/exhibition/mark-arrow.png) no-repeat left top;
	background-size: 100% 100%;
	content:'';
}

#plan_limit dl + ul {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.3;
}

#plan_limit dl + ul li {
	padding-left: 1em;
	text-indent: -1em;
}

article h2 span#plan_limit_width{
  width: 147px;
}


/* Plan Cancel */
#plan_cancel p { margin-bottom: 15px;}
#plan_cancel p:last-of-type { margin-bottom: 25px;}

#plan_cancel dl {
	display: flex;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}
#plan_cancel dl:last-of-type {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: none;
}

#plan_cancel dt,
#plan_cancel dd {
	display: flex;
	position: relative;
	flex: 1;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
}
#plan_cancel dt { background: #ebebeb;}

#plan_cancel dd {
	background: #f7d9d9;	
	color: #c00;
	font-size: 1.6rem;
}

#plan_cancel dd:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 32px;
	height: 100%;
	background: url(../img/exhibition/mark-arrow.png) no-repeat left top;
	background-size: 100% 100%;
	content:'';
}

#plan_cancel dl + ul {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.3;
}

#plan_cancel dl + ul li {
	padding-left: 1em;
	text-indent: -1em;
}

/* Plan Option */
#plan_option p { margin-bottom: 25px;}

#plan_option a {
	width: 80%;
	margin: 0 auto;
}

#plan_option a.soon {
	display: block;
	overflow: hidden;
	outline: none;
	position: relative;
	padding: 22px 10px;
	color: var(--dominant);
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	opacity: .6;
}
#plan_option a.soon:hover img { opacity: 1;}

#plan_option a br { display: none;}

/* plan_package */
#plan_package .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
}
#plan_package .flex > div {
	width: 60%;
}

#plan_package .flex > figure{
	width: calc(40% - 20px);
}
#plan_package p.emphasis {
	display: block;
	margin: 20px auto 0;
	padding: 5px 10px;
	background: #c00;
	color: #fff;
	text-align: center;
	font-weight: bold;

}
#plan_package a.box {
	margin: 10px auto 20px;
}

#plan_package dl.contact {
  margin: 0;
  padding: 20px;
  box-shadow: 0 0 0 3px #ededed inset, 0 0 0 4px #fff inset;
  background: #ededed
}

#plan_package dl.contact dt {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #fff;
  color: var(--dominant);
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
}

#plan_package dl.contact dt span{
  display: block;
  font-size: 1.4rem;
}

#plan_package dl.contact dd {
  text-align: center;
  font-weight: bold;
}

#plan_package dl.contact dd br{display: none;}

#plan_package dl.contact ul {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#plan_package dl.contact li {
  margin: 0 5px;
  font-family: Arial, Helvetica, "sans-serif";
}

#plan_package dl.contact li b {
  display: inline-block;
  min-width: 54px;
  margin: 0 10px;
  padding: 5px;
  border-radius: 5px;
  background: #ccc;
  line-height: 1;
  text-align: center;
}
#plan_package .table {
	display: flex;
	align-content: stretch;
	align-items: stretch;
	margin: 0 10px 10px;
	padding: 1px 0px;
	border: 1px solid #ccc;
}

#plan_package .table dl {
	flex: 2;
	padding: 0 1px;
	box-sizing: border-box;
}
#plan_package .table dt {
	margin-bottom: 1px;
	background: #ebebeb;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}
#plan_package .table dt em {
	display: block;
	padding: 15px 10px;
}

#plan_package .table dt span { display: flex;}
#plan_package .table dt span b {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}
#plan_package .table dt span b + b { border-left: 1px solid #ccc;}

#plan_package .table dd { 
	text-align: center;
}
#plan_package .table dd.contact p { 
	font-weight: bold;
}

#plan_package .table dd li {
	padding: 15px 10px;
	border-top: 1px solid #ccc;
	font-weight: bold;
}

#plan_package .table dl:not(.basic_pcs) li {
	width: 100%;
	box-sizing: border-box;
	font-weight: normal;
}





/* regulation */
#regulation .inner {
  margin: 0;
  padding: 20px;
  box-shadow: 0 0 0 3px #f7f68b inset, 0 0 0 4px #fff inset;
  background: #f7f68b;
}

#regulation li {
  margin: 0 0 4px;
  text-indent: -3.5rem;
  padding-left: 3.5rem;
}

#regulation li span{font-weight: bold;}


@media screen and (max-width:640px) {
	/* Plan Basic */
	#plan_basic h3 em {
		margin: 5px 5px 0 0;
		padding: 5px;
		border-radius: 5px;
		font-size: 1.2rem;
	}

	#plan_basic h3.finish > div {
		flex-wrap: wrap;
	}
	#plan_basic h3.finish > div > b {
		margin-left: 0;
		font-size: 1.2rem;
	}
	#plan_basic h3.finish > div > span {
		flex:auto;
	}

	#plan_basic .intro { 
		display: block;
		margin: 0 10px;
	}

	#plan_basic .intro figure {
		width: 80%;
		margin: 0 auto 20px;
	}

	#plan_basic .intro figure + div { 
		width: auto;
		margin-bottom: 20px;
	}

	#plan_basic .intro figure + div dl + dl dd { margin: 0 10px 5px;}

	#plan_basic .intro figure + div li { margin-bottom: 5px;}

	#plan_basic .number { margin-bottom: 25px;}

	#plan_basic .number li ul {	margin-top: 5px;}

	#plan_basic .read { margin-bottom: 20px;} 

	#plan_basic .table dt { margin-bottom: 0;}

	#plan_basic .table dt em {
		display: block;
		padding: 10px;
	}
	
	#plan_basic .table dd li { padding: 10px;}
	
	#plan_basic ul.notice { margin-bottom: 25px;}

	#plan_basic #corner .flex {
		flex-direction: column;
		margin-bottom: 20px;
	}
	#plan_basic #corner .flex > div {
		width: auto;
		margin: 0 10px;
	}
	#plan_basic #corner .flex > figure {
		width: 80%;
		margin: auto;
	}
	
	/* Flow Apply */
	#plan_apply .intro {
		display: block;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	#plan_apply .intro figure {
		width: 80%;
		margin: 0 auto 15px;
	}

	#plan_apply .intro p { margin: 0 5px 10px;}

	#plan_apply .intro p span { margin-bottom: 10px;}

	#plan_apply dl {	flex-direction: column;}

	#plan_apply dt,
	#plan_apply dd {
		display: block;
		padding: 10px;
		font-size: 1.4rem;
	}

	#plan_apply dd { font-size: 1.4rem;}

	#plan_apply dd:before { display: none;}
  
  #plan_apply p em { font-size: 1.2rem; }

	
	/* Plan Limit */
	#plan_limit p { margin-bottom: 20px;}

	#plan_limit dl {display: block;}

	#plan_limit dt,
	#plan_limit dd {
		display: block;
		padding: 10px;
		font-size: 1.4rem;
	}

	#plan_limit dd { font-size: 1.4rem;}

	#plan_limit dd:before { display: none;}


	/* Plan Cancel */
	#plan_cancel p { margin-bottom: 10px;}
	#plan_cancel p:last-of-type { margin-bottom: 20px;}

	#plan_cancel dl {display: block;}

	#plan_cancel dt,
	#plan_cancel dd {
		display: block;
		padding: 10px;
		font-size: 1.4rem;
	}

	#plan_cancel dd { font-size: 1.4rem;}

	#plan_cancel dd:before { display: none;}


	/* Plan Option */
	#plan_option p { margin-bottom: 20px;}
	
	#plan_option a { width: 90%;}
	
	#plan_option a.soon {
		padding: 10px;
		font-size: 1.4rem;
	}

	#plan_option a br { display: block;}

	/* Plan package */
	#plan_package .flex {
		flex-direction: column;
	}
	#plan_package .flex > div{
		width: 100%;
	}
	#plan_package .flex > figure{
		width: 80%;
		margin: 10px auto;
	}
	
	#plan_package dl.contact dl {
		margin-bottom: 15px;
		padding: 0;
		border: none;
		background: none;
		box-shadow: none;
	}

	#plan_package dl.contact dt {
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #fff;
		font-weight: bold;
		font-size: 1.6rem;
		text-align: left;
	}

	#plan_package dl.contact dd {
		text-align: left;
	}

	#plan_package dl.contact dd br{display: block;}

	#plan_package dl.contact ul {
		display: block;
		border: 1px solid #ccc;
		background: #fff;
	}  

	#plan_package dl.contact li {
		margin: 0;
		border-bottom: 1px solid #ccc;
	}

	#plan_package dl.contact li:last-of-type {
			border-bottom: none;
	}

	#plan_package dl.contact li b {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 10px;
		border-radius: 0;
	}

	#plan_package dl.contact li:not(:last-child) b {
		border-bottom: 1px solid #fff;
	}
}



/*===== ■5. Merit Page Setting =====*/
#merit .emphasis {
	margin-bottom: 20px;
	padding: 10px;
	background: var(--dominant-light02);
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: var(--dominant);
}

#merit h3 {
	display: flex;
	align-items: center;
  margin-bottom: 15px;
  padding: 0;
  background: none;
}

#merit h3 b {
  display: block;
	position: relative;
  width: 50px;
  height: 40px;
  padding: 13px 3px 3px;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #1a3ddc, var(--dominant));
  color: #fff;
  font-size: 1.0rem;
  font-family: 'Open Sans', 'Noto Sans Japanese';
  text-align: center;
}

#merit h3 b span {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}

#merit h3 b:after {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  content: '';
}

#merit h3 > em {
	margin-left: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}

#merit h4 {
  margin-bottom: 15px;
  padding: 0 10px 17px;
  background: url(../img/common/bg-line-ttl.png) no-repeat left bottom;
  color: var(--dominant);
  font-weight: bold;
  font-size: 1.8rem;
  font-family: 'Open Sans', 'Noto Sans Japanese';
}

#merit .notice{
  padding-left:1rem;
  text-indent: -1rem;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 5px 0 0;
}

#merit b {
  font-weight: bold;
  color:var(--dominant);
}

#merit b em {
  background:linear-gradient(transparent 70%, #FFFF00 0%);
}
#merit section:nth-of-type(1) > .inner div,
#merit section:nth-of-type(2) > .inner div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#merit section:nth-of-type(1) > .inner div.flex2,
#merit section:nth-of-type(2) > .inner div.flex2 {
  margin-bottom: 10px;
}

#merit section:nth-of-type(1) > .inner div.flex2 > figure,
#merit section:nth-of-type(2) > .inner div.flex2 > figure {
  width: calc(40% - 20px);
}

#merit section:nth-of-type(1) > .inner div.flex2 > p,
#merit section:nth-of-type(2) > .inner div.flex2 > p {
  width: 60%;
}

#merit section:nth-of-type(2) a.box {
	margin: 20px 0;
}

#merit section:nth-of-type(2) > .inner .inner p:first-child {
	width: 100%;
  margin-bottom: 10px;
}

#merit section:nth-of-type(2) > .inner dl {
  width: 48.5%;
  margin-bottom: 20px;
}

#merit section:nth-of-type(2) > .inner dl:nth-of-type(2) dd{
  width:  60%;
  margin: 0 auto;
}
#merit section:nth-of-type(2) > .inner dt {
  margin-bottom: 5px;
  padding: 10px 0;
  background: var(--dominant-light02);
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

#merit section:nth-of-type(3) > .inner > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#merit section:nth-of-type(3) > .inner > div.flex2 > dl {
  width: calc(70% - 20px);
}

#merit section:nth-of-type(3) > .inner > div.flex2 > figure {
  width: 30%;
}

#merit section:nth-of-type(3) > .inner div.flex2 div > p:first-child {
  margin-bottom: 10px;
}

#merit section:nth-of-type(3) > .inner div.flex2 div > p:last-child {
  font-weight: bold;
}

#merit section:nth-of-type(3) > .inner div.flex2 p .notice {
  padding-left: 0;
  text-indent: 0;
}

#merit section:nth-of-type(3) > .inner > div.flex2 p span:not(.notice) {
  margin-right: 5px;
  padding: 5px 10px;
  background: var(--dominant);
  border-radius: 3px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}

#merit section:nth-of-type(3) .inner dl{
  margin-bottom: 20px;
}

#merit section:nth-of-type(3) .inner dt{
  padding: 5px 15px;
  background: var(--dominant);
  font-weight: bold;
  color: #fff;
}

#merit section:nth-of-type(3) .inner dd {
  padding: 10px 15px;
  background: var(--dominant-light02);
}

#merit section:nth-of-type(3) .inner li {
  position: relative;
  padding-left: 15px;
}

#merit section:nth-of-type(3) .inner li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dominant);
  content: '';
}

#merit section:nth-of-type(3) .inner dl + p {
  margin-bottom: 10px;
  font-weight: bold;
}

#merit section:nth-of-type(3) a.box {
  margin: 20px 0;
}

#merit01 .images {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

#merit01 .images span {
  display: inline-block;
  width: calc(50% - 10px);
}

#merit01 .images span img {
	vertical-align: bottom;
}


@media screen and (max-width: 640px){
	#merit .emphasis {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
  #merit h4 {
    margin-bottom: 10px;
    padding: 0 10px 15px;
    font-size: 1.5rem;
    letter-spacing: 0em;
  }
  
  #merit h3 {
		margin-bottom: 15px;
  }
	
	#merit h3 > em {
		font-size: 1.4rem;
	}
	
  #merit h3 b {
		flex-shrink: 0;
    width: 44px;
    height: 34px;
		font-size: 1.0rem;
	}
	#merit h3 b:after {
		width: 44px;
		height: 44px;
	}
	#merit h3 b span {
    font-size: 1.2rem;
	}
  #merit section:nth-of-type(1) > .inner div,
  #merit section:nth-of-type(2) > .inner div,
  #merit section:nth-of-type(3) > .inner > div{
    display: block;
  }
  
  #merit section#merit01 > .inner div.flex2 > figure,
  #merit section#merit02 > .inner div.flex2 > figure {
    width: 100%;
  }

  #merit section:nth-of-type(1) > .inner div.flex2 > p,
  #merit section:nth-of-type(2) > .inner div.flex2 > p {
    width: 100%;
    margin-bottom: 10px;
  }

  #merit section:nth-of-type(2) > .inner div.flex2 + a {
    width: 100%;
  }

  #merit section:nth-of-type(2) > .inner dl {
    width: 100%;
  }
  
  #merit section:nth-of-type(2) > .inner dt {
    padding: 7px 0;
    font-size: 1.4rem;
  }
  
  #merit section:nth-of-type(2) > .inner dl:first-of-type dd {
    width: 100%;
  }
  
  #merit section:nth-of-type(3) > .inner > p:first-child {
    margin-bottom: 10px;
  }
  
  #merit section:nth-of-type(3) > .inner > div.flex2 > div {
    width: 100%;
    margin-bottom: 20px;
  }

  #merit section:nth-of-type(3) > .inner > div.flex2 > figure {
    width: 100%;
    margin-bottom: 10px;
  }

  #merit section:nth-of-type(3) > .inner > div.flex2 p span:not(.notice) {
    padding: 3px 5px;
    font-size: 1.2rem;
  }
	#merit section:nth-of-type(3) > .inner > div.flex2 > dl {
    width: 100%;
  }
  
  #merit section:nth-of-type(3) a.box {
    width: 100%;
  }
	
	#merit01 .images {
		flex-direction: column;
		gap: 10px;
	}

	#merit01 .images span {
		width: 100%;
	}

  
}


/*===== ■6. Option Page Setting =====*/
/* Share  */
.options .flex {
	display: flex;
	justify-content: space-between;
}

.options .flex div {
	flex: 0 1 auto;
	max-width: 500px;
	width: 100%;
}
	

.options .flex figure {
	flex: 100%;
	max-width: 300px;
	margin: 15px 0 0 50px;
}

.options .inner .spec {
	width: 100%;
	padding: 1px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-collapse: separate;
	margin-top: 15px;
}

.options .inner .spec th {
	padding: 10px;
	background: #ebebeb;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.options .inner .spec td {
	padding: 10px;
	vertical-align: middle;
}

.options .inner .spec tr:not(:last-child) th,
.options .inner .spec tr:not(:last-child) td { border-bottom: 1px solid #ccc;}

/* 出展者プレゼンテーションセミナーのみ */
.options .inner .spec td p {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.3;
}
/* ここまで */

.options .inner .spec td li {
	position: relative;
	padding-left: 10px;
	line-height: 1.4;
}

.options .inner .spec td li:not(:last-child) { margin-bottom: 10px;}

.options .inner .spec td li:before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #999;
	content:'';
}

.options .inner .notice { margin-top: 15px;}

.options .inner .notice li {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.3;
}
.options .inner .notice li:not(:last-child) { margin-bottom: 5px;}

.options aside {
	margin-top: 30px;
	padding: 1px;
	border: 5px solid #ebebeb;
}

.options aside + p {
	color: #c00;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
  margin: 5px 0 0;
}

.options aside div {
	padding: 15px;
	background: #ebebeb;
	text-align: center;
}

.options aside h4 {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	padding: 0 120px;
	font-weight: bold;
	font-size: 1.6rem;
	font-family: 'Noto Sans Japanese';
}
.options aside h4:before,
.options aside h4:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100px;
	height: 1px;
	background: #999;
	content:'';
}
.options aside h4:after {
	left: inherit;
	right: 0;
}

.options aside time {
	display: block;
	color: #c00;
	font-weight: bold;
	font-size: 2.0rem;
	letter-spacing: 0.05em;
}

.options aside time + ul { margin-top: 15px;}

.options aside table {
	width: 100%;
	margin: 15px 0 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	border-collapse: separate;
	background: #fff;
	font-size: 1.4rem;
	table-layout: fixed;
}

.options aside th {
	padding: 15px;
	background: #ccc;
	font-weight: bold;
}

.options aside td {
	padding: 15px;
	color: #c00;
	font-weight: bold;
	font-size: 1.6rem;
}

.options aside li {
	padding-left: 1em;
	font-weight: bold;
	font-size: 1.2rem;
	text-indent: -1em;
	line-height: 1.3;
	text-align: left;
}

.options .inner .flex > em,
.options .inner > em {
	display: block;
	margin-bottom: 20px;
	color: #c00;
	font-weight: bold;
	font-size: 1.6rem;
}

.options #ads_guide .inner > em {
	color: #333;
}

.options .inner .flex > p em,
.options .inner > p em {
	color: #c00;
	font-weight: bold;
}

.options .inner > .flex > div > .feature { margin: 0px 5px 10px;}

.options .inner > .flex > div > .feature li,
.options .inner > .feature li {
	position: relative;
	padding-left: 12px;
	font-weight: bold;
}
.options .inner > .flex > div > .feature li:before,
.options .inner > .feature li:before {
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border: 2px solid #cc1c2e;
	border-radius: 50%;
	content:'';
}

.options .inner figure > .left_p {
	text-align: right;
	color: #000;
	font-size: 1.0rem;
}
.options .inner figure > .left_p + img {
	margin-top: 20px;
}

.table_single{
	margin-bottom: 20px;
}

.table_single td .red{
	color: #c00;
}

.table_single tr:first-child th:first-child{
	width: 60%;
}
.table_single tr:first-child th:last-child{
	width: 40%;
}
.table_single th:not(:first-child){
	border-left: 1px solid #ccc;
}
.table_single td:not(:first-child){
	border-left: 1px solid #ccc;
}

.table_single td{
	text-align: center;
	vertical-align: middle;
}

.table_single td span {
	display: block;
	font-size: 1.2rem;
}

.table_single td span .red{
	color: #c00;
}


.provision {margin-top: 20px;}
.provision .red{
	font-weight: bold;
	color: #c00;
}
.provision li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 1.4;
}

.provision li:before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #999;
	content: '';
}

.limit {
	display: flex;
	margin: 20px 0 0;
}

.limit dt, .limit dd {
	display: flex;
	position: relative;
	flex: 1;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
}

.limit dt {
	background: #ebebeb;
}

.limit dd {
	background: #f7d9d9;
	color: #c00;
	font-size: 1.6rem;
}

.limit dd:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 32px;
	height: 100%;
	background: url(../img/exhibition/mark-arrow.png) no-repeat left top;
	background-size: 100% 100%;
	content: '';
}

.emphasis {
	display: inline;
	margin-bottom: 10px;
	font-weight: bold;
	color: #c00;
	background:linear-gradient(transparent 70%, #FFFF00 0%);;
}

/* Section "option_intro" */
#option_intro {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #c00;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}

/* Section "Corner" */
#option_corner .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#option_corner .flex > div {
	width: 60%;
}
#option_corner .flex > figure {
	width: calc(40% - 20px);
}

#option_corner .table {
	display: flex;
	align-content: stretch;
	align-items: stretch;
	margin: 0 0 10px;
	padding: 1px 0px;
	border: 1px solid #ccc;
}

#option_corner .table dl {
	flex: 2;
	padding: 0 1px;
	box-sizing: border-box;
}
#option_corner .table .basic_pcs {
	flex: 1;
	border: none;
}

#option_corner .table dt {
	margin-bottom: 1px;
	background: #ebebeb;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}
#option_corner .table .basic_pcs dt { background: #ccc;}

#option_corner .table dt em {
	display: block;
	padding: 15px 10px;
}

#option_corner .table .basic_normal dt em {
	background: var(--dominant-light02);
	color: var(--dominant);
}

#option_corner .table dt span { display: flex;}
#option_corner .table dt span b {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}
#option_corner .table dt span b + b { border-left: 1px solid #ccc;}

#option_corner .table dd { text-align: center;}

#option_corner .table dl:not(.basic_pcs) ul {
	display: flex;
	flex-wrap: wrap;
}

#option_corner .table dd li {
	padding: 15px 10px;
	border-top: 1px solid #ccc;
	font-weight: bold;
}

#option_corner .table dl:not(.basic_pcs) li {
	width: 100%;
	box-sizing: border-box;
	font-weight: normal;
}



#coroption_cornerner .table dl {border-left: none}

#option_corner div div p {
	margin-bottom: 10px;
}

#option_corner p.notice {
	margin: 10px;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.3;
}

#option_interview a.box {
	margin-top: 20px;
}


@media screen and (max-width:1200px) {
	.options .flex div { 
		max-width: none;
    width: 100%;
	}
	
	.options .inner .fee,
	.options .inner .fees { max-width: none;}
}

@media screen and (max-width: 920px) {
	.options .flex div {
		max-width: 500px;
		flex: inherit;
	}
}

@media screen and (max-width:640px) {
	/* Share */
	.options .inner { margin: 0;}

	.options h2.finish b {
		font-size: 1.2rem;
		color: #fff;
	}
	.options h2.finish b > span {
		color: #fff;
	}

	.options h3.finish {
		flex-wrap: wrap;
	}
	.options h3.finish > b {
		margin-left: 0;
		font-size: 1.2rem;
	}

	.options .flex { display: block;}

	.options .flex div {
		order: 2;
		max-width: inherit;
	}

	.options .flex figure {
		order: 1;
		max-width: 85%;
		margin: 10px auto 20px;
	}
	
	.options .inner .spec th {
		display: block;
		width: auto;
		padding: 8px 0;
	}

	.options .inner .spec.table_single th {
		display: table-cell;
	}
	
	.options .inner .spec th br { display: none;}

	.options .inner .spec td {
		display: block;
		padding: 10px;
	}

	.options .inner .spec.table_single td {
		display: table-cell;
	}

	.options .inner .spec tr:not(:last-child) th,
	.options .inner .spec tr:not(:last-child) td { border-bottom: none;}
	
	.options .inner .spec.table_single.spec tr:not(:last-child) th,
	.options .inner .spec.table_single.spec tr:not(:last-child) td { border-bottom: 1px solid #ccc;}
	
	.options .inner .spec td p { margin-top: 5px;}

	.options .inner .spec td li:before { top: 7px;}

	
	.options .notice { margin-top: 10px;}

	.options .notice li:not(:last-child) { margin-bottom: 5px;}

	.options aside {
		margin-top: 20px;
		border: 3px solid #ebebeb;
	}

	.options aside div { padding: 10px;}
	
	.options aside h4 {
		margin-bottom: 0;
		padding: 0;
		font-size: 1.4rem;
	}
	.options aside h4:before,
	.options aside h4:after { display: none;}
	
	.options aside time { font-size: 1.6rem;}
	
	.options aside time + ul { margin-top: 5px;}

	.options aside table {
		margin: 10px 0;
		font-size: 1.3rem;
	}

	.options aside th {
		display: block;
		padding: 5px;
	}

	.options aside td {
		display: block;
		padding: 10px 5px;
		font-size: 1.4rem;
	}

	.options .inner > em,
	.options .inner .flex > em {
		margin: 0 0 10px;
		font-size: 1.4rem;
		line-height: 1.3;
	}

	.options .inner > em b {
		display: block;
		margin: 0 0 10px;
		padding: 8px 10px;
		text-align: center;
	}

	.options .inner figure > .left_p + img {
		margin-top: 10px;
	}


	/* Section "option_intro" */
	#option_intro {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	
	/* Section "Corner" */
	#option_corner .flex {
		flex-direction: column;
		margin-bottom: 20px;
	}
	#option_corner .flex > div {
		width: 100%;
	}
	#option_corner .flex > figure {
		width: 80%;
		margin: auto;
	}
}

/* Section "Option Guide" */
#option_guide #guide_table {
	width: 100%;
	padding: 1px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-collapse: separate;
	margin-top: 15px;
}
#option_guide #guide_table table {
	width: 100%;
}

#option_guide #guide_table tr:not(:last-child) th,
#option_guide #guide_table tr:not(:last-child) td { border-bottom: 1px solid #ccc;}

#option_guide #guide_table tr td[rowspan="8"],
#option_guide #guide_table tr td[rowspan="2"]{ 
	border-bottom: none;
}

#option_guide #guide_table th:not(:first-child){
	border-left: 1px solid #ccc;
}

#option_guide #guide_table td:not(:first-child){
	border-left: 1px solid #ccc;
}

#option_guide #guide_table th {
	padding: 10px;
	background: #ebebeb;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#option_guide #guide_table td {
	padding: 10px;
	vertical-align: middle;
}

@media screen and (max-width:640px) {
	#option_guide #guide_table {
    overflow-x: auto;
    white-space: nowrap;
	}
	#option_guide #guide_table table {
    width: auto;
    min-width: 100%;
	}
}


