
/* ===================================
	File Name   : module.css
	Description : Exhibitor Contents CSS
	Editor      : Bface Chiba
	Last Editor : Bface Chiba
	
	Update Description 
	[2025/11/20] 不要スタイル削除
	[2023/05/92] ダウンロードページ制作
	[2023/05/02] 出展期トップ制作
	[2022/01/12] 新規作成

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

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

	1. Index page Setting
		- merit_achievement
		- merit_worry
		- merit_visitor
		- merit_solution
		- merit_scale
		- merit_structure
		- solution_arrow
	2. Overview Page 

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


/*===== ■1. Index page Setting  =====*/
/* merit_achievement */
#merit_achievement .outline_table {
  overflow-x: auto;
}
#merit_achievement .outline_table table{
  width: 100%;
}
#merit_achievement .outline_table table th{
  background: #191d69;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 2.0rem;
  font-size: 1.8rem;
  vertical-align:middle;
  font-weight: normal;
  position: relative;
}
#merit_achievement .outline_table table td{
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 2.0rem;
  text-align: center;
  vertical-align:middle
}
#merit_achievement .outline_table table tr:last-of-type th,
#merit_achievement .outline_table table tr:last-of-type td{
  border-bottom: none;
}
#merit_achievement .outline_table table tr th:last-of-type,
#merit_achievement .outline_table table tr th:last-of-type{
  border-right: none;
}
#merit_achievement .outline_table tr:first-of-type th:not(:first-child){
  width: 16%;
}
#merit_achievement .outline_table table th:not(:first-of-type){
  border-right: none;
}
#merit_achievement .outline_table table tr:first-of-type th:not(:first-of-type):not(:last-of-type)::after{
  position: absolute;
  content: "";
  right: 0;
  top: 15%;
  background: #fff;
  width: 0.1rem;
  height: 70%;
}
#merit_achievement .outline_table table td{
  border: none;
  background: #fff;
  position: relative;
}
#merit_achievement .outline_table table tr td:not(:last-of-type)::after{
  position: absolute;
  content: "";
  right: 0;
  background: #cccccc;
  width: 0.1rem;
  height: 70%;
  top: 15%;
}
#merit_achievement .outline_table table tr:nth-last-of-type(2) td:not(:last-of-type)::after{
  bottom: 0;
}
#merit_achievement .outline_table table tr:nth-last-of-type(3) td,
#merit_achievement .outline_table table tr:last-of-type td{
  background: #eee;
}
#merit_achievement .outline_table span{
  font-size: 2.8rem;
}
#merit_achievement .outline_table tr > td:last-of-type span{
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  #merit_achievement .outline_table{
    white-space: nowrap;
    width: calc(100% + 1rem);
    padding-right: 1rem;
  }
  #merit_achievement .outline_table table th{
    font-size: 1.4rem;
  }
  #merit_achievement .outline_table table th .notice{
     font-size: 1.2rem;
  }
}

/* merit_worry */
#merit_worry ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ededed;
  padding: 2rem;
}
#merit_worry ul li{
  width: calc(25% - 2rem);
}
#merit_worry ul li p{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #fff;
  position: relative;
}
#merit_worry ul li p::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
#merit_worry ul li figure{
  margin: 3rem auto 0;
  width: 60%;
}
@media (max-width: 768px) {
  #merit_worry ul{
    padding: 2rem 1.5rem;
	}
  #merit_worry ul li{
    width:100%;
    margin-bottom: 2rem;
  }
  #merit_worry ul li:last-child{
    margin-bottom: 0rem;
  }
  #merit_worry ul li p{
    padding: 1rem;
    font-size: 1.6rem;
    border-radius: 0.5rem;
  }
  #merit_worry ul li figure{
    margin: 1rem auto 0;
    width: 40%;
  }
}

