@charset "UTF-8";

/* ===================================
	File Name   : seminar.css
	Description : seminar Page's Layout CSS
	Editor      : Bface Hayakawa
	Last Editor : Bface Otake
	
	Update Description :
  [2025/07/18] 来場気改訂期間　セミナー概要テキストリンク設定
  [2025/07/08] 来場気改訂期間　セミナー概要プルダウンメニュー修正
	[2025/06/18] 来場期改訂（調整）
	[2023/05/18] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Share Elements
	2. Index（出展者セミナー）
	3. 特別講演会
	4. 講演会・セミナー一覧
	
====================================== */


/*===== ■1. Share Elements =====*/
sub {font-size: .6em;}
.intro {
  font-size: 2rem;
  font-weight: bold;
}
/* Seminar Registration */

#main_cont a:hover .icon_blank:before {
  content: "\e900";
  color: #999;
	margin-left: 4px;
}

#seminar_registration p {
  margin-bottom: 20px;
}

#seminar_registration p em.font-red {
  color: #c00;
}

#seminar_registration a.box {
	width: 80%;
	margin: 0 auto;
}

#seminar_schedule > .inner > p:first-child { margin-bottom: 20px;}

#seminar_schedule ul.seminar_icon {
	display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
	text-align: center;
}

#seminar_schedule ul.seminar_icon li {
  margin: 0 5px 5px 0;
	padding: 5px 10px;
  background: #666;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}

#seminar_schedule ul.seminar_icon li:first-child {
    background: #9bc144;
}

#seminar_schedule ul.seminar_icon li:nth-child(2) {
    background: #d75d66;
}

#seminar_schedule ul.seminar_icon + p {
	margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2rem;
}

#seminar_schedule ul.seminar_icon + p > span {
  display: inline-block;
  color: #c00;
}


#seminar_schedule h3 { margin-top: 30px;}

#seminar_schedule .related_links { margin: 0 10px;}

#seminar_schedule .related_links li:not(:last-child) { margin-bottom: 5px;}

#seminar_schedule .related_links a { font-size: 1.6rem;}

#seminar_schedule .related_links a.soon {
	pointer-events: none;
	opacity: .6;
}

#seminar_schedule .schedule_date dd b {
  display: inline-block;
  margin-top: 5px;
  padding: 3px 5px;
  border-radius: 4px;
  background: #f7d9d9;
  color: #c00;
  font-weight: bold;
}

.schedule_date td a {
  text-decoration: none;
}

.schedule_date td .seminar_detail a {
  text-decoration: underline;
}

.schedule_date td a.seminar_btn {
  display: block;
  position: relative;
  margin-top: 5px;
  padding: 10px;
  color: #333;
  background: #ebebeb;
}

.schedule_date td a.seminar_btn::after {
  position: absolute;
  top: 50%;
  left: 90px;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #555555;
  border-bottom: none;
  transform: translateY(-50%);
  content: '';
}

.schedule_date td a.active::after {
  position: absolute;
  top: 50%;
  left: 90px;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #555555;
  border-top: none;
  transform: translateY(-50%);
  content: '';
}

.schedule_date p:not(.inner_top) {
  display: none;
  padding: 10px;
  border-top: 1px solid #fff;
  background: #ebebeb;
  font-size: 1.4rem;
}

.schedule_date td button {
  position: relative;
  display: inline-block;
  width: 31%;
  min-width: 280px;
  margin-top: 10px;
  padding: 10px 40px 10px 10px;
  background: #999;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

.schedule_date td button:hover {
  background: #333;
}

.schedule_date td button.active:active {
  background: #333;
}

.schedule_date td div.seminar_detail {
  display: none;
  width: 100%;
  padding: 15px;
  border-left: 5px solid #d75d66;
  background-color: rgba(255, 255, 255, .5);
}

/* lower_content */
aside#visitor_related h3 {
  margin: 40px 0 15px;
  padding: 15px 0 15px 10px;
  border-left: 5px solid #666;
  background: #ebebeb;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: 'Open Sans', 'Noto Sans Japanese';
  line-height: 1;
}

aside#visitor_related p { margin: 0 15px 15px;}

aside#visitor_related ul {
  display: flex;
  justify-content: center;
}

aside#visitor_related ul li {
  flex: 1;
  margin: 0 10px;
  text-align: center;
}




@media screen and (max-width:640px) {
  .intro {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #seminar_schedule h3 { margin-top: 20px;}
  
  #seminar_schedule ul.seminar_icon {
    justify-content: space-between;
  }

  #seminar_schedule ul.seminar_icon li {
    display: flex;
    align-items: center;
    width: calc(50% - 5px);
    margin: 0 0 5px;
    box-sizing: border-box;
    text-align: left;
  }
  
  #seminar_schedule .related_links a {
    margin: 0;
    padding: 5px 0 5px 12px;;
    font-size: 1.4rem;
  }
  
  /* lower_content */
	aside#visitor_related h3 {
	  font-size: 1.4rem;
	  padding: 10px 0 10px 10px;
	  margin-bottom: 10px;
	}
	aside#visitor_related ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
	aside#visitor_related ul li {
    flex: none;
    width: calc(50% - 10px);
    margin: 0 5px 5px;
  }
  
	aside#visitor_related ul li:not(:last-child) { margin-bottom: 5px;}
  
}