/* merit_visitor */
#merit_visitor h3{
  position: relative;
	text-align: center;
	padding: 0.5rem;
	border: solid 0.1rem #191d69;
	color: #191d69;
	font-size: 2.0rem;
	margin-bottom: 2.0rem;
  font-weight: bold;
}
#merit_visitor h3::before, 
#merit_visitor h3::after{
    content: '';
    width: 3rem;
    height: 3rem;
    position: absolute;
}
#merit_visitor h3::before{
  border-left: solid 0.4rem #191d69;
  border-top: solid 0.4rem #191d69;
  top: -0.4rem;
  left: -0.4rem;
}
#merit_visitor h3::after{
  border-right: solid 0.4rem #191d69;
  border-bottom: solid 0.4rem #191d69;
  bottom: -0.4rem;
  right: -0.4rem;
}
#merit_visitor .flex3::after{display: none;}
/* merit_solution */
#merit_solution ul{
	margin: 0;
}
#merit_solution ul li:first-child{
  margin-top: 0;
}
#merit_solution ul li:nth-child(2){
	margin-top: 0;
	margin-bottom: 0;
}
#merit_solution ul li:nth-child(3){
	margin-top: 0;
  margin-bottom: 0;
}
#merit_solution ul li:nth-child(4){
  margin-bottom: 0;
}
#merit_solution li span{
	font-size: 8rem;
}
@media (max-width: 768px) {
	#merit_solution{
		margin-top: 8rem!important;
		margin-bottom: 0;
	}
	#merit_solution ul li:first-child,
	#merit_solution ul li:nth-child(2),
	#merit_solution ul li:nth-child(3),
	#merit_solution ul li:nth-child(4){
  	margin-bottom: 2rem;
	}
}

/* merit_scale]*/
#merit_scale #total_number dl{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
#merit_scale #total_number dt{
  color: #fff;
  padding: 0.5rem 1.0rem;
  font-size: 1.8rem;
  background: #191d69;
  margin-right:1rem;
}
#merit_scale #total_number > div:last-of-type dt{
  background: #af0c02;
}
#merit_scale #total_number dd{
  font-weight: bold;
  font-size: 2.4rem;
}
#merit_scale #total_number dd span{
  font-size: 4.0rem;
}
#merit_scale .last_scale{
  overflow-x: auto;
}
#merit_scale .last_scale table{
  width: 100%;
}
#merit_scale .last_scale th{
  text-align: center;
  font-weight: bold;
  padding: 1.5rem 0.5rem;
  color: #fff;
  border-bottom: 0.1rem #fff solid;
  vertical-align: middle;
  background: #191d69;
}
#merit_scale .last_scale tr th:not(:last-child){
  border-right: 0.1rem solid #fff;
}
#merit_scale .last_scale tr th:not(:first-child){
  width: 8rem;
}
#merit_scale .last_scale td{
  padding: 1.5rem;
  border-bottom: 0.1rem #fff solid;
  vertical-align:middle; 
  position: relative;
}
#merit_scale .last_scale td > div{
  display: flex;
  align-items: center;
}
#merit_scale .last_scale td > div span:first-child{
  font-size: 1.4rem;
  margin: 0.3rem 0.5rem auto 0;
}
#merit_scale .last_scale td > div span:last-child{
  flex: 1;
}
#merit_scale .last_scale tr:not(:last-of-type) td{
  border-bottom: 0.1rem #fff solid;
}
#merit_scale .last_scale td:first-child{font-weight: bold;}

#merit_scale .last_scale:first-of-type tr:nth-child(2) td:first-child{color: #c7161d;}
#merit_scale .last_scale:first-of-type tr:nth-child(3) td:first-child{color: #008cd6;}
#merit_scale .last_scale:first-of-type tr:nth-child(4) td:first-child{color: #666464;}
#merit_scale .last_scale:first-of-type tr:nth-child(5) td:first-child{color: #ec7c1e;}
#merit_scale .last_scale:first-of-type tr:nth-child(6) td:first-child{color: #e75440;}
#merit_scale .last_scale:first-of-type tr:nth-child(7) td:first-child{color: #00913a;}
#merit_scale .last_scale:first-of-type tr:nth-child(8) td:first-child{color: #e75297;}
#merit_scale .last_scale:first-of-type tr:nth-child(9) td:first-child{color: #e7380d;}
#merit_scale .last_scale:first-of-type tr:nth-child(10) td:first-child{color: #dba44c;}
#merit_scale .last_scale:first-of-type tr:nth-child(11) td:first-child{color: #5d77ac;}
#merit_scale .last_scale:first-of-type tr:nth-child(12) td:first-child{color: #0080a3;}
#merit_scale .last_scale:first-of-type tr:nth-child(13) td:first-child{color: #c68b38;}
#merit_scale .last_scale:first-of-type tr:nth-child(14) td:first-child{color: #c68b38;}

#merit_scale .last_scale:last-of-type tr:nth-child(2) td:first-child{color: #e7380d;}
#merit_scale .last_scale:last-of-type tr:nth-child(3) td:first-child{color: #dba44c;}
#merit_scale .last_scale:last-of-type tr:nth-child(4) td:first-child{color: #5d77ac;}
#merit_scale .last_scale:last-of-type tr:nth-child(5) td:first-child{color: #0080a3;}
#merit_scale .last_scale:last-of-type tr:nth-child(6) td:first-child{color: #c68b38;}
#merit_scale .last_scale:last-of-type tr:nth-child(7) td:first-child{color: #c68b38;}

#merit_scale .last_scale tr td:first-child:after{
  position: absolute;
  content: "";
  width: 0.5rem;
  top: 0;
  left: 0;
  bottom: 0;
  background: #c7161d;
}

#merit_scale .last_scale:first-of-type tr:nth-child(3) td:first-child:after{background: #008cd6;}
#merit_scale .last_scale:first-of-type tr:nth-child(4) td:first-child:after{background: #666464;}
#merit_scale .last_scale:first-of-type tr:nth-child(5) td:first-child:after{background: #ec7c1e;}
#merit_scale .last_scale:first-of-type tr:nth-child(6) td:first-child:after{background: #e75440;}
#merit_scale .last_scale:first-of-type tr:nth-child(7) td:first-child:after{background: #00913a;}
#merit_scale .last_scale:first-of-type tr:nth-child(8) td:first-child:after{background: #e75297;}
#merit_scale .last_scale:first-of-type tr:nth-child(9) td:first-child:after{background: #e7380d;}
#merit_scale .last_scale:first-of-type tr:nth-child(10) td:first-child:after{background: #dba44c;}
#merit_scale .last_scale:first-of-type tr:nth-child(11) td:first-child:after{background: #5d77ac;}
#merit_scale .last_scale:first-of-type tr:nth-child(12) td:first-child:after{background: #0080a3;}
#merit_scale .last_scale:first-of-type tr:nth-child(13) td:first-child:after{background: #c68b38;}
#merit_scale .last_scale:first-of-type tr:nth-child(14) td:first-child:after{background: #c68b38;}

#merit_scale .last_scale:last-of-type tr:nth-child(2) td:first-child:after{background: #e7380d;}
#merit_scale .last_scale:last-of-type tr:nth-child(3) td:first-child:after{background: #dba44c;}
#merit_scale .last_scale:last-of-type tr:nth-child(4) td:first-child:after{background: #5d77ac;}
#merit_scale .last_scale:last-of-type tr:nth-child(5) td:first-child:after{background: #0080a3;}
#merit_scale .last_scale:last-of-type tr:nth-child(6) td:first-child:after{background: #c68b38;}
#merit_scale .last_scale:last-of-type tr:nth-child(7) td:first-child:after{background: #c68b38;}

#merit_scale .last_scale tr:nth-child(even) td{
  background: #ededed;
}
#merit_scale .last_scale tr td:not(:first-child){
  text-align: center;
  font-size: 2.0rem;
}

@media (max-width: 768px){
  #merit_scale #total_number dt{
    padding: 0.5rem 0.5rem;
    font-size: 1.6rem;
  }
  #merit_scale #total_number dd{
    font-size: 2.0rem;
  }
  #merit_scale #total_number dd span{
    font-size: 3.0rem;
  }
  #merit_scale .last_scale{
    white-space: nowrap;
    width: calc(100% + 1rem);
    padding-right: 1rem;
  }
  #merit_scale .last_scale .sp{display: table-row;}
}