/*===== ■2. Index =====*/
.schedule_table p.right {
  text-align: right;
}

.schedule_date table {
  width: 100%;
}

.schedule_date table:not(:last-of-type) {
  margin-bottom: 20px;
}

.schedule_date table:last-of-type{
  margin-bottom: 10px;
}

.schedule_date th {
	padding: 5px;
	background: #333;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	vertical-align: middle;
}
.schedule_date th.date{
	background: #333;
}
.schedule_date th.title{
	background: #666;
  color: #333;
  border-style: none dotted dotted dotted;
  border-width: 0 1px 1px 1px;
  border-color: #999;
}
.schedule_date th.title.sub { background: #666; color: #fff; }
.schedule_date th.title.basic { background: #F1CDB1; }
.schedule_date th.title.ai { background: #B4C6E7; }
.schedule_date th.title.ccus { background: #A9D08E; }
.schedule_date th.title.science { background: #00B0F0; }
.schedule_date th.title.sustainability { background: #9FCE63; }
.schedule_date th.title.dx { background: #F9DA78; }
.schedule_date th.title.energy { background: #a3a6e3; }

.schedule_date td {
  padding: 10px;
}

.schedule_date td:first-child {
	width: 15%;
	background: #ebebeb;
	border-style: none none dotted dotted;
	border-color: #999;
	border-width: 0 0 1px 1px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

.schedule_date td {
  width: 85%;
	padding: 10px;
	border-style: none dotted dotted dotted;
	border-color: #999;
	border-width: 0 1px 1px 1px;
	vertical-align: top;
}
.schedule_date .column td:not(:first-child){ width: 42.5%;}

.schedule_date td.adjust {
  vertical-align: middle;
  color: #999;
  font-weight: bold;
  font-size: 1.6rem;
}
.schedule_date td.adjust.single { color: #333;}

.schedule_date td div.photo {
	display: grid;
	grid-template-columns: 1fr 100px;
	gap: 10px;
	align-items: center;
}
.schedule_date td div.photo dl { grid-column: 1 / span 2;}
.schedule_date td div.photo:has(figure) dl { grid-column: 1;}
.schedule_date td div.photo figure { grid-column: 2;}
.schedule_date td div.photo figure img { width: 100%;}


.schedule_date span.label {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 5px;
  background: #1c2a5b;
  font-weight: bold;
  color: #fff;
}

.schedule_date span.emphasis {display: block;}
.schedule_date span.emphasis.special {color: #F1CDB1;}
.schedule_date span.emphasis.sustainability {color: #9FCE63;}
.schedule_date span.emphasis.dx {color: #F9DA78;}
.schedule_date span.emphasis.co2 {color: #a3a6e3;}
.schedule_date span.emphasis.hydrogen {color: #5d87d6;}
.schedule_date span.emphasis.resource {color: #00B0F0;}
.schedule_date span.emphasis.biomass {color: #A9D08E;}

.schedule_date dt {
  font-weight: bold;
  font-size: 1.8rem;
}
.schedule_date dt:not(:nth-of-type(1)) {
  margin-top: 15px;
}

.schedule_date dd span { display: block;}

.schedule_date dd em {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.6rem;
}
.schedule_date dd em:not(:last-of-type) {
  margin-bottom: 10px;
}

aside#others {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
aside#others a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}


@media screen and (max-width:640px) {
  .schedule_date table:last-of-type{
    margin-bottom: 5px;
  }
  
  .schedule_date th {
    font-size: 1.4rem;
  }
	
	.schedule_date td div.photo {
		grid-template-columns: 1fr 70px;
	}
  
  .schedule_date dt {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  
  .schedule_date dd { clear: both;}

  .schedule_date dd em { font-size: 1.4rem;}
	
  aside#others {
    flex-direction: column;
  }
  aside#others a {
    width: 100%;
    margin-bottom: 10px;
  }
}



/*===== 3. 特別講演会 =====
.schedule_table .intro dl {
	display: table;
	width: 100%;
  margin-bottom: 0;
  font-size: 1.6rem;
  border: 1px dotted #999;
  border-bottom: none;
}

.schedule_table .intro dl:nth-child(even) {
  background: #ebebeb;
}

.schedule_table .intro dl:last-child {
  margin-bottom: 20px;
  border-bottom: 1px dotted #999;
}

.schedule_table .intro dl dt,
.schedule_table .intro dl dd {
  display: table-cell;
	padding: 10px;
}

.schedule_table .intro dt {
  width: 70%;
  padding: 5px;
	font-weight: bold;
  vertical-align: middle;
  border-right: 1px dotted #999;
}

.schedule_table .intro dl dd {
	width: 30%;
  border-left: none;
  font-size: 1.4rem;
}

.schedule_table .intro dl dd span {
  display: block;
	margin-top: 10px;
}

.schedule_table .intro dl dd em {
  font-weight: bold;
	font-size: 1.6rem;
}


@media screen and (max-width:640px) {
  .schedule_table .intro dl dt,
  .schedule_table .intro dl dd {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing:border-box;
    font-size: 1.4rem;
  }
  
  .schedule_table .intro dt {
    padding-bottom: 0;
    border-right: none;
  }
  
  .schedule_table .intro dl dd {
    background: none;
  }
  
  .schedule_table .intro dl dd em {
    font-size: 1.4rem;
  }  
}
*/