/* merit_structure */
#merit_structure{
	margin-top: 5rem;
}
#merit_structure h2{
	position: relative;
	font-size: 3.2rem;
	color: #333;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2rem;
}
#merit_structure .box_wrapper > div{
	padding: 3rem 3rem 2rem;
	
	border: 0.1rem solid #fff;
	position: relative;
}
#merit_structure .box_wrapper > div::before{
	position: absolute;
	content: "";
	top: 0.4rem;
	bottom: 0.4rem;
	right: 0.4rem;
	left: 0.4rem;
	background: #ededed;
}
#merit_structure .box_wrapper > div::after{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border: 0.2rem #ccc solid;
}
#merit_structure .structure_catch{
	font-weight: bold;
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 3rem;
	color: #191d69;
  position: relative;
}
#merit_structure .structure_catch span{
	padding: 0 1rem;
	display: inline-block;
	background: linear-gradient(transparent 50%, #ffe25c 50%);
}
#merit_structure ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#merit_structure ul li{
	width: calc(50% - 1rem);
	position: relative;
	background: #fff;
	margin: 0 0 1.5rem;
	box-shadow: 0.1rem 0.1rem rgba(25,29,109,0.3);
	z-index: 1
}
#merit_structure ul li a{
  position: relative;
  display: block;
  padding: 1rem;
  height: 100%;
}
#merit_structure ul li a.soon{opacity: 1;}
#merit_structure ul li a.soon::before,
#merit_structure ul li a.soon::after{
  display: none;
}
#merit_structure ul li a.soon > b{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	background: rgba(255, 255, 255, 0.8);
	border: solid #999 0.2rem;
	color: #666;
	padding: 0.5rem 1rem;
	font-size: 3rem;
}
#merit_structure ul li a::before {
  position: absolute;
  right: 0.6rem;
  bottom: 0.4rem;
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-top: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
  transform: rotate(45deg);
  z-index: 2;
}
#merit_structure ul li a::after{
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  content: "";
  background: linear-gradient(to bottom right, rgba(25,29,105,0) 50%, rgba(25,29,105,1) 50.01%) no-repeat top left / 100% 100%;
}
#merit_structure ul li span{
	position: absolute;
	top:0.5rem;
	right: 0.5rem;
	height: 4.5rem;
	width: 4.5rem;
	border-radius: 50%;
	font-weight: bold;
	color: #fff;
	background: #ffae00;
	box-shadow: 0 0.2rem #d79303;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#merit_structure ul li a > picture{
  display: flex;
  padding-right: 2rem;
}
#merit_structure ul li a:hover {opacity: .6;}
#merit_structure ul li a img{
  opacity: 1;
  vertical-align: bottom;
}
#merit_structure ul li a > p:first-of-type{
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 0 0 1rem;
}
#merit_structure ul li a > p:last-of-type{
  color: #333;
  margin-top: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#merit_structure .new{
  background: #191d69;
  padding: 0.5rem;
  margin-bottom: 2rem;
	position: relative;
}
#merit_structure .new > p{
  font-weight: bold;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  margin-top: 1rem;
}
#merit_structure .new ul{
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 1rem 1rem;
}
#merit_structure .new li{
  width: calc(33.3% - 2rem);
  margin: 1rem 1rem;;
}
#merit_structure .new li a{
  padding: 0.7rem
}
@media (max-width: 768px) {
	#merit_structure .box_wrapper > div{
		padding: 2rem 1.5rem;
	}
	#merit_structure h2{
		font-size: 2.2rem;
	}
  #merit_structure .structure_catch{
		font-size: 2rem;
	}
  #merit_structure .structure_catch span{
    background: none;
  }
  #merit_structure ul li{
    width: 100%;
    margin-bottom: 1rem;
  }
  #merit_structure .new {
    padding: 1rem;
  }
  #merit_structure .new > p{
    font-size: 2rem;
    margin-top: 0;
  }
  #merit_structure .new ul{
    padding: 0;
  }
  #merit_structure .new li{
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
    margin: 1rem 0 0 ;
  }
  #merit_structure .new li:last-child{
    margin-bottom: 0;
  }
  #merit_structure .new li a{
    padding: 0.5rem
  }
}


/* solution_arrow */
#solution_arrow{
  margin: 10rem -0.3rem 0;
  text-align: center;
  padding: 10rem 0;
  position: relative;
  z-index: 2;
}
#solution_arrow::before,
#solution_arrow::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#solution_arrow::after {
  transform: rotate(5deg) skewX(5deg);
  background-color: #ccc;
  z-index: -1;
}
 #solution_arrow::before{
  transform: rotate(-5deg) skewX(-5deg);
  background: #191d69;
  z-index: 0;
}
#solution_arrow p{
  position: relative;
  z-index: 2;
  transform: rotate(-5deg) skewX(-5deg);
  color: #ffe25c;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#solution_arrow span{
  font-size: 7rem;
}
@media (max-width: 768px) {
  #solution_arrow p{
    font-size: 4rem;
  }
  #solution_arrow span{
    font-size: 5rem;
  }
}

/*===== ■2. Overview Page  =====*/
/* overview_about */
#overview_about .box_wrapper .tf_about{
  background: rgba(25, 29, 109, 0.1);
  padding: 2rem 3rem;
  position: relative;
  box-shadow: 0.5rem 0.5rem rgba(25, 29, 109, 0.3);
}
#overview_about .box_wrapper .tf_about::before{
  position: absolute;
  content: "";
  background: linear-gradient(to top right, rgba(25, 29, 105, 0) 50%, rgba(25, 29, 105, 1) 50.01%) no-repeat top left / 100% 100%;
  top: -0.5rem;
  right: -0.5rem;
  width: 4rem;
  height: 4rem;
}
#overview_about .box_wrapper p{
  font-size: 1.8rem;
  line-height: 1.6;
}



/* overview_outline */
#overview_outline .note{
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-align: right;
}
#overview_outline dl:first-of-type{
  border-top: solid 0.1rem #191d69;
}
#overview_outline dl{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: solid 0.1rem #191d69;
}
#overview_outline dl dt {
  color: #191d69;
  padding: 3rem 2rem;
  text-align: center;
  width: 13rem;
  background: rgba(25, 29, 109, 0.1);
}
#overview_outline dl dt span{
  display: block;
  font-size: 1.4rem;
}
#overview_outline dl dd{
  padding: 3rem 2rem;
  flex: 1;
}
#overview_outline dl dd a{
  position: relative;
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.2rem;
  border: #191d69 0.1rem solid;
  padding: 0.3rem 1.5rem 0.3rem 0.5rem;
  color: #191d69;
}
#overview_outline dl dd a::before{
  position: absolute;
  right: 0.7rem;
  bottom: 0.8rem;
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: solid 0.1rem #191d69;
  border-right: solid 0.1rem #191d69;
  transform: rotate(45deg);
  z-index: 2;
}
#overview_outline dl dd a:hover{
  background: #191d69;
  color: #fff;
}
#overview_outline dl dd a:hover::before{
  border-top: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
}
#overview_outline dl dd h3{
  padding: 0.5rem 1rem;
  background: #ededed;
  margin-bottom: 1rem;
  font-weight: bold;
}
#overview_outline dl dd div{
  margin-bottom: 2rem;
}
#overview_outline dl dd div h4{
  margin-right: 1rem;
  font-size: 1.4rem;
  padding: 0 1rem;
  border-left: solid #333 0.6rem;
  font-weight: bold;
}
#overview_outline dl dd div ul{
  flex: 1;
}
#overview_outline dl dd li{
  display: flex;
  margin: 1rem 0;
}
#overview_outline dl dd li span:last-child{
  margin-left: 1rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #overview_outline .note{
    font-size: 1.2rem;
  }
  #overview_outline dl{
  }
  #overview_outline dl dt{
    width: 100%;
    padding: 1rem 1rem;
    text-align: left;
  }
  #overview_outline dl dt span{
    display: inline-block;
  }
  #overview_outline dl dd{
    padding: 1rem 0;
  }
  #overview_outline dl dd a{
    margin-left: 0rem;
  }
  #overview_outline dl dd li{
    display: block;
  }
  #overview_outline dl dd li span{
    display: block;
  }
  #overview_outline dl dd li span:last-child{
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

/* overview_structure */
#overview_structure{
 margin-top: 7rem;
}
#overview_structure > div{
  padding: 4rem 4rem;
  background: #efefef;
}
#overview_structure .category_wrapper:not(:last-child){
  border-bottom: dotted #666 0.1rem;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
}
#overview_structure .st_category{
  padding: 0rem 0 0rem 1rem ;
  color: #191d69;
  font-weight: bold;
  font-size: 2rem;
  border-left: 0.5rem #191d69 solid;
  margin-bottom: 1rem;
}
#overview_structure ul + .st_category{
  margin-top: 1rem;
}
#overview_structure ul{
  padding: 0 ;
}
#overview_structure li{
	position: relative;
	background: #fff;
	margin: 0 0 1.5rem;
	box-shadow: 0.5rem 0.5rem rgba(25,29,109,0.3);
	z-index: 1
}
#overview_structure li a{
  position: relative;
  display: block;
  padding: 1.5rem;
  height: 100%;
  border: solid #6064b2 0.1rem;
}
#overview_structure li a.soon{opacity: 1;}
#overview_structure li a.soon::before,
#overview_structure li a.soon::after{
  display: none;
}
#overview_structure li a.soon > b{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	background: rgba(255, 255, 255, 0.8);
	border: solid #999 0.2rem;
	color: #666;
	padding: 0.5rem 1rem;
	font-size: 3rem;
}
#overview_structure li a::before {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
  transform: rotate(45deg);
  z-index: 2;
}
#overview_structure li a::after{
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  z-index: 1;
  width: 3.5rem;
  height: 3.5rem;
  content: "";
  background: linear-gradient(to bottom right, rgba(25,29,105,0) 50%, rgba(25,29,105,1) 50.01%) no-repeat top left / 100% 100%;
}
#overview_structure li span{
	position: absolute;
	top:0.5rem;
	right: 0.5rem;
	height: 4.5rem;
	width: 4.5rem;
	border-radius: 50%;
	font-weight: bold;
	color: #fff;
	background: #ffae00;
	box-shadow: 0 0.2rem #d79303;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#overview_structure li a > picture{
  display: block;
  padding-right: 4rem;
}
#overview_structure li a:hover {opacity: .6;}
#overview_structure li a img{
  opacity: 1;
  vertical-align: bottom;
}
#overview_structure li a > p:last-of-type{
  margin-top: 1rem;
	padding-top: 1rem;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.4;
}

/*#overview_structure ul li:first-of-type a > p:first-of-type{border-left: #008cd6 0.5rem solid; color: #c8161d;}*/
#overview_structure  .category_wrapper:nth-of-type(1) ul li:first-of-type a > p:last-of-type{border-top: #c8161d 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(1) ul li:nth-of-type(2) a > p:last-of-type{border-top: #7a7878 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(1) ul li:nth-of-type(3) a > p:last-of-type{border-top: #008cd6 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(1) ul li:nth-of-type(4) a > p:last-of-type{border-top: #ed6c00 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(1) ul li:nth-of-type(5) a > p:last-of-type{border-top: #e7280e 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(2) ul li:nth-of-type(1) a > p:last-of-type{border-top: #07913a 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(2) ul li:nth-of-type(2) a > p:last-of-type{border-top: #e95098 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(3) ul li:nth-of-type(1) a > p:last-of-type{border-top: #c88d37 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(3) ul li:nth-of-type(2) a > p:last-of-type{border-top: #c88d37 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(4) ul li:nth-of-type(1) a > p:last-of-type{border-top: #a64a97 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(4) ul li:nth-of-type(2) a > p:last-of-type{border-top: #f39800 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(4) ul li:nth-of-type(3) a > p:last-of-type{border-top: #e8340c 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(4) ul li:nth-of-type(4) a > p:last-of-type{border-top: #5b78ae 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(4) ul li:nth-of-type(5) a > p:last-of-type{border-top: #dca54c 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(4) ul li:nth-of-type(6) a > p:last-of-type{border-top: #76a32d 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(4) ul li:nth-of-type(7) a > p:last-of-type{border-top: #0080a3 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(4) ul li:nth-of-type(8) a > p:last-of-type{border-top: #009e53 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(4) ul li:nth-of-type(9) a > p:last-of-type{border-top: #50206e 0.1rem solid;}
#overview_structure  .category_wrapper:nth-of-type(4) ul li:nth-of-type(10) a > p:last-of-type{border-top: #3f7967 0.1rem solid;}
@media (max-width: 1024px) {
  #overview_structure li span{
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media (max-width: 768px) {
  #overview_structure	 .box_wrapper .tf_about{
    padding: 2rem 1.5rem;
  }
  #overview_structure .box_wrapper p{
    font-size: 1.6rem;
  }
  #overview_structure > div{
    padding: 2rem 1.5rem;
  }
  #overview_structure .category_wrapper:not(:last-child){
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }
  #overview_structure .st_category{
    font-size: 1.6rem;
  }
  #overview_structure ul{
    padding: 0;
  }
  #overview_structure li{
    margin: 0 0 1rem;
    box-shadow: 0.2rem 0.2rem rgba(25, 29, 109, 0.3);
  }
  #overview_structure li a{
    padding: 1rem;
  }
  #overview_structure li a > picture{
    display: flex;
    padding-right: 3rem;
  }
  #overview_structure li span {
    height: 3rem;
    width: 3rem;
    font-size: 1.1rem
  }
  #overview_structure li a > p:first-of-type{
    font-size: 1.6rem;
  }
  #overview_structure li a > p:last-of-type{
    font-size: 1.4rem;
    line-height: 1.4;
  }
	#overview_structure li a.soon > b{
		font-size: 2rem;
	}
}

/*overview_schedule*/
#overview_schedule {
  position: relative;
  padding: 5rem 1rem;
  margin-top: 6rem;
}
#overview_schedule::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 70%;
  height: 120%;
  clip-path: polygon(0 0,100% 0,0% 100%,0% 100%);
  background: #e8e9f0;
}
#overview_schedule .tit_subhead,
#overview_schedule .box_wrapper_min{
  z-index: 1;
  position: relative;
}
#overview_schedule dl{
  display: flex;
  margin-bottom: 3rem;
}
#overview_schedule dl dt{
  position: relative;
  background: #fff;
  border: 0.2rem solid #191d69;
  width: 25rem;
  padding: 1.5rem;
  color: #191d69;
  font-size: 1.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#overview_schedule dl dt::before{
  content: "";
  position: absolute;
  top: 50%; 
  left: 100%;
  transform: translateY(-50%);
  border: 1rem solid transparent;
  border-left: 1rem solid #191d69;   
}
#overview_schedule dl dt span{
  content: "";
  position: absolute;
  top: calc(100% + 0.2rem); 
  right: 50%;
  height: 3rem;
  width: 20rem;
  transform: translateX(50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #d3d4e2;
}
#overview_schedule dl dd{
  background: #f1f1f1;
  padding: 2.0rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 768px) {
  /*exhibition_schedule*/
  #overview_schedule {
    padding: 5rem 1rem 0;
  }
  #overview_schedule::after {
    width: 90%;
    height: 30%;
  }
  #overview_schedule dl{
    flex-direction: column;
    position: relative;
  }
  #overview_schedule dl:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 100%; 
    right: 50%;
    height: 3rem;
    width: 20rem;
    transform: translateX(50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #d3d4e2;
  }
  #overview_schedule dl dt{
    width: 100%;
  }
  #overview_schedule dl dt::before{
    top: 100%; 
    left: 50%;
    transform: translate(-50%, 0);
    border: 1rem solid transparent;
    border-top: 1rem solid #191d69;   
  }
  #overview_schedule dl dt span{
    display: none;
  }
}

