@charset "UTF-8";
/*ページ全体*/
/************************************/
/* common							*/
/************************************/
.clearfix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

html {
  overflow-y: scroll;
}

div, th, td, p, li {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 950px;
  margin: 0 auto;
}

#contents {
  width: 1170px;
  margin: 0 auto 30px;
  padding-top: 40px;
}

dt {
  float: left;
  clear: left;
}

blockquote {
  font-size: 80%;
  margin: 0 1em 1em 2em;
}

h2 {
  clear: both;
}

#return {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  overflow: hidden;
  z-index: 100;
}

#return a {
  display: inline-block;
  width: 64px;
  padding: 26px 0 12px 0;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: url(../images/return.webp) no-repeat 50% 5px #333;
  text-decoration: none;
}

#return a:hover {
  background-color: #555;
}

/* 「トップへ戻る」の出し入れ。
   旧版は jQuery の fadeIn/fadeOut でやっていたが、
   common.js が .is-visible を付け外しするだけにして CSS に寄せた。
   既定は非表示。visibility も切るのでキーボード操作でも拾われない。 */
#return a {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

#return a.is-visible {
  opacity: 1;
  visibility: visible;
}

/* ホバーで不透明度を落とす。
   旧版は jquery-opacity-rollover.js（opOver）と common.js（.hover）が
   JS で fadeTo していたぶん。挙動と時間はそのまま CSS に移した。
   .over1 / .opOver = 1.0→0.6、.hover = 1.0→0.8、いずれも 200ms。 */
.over1,
.opOver,
.hover {
  transition: opacity .2s;
}

.over1:hover,
.opOver:hover {
  opacity: .6;
}

.hover:hover {
  opacity: .8;
}

.nolink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/************************************/
/* 2カラム							*/
/************************************/
#boxL {
  float: left;
  width: 850px;
}

#boxR {
  float: right;
  width: 260px;
}

/************************************/
/* right area						*/
/************************************/
#boxR #r_visitor,
#boxR #r_exhibitor {
  border: 1px solid #8360A7;
  background-color: #f9f9f9;
  margin-bottom: 10px;
}

#boxR #r_visitor h5,
#boxR #r_exhibitor h5 {
  background: url(../images/straip.webp) repeat #8360A7;
  color: #fff;
  font-size: 100%;
  font-family: "メイリオ", Meiryo, sans-serif;
  text-align: center;
  letter-spacing: 1px;
  padding: 4px 10px 1px;
}

/*#boxR #r_exhibitor h5 {
  background: url(../images/straip.webp) repeat #E8831F;
  font-size: 115%;
  padding: 12px 10px 8px;
}*/

#boxR #r_visitor img,
#boxR #r_exhibitor img {
  vertical-align: bottom;
}

#boxR #r_visitor ul li,
#boxR #r_exhibitor ul li {
  text-align: center;
  list-style-type: none;
  margin-bottom: 5px;
}

#boxR #r_exhibitor ul li:first-child {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}

#boxR #r_exhibitor ul li:last-child {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

#boxR #r_exhibitor .exhibitor_only {
  padding: 0.7rem 0.6rem 1rem 0.6rem;
  background: #DDDDDD;
}

#boxR #r_exhibitor .exhibitor_only h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #0c41ae;
  margin: 0;
  background: none !important;
  border: none;
  margin-bottom: 0.2rem;
}

#boxR #r_exhibitor .exhibitor_only p {
  text-align: center;
  background: #0c41ae url(../images/bg_new_zone.webp) repeat left top;
  border-radius: 3px;
}

#boxR #r_exhibitor .exhibitor_only p:hover {
  background-color: #004d96;
}

#boxR #r_exhibitor .exhibitor_only p a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0.7rem;
  text-decoration: none;
}

#boxR #r_exhibitor .exhibitor_only p a:hover {
  text-decoration: none;
}

#boxR #r_exhibitor .exhibitor_only p a span:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -6px;
  background: url(../images/icon_lock.webp);
  background-size: cover;
}

#boxR #r_visitor .visitor_only {
  margin-bottom: 0;
  padding: 0.7rem 0.6rem 1rem 0.6rem;
  background: #DDDDDD;
}

#boxR #r_visitor .visitor_only h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #CF5E07;
  margin: 0;
  background: none !important;
  border: none;
  margin-bottom: 0.2rem;
}

#boxR #r_visitor .visitor_only h2 span {
  font-size: 12px;
  font-weight: normal;
}

#boxR #r_visitor .visitor_only p {
  text-align: center;
  background: #DF8329 url(../images/bg_new_zone.webp) repeat left top;
  border-radius: 3px;
}

#boxR #r_visitor .visitor_only p:hover {
  background-color: #DF8329;
}

#boxR #r_visitor .visitor_only p a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0.7rem !important;
  text-decoration: none;
}

#boxR #r_visitor .visitor_only p a:hover {
  text-decoration: none;
}

#boxR #r_visitor .visitor_only p a span:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -6px;
  background: url(../images/icon_lock.webp);
  background-size: cover;
}

#boxR #r_visitor .visitor_only p.rally {
  text-align: left;
  margin-top: 10px;
  background-color: #5e4123;
}

#boxR #r_visitor .visitor_only p.rally:hover {
  opacity: 0.7;
}

#boxR #r_visitor .visitor_only p.rally a {
  font-size: 12px;
  background: url("../images/common/icon_rally.webp") no-repeat right top;
}

#boxR #r_visitor .visitor_only p.rally a span {
  display: block;
  font-size: 16px;
}

#boxR #r_visitor .visitor_only p.rally a span:first-of-type {
  width: 5em;
  color: #fff601;
  font-size: 14px;
  text-align: center;
  margin-bottom: 6px;
  padding: 0 5px;
  border: 1px solid #fff601;
  border-radius: 3px;
}

#boxR #r_visitor .visitor_only p.rally a span:last-of-type {
  font-size: 19.5px;
  color: #fff601;
}

#boxR #r_visitor .visitor_only p.rally a span:first-of-type:before,
#boxR #r_visitor .visitor_only p.rally a span:last-of-type:before {
  display: none;
}

#boxR #r_visitor ul li {
  margin-bottom: 15px;
}

#boxR .toStop {
	padding: 0 0 20px 0;
}

#boxR .toStop.pbz {
	padding: 10px 14px 0 14px;
}

#boxR .toStop a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  line-height: 130%;
  background: #f9f9f9 url(../images/icon_stop.webp) no-repeat scroll 17px 50%;
  padding: 0.5rem .3rem 0.5rem 2.0rem;
	padding: 0.5rem .3rem 0.5rem 3rem;
	border: 1px solid #888;
	border-radius: 3px;
}

#boxR .toStop a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#boxR #btn2015 {
  background-color: #edebeb;
  padding: 10px;
  margin: 0;
}

#boxR #btn2015 .mb5 {
  margin-bottom: 5px;
}

#boxR #naviR {
  background-color: #edebeb;
  padding: 10px;
  margin: 0 0 10px 0;
}

/* navR */
#boxR #naviR .navR li {
  list-style-type: none;
  padding: 0px 0 8px;
  background: url(../images/boxR_nav_line.webp) no-repeat bottom;
}

/* 主催・後援・特別協力<<共通>> */
#boxR div.exhi {
  background: url(../images/boxR_exhibitor_backbottom.webp) no-repeat bottom;
  padding-bottom: 7px;
  margin: 5px 0 0 0;
}

#boxR div.exhi .bb {
  border-bottom: #F30 solid 1px;
  padding-bottom: 10px;
}

#boxR div.exhi .bt {
  border-top: #F30 solid 1px;
  padding-top: 5px;
}

#boxR div.exhi .inner div {
  background: url(../images/boxR_exhibitor_backmiddle.webp) repeat-y;
  padding: 5px 10px 5px;
}

#boxR div.exhi .inner div p {
  font-size: 75%;
  position: relative;
  padding-top: 5px;
}

/*来場者専用 */
#boxR div.visitor {
  background: url(../images/boxR_visitor_backbottom.webp) no-repeat bottom;
  padding-bottom: 7px;
  margin: 5px 0;
}

#boxR div.visitor .bb {
  border-bottom: #F28E00 solid 1px;
  padding-bottom: 5px;
}

#boxR div.visitor .bt {
  border-top: #F28E00 solid 1px;
  padding-top: 5px;
}

#boxR div.visitor .inner div {
  background: url(../images/boxR_visitor_backmiddle.webp) repeat-y;
  padding: 5px 10px 5px;
}

#boxR div.visitor .inner div p {
  font-size: 75%;
  position: relative;
  padding-top: 5px;
}

#boxR div.visitor .inner {
  background: url(../images/boxR_visitor_backtop_v2.webp) no-repeat;
  padding-top: 27px;
}

#boxR div.visitor .inner .nolink {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* ボックススタイル */
#boxR * {
  box-sizing: border-box;
}

#boxR .box_wrap {
  width: 240px;
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
}

#boxR .box_wrap:first-child {
  margin-top: 0;
}

#boxR .box_wrap h4.title {
  margin-bottom: 5px;
  padding-left: 4px;
  border-left: 2px solid #442f5c;
  color: #442f5c;
  font-size: 85%;
  font-weight: normal;
  line-height: 1;
}

#boxR .box_wrap p {
  margin-bottom: 5px;
  font-size: 80%;
}

#boxR .box_wrap p:last-child {
  margin-bottom: 0;
}

#boxR .box_wrap.con p {
  font-size: 70%;
}

#boxR .box_wrap.spon h4.title {
  font-size: 75%;
  line-height: 1.2;
}

#boxR .box_wrap.spon li {
  list-style-type: none;
  text-align: center;
  padding: 10px 0;
}

/************************************/
/* left area						*/
/************************************/
/*----------------------------------*/
/* #index							*/
/*----------------------------------*/
#index #focus {
	font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W6','メイリオ',Meiryo,sans-serif;
	margin-bottom: 3rem;
	padding: 0.2rem;
	background-color: #7344a1;
}

#index #focus h2 {
	font-size: 1.8rem;
	font-weight: 700;
	white-space: nowrap;
	color: #fff;
	text-align: left;
	padding: 1rem 2rem;
	border: none;
}

#index #focus h2 span {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.15;
	margin-right: 2rem;
	vertical-align: middle;
	padding: 0.5rem 1rem 0.25rem 1rem;
	border: 1px solid #fff;
	border-radius: 4px;
}

#index #focus ul {
	display: flex;
	width: 100%;
	gap: 0.2rem;
	background: #fff;
	list-style: none;
}

#index #focus ul li {
	width: 33.33%;
	position: relative;
}

#index #focus ul li a {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	font-size: 1.3rem;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
	height: calc(100% - 5rem);
	padding: 2.5rem 1rem;
	transition: 0.5s;
}

#index #focus ul li:first-of-type a {
	background: url("../images/index/bg_focus01.webp") no-repeat right top / cover;
}

#index #focus ul li:nth-of-type(2) a {
	background: url("../images/index/bg_focus02.webp") no-repeat right top / cover;
}

#index #focus ul li:last-of-type a {
	background: url("../images/index/bg_focus03.webp") no-repeat right top / cover;
}

#index #focus ul li a:hover {
	opacity: 0.7;
}

#index #focus ul li a span .ico_pdf {
	height: 1.65em;
	width: auto;
	vertical-align: middle;
	margin-left: 0.35em;
}

#index #focus ul li a .zone_name {
	display: table;
	margin: 0 auto;
	padding: 0.4rem 0.8rem;
	line-height: 1.3;
	background: rgba(115, 68, 161, 0.9);
	border-radius: 6px;
}

#index #focus ul li a .zone_target {
	margin: 0.8rem auto;
	padding: 0.6rem 0.8rem;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	color: #222;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 6px;
}

#index #focus ul li a .zone_target .lbl {
	display: block;
	font-size: 13px;
	margin-bottom: 0.3rem;
	font-weight: 700;
	text-align: center;
	color: #7344a1;
}

#index #focus ul li a span {
	display: table;
	font-size: 1rem;
	text-align: center;
	text-shadow: none;
	margin: auto auto 0 auto;
	padding: 0.5rem 1rem;
	border-radius: 4px;
	background: rgba(255,255,255,0.9);
}

#index #focus ul li:first-of-type a span {
	background: #297538;
}

#index #focus ul li:nth-of-type(2) a span {
	background: #00868e;
}

#index #focus ul li:last-of-type a span {
	background: #6c6910;
}

#index #focus ul li:last-of-type a .new_badge {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-shadow: none;
	margin: 0;
	padding: 0.4rem 0.6rem;
	background: #c00;
	border-radius: 0;
}

#index #focus .focus_bottom {
	background: #fff;
	padding: 1.5rem 1rem;
}

#index #focus p.focus_note {
	color: #333;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
	padding: 0 0 1rem;
}

#index #focus p.focus_contact {
	text-align: center;
	padding: 0;
}

#index #focus p.focus_contact a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0.8rem 2.5rem;
	background: #c00;
	border-radius: 4px;
	transition: 0.5s;
}

#index #focus p.focus_contact a:after {
	content: " ";
	display: inline-block;
	width: 12px;
	vertical-align: middle;
	margin-left: 0.5rem;
	border-left: 10px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

#index #focus p.focus_contact a:hover { opacity: 0.7; }


#index .special_zone {
	margin-bottom: 3rem;
	padding: 2rem;
	background-color:hsla(261,37%,52%,1);
	background-image:
	radial-gradient(at 40% 20%, hsla(283,100%,77%,1) 0px, transparent 50%),
	radial-gradient(at 80% 0%, hsla(218,100%,56%,1) 0px, transparent 50%),
	radial-gradient(at 0% 50%, hsla(240,60%,49%,1) 0px, transparent 50%),
	radial-gradient(at 0% 0%, hsla(241,100%,76%,1) 0px, transparent 50%);
}

#index .special_zone h2 {
	display: flex;
	gap: 2rem;
	align-items: center;
	color: #fff;
	border: none;
}

#index .special_zone h2 .exhibit {
	color: #FCC400;
	line-height: 1.2;
	padding: 1.5rem;
	border: 2px solid #FCC400;
	border-radius: 5px;
}

#index .special_zone h2 .title {
	font-size: 3rem;
	line-height: 1.2;
}

#index .special_zone div {
	margin-top: 1.5rem;
	padding: 1.5rem;
}

#index .special_zone .there_zone {
	background: #e2ebf9;
}

#index .special_zone .there_zone h3,
#index .special_zone .new_zone h3 {
	font-size: 2rem;
	margin-bottom: 0;
}

#index .special_zone .there_zone h3 a,
#index .special_zone .new_zone h3 a {
	color: #7344a1;
	text-decoration: none;
}

#index .special_zone .there_zone p,
#index .special_zone .new_zone p {
	font-size: 0.9rem;
	margin-bottom: 1.5rem;
}

#index .special_zone .there_zone p:last-of-type,
#index .special_zone .new_zone p:last-of-type {
	margin-bottom: 0;
}

#index .special_zone .new_zone {
	background: #fffeb0;
}

#index .special_zone .new_zone h3 .new {
	display: inline-block;
	font-size: 0.9rem;
	color: #fff;
	vertical-align: middle;
	padding: 0.25rem 0.5rem;
	background: #c00;
}

#index .special_zone .contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

#index .special_zone .contact p {
	font-size: 1.2rem;
	color: #ffffff;
	line-height: 1.2;
}

#index .special_zone .contact p a {
	display: block;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 1.5rem 4rem;
	border: 2px solid #fff;
	border-radius: 6px;
}

#index .special_zone .contact p a:hover {
	opacity: 0.7;
}

#index .special_zone .contact p a:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	border-left: 16px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin-left: 0.75rem;
}

#index .top_msg {
  border: 6px double #FFF;
  background-color: #DA1714;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}

#index .nolink {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* 重要なお知らせ */

#index .important_notice {
	padding: 10px 0 30px;
}

#index .important_notice h2 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5rem;
	padding: 15px;
	background: #c00;
	border: none;
}

#index .important_notice table {
	width: 100%;
	font-size: 90%;
	margin-top: 15px;
	border: 1px solid #ccc;
}

#index .important_notice table th,
#index .important_notice table td {
	padding: 10px;
	border: 1px solid #ccc;
}

#index .important_notice table th {
	width: 160px;
	background: #efefef;
}

/* 共通ビジュアル */

#index .theme_btn {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
}

#index .theme_btn span {
	display: table;
	font-size: 20px;
	color: #50B13D;
	margin: 0 auto 0.5rem auto;
	padding: 0.25rem 1rem 0 1rem;
	background: #fff;
}

#index .theme_btn small {
	display: block;
	font-size: 16px;
}

#index .theme_btn a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 1.5rem;
	background: #50B13D;
}

#index .theme_btn a:hover {
	opacity: 0.7;
}

#index .txt_new {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #4653a2;
	margin-bottom: 1rem;
}

#index .txt_new span {
	font-size: 38px;
}

#index .txt_new a {
	color: #4653a2;
}

#index .txt_new a:hover {
	opacity: 0.7;
}

#index .open {
	color: #fff;
	text-align: center;
	margin-top: 20px;
	padding: 20px;
	background: #7344a1;
}

#index .open p {
	font-size: 28px;
	font-weight: bold;
}

#index .open p.btn a {
	display: table;
	text-decoration: none;
	margin: 1rem auto 0 auto;
	padding: 10px 30px;
	background: #fff;
}

#index .open p.btn a:hover {
	opacity: 0.7;
	color: #000;
}

#index .open p.btn a:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin-right: 15px;
  border-left: 20px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#index .open p.btn a:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin-left: 15px;
  border-right: 20px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#index .registration {
	margin: 20px 0;
}

#index .registration a {
	display: block;
	padding: 20px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #c00;
}

#index .registration.next a {
	background: #F960CD;
}

#index .registration a:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	margin-right: 15px;
	border-left:20px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

#index .registration a:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	margin-left: 15px;
	border-right:20px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

#index .registration a:hover {
	opacity: 0.7;
}

#index #common_visual {
	margin-bottom: 30px;
	padding: 20px;
	background: #95d3ce url("../images/index/common_keyvisual.webp") no-repeat 100px center;
	position: relative;
	overflow: hidden;
}

#index #common_visual .normal_keyword {
	list-style: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de5f87+0,00498c+100 */
	background: #de5f87; /* Old browsers */
	background: -moz-linear-gradient(top,  #de5f87 0%, #00498c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #de5f87 0%,#00498c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #de5f87 0%,#00498c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#index #common_visual .normal_keyword li {
	border-bottom: 2px solid #94d4ce;
}

#index #common_visual .normal_keyword li a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 8px 10px;
}

#index #common_visual .normal_keyword li a:hover {
	background: rgba(0,0,0,0.2)
}

#index #common_visual .normal_keyword li a.nolink {
	opacity: 1;
}

#index #common_visual .normal_keyword li.f80 {
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
	padding: 10px;
}

#index #common_visual .keyword {
	list-style: none;
}

#index #common_visual .keyword li {
	position: absolute;
}

#index #common_visual .keyword li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	background: rgba(0,0,0,0.7);
	border-radius: 0 1rem;
}

#index #common_visual .keyword li:nth-of-type(1) {
	left: 40px;
	top: 80px;
	font-size: 24px;
}

#index #common_visual .keyword li:nth-of-type(2) {
	left: 120px;
	bottom: 100px;
}

#index #common_visual .keyword li:nth-of-type(3) {
	left: 380px;
	font-size: 24px;
	bottom: 70px;
}

#index #common_visual .keyword li:nth-of-type(4) {
	left: 220px;
	top: 280px;
}

#index #common_visual .keyword li:nth-of-type(5) {
	left: 320px;
	top: 40px;
}

#index #common_visual .keyword li:nth-of-type(6) {
	left: 40px;
	bottom: 40px;
}

#index #common_visual .keyword li:nth-of-type(7) {
	left: 20px;
	top: 200px;
}

#index #common_visual .keyword li:nth-of-type(8) {
	left: 320px;
	top: 200px;
	font-size: 24px;
}

#index #common_visual .right {
	float: left;
	padding-left: 5px;
}

#index #common_visual .right .banner {
	display: flex;
	flex-wrap: wrap;
	width: 310px;
	list-style: none;
}

#index #common_visual .right .banner li {
	width: 150px;
}

#index #common_visual .right .banner li:nth-of-type(even) {
	padding-left: 10px;
}

#index #common_visual .btn {
	clear: both;
	width: 100%;
	display: table;
	list-style: none;
	padding-top: 8px;
}

#index #common_visual .btn li {
	display: table-cell;
	margin-top: 2px;
}

#index #common_visual .btn li:first-of-type {
	padding-right: 5px;
}

#index #common_visual .btn li:last-of-type {
	padding-left: 5px;
}

#index #common_visual .btn li a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 10px;
	background: #7344a1;
}

#index #common_visual .right .banner li a:hover,
#index #common_visual .btn li a:hover {
	opacity: 0.7;
}

/* 講演 */
#index .lecture {
  margin-bottom: 10px;
  padding: 15px 15px 10px 15px;
  background: #f3b5cf;
}

#index .lecture h2 {
  margin-bottom: 10px;
}
#index h2 {
  border-top: 3px solid #a58ec3;
}

/* 出展者セミナー */
#index .seminars {
  margin-bottom: 30px;
  padding: 15px 15px 10px 15px;
  background: #b6a9d1;
  overflow: hidden;
}

#index .seminars h2 {
  margin-bottom: 10px;
}

#index .seminars span {
  display: block;
  width: 240px;
  letter-spacing: -0.05em;
  float: right;
  font-size: 75%;
  color: #fff;
}

/* 講演分割 */
#index .meetings {
  margin-left: 1px;
  margin-bottom: 20px;
  padding: 15px 10px 10px 10px;
  background: #E63B33;
  overflow: hidden;
  float: left;
}

#index .seminars {
  margin-bottom: 20px;
  padding: 15px 10px 10px 10px;
  /*padding: 15px 15px 10px 15px;*/
  /* リンクボタン3つ横並びの場合 */
  background: #b6a9d1;
  overflow: hidden;
  float: right;
}

#index .meetings h2,
#index .seminars h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}

#index .meetings .nolink,
#index .seminars .nolink {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* What's New */
#pickup_cnt {
  color: #fff;
  background: #444444;
}

#pickup_cnt #news {
  width: 1170px;
  margin: 0 auto;
  padding: 12px 20px;
}

#pickup_cnt #news h2 {
  float: left;
  margin: 0;
  padding: 0;
}

/* 同時開催展 */
#index table.douji,
#index table.partnership {
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 15px;
  margin-bottom: 30px;
  /*border-bottom: 1px #444 solid;*/
}

#index table.douji td,
#index table.partnership td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

#index table.partnership td.pt1em {
	padding-top: 1rem;
}

#index table.douji td img {
  width: 200px;
  -webkit-backface-visibility: hidden;
}

/* メディアパートナー */
#index table.media {
  max-width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 15px auto 10px auto;
}

#index table.media td {
  text-align: center;
  vertical-align: middle;
  padding: 0 30px;
}

#index table.media td:first-of-type { padding-left: 0; }
#index table.media td:last-of-type { padding-right: 0; }

#index table.media td img {
  -webkit-backface-visibility: hidden;
}

/* サステナブルパートナー */
#index .sustainability_bnr a {
	transition: 0.5s;
}
#index .sustainability_bnr a:hover {
	opacity: 0.5;
}

/* ボタンバナーエリア */
#index table.btn_bnr {
  width: 100%;
}

#index table.btn_bnr td {
  vertical-align: top;
}

#index table.btn_bnr td.left {
  text-align: left;
}

#index table.btn_bnr td.right {
  text-align: right;
}

#index table.btn_bnr td img {
  margin-bottom: 0.5em;
}

/* ドリンクスポンサー */
#index .partnership h2,
#index .drink h2 {
  background: url(../images/back_h3wrap2.webp) no-repeat;
  width: 730px;
  height: 27px;
  margin: 3em 0 5px 0;
  padding: 6px 0 0 13px;
  font-size: 90%;
  letter-spacing: 2px;
  color: #4F3B65;
  clear: both;
}

#index .drink h2 {
  margin-top: 0;
}

@-moz-document url-prefix( ) {
  /* only for firefox */
  #index .drink h2 {
    padding-top: 3px;
  }
}

#index table.partnership_in {
  width: 100%;
  table-layout: fixed;
  margin-top: 15px;
  margin-bottom: 50px;
  /*border-bottom: 1px #444 solid;*/
}

#index table.partnership_in td {
  text-align: center;
  vertical-align: middle;
  padding: 0px 0 10px 0;
}

#index .txt_regi_open {
  font-size: 160%;
  font-weight: 600;
  color: #69099A;
}

#index .txt_regi_open.red {
  color: #ff0000;
}

#index .txt_regi_welcome {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 160%;
  font-weight: bold;
  color: #FFF;
  background-color: #9B7DBB;
  text-align: center;
}

#index .next_event .nolink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  opacity: 1;
}

#index .next_event {
  color: #FFF;
  text-align: center;
	margin-bottom: 1em;
  padding: 10px 0;
  background-color: #9B7DBB;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	overflow: hidden;
}

#index .next_event p.linehtxtAC {
	margin-left: 4.5em;
	overflow: hidden;
}
#index .next_event a,
#index .next_event a.nolink {
	display: block;
	float: left;
	width: 300px;
	color: #fff;
	font-size: 200%;
	font-weight: bold;
	text-decoration: none;
	margin: 0.5em;
	padding: 8px 10px;
	background: #C00;
	border: 3px solid #fff;
	border-radius: 5px;
}
#index .next_event a:hover {
	opacity: 0.7;
}
#index .next_event a.nolink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
	color: #aaa;
	background-color: #D4B8B9;
	border: 3px solid #aaa;
}

#index .next_exhi {
	margin: 20px 0;
}

#index .next_exhi a {
	display: block;
	padding: 20px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #FF8E1F;
}

#index .next_exhi a:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	margin-right: 15px;
	border-left:20px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

#index .next_exhi a:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	margin-left: 15px;
	border-right:20px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

#index .next_exhi a:hover {
	opacity: 0.7;
}

#index .txt_2018kaiki {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 10px;
  leine-height: 140%;
  color: #FFF500;
}

#index .lineh {
  line-height: 140%;
  padding-bottom: 20px;
}

#index .box_2019report {
  border: solid 2px #8360A7;
  border-bottom: solid 1px #8360A7;
  border-right: solid 1px #8360A7;
  padding: 10px 20px 10px 20px;
  margin-bottom: 30px;
  background: url(../images/index/prev_btn_05.webp?190402) no-repeat center right;
  box-sizing: border-box;
}

#index .txt_2019report {
  font-size: 120%;
  font-weight: 600;
  color: #8360A7;
  font-weight: bold;
  padding: 0;
  margin-left: 20px;
}

#index .box_2019report ul {
  margin-left: 50px;
  list-style: none;
}

#index .box_2019report ul li {
  background: url(../images/icon_headerl.webp) no-repeat left center;
}

#index .box_2019report ul li a {
  font-size: 100%;
  color: #8360A7;
  border-radius: 5px;
  padding-left: 20px;
}

#index .intro {
	font-size: 1.8rem;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #7344a1;
	margin-bottom: 2rem;
	padding: 2rem;
	background: rgb(246,234,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(246,234,255,1) 0%, rgba(253,252,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(246,234,255,1) 0%,rgba(253,252,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(246,234,255,1) 0%,rgba(253,252,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0 0 30px #D196FF inset;
}

#index .intro h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2.6rem;
	text-align: left;
	letter-spacing: 2px;
	margin-bottom: 0.5rem;
	border: none;
}

#index .intro h2 span span {
	display: inline-block;
	font-size: 1.4rem;
	color: #7344a1;
	vertical-align: middle;
	margin-right: 0.75rem;
	padding: 0.25rem 1rem 0 1rem;
	border-top: 1px solid #7344a1;
	border-bottom: 1px solid #7344a1;
}

#index .intro h2 a {
	display: block;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 0.5rem 1rem 0.25rem 1rem;
	background: #c94016;
}

#index .intro h2 a:hover {
	opacity: 0.7;
}

#index .intro .flex {
	display: flex;
	align-items: center;
}

#index .intro .flex .txt {
	width: 50%;
	text-align: left;
	margin: 0.5rem 0.5rem 0 0.5rem;
	padding: 1.5rem;
	background: #fff;
}

#index .intro .flex .txt a {
	text-decoration: none;
}

#index .intro .flex .txt a:hover {
	opacity: 0.7;
	color: #000;
}

#index .intro .flex .txt h3 {
	font-size: 1.35rem;
	text-align: center;
	margin: 0 0 0.5rem 0;
}

#index .intro .flex .txt:first-of-type h3 {
	color: #3B9BE0;
}

#index .intro .flex .txt:last-of-type h3 {
	color: #6AB03E;
}

#index .intro .flex .txt p.btn {
	font-size: 1rem;
	text-align: center;
	text-decoration: underline;
}

#index .intro .flex .txt p.btn:after {
	content: " ";
	display: inline-block;
	width: 8px;
	vertical-align: middle;
	margin-left: 0.25rem;
	border-left: 8px solid #000;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

#index .intro .flex .txt dl {
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	color: #000;
	text-align: center;
	margin-top: 0.75rem;
}

#index .intro .flex .txt dl dt {
	float: none;
	display: block;
	font-weight: bold;
}

#index .banner {
	padding: 0 0 3rem 0;
}

#index .banner img {
	width: 100%;
}


/* アイコン付きボタン */
#index .submenu {
  margin: 0 0 10px 0;
}

#index .submenu ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

#index .submenu ul li {
  float: left;
  width: 420px;
  margin: 0 0 10px 10px;
}

#index .submenu ul li.report {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}

#index .submenu ul li.application {
  float: left;
}

#index .submenu ul li.seminar {
  float: left;
  margin: 0 0 10px 0;
}

#index .submenu ul li.bus {
  float: left;
  margin: 0 0 10px 0;
}

#index .submenu ul li:nth-child(odd) {
  margin-left: 0;
}

#index .prev {
	margin-bottom: 10px;
}

#index .prev a {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 1.5rem 0;	
  background: #7344a1;
  background-position: left top;
  background-size: auto 100%;
}

#index .prev a:hover {
	opacity: 0.7;
}

#index .submenu ul li a {
  display: block;
  padding: 1rem;
  background: #f8f8f8;
  font-weight: bold;
  font-size: 26px;
  color: #333;
  text-align: center;
  text-decoration: none;
}

#index .submenu ul li a:hover {
  opacity: 0.8;
}

#index .submenu ul li.visitors a {
  padding: 1.95rem 0;
  background: url(../images/index/image_brochure.webp);
  background-size: auto 100%;
}

#index .submenu ul li.bizmatch a {
  background: url(../images/index/image_application.webp);
  background-position: left top;
  background-size: auto 100%;
}

#index .submenu ul li.search a {
  padding: 1.95rem 0;
  background: url(../images/index/image_contact.webp);
  background-position: left top;
  background-size: auto 100%;
}

#index .submenu ul li.report a {
  padding: 1.95rem 0;
  background: #7344a1;
}

#index .submenu ul li.layout a, #index .submenu ul li.brouche a, #index .submenu ul li.application a, #index .submenu ul li.contact a, #index .submenu ul li.seminar a, #index .submenu ul li.search a {
  padding: 1.95rem 0;
  background: #7344a1;
  background-position: left top;
  background-size: auto 100%;
}

#index .submenu ul li.layout a, #index .submenu ul li.contact a, #index .submenu ul li.brouche a, #index .submenu ul li.application a, #index .submenu ul li.seminar a {
  padding: 3.3rem 0;
}

/*#index .submenu ul li.contact a {
  padding: 3rem 0;
}

#index .submenu ul li.layout a {
  padding: 2.25rem 0;
}

#index .submenu ul li.seminar a {
  padding: 2.5rem 0;
}*/

#index .submenu ul li.contact a small {
	font-size: 16px;
	color: #BFDAFF;
}

#index .submenu ul li.layout a small {
	font-size: 16px;
}

/*#index .submenu ul li.layout a,*/
#index .submenu ul li.search a {
  padding: 2.75rem 0;
}

#index .submenu ul li.bus a, #index .submenu ul li.rally a {
  font-size: 18px;
  text-align: left;
  padding: 1.95rem 1.5rem;
  background: #008048;
}

#index .submenu ul li.bus a {
  background: #0c41ae;
}

#index .submenu ul li.rally a {
  background: #815427;
}

#index .submenu ul li a.nolink {
	background: #7344a1 url(../images/index/comingsoon.webp) no-repeat right top;
}

#index .submenu ul li.rally a.nolink {
	background: #815427;
}

#index .submenu ul li.layout2 a {
  padding: 1.95rem 0;
  background: url(../images/index/image_seminar.webp);
  background-position: left top;
  background-size: auto 100%;
}

#index .submenu ul li.brouche a {
  background: #7344a1;
  background-position: left top;
  background-size: auto 100%;
}

#index .submenu ul li a {
  display: block;
  padding: 0.5rem 0;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#index .submenu ul li a span {
  display: block;
  color: #fff;
}

#index .submenu ul li.visitors a span {
  line-height: 2.86;
}

#index .submenu ul li.bizmatch a span {
  line-height: 1.60;
}

#index .submenu ul li.search a span, #index .submenu ul li.layout2 a span {
  line-height: 1.4;
}

#index .submenu ul li.search a span {
  font-size: 1.3rem;
  line-height: 1.3;
}

/* 4ボタンの高さを固定してそろえる（出展要項・出展申込書・出展者一覧・資料請求） */
#index .submenu ul li.brouche a,
#index .submenu ul li.application a,
#index .submenu ul li.search a,
#index .submenu ul li.contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.4rem;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}

#index .submenu ul li.layout a span, #index .submenu ul li.brouche a span, #index .submenu ul li.application a span, #index .submenu ul li.contact a span, #index .submenu ul li.seminar a span, #index .submenu ul li.search a span {
  line-height: 1.4;
}

#index .submenu ul li.brouche a span {
  line-height: 1.4;
}

#index .submenu ul li.visitors a span:before {
  content: " ";
  display: block;
  width: 45px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/index/icon_07.webp);
  background-size: auto 100%;
  vertical-align: middle;
}

#index .submenu ul li.bizmatch a span:before {
  content: " ";
  display: block;
  width: 50px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/index/icon_05.webp);
  background-size: auto 100%;
  vertical-align: middle;
}

#index .submenu ul li.search a span:before {
  content: " ";
  display: block;
  width: 60px;
  height: 70px;
  margin: 0 auto;
  background: url(../images/index/icon_13.webp);
  background-size: auto 100%;
  vertical-align: middle;
}

#index .submenu ul li.search a span span:before {
	display: none;
}

#index .submenu ul li.layout a span:before {
  content: " ";
  display: block;
  width: 60px;
  height: 70px;
  margin: 0 auto;
  background: url(../images/index/icon_09.webp);
  background-size: auto 100%;
  vertical-align: middle;
}

#index .submenu ul li.layout2 a span:before {
  content: " ";
  display: block;
  width: 45px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/index/icon_08.webp);
  background-size: auto 100%;
  vertical-align: middle;
}

#index .submenu ul li.brouche a span:before {
  content: " ";
  display: block;
  width: 60px;
  height: 70px;
  margin: 0 auto;
  background: url(../images/index/icon_10.webp);
  background-size: auto 100%;
  vertical-align: middle;
}

#index .submenu ul li.application a span:before {
  content: " ";
  display: block;
  width: 60px;
  height: 70px;
  margin: 0 auto;
  background: url(../images/index/icon_11.webp);
  background-size: auto 100%;
  vertical-align: middle;
}

#index .submenu ul li.contact a span:before {
  content: " ";
  display: block;
  width: 60px;
  height: 70px;
  margin: 0 auto;
  background: url(../images/index/icon_12.webp);
  background-size: auto 100%;
  vertical-align: middle;
}

#index .submenu ul li.seminar a span:before {
  content: " ";
  display: block;
  width: 60px;
  height: 70px;
  margin: 0 auto;
  background: url(../images/index/icon_14.webp);
  background-size: auto 100%;
  vertical-align: middle;
}

#index .submenu ul li.bus a span {
  padding-left: 80px;
  background: url(../images/index/icon_15.webp) no-repeat left center;
}

#index .submenu ul li.rally a span {
  padding-left: 80px;
  background: url(../images/index/icon_16.webp) no-repeat left center;
}

#index .submenu ul li small {
  font-size: 10px;
}


/* アイコン付きボタン02 */
#index .pickup {
  margin: 0 0 10px 0;
}

#index .pickup ul {
  list-style-type: none;
  overflow: hidden;
}

#index .pickup ul li {
  float: left;
  width: 236px;
  text-align: center;
  font-weight: bold;
  margin-left: 11px;
}

#index .pickup ul li:first-child {
  margin-left: 0;
}

#index .pickup ul li a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  background: #8a2a99;
  background: -moz-linear-gradient(top, #8a2a99 0%, #61008e 100%);
  background: -webkit-linear-gradient(top, #8a2a99 0%, #61008e 100%);
  background: linear-gradient(to bottom, #8a2a99 0%, #61008e 100%);
  border: 1px solid #490396;
  border-top-color: #551CA6;
  border-left-color: #551CA6;
  box-sizing: border-box;
  border-radius: 3px;
}

#index .pickup ul li a:hover {
  opacity: 0.5;
}

#index .pickup ul li span:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 60px;
  margin-right: 10px;
}

#index .pickup ul li.registraiton span:before {
  background: url(../images/index/icon_07.webp) no-repeat center center;
}

#index .pickup ul li.search span:before {
  background: url(../images/index/icon_06.webp) no-repeat center center;
}

#index .pickup ul li.layout span:before {
  background: url(../images/index/icon_08.webp) no-repeat center center;
}

/* セミナー */
#index .event {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 0 15px 0;
  background: #F8EEFF;
  border: 1px solid #CEA4E7;
  box-sizing: border-box;
}

#index .event h2 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin: 0 5px;
  padding: 15px 0 12px 0;
  background: #1249b1 url(../images/bg_new_zone.webp) repeat left top;
  border-bottom: 1px solid #1249b1;
  text-shadow: -1px -1px 0 #000;
}

#index .h2_semi {
  color: #fff;
  text-align: center;
  line-height: 50px;
}

#index .h2_semi.link {
  color: #fff;
  text-align: right;
  line-height: 20px;
  margin-top: 10px;
  padding-right: 10px;
  overflow: hidden;
}

#index .h2_semi.link a {
  display: block;
  width: 20em;
  color: #000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 6px 20px;
  background: #C7C7C7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#index .h2_semi.link a.nolink:hover {
  cursor: default;
}

#index .semiBox {
  padding: 5px 5px 5px 0;
}

#index .bx-wrapper .bx-viewport {
  background: inherit;
}

#index .event .bx-wrapper {
  left: 0;
}

#index .event a {
  text-decoration: none;
}

#index .seminar li .txtAC {
  margin: 0 5px;
}

#index .seminar_bnr li {
  margin-bottom: 10px;
}

#index .seminar_bnr li a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 15px;
  background: #F8EEFF;
  border: 1px solid #CEA4E7;
  box-sizing: border-box;
}

#index .seminar_bnr li a:hover {
  opacity: 0.5;
}

#index .seminar_bnr li a dl dt {
  float: none;
  color: #502768;
  font-weight: bold;
}

#index .seminar_bnr li a dl dd {
  color: #69099A;
}

#index .seminar_bnr li a dl dd ul {
  font-size: 15px;
  list-style: disc;
  margin-left: 1.5em;
}

#index .seminar_bnr li a dl dd ul li {
  padding-top: 0.5em;
  margin-bottom: 0;
}

#index .seminar_bnr li .semi_link {
  position: relative;
  top: -60px;
  left: 430px;
  margin-bottom: -35px;
}

#index .seminar_bnr li .semi_link a {
  display: block;
  width: 20em;
  color: #000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  padding: 6px 20px;
  background: #C7C7C7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#index .online_archive {
	margin-bottom: 10px;
}

#index .online_archive p {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #e60013;
}

#index .online_archive p.btn {
	margin-top: 10px;
}

#index .online_archive p.btn a {
	display: block;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	background: #e60013;
}

#index .online_archive p.btn a:hover {
	opacity: 0.7;
}

#index .online_archive p.btn a span.f120 {
	font-size: 36px;
}

#index .online_archive p.btn a span.more {
	display: inline-block;
	font-size: 18px;
	padding: 5px 10px;
	border: 1px solid #fff;
}

/*----------------------------------*/
/* #txt								*/
/*----------------------------------*/
#txt {
  overflow: hidden;
}

#txt h2 {
  background: url(../images/back_h2wrap.webp) no-repeat;
  height: 41px;
  margin: 0 0 15px 0;
  font-size: 120%;
  color: #fff;
  line-height: 41px;
}

#txt h2 span {
  padding-left: 30px;
}

#txt h3 {
  border: 1px solid #9B7DBB;
  border-left: 8px solid #9B7DBB;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-top: 3em;
  background: #eeeeee;
  font-size: 90%;
  clear: both;
}

#txt h4 {
  background: url(../images/back_h3wrap2.webp) no-repeat;
  height: 24px;
  margin: 3em 0 5px 0;
  padding: 0 0 0 10px;
  font-size: 90%;
  color: #9b7dbb;
  clear: both;
  border-top: 3px solid #a58ec3;
}

#txt h4.t-long {
  background: url(../images/back_h3wrap3.webp?211216) no-repeat !important;
}

#txt h4 span {
  padding-left: 10px;
}

#txt h5 {
  border-bottom: 1px #aaa dotted;
  padding: 1.5em 0 3px 3px;
  margin-bottom: 10px;
  font-size: 90%;
}

#txt p {
  font-size: 80%;
  line-height: 160%;
}

#txt p.kome {
  font-size: 75%;
  text-indent: -1em;
  padding-left: 1em;
}

/* 基本テーブルデザイン */
/*#txt table.normal,
#txt table.normal th,
#txt table.normal td {
	border: 1px #ccc solid;
}*/
#txt table.normal {
  width: 100%;
  font-size: 80%;
  margin-bottom: 5px;
  border-collapse: separate;
  border-spacing: 2px;
  border: 1px #ccc solid;
}

#txt table.normal th,
#txt table.normal td {
  background: #DBCFEB;
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid;
  border-bottom: 2px #ccc solid;
  border-right: 2px #ccc solid;
  line-height: 160%;
}

#txt table.normal th {
  font-weight: normal;
  padding: 7px;
}

#txt table.normal td {
  background: #FFFFFF;
  padding: 7px 7px 7px 10px;
}

/* ol, ul */
#txt ol.normal {
  font-size: 80%;
  margin: 10px 0 0;
  padding-left: 20px;
}

#txt ul.normal {
  font-size: 80%;
  margin: 10px 0 0;
  padding-left: 20px;
  list-style-type: disc;
}

#txt ol.normal li,
#txt ul.normal li {
  margin: 10px;
}

/* outline page
----------------------------------------- */

.outline .thankyou {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 1rem;
  margin-bottom: 10px;
  background: #7344a1;
  border: 5px solid #7344a1;
}

.outline .thankyou a {
  color: #fff;
}

.outline .thankyou a:hover {
	text-decoration: none;
}

.outline ul {
  font-size: 100% !important;
}

.outline li span.red {
  background-color: #FFFFCC;
  font-size: 85%;
}

.outline table.hybrid,
.outline table.hybrid th,
.outline table.hybrid td {
  border: 1px #ccc solid !important;
}

.outline table.hybrid {
  border-spacing: 0 !important;
  margin-top: 5px;
}

.outline table.hybrid th {
  background-color: #eee !important;
  font-weight: normal !important;
  text-align: left !important;
  vertical-align: top !important;
}
#txt.outline table.thanks th.bg_img {
  border-bottom: 2px solid #555;
  background: url(../thanks/syuten_bg.webp) repeat-x 0 0;
}

.outline table.thanks td {
  text-align: center;
}

.outline table.thanks td span.entries {
  font-size: 120%;
  font-weight: bold;
  color: #F00;
}

.outline table.thanks td span.pre_entry {
  display: block;
  font-size: 80%;
}

.outline .graph {
  font-size: 120%;
  text-align: center;
}

.outline .graph dt {
  float: none;
  font-weight: bold;
  text-align: left;
}

#txt.outline .graph p {
  font-size: 100%;
}

.outline .conference_btn {
  padding: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background-image: url(../images/prev_btn_04.webp);
}

.outline .conference_btn .ttl {
  font-size: 22px !important;
}

.outline .conference_btn .btn {
  background-color: #fff;
  color: #000;
  width: 60%;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 5px;
}

.outline .conference_btn .btn a {
  display: block;
  color: #9B7DBB;
  font-size: 16px;
}

.outline .conference_btn p.btn a {
  text-decoration: none;
}
.outline .conference_btn p.btn a {
  text-decoration: none;
}
#txt.outline .sustainability h3 {
	color: #fff;
	background: #8360A7;
	border: none;
	
}

/* preview.html
----------------------------------------- */
/* アイコン付きボタン */
#txt.outline .prereport a {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 0.6rem 0 2rem 0;
  background: #7344a1;
  background-position: left top;
  background-size: auto 100%;
  width: 100%;
  margin-bottom: 10px;
}

#txt.outline .prereport a span:before {
  content: url(../images/prev_icon.webp);
  position: relative;
  top: 9px;
  right: 5px;
}

#txt.outline .prereport a:hover {
  opacity: 0.8;
}

#txt.outline .prereport a.nolink {
  opacity: 0.7;
	background: #7344a1 url(../images/index/comingsoon.webp) no-repeat right top;
}

#txt.outline .prev_btn {
  margin: 0 0 10px 0;
}

#txt.outline .prev_btn a.comingsoon {
	background: #8360A7 url(../images/index/comingsoon.webp) no-repeat right top;
	opacity: 0.4;
	pointer-events:none;
	cursor:default;
}

#txt.outline .prev_btn ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

#txt.outline .prev_btn ul li {
  float: left;
  width: 420px;
  margin: 0 0 10px 10px;
}

#txt.outline .prev_btn ul li:first-child {
  margin: 0 0 10px 0px;
}

#txt.outline .prev_btn ul li a {
  display: block;
  padding: 0.5rem 0;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#txt.outline .prev_btn ul li a span {
  display: block;
  color: #fff;
}

#txt.outline .prev_btn ul li a {
  display: block;
  padding: 1rem;
  background: #f8f8f8;
  font-weight: bold;
  font-size: 26px;
  color: #333;
  text-align: center;
  text-decoration: none;
}

#txt.outline .prev_btn ul li a:hover {
  opacity: 0.8;
}

#txt.outline .prev_btn ul li.prelist a {
  padding: 1.95rem 0;
  background: #7344a1;
  background-position: left top;
  background-size: auto 100%;
}

#txt.outline .prev_btn ul li.prelist a {
  padding: 1.95rem 0;
  background: #7344a1;
  background-position: left top;
  background-size: auto 100%;
}

#txt.outline .prev_btn ul li.prelist a span {
  line-height: 1.4;
}

#txt.outline .prev_btn ul li.prelist a span:before {
  content: " ";
  display: block;
  width: 50px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/index/icon_06.webp) no-repeat;
  background-size: auto 100%;
  vertical-align: middle;
}

#txt.outline .prev_btn ul li.prelayout a {
  padding: 1.95rem 0;
  background: #7344a1;
  background-position: left top;
  background-size: auto 100%;
}

#txt.outline .prev_btn ul li.prelayout a {
  padding: 1.85rem 0;
  background: #7344a1;
  background-position: left top;
  background-size: auto 100%;
}

#txt.outline .prev_btn ul li.prelayout a span:before {
  content: " ";
  display: block;
  width: 50px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/index/icon_08.webp) no-repeat;
  background-size: auto 100%;
  vertical-align: middle;
}

/* info_exhibitor_2023.html
----------------------------------------- */
.infoExhi2023 .btn-app {
	display: table;
	width: 100%;
	padding: 10px;
	background: #efefef;
	box-sizing: border-box;
}

.infoExhi2023 .btn-app li {
	display: table-cell;
	width: 50%;
	text-align: center;
}

.infoExhi2023 .btn-app li:first-of-type {
	padding-right: 5px;
}

.infoExhi2023 .btn-app li:last-of-type {
	padding-left: 5px;
}

.infoExhi2023 .btn-app li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.infoExhi2023 .btn-app li a:hover {
	text-decoration: underline;
}

.infoExhi2023 .btn-app li a span {
	display: block;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

.infoExhi2023 .btn-app li a span:before {
	display: inline-block;
	content: " ";
	vertical-align: middle;
	margin-right: 8px;
	border-left: 10px solid #000;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.infoExhi2023 .announce {
	margin-top: 20px;
}

.infoExhi2023 .announce a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border: 6px solid #FCC400;
}

#txt.infoExhi2023 .announce a p {
	font-size: 22px;
}

#txt.infoExhi2023 .announce a p:after {
	display: inline-block;
	content: " ";
	vertical-align: middle;
	margin-left: 10px;
	border-left: 10px solid #FCC400;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

#txt.infoExhi2023 .announce a ul {
	list-style: none;
	font-size: 14px;
}

#txt.infoExhi2023 ol {
	font-size: 80%;
	list-style: decimal;
	margin-left: 1.5em;
	padding: 10px 0;
}

#txt.infoExhi2023 ol li {
	margin-bottom: 10px;
}

#txt.infoExhi2023 ol li b.flex {
	display: flex;
}

#txt.infoExhi2023 ol p {
	font-size: 100%;
}

/*#txt.infoExhi2023 .Fl {
	float: left;
	width: 415px;
	margin-bottom: 30px;
	padding-top: 20px;
}

#txt.infoExhi2023 .Fr {
	float: right;
	width: 415px;
	padding-top: 20px;
}*/

#txt.infoExhi2023 .options {
	margin-top: 15px;
}

#txt.infoExhi2023 caption {
	font-size: 110%;
	color: #fff;
	padding: 5px;
	background: #62AC2D;
}

.infoExhi2023 .table_box {
  width: 520px;
  float: left;
}

#txt.infoExhi2023 .table_box table.options {
  font-size: 70%;
  margin-top: 15px;
}

#txt.infoExhi2023 .table_box table.options caption {
  font-size: 120%;
  text-align: center;
  color: #fff;
  padding: 8px;
  background: #9B7DBB;
  border: 1px solid #ccc;
  border-bottom: none;
}

#txt.infoExhi2023 .table_box table.options th,
#txt.infoExhi2023 .table_box table.options td {
  padding: 4px 4px 4px 6px;
}

.infoExhi2023 img.Fr {
  float: right;
}

.infoExhi2023 .package {
  margin-top: 15px;
}

.infoExhi2023 .package a {
  display: block;
  font-size: 200%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 1.5rem 0.5rem;
  border-radius: 3px;
  background: rgb(0,129,70);
  background: -moz-linear-gradient(left,  rgba(0,129,70,1) 0%, rgba(77,181,102,1) 44%, rgba(0,114,70,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,129,70,1) 0%,rgba(77,181,102,1) 44%,rgba(0,114,70,1) 100%);
  background: linear-gradient(to right,  rgba(0,129,70,1) 0%,rgba(77,181,102,1) 44%,rgba(0,114,70,1) 100%);
}

.infoExhi2023 .package a span::after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 0.5rem;
  background: url(../images/icon_arrow_white.webp) no-repeat center center;
}

.infoExhi2023 .package a:hover {
  opacity: 0.7;
}

.infoExhi2023 .btn {
	display: table;
	margin: 2rem auto;
}

.infoExhi2023 .btn a {
	display: block;
	color: #fff;
  font-size: 16px;
	font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 10px 20px;
  background: #DF8329;
	border-radius: 3px;
}

.infoExhi2023 .btn a:after {
  content: " ";
  display: inline-block;
  width: 12px;
  vertical-align: middle;
  margin-left: 0.5rem;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.infoExhi2023 .btn a:hover {
	opacity: 0.7;
}

#txt.infoExhi2023.infoExhi2026dec	h3 {
	border-color: #44367d;
}

#txt.infoExhi2023.infoExhi2026dec	h4 {
	color: #44367d;
	border-color: #44367d;
}

/* info_exhibitor.html
----------------------------------------- */
.infoExhi h4 span {
  color: #fff;
  background: #000;
  padding: 0 3px;
}

.infoExhi .online {
  margin-bottom: 20px;
}

.infoExhi .online p {
  text-align: center;
  font-size: 120% !important;
  font-weight: bold;
}

.infoExhi .online p:first-of-type {
  margin-bottom: 20px;
}

.infoExhi .online p strong {
  display: inline-block;
  font-size: 160%;
  margin: 0 8px;
  padding: 5px 10px;
  background: #ffda00;
}

.infoExhi .online dl.point {
  display: table;
  font-size: 110%;
  margin: 0 auto;
  padding-bottom: 20px;  
}

.infoExhi .online dl.point dt {
  width: 120px;
  text-align: center;
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 3px;
  background: #dbcaeb;
}

.infoExhi .online dl.point dd {
  font-weight: bold;
  color: #7344a1;
  margin-bottom: 10px;
  padding: 5px 0 5px 150px;
}

.infoExhi .online dl.point dt img {
  vertical-align: middle;
  margin: -4px 10px 0 0;
}
.infoExhi .online dl.merit {
  margin-top: 10px;
  padding: 15px 15px 15px 0;
  background: #fff5ba;
}

.infoExhi .online dl.merit dt {
  float: none;
  font-size: 120%;
  font-weight: bold;
  color: #7344a1;
  padding-left: 15px;
  border-left: 10px solid #fff;
}

.infoExhi .online dl.merit dd {
  padding-left: 15px;
}

.infoExhi .online dl.merit dd ul {
  display: table;
  list-style: none;
  margin: 10px auto 0 auto;
}

.infoExhi .online dl.merit dd ul li {
  padding-left: 24px;
  background: url("../images/icon_check.webp") no-repeat left center;
}

.infoExhi table.appli {
  margin-top: 5px;
}

.infoExhi table.appli th,
.infoExhi table.appli td {
  font-size: 100% !important;
  line-height: 120% !important;
}

.infoExhi .schedule th {
  text-align: right;
  padding-right: 20px !important;
  padding-left: 0 !important;
}

.infoExhi .linkbtn {
  margin: 0 auto;
  width: 100%;
}

.infoExhi .linkbtn ul {
  display: flex;
  width: 100%;
  margin: 30px auto 0;
  list-style-type: none;
  flex-wrap: wrap;
}

.infoExhi .linkbtn ul li {
  width: 50%;
  text-align: center;
  padding: 0 1.15% 1.5% 1.15%;
  box-sizing: border-box;
}

.infoExhi .linkbtn ul li:last-of-type {
  width: 100%;
}

.infoExhi .table_box {
  width: 520px;
  float: left;
}

#txt.infoExhi .table_box table.options {
  font-size: 70%;
  margin-top: 15px;
}

#txt.infoExhi .table_box table.options caption {
  font-size: 120%;
  text-align: center;
  color: #fff;
  padding: 8px;
  background: #9B7DBB;
  border: 1px solid #ccc;
  border-bottom: none;
}

#txt.infoExhi .table_box table.options th,
#txt.infoExhi .table_box table.options td {
  padding: 4px 4px 4px 6px;
}

.infoExhi img.Fr {
  float: right;
}

.infoExhi .package {
  margin-top: 15px;
}

.infoExhi .package a {
  display: block;
  font-size: 200%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 1.5rem 0.5rem;
  border-radius: 3px;
  background: rgb(116,66,162);
  background: -moz-linear-gradient(left,  rgba(116,66,162,1) 0%, rgba(154,135,190,1) 44%, rgba(104,57,140,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(116,66,162,1) 0%,rgba(154,135,190,1) 44%,rgba(104,57,140,1) 100%);
  background: linear-gradient(to right,  rgba(116,66,162,1) 0%,rgba(154,135,190,1) 44%,rgba(104,57,140,1) 100%);
}

.infoExhi .package a span::after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 0.5rem;
  background: url(../images/icon_arrow_white.webp) no-repeat center center;
}

.infoExhi .package a:hover {
  opacity: 0.7;
}


/* evnet.html
----------------------------------------- */
#txt.event h3 {
	font-size: 18px;
  margin-top: 2.5em;
}

#txt.event h4 {
  margin-top: 2em;
}

#txt.event h5 {
  color: #fff;
  margin-bottom: 5px;
  border: none;
}

#txt.event h5 span {
  padding: 2px 10px;
  border-radius: 4px;
  background: #9b7dbb;
}

#txt.event .pLink {
	display: table;
	width: 100%;
}

#txt.event .pLink li {
	display: table-cell;
	padding: 0 10px;
}

#txt.event .pLink li a {
	display: block;
	font-weight: 700;
	color: #884FAD;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	background: #999;
	border: 1px solid #9B7DBB;
	border-radius: 3px;
}

#txt.event .pLink li:first-of-type a { background: #ECDCFF; }
#txt.event .pLink li:nth-of-type(2) a { background: #D6D4FF; }
#txt.event .pLink li:last-of-type a { background: #D2E3FF; }

#txt.event .pLink li a:hover {
	opacity: 0.7;
}

#txt.event .pLink li a:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	border-top: 6px solid #9B7DBB;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

#txt.lecture .pLink {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

#txt.lecture .pLink li {
	display: table-cell;
	width: 35%;
	padding: 0 10px;
}

#txt.lecture .pLink li:first-of-type {
	width: 30%;
}

#txt.lecture .pLink li a {
	display: block;
	font-weight: 700;
	color: #884FAD;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	background: #999;
	border: 1px solid #9B7DBB;
	border-radius: 3px;
}

#txt.lecture .pLink li:first-of-type a { background: #ECDCFF; }
#txt.lecture .pLink li:nth-of-type(2) a { background: #D6D4FF; }
#txt.lecture .pLink li:last-of-type a { background: #D2E3FF; }

#txt.lecture .pLink li a:hover {
	opacity: 0.7;
}

#txt.lecture .pLink li a:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	border-top: 6px solid #9B7DBB;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

#txt.event .flR {
	float: right;
	margin: 0 0 3rem 3rem;
}

#txt.event .fWB.f160 {
	margin-top: 2rem;
}

#txt.event table th {
  white-space: nowrap;
}

#txt.event .lec02 .theme00,
#txt.lecture .lec01 .theme00 {
	width:100%;
}
#txt.event .lec02 .theme00 td,
#txt.lecture .lec01 .theme00 td {
	border-top:5px #C2B6D8 solid;
}
#txt.event .lec02 .theme00 td:nth-of-type(2),
#txt.lecture .lec01 .theme00 td:nth-of-type(2) {
	width: 120px;
}
#txt.event .lec02 .theme00 td:nth-of-type(2).long,
#txt.lecture .lec01 .theme00 td:nth-of-type(2).long {
	width: calc(100% - 120px);
}
#txt.event .lec02 .bottombb,
#txt.lecture .lec01 .bottombb {
	border-bottom:5px #C2B6D8 solid;
}

#txt.event .lec02 td,
#txt.lecture .lec01 td {
	padding:10px;
	vertical-align: top;	
}
#txt.event .lec02 td p.td_indent,
#txt.lecture .lec01 td p.td_indent {
	font-size: 100% !important;
	text-indent: -11em;
	margin-left: 11em;
}
#txt.event .lecture01 td .date,
#txt.lecture .lec01 td .date {
	font-size: 100%;
}
#txt.event .lec02 td.date,
#txt.lecture .lec01 td.date {
	width:120px;
}
#txt.event .lec02 .normal th,
#txt.lecture .lec02 .normal th {
	width:120px;
}
#txt.event .lec02 .time,
#txt.lecture .lec01 .time {
	font-size:90%;
	margin-bottom:10px;
	text-align:center;
}
#txt.lecture .lec01 .time {
	width: 105px;
}
#txt.event .lec02 .kouen,
#txt.lecture .lec01 .kouen {
	background-color: #F5E8F7;
	font-size:80%;
	padding:3px;
	text-align:center;
}
#txt.event .lec02 .kouen_naiyou,
#txt.lecture .lec01 .kouen_naiyou {
	font-size: 80%;
	background-color: #eee;
}
#txt.event .lec02 .s_title,
#txt.lecture .lec01 .s_title {
	border:2px solid #8362a8;
	color:#8362a8;
	padding:3px 3px 3px 10px;
	font-size:80%;
}
#txt.event .lec02 .theme01,
#txt.lecture .lec01 .theme01 {
	display: block;
	font-size:100%;
	font-weight:bold;
}
#txt.event .lec02 .theme02,
#txt.lecture .lec01 .theme02 {
	font-size:90%;
}
#txt.event .lec02 .name,
#txt.lecture .lec01 .name {
	font-size:80%;
	margin-top:10px;
	width:460px;
}
#txt.event .lec02 .syousai img,
#txt.lecture .lec01 .syousai img {
	margin-top:10px;
}
#txt.event .lec02 .syousai_in,
#txt.lecture .lec01 .syousai_in {
	border-top:1px dotted #333;
	overflow:hidden;
	padding: 10px 15px 15px 15px;
}
#txt.event .lec02 .syousai_in p,
#txt.lecture .lec01 .syousai_in p {
	margin-left: 5px;
}
#txt.event .lec02 .syousai_in img,
#txt.lecture .lec01 .syousai_in img {
	float:left;
}

#txt.event .lec02 .abst,
#txt.lecture .lec01 .abst {
	font-size: 12px;
	margin-top: 1rem;
}

#txt.event .lec02 .btn,
#txt.lecture .lec01 .btn {
	margin: 20px 0;
}

#txt.lecture .lec02 .btn a,
#txt.special .lec02 .btn a,
#txt.event .lec02 .btn a {
	display: block;
	width: 200px;
	font-size: 16px;
	margin: 0 auto;
	padding: 10px;
	background: #DF8329;
}

#txt.lecture .lec02 .btn a:after,
#txt.special .lec02 .btn a:after,
#txt.event .lec02 .btn a:after {
	content: " ";
	display: inline-block;
	width: 12px;
	vertical-align: middle;
	margin-left: 0.5rem;
	border-left: 10px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

#txt.lecture .lec02 .profile ,
#txt.event .lec02 .profile {
	font-size: 12px;
	margin-top: 1rem;
	padding: 10px;
	border: 1px solid #ccc;
}

#txt.lecture .lec02 .profile dt,
#txt.event .lec02 .profile dt {
	float: none;
}

#txt.lecture .btn {
	margin: 20px 0;
}

#txt.lecture .btn a,
#txt.special .btn a,
#txt.event .btn a {
	display: table;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 15px 30px;
	background: #c00;
	border-radius: 3px;
}

#txt.lecture .btn a:hover,
#txt.special .btn a:hover,
#txt.event .btn a:hover {
	opacity: 0.7;
}

#txt.event h4.t-long {
	font-size: 16px;
	height: auto;
	padding: 10px 0 0 0;
	background: none !important;
}

#txt.event h4.t-long span {
	display: table;
}

#txt.event .fWB.f160 {
	display: block;
	margin-bottom: 10px;
}

#txt.event .presen {
  margin-top: 20px;
  padding: 20px;
  background: #efefef;
}

#txt.event .presen h4 {
  display: table;
  width: 810px;
  font-size: 20px;
  height: auto;
  color: #fff;
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
}

#txt.event .presen h4 .date,
#txt.event .presen h4 .logo {
  display: table-cell;
  vertical-align: middle;
}

#txt.event .presen h4 .title {
	display: table-cell;
	font-size: 24px;
  color: #9B7DBB;
	vertical-align: middle;
	margin: 0;
	padding: 1rem;
  border-bottom: none;
}

#txt.event .presen h4 .date {
  width: 30%;
	padding: 10px;
  background: #9B7DBB;
}

#txt.event .presen.su h4 .date {
  background: #9B7DBB;
}

#txt.event .presen h4 .time {
  font-size: 14px;
  padding-left: 0;
}

#txt.event .presen h4 .logo {
  text-align: right;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
}

#txt.event .presen h4 .logo a,
#txt.event .presen .btn a {
	display: inline-block;
	width: 10em;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	background: #DF8329;
	border-radius: 3px;
}

#txt.event .presen h4 .logo img {
	vertical-align: middle;
}

#txt.event .presen h4 .logo a:after,
#txt.event .presen .btn a:after {
	content: " ";
	display: inline-block;
	width: 12px;
	vertical-align: middle;
	margin-left: 0.5rem;
	border-left: 10px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

#txt.event .presen h4 .logo a:hover {
	opacity: 0.7;
}

#txt.event .presen h5 {
  font-size: 24px;
  color: #9B7DBB;
  margin-top: 20px;
	padding: 15px 15px 10px 15px;
  border-bottom: none;
	background: #fff;
}

#txt.event .presen.su h5 {
	color: #9B7DBB;
}

#txt.event .presen h5 a {
  color: #9B7DBB;
}

#txt.event .presen h5 a:hover {
  opacity: 0.8;
}

#txt.event .presen h6 {
  font-size: 16px;
	color: #9B7DBB;
  margin: 2rem 0 0 0;
	padding: 0.25rem 1rem 0.25rem 1rem;
	border: 1px solid #9B7DBB;
}

#txt.event .presen .photo {
	float: left;
	margin: 20px 20px 0 0;
}

#txt.event .presen .name {
  margin-top: 10px;
}

#txt.event .presen dl {
	font-size: 80%;
	margin: 15px 0 0 0;
}

#txt.event .presen dl dt {
	font-weight: bold;
	color: #9B7DBB;
	padding-right: 10px;
}

#txt.event .presen .abst {
	display: table;
	margin-top: 1rem;
}

#txt.event .presen .profile {
	font-size: 13px;
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid #ccc;
}

#txt.event .presen .profile dl dt {
	float: none;
}

#txt.event .presen .flex {
	display: flex;
	justify-content: space-between;
}

#txt.event .presen .flex dl {
	flex: 1;
}

#txt.event .presen .flex p.btn {
	flex-basis: 200px;
	padding-top: 1.5em;
}



/* focus.html
----------------------------------------- */
#txt.focus .fWB.f160 {
	display: block;
	color: #9b7dbb;
	margin-bottom: 10px;
}

#txt.focus h2:last-of-type {
	margin-top: 40px;
}

#txt.focus h3 {
	font-size: 18px;
  margin-top: 2em;
}

#txt.focus h4 {
  margin: 2.5em 0 1em 0;
}

#txt.focus h3 + h4 {
  margin: 1em 0 1em 0;
}

#txt.focus .pLink {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 2em;
}

#txt.focus .pLink li {
	display: table-cell;
	width: 32.5%;
}

#txt.focus .pLink li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	font-weight: 700;
	color: #884FAD;
	text-align: center;
	text-decoration: none;
	background: #999;
	border: 1px solid #9B7DBB;
	border-radius: 3px;
	position: relative;
}

#txt.focus .pLink li a small {
	display: block;
	font-size: 70%;
}

#txt.focus .pLink li:first-of-type a { color: #297538; border: 1px solid #297538; background: #CAEFB9; }
#txt.focus .pLink li:nth-of-type(2) a { color: #00868e; border: 1px solid #00868e; background: #D1FBF9; }
#txt.focus .pLink li:last-of-type a { color: #6c6910; border: 1px solid #6c6910; background: #FFFBC4; }

#txt.focus .pLink li a:hover {
	opacity: 0.7;
}

#txt.focus .pLink li a:after {
	content: " ";
	border-top: 6px solid #9B7DBB;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: 47%;
	right: 7px;
}

#txt.focus .pLink li:first-of-type a:after { border-top: 6px solid #297538; }
#txt.focus .pLink li:nth-of-type(2) a:after { border-top: 6px solid #00868e; }
#txt.focus .pLink li:last-of-type a:after { border-top: 6px solid #6c6910; }

#txt.focus .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#txt.focus .exhibit_box.flex .koma {
	margin-bottom: 0;
}

#txt.focus .exhibit_box.flex .btn {
	width: auto;
	margin: 0;
}

#txt.focus .theme00 td {
  padding: 10px;
  vertical-align: top;
}

#txt.focus .theme00 td.date {
	width: 120px;
}

#txt.focus .theme00 td span {
	display: block;
}

#txt.focus .theme00 .time {
  display: inline-block;
  font-size: 90%;
  color: #fff;
  margin-bottom: 10px;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  background: #9B7DBB;
}

#txt.focus .theme00 h5 {
  font-size: 110%;
	color: #9b7dbb;
	margin: 0 0 5px 0;
  padding: 0;
  background: none;
  border: none;
}

#txt.focus .theme00 .name {
  font-size: 80%;
  margin-top: 10px;
  width: 460px;
}

#txt.focus .exhibit_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px dotted #555;
}

#txt.focus .exhibit_box.mt10 {
	padding-top: 10px;
}

#txt.focus .exhibit_box .logo {
	padding: 0 0 15px 0;
	border-bottom: none;
}

#txt.focus .exhibit_box .logo span {
	font-size: 130%;
}

#txt.focus .exhibit_box .koma {
	margin-bottom: 15px;
}

#txt.focus .exhibit_box .koma h5 {
	font-size: 120%;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

#txt.focus .exhibit_box .abst {
	width: 100%;
}

#txt.focus .exhibit_box .btn {
	width: 100%;
	margin-top: 15px;
}

#txt.focus .exhibit_box .btn a {
  display: block;
  width: 200px;
	color: #fff;
  font-size: 16px;
	font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 0;
  padding: 10px;
  background: #DF8329;
	border-radius: 3px;
}

#txt.focus .exhibit_box .btn.green a {
  background: #297538;
}

#txt.focus .exhibit_box .btn.blue a {
  background: #00868e;
}

#txt.focus .exhibit_box .btn.yellow a {
  background: #C5B625;
}

#txt.focus .exhibit_box .btn a:after {
  content: " ";
  display: inline-block;
  width: 12px;
  vertical-align: middle;
  margin-left: 0.5rem;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

#txt.focus .exhibit_box .btn a:hover {
	opacity: 0.7;
}

#txt.focus .special01 .box {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

#txt.focus .special01 .box .text {
	flex:1;
	margin-right: 2.5em;
}

/*#txt.focus .special01 .box dl {
	width: 73%;
	font-size: 80%;
	margin-right: 2%;
	padding: 1rem;
	background: #DBCFEB;
}

#txt.focus .special01 .box dl dt {
	float: none;
}

#txt.focus .special01 .box dl dd ul {
	margin: 0.5rem 0;
}

#txt.focus .special01 .box dl dd ul li {
	display: inline-block;
	margin-right: 1rem;
}

#txt.focus .special01 .box dl dd ul li:before {
	content: "●";
	display: inline-block;
	font-size: 8px;
	vertical-align: middle;
	margin-right: 3px;
}*/

#txt.focus .special01 .btn a {
  display: block;
  width: 270px;
	color: #fff;
  font-size: 16px;
	font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 0.5em 0 0;
  padding: 10px;
  background: #cb1512;
	border-radius: 3px;
}

#txt.focus .special01 .btn a:after {
  content: " ";
  display: inline-block;
  width: 12px;
  vertical-align: middle;
  margin-left: 0.5rem;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

#txt.focus .special01 .box .organize {
	flex-basis: 23%;
	text-align: center;
	padding: 1rem 0.5rem;
	border: 3px solid #9B7DBB;
	display: flex;
	justify-content: center;
	align-items: center;
}

#txt.focus .special01 .box .organize img {
	display: table;
	margin: 0 auto 0.5rem auto;
}
#txt.focus .special01 .box dl dd p {
	font-size: 100%;
}
#txt.focus p.btn.orange {
	margin-top: 2rem;
}
#txt.focus p.btn.orange a {
	display: table;
  font-weight: bold;
  font-size: 1.4rem;
	line-height: 1.4;
  color: #fff;
  text-align: center;
  text-decoration: none;
	margin: 0.5rem auto;
  padding: 1rem 3rem;
	border-radius: 10px;
  background: #DF8329;
}
#txt.focus p.btn.orange a span:first-of-type {
	font-size: 0.8rem;
}
#txt.focus p.btn.orange a span:last-of-type {
	display: table;
	font-size: 0.8rem;
	color: #DF8329;
	margin: 0 auto;
	padding: 0.25rem 1rem;
	background: #fff;
	border-radius: 3px;
}
#txt.focus p.btn.orange a:hover {
	opacity: 0.7;
}

#txt.focus .more {
	text-align: center;
	margin: 2rem 0;
}
#txt.focus .more p:first-of-type {
	color: #9b7dbb;
}
#txt.focus .more p:first-of-type span {
	display: table;
	margin: 0 auto
}
#txt.focus .more p:first-of-type span:before {
	content: " ";
	display: inline-block;
	width: 24px;
	height: 1px;
	vertical-align: middle;
	margin-right: 0.5rem;
	background: #9b7dbb;
	transform: rotate(45deg);
}
#txt.focus .more p:first-of-type span:after {
	content: " ";
	display: inline-block;
	width: 24px;
	height: 1px;
	vertical-align: middle;
	margin-right: 0.5rem;
	background: #9b7dbb;
	transform: rotate(135deg);
}
#txt.focus .more p.btn a {
	display: table;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
	margin: 0.5rem auto;
  padding: 2rem 4rem;
	border-radius: 10px;
  background: #7344a1;
}
#txt.focus .more p.btn a:hover {
	opacity: 0.7;
}

/* visitors
----------------------------------------- */
#txt.for_visitors .nolink {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/*#txt.for_visitors h3 {
    background: url(../images/back_h3wrap3.webp) no-repeat 0 0 !important;
}*/
#txt.for_visitors dl {
  font-size: 80%;
  margin-top: 20px;
}

#txt.for_visitors dl.btn dt {
  text-align: center;
}

#txt.for_visitors dl.btn dd {
  min-height: 54px;
  margin-left: 270px;
  padding-bottom: 20px;
}

#txt.for_visitors dl.nagare {
  margin: 0;
  padding-top: 30px;
  background: #f4eefc url(../images/back_visitors_nagare_arrow.webp) no-repeat left top;
}

#txt.for_visitors dl.nagare.top {
  padding-top: 0;
  background-image: none;
}

#txt.for_visitors dl.nagare dt, #txt.for_visitors dl.nagare dd {
  text-align: center;
}

#txt.for_visitors p {
  font-size: 100%;
}

#txt.for_visitors ul {
  margin-left: 1em;
}

#txt.for_visitors .normal td {
  font-size: 90%;
  text-align: left !important;
}

#txt.for_visitors .note {
  text-indent: -1em;
  margin-left: 1em;
}

#txt.visitors .detail .visi_open {
  color: #7344a1;
  font-size: 90%;
  margin-top: 10px;
}


/* car.html
----------------------------------------- */
#txt.car h2 {
	font-size: 160%;
	text-shadow: 0 0 6px rgba(0,0,0,0.6);
}

#txt.car h3 {
	font-size: 110%;
	margin-bottom: 1rem;
}

#txt.car ul {
	font-size: 100%;
	margin-left: 1em;
}

#txt.car ul li {
	list-style: disc;
	margin-top: 0.5rem;
}

#txt.car ul.list {
	float: right;
	width: 520px;
	margin: 0;
	border: 1px solid #ccc;
	border-bottom: 0;
}

#txt.car ul.list li {
	list-style: none;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

#txt.car ul.list li a:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	border-left: 10px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

#txt.car ul.btn {
	display: table;
	margin: 20px auto;
}

#txt.car ul.btn li {
	width: 50%;
	display: table-cell;
	padding: 0 10px;
}

#txt.car ul.btn li a {
	display: block;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 20px 30px;
	background: #7344a1;
	border-radius: 3px;
}

#txt.car ul.btn li a:hover {
	opacity: 0.7;
}

#txt.car ul.btn li a:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	border-left: 10px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

#txt.car .bg {
	display: table-cell;
	width: 850px;
	height: 350px;
	vertical-align: bottom;
	color: #fff;
	text-shadow: 0 0 10px #000;
	background: url("../images/car/bg.webp") no-repeat left center;
	box-sizing: border-box;
}

#txt.car .bg .txt_box {
	padding: 20px 30px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 79%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 79%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 79%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#txt.car .bg .fWB {
	font-size: 230%;
	color: #C3A8E0;
	line-height: 1.2;
}

#txt.car .bg p {
	font-size: 110%;
}


/* special.html
----------------------------------------- */
#txt.special h3 {
  font-size: 18px;
}

#txt.special h3 img {
  vertical-align: middle;
  margin-right: 10px;
}

#txt.special .pLink {
	display: table;
	width: 100%;
}

#txt.special .pLink dt {
	font-weight: bold;
	font-size: 18px;
	width: 16rem;
	padding: 0.5rem 0;
}

#txt.special .pLink dd {
	width: calc(100% - 16rem);
	margin-left: 16rem;
	padding-bottom: 10px;
}

#txt.special .pLink dd ul {
	width: 100%;
}

#txt.special .pLink li {
	display: table-cell;
	width: 50%;
	padding: 0 10px;
}

#txt.special .pLink li a {
	display: block;
	font-weight: 700;
	color: #884FAD;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	background: #999;
	border: 1px solid #9B7DBB;
	border-radius: 3px;
}

#txt.special .pLink li:first-of-type a { background: #ECDCFF; }
#txt.special .pLink li:nth-of-type(2) a { background: #D6D4FF; }
#txt.special .pLink li:last-of-type a { background: #D2E3FF; }

#txt.special .pLink li a:hover {
	opacity: 0.7;
}

#txt.special .pLink li a:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	border-top: 6px solid #9B7DBB;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

#txt.special .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#txt.special .red {
  text-align: right;
}

#txt.special h5.green {
  font-size: 110%;
	padding: 0;
	margin: 0.5rem 0 1rem 0;
	border: none;
}

#txt.special .presen {
  margin-top: 20px;
  padding: 20px;
  background: #efefef;
}

#txt.special .presen h4 {
  display: table;
  width: 810px;
  font-size: 20px;
  height: auto;
  color: #fff;
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
}

#txt.special .presen h4 .date,
#txt.special .presen h4 .logo {
  display: table-cell;
  vertical-align: middle;
}

#txt.special .presen h4 .date {
  width: 30%;
	padding: 10px;
  background: #9B7DBB;
}

#txt.special .presen.as h4 .date {
  background: #62AC2D;
}

#txt.special .presen h4 .time {
  font-size: 14px;
  padding-left: 0;
}

#txt.special .presen h4 .logo {
  width: 140px;
  text-align: right;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
}

#txt.special .presen h4 .logo a {
	display: inline-block;
	width: 10em;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	background: #DF8329;
	border-radius: 3px;
}

#txt.special .presen h4 .logo a:after {
	content: " ";
	display: inline-block;
	width: 12px;
	vertical-align: middle;
	margin-left: 0.5rem;
	border-left: 10px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

#txt.special .presen h4 .logo a:hover {
	opacity: 0.7;
}

#txt.special .presen h4 .logo img {
	vertical-align: middle;
}

#txt.special .presen h5 {
  font-size: 24px;
  color: #9B7DBB;
	margin-top: 20px;
  padding-top: 10px;
  border-bottom: none;
}

#txt.special .presen.as h5 {
  color: #62AC2D;
}

#txt.special .presen h5 a {
  color: #9B7DBB;
}
#txt.special .presen h5 a:hover {
  opacity: 0.8;
}

#txt.special .presen .photo {
	float: left;
	margin: 20px 20px 0 0;
}

#txt.special .presen .name {
  margin-top: 20px;
}

#txt.special .presen .abst {
	display: table;
	margin-top: 1rem;
}

#txt.special .presen .profile {
	font-size: 13px;
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid #ccc;
}

#txt.special .presen .profile dl dt {
	float: none;
}

#txt.special ul.company {
  overflow: hidden;
}

#txt.special ul.company li {
  width: 48%;
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}

#txt.special ul.company li:nth-of-type(odd) {
  float: left;
}

#txt.special ul.company li:nth-of-type(even) {
  float: right;
}

#txt.special ul.company li:before {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-right: 5px;
  background: #9B7DBB;
  border-radius: 50%;
}



/* privacy poricy page
----------------------------------------- */
#txt ol.privacy01 {
  margin: 10px 0 0;
  padding-left: 30px;
  font-size: 80%;
}

#txt ul.privacy01 {
  margin: 10px 0 0;
  padding-left: 30px;
  font-size: 80%;
  list-style-type: disc;
}

#txt ol.privacy01 li,
#txt ul.privacy01 li {
  margin-bottom: 10px;
}

/* logo page
----------------------------------------- */
#txt p.sample img {
  padding: 10px;
  border: 1px #ddd solid;
}

/* report
----------------------------------------- */
.report_table_00 {
  width: 100%;
  font-size: 80%;
  margin-bottom: 5px;
  border-collapse: separate;
  border-spacing: 2px;
  border: 0px;
}

.report_table_00 th {
  width: 20%;
  font-weight: normal;
  text-align: left;
  background: url(../images/repo_icon.webp) no-repeat 0px 7px;
  padding: 7px 5px 7px 20px;
  vertical-align: top;
}

.report_table_00 td {
  padding: 7px 5px 7px 0px;
  vertical-align: top;
}

.report_table_00 .normal th, .report_table_00 .normal td {
  font-size: 120%;
  text-align: center;
  vertical-align: middle;
}

.report_table_01 {
  width: 100%;
  font-size: 80%;
  border: 0px;
  margin: 20px 0px 0px 0px;
}

.report_table_01 th {
  font-weight: normal;
}

.repo_btn {
  text-align: center;
  margin: 30px;
}

.lecture01 .kouen_in span.name {
  display: block;
  width: 500px;
  float: left;
}

/* lecture01
----------------------------------------- */
.lecture01 table {
  font-size: 80%;
  width: 100%;
  line-height: 150%;
}

.lecture01 table th.tb {
  border-top: #C2B6D8 solid 4px;
  padding: 10px;
  text-align: left;
}

.lecture01 table td {
  vertical-align: top;
  padding: 10px;
  background-color: #F0F0F0;
}

.lecture01 table td.shosai strong {
  display: block;
  margin-top: 5px;
  color: #969;
}

.lecture01 table th {
  vertical-align: top;
  padding: 10px;
  font-size: 110%;
}

.lecture01 table th.kouen {
  background-color: #F5E8F7;
  width: 4em;
}

.lecture01 table .date {
  font-weight: normal;
  font-size: 90%;
}

.lecture01 table .bb {
  border-bottom: #C2B6D8 solid 4px;
}

.lecture01 .kouen_in {
  overflow: hidden;
  border-bottom: 1px dotted #666666;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.lecture01 .kouen_in.bbno {
  border-bottom: 0px;
}

.lecture01 .kouen_in span.name {
  display: block;
  width: 500px;
  /* [disabled]float:left; */
}

.lecture01 .kouen_in .gaiyou {
  clear: both;
  overflow: hidden;
  padding: 5px 3px 3px 5px;
}

.lecture01 .kouen_in .gaiyou h4 {
  border: #B49FD1 solid 2px !important;
  color: #815EB0 !important;
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: 25px;
  margin: 0px 0px 5px 0px !important;
  padding: 0 2px 0 10px !important;
  background: none !important;
  width: 98% !important;
}

.lecture02 .normal th {
  font-weight: bold !important;
  vertical-align: middle;
  width: 23%;
}

.lecture02 .normal .date {
  font-weight: normal;
  display: block;
  background: #B39CCA;
  color: #FFF;
  padding: 3px;
  font-size: 100% !important;
  margin-top: 5px;
}

.accordion_head {
  cursor: pointer;
}

/*#txt.for_visitors table td,
#txt.for_visitors table th{
	text-align:center !important;
}
#txt.for_visitors table td{
	font-size:110%;
}*/
/* seedsneeds2014.html
----------------------------------------- */
#txt.seedsneeds2014 .seminar_table {
  font-size: 75%;
  width: 100%;
}

#txt.seedsneeds2014 .seminar_table p {
  font-size: 95%;
}

#txt.seedsneeds2014 .seminar_table td,
#txt.seedsneeds2014 .seminar_table th {
  padding: 5px;
  border: 1px solid #60539D;
  text-align: center;
}

#txt.seedsneeds2014 .seminar_table .location {
  background: #60539D;
  color: #ffffff;
}

#txt.seedsneeds2014 .seminar_table th {
  background: #E3E3E3;
  color: #244646;
}

#txt.seedsneeds2014 .seminar_color {
  padding: 3px 5px;
}

#txt.seedsneeds2014 .nanotech_color {
  background: #D8E0EE;
}

#txt.seedsneeds2014 .astec_color {
  background: #FBDBCB;
}

#txt.seedsneeds2014 .surtech_color {
  background: #DACFF7;
}

#txt.seedsneeds2014 .printable_color {
  background: #DBFFF1;
}

#txt.seedsneeds2014 .neofunction_color {
  background: #E5FFB9;
}

#txt.seedsneeds2014 .interaqua_color {
  background: #DFEFFB;
}

#txt.seedsneeds2014 .translate {
  background: #E60A78;
  color: #ffffff;
}

/* for press
------------------------------------------- */

#txt.for_press .qr {
  color: #fff;
  padding: 1rem;
	background: #0a893b;
	background: -moz-linear-gradient(left, #0a893b 0%, #00498b 50%, #dd5e85 100%);
	background: -webkit-linear-gradient(left, #0a893b 0%,#00498b 50%,#dd5e85 100%);
	background: linear-gradient(to right, #0a893b 0%,#00498b 50%,#dd5e85 100%);
  overflow: hidden;
}
#txt.for_press .qr img {
  float: right;
  width: 100px;
  margin-left: 1rem;
}
#txt.for_press .qr p {
  margin-bottom: 0;
}
#txt.for_press .qr p:first-of-type {
font-size: 32px;
font-weight: bold;
}

#txt.for_press .qr p:last-of-type {
font-size: 18px;
line-height: 1.4;
font-weight: bold;
}
#txt.for_press .qr p:last-of-type small {
font-weight: normal;
}
#txt.for_press .qr p:last-of-type small span {
font-size: 16px;
font-weight: bold;
}

#txt.for_press .howto {
  margin: 1rem 0;
  border: 1px solid #4653a2;
}
#txt.for_press .howto dl {
	display: flex;
  margin-bottom: 0;
}
#txt.for_press .howto dl dt {
  color: #fff;
	white-space: nowrap;
  padding: 0.5rem;
  background: #4653a2;
}
#txt.for_press .howto dl dd {
  margin: 0;
  padding: 0.5rem;
}
#txt.for_press .howto dl dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#txt.for_press .howto dl dd ul li {
	display: inline-block;
	font-weight: bold;
}
#txt.for_press .howto dl dd ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 0.5rem;
  background: #000;
  border-radius: 50%;
}

#txt.for_press ul.regist {
  display: flex;
	flex-wrap: wrap;
  width: 100%;
}

#txt.for_press ul.regist li {
  width: calc(50% - 8px);
}

#txt.for_press ul.regist li:first-of-type,
#txt.for_press ul.regist li:nth-of-type(3) {
  padding-right: 8px;
}

#txt.for_press ul.regist li:nth-of-type(2),
#txt.for_press ul.regist li:last-of-type {
  padding-left: 8px;
}

#txt.for_press ul.regist a {
	display: block;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 1.25rem 1rem;
	margin: 0 0 16px 0;
	background: url("../images/press/image_brochure.webp") no-repeat center center/ cover;
}

#txt.for_press ul.regist li:nth-of-type(3) a {
	padding: 2.05rem 1rem;
}

#txt.for_press ul.regist a:hover {
	opacity: 0.7;
}

#txt.for_press ul.regist a span {
	font-size: 18px;
  font-weight: normal;
}

#txt.for_press ul.regist a img {
    float: none;
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

/* press
------------------------------------------- */
#txt.press img.nolink {
  opacity: 0.7;
}

#txt.press .btn a {
	display: block;
	width: 400px;
	color: #fff;
	font-size: 16px;
  font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 1em auto;
	padding: 8px 20px;
	background-color: #7344a1;
	border-radius: 5px;
}

#txt.press .btn a img {
	vertical-align: middle;
	margin-right: 8px;
}

#txt.press .btn a:hover {
	opacity: 0.7;
}

#txt.press .txtAC.fWB {
  font-size: 16px;
}

#txt.press ul.num {
  font-size: 80%;
  list-style: none;
  margin: 10px 0;
}

#txt.press ul.num li {
  text-indent: -1.35em;
  margin-left: 1.35em;
  padding-bottom: 10px;
}

#txt.press ul.num li span.red {
  font-weight: bold;
}

#txt.press ul.contact {
  font-size: 80%;
  font-weight: bold;
  list-style: none;
}

#txt.press ul.contact img {
  vertical-align: middle;
  margin-right: 10px;
}

#txt.press ul.contact li span {
  font-size: 18px;
}

#txt.press ul.contact li table.normal {
  font-size: 100%;
  font-weight: normal;
  margin-top: 10px;
}

#txt.press ul.contact li table.normal th {
  font-weight: bold;
}



/* privacy.html
----------------------------------------- */
.privacy dl {
  font-size: 80%;
  margin-top: 30px;
  overflow: hidden;
}

.privacy dl dt {
  float: left;
  width: 5em;
}

.privacy dl dd {
  padding-left: 5em;
}

/* legal.html
----------------------------------------- */
.legal table td p.cxl {
  font-size: 100% !important;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  padding: 10px 10px 10px 15px;
  margin-top: 5px;
}
.legal table td table.cancel {
	font-size: 100% !important;
	margin-top: 10px;
}

/* exhibitor_only
------------------------------------------- */
#txt.exhibitor_only p {
  margin: 0;
}

#txt.exhibitor_only ul {
  list-style: none;
  padding: 0;
}

#txt.exhibitor_only ul.pickup li {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 1rem;
  border: 2px solid #ccc;
}

#txt.exhibitor_only ul.pickup li span {
  display: inline-block;
  width: 2.3rem;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #939393;
  border-radius: 50%;
}

#txt.exhibitor_only .step .left {
  float: left;
  width: 55%;
  padding-right: 0.5rem;
}

#txt.exhibitor_only .step .right {
  float: left;
  width: 42%;
  padding-left: 0.5rem;
}

#txt.exhibitor_only .step {
  margin: 1rem 0;
}

#txt.exhibitor_only .step .step01 {
  margin-bottom: 0;
  padding: 1rem;
  background: #e8e8e8;
}

#txt.exhibitor_only .step .step01 p {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

#txt.exhibitor_only .step .step01 ul {
  display: table;
  margin: 1rem auto 0 auto;
}

#txt.exhibitor_only .step .step01 ul li {
  text-indent: -1em;
  margin-left: 1em;
}

#txt.exhibitor_only .step .step01 ul li .uline {
  font-weight: bold;
  text-decoration: underline;
}

#txt.exhibitor_only .step .step02 {
  font-size: 16px;
  margin-bottom: 0;
}

#txt.exhibitor_only .step .step02 a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 1rem;
  background: #795baa url(../images/bg_new_zone.webp) repeat left top;
  border-radius: 3px;
}

#txt.exhibitor_only .step .step02 a:hover {
  text-decoration: none;
  background-color: #9a84bf;
}

#txt.exhibitor_only .step .step02 a span:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-right: 6px;
  background: url(../images/icon_arrow_white.webp);
  background-size: contain;
  vertical-align: middle;
}

#txt.exhibitor_only .step .step03 ul {
  list-style: disc;
  margin-left: 2em;
  font-size: 15px;
  padding-top: 70px;
  background: url("../images/bg_arrow.webp") no-repeat center top;
}

#txt.exhibitor_only .step .step03 ul li {
  line-height: 1.4;
  margin-bottom: 1rem;
}

#txt.exhibitor_only .step .step03.left {
  width: 100%;
  padding: 0;
}

#txt.exhibitor_only .step .step03.left ul {
  float: left;
  margin-left: 6%;
}

#txt.exhibitor_only .step .step03.left ul.step03_01 {
  margin-right: 4%;
}

#txt.exhibitor_only .step .step03.right {
  width: 100%;
  padding: 0;
}

#txt.exhibitor_only .step .step03.left ul.step03_01 {
  width: 50%;
}

#txt.exhibitor_only .step .step03.left ul.step03_02 {
  width: 30%;
}

/* visitors
------------------------------------------- */
#txt.visitors .intro {
	font-size: 24px;
	font-weight: bold;
	color: #e14236;
}

#txt.visitors .index_btn {
	display: flex;
	width: 100%;
	align-items: center;
	list-style: none;
	margin-bottom: 30px;
}

#txt.visitors .index_btn li {
	width: 50%;
}

#txt.visitors .index_btn li:first-of-type {
	padding-right: 10px;
}

#txt.visitors .index_btn li:last-of-type {
	padding-left: 10px;
}

#txt.visitors .index_btn li a {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 20px;
	background: #c00;
}

#txt.visitors .index_btn li a:hover {
	opacity: 0.7;
}

#txt.visitors .index_btn li a img {
	vertical-align: middle;
	margin-right: 8px;
}

#txt.visitors .index_btn li a span {
	display: block;
	font-size: 16px;
}

#txt.visitors .icon {
	list-style: none;
	margin: 25px 0;
	padding-left: 18px;
	background: url("../images/visitors/listmark01.webp") no-repeat left center;
}

#txt.visitors .img-responsive {
	width: 100%;
}

#txt.visitors .note {
	margin-top: 5px;
	margin-left: 1em;
	text-indent: -1em;
}

#txt.visitors .note.fWB {
	font-size: 16px;
}

#txt.visitors .cf table {
	float: left;
}

#txt.visitors .cf table img {
	width: 100%;
}
#txt.visitors .cf table:first-of-type {
	width: 40%;
}

#txt.visitors .cf table:last-of-type {
	width: 60%;
}

#txt.visitors .cf table th,
#txt.visitors .cf table td {
	padding: 5px;
}

#txt.visitors .btn {
	margin-bottom: 40px;
}

#txt.visitors .btn a {
	display: table;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	margin: 0 auto;
	padding: 10px 20px;
	background: #7344a1;
	border-radius: 3px;
}

#txt.visitors .btn a:hover {
	opacity: 0.7;
}

#txt.visitors .btn a img {
	vertical-align: middle;
	margin-right: 8px;
}

#txt.visitors .covid {
	margin-bottom: 20px;
	padding: 10px;
	background: #dcdcdc;
}

#txt.visitors .covid p {
	font-size: 15px;
	margin-top: 10px;
}


/* sitemap.html
----------------------------------------- */
#txt.sitemap h3 {
  margin-top: 30px;
}

#txt.sitemap ul {
  font-size: 80%;
}

#txt.sitemap ul li {
  padding-left: 20px;
  background: url(../images/icon_headerl.webp) no-repeat left center;
}

/* faq
------------------------------------------- */
#txt.faq dl {
  overflow: hidden;
}

#txt.faq dl dt {
  font-weight: bold;
  color: #00a0e8;
  line-height: 130%;
  margin: 30px 0 10px 0;
  padding: 0 0 6px 30px;
  background: url(../images/faq_img01.webp) no-repeat left top;
  border-bottom: 1px solid #00a0e8;
  width: 95%;
}

#txt.faq dl dd {
  min-height: 21px;
  font-size: 80%;
  padding-left: 30px;
  background: url(../images/faq_img02.webp) no-repeat left top;
  width: 95%;
  overflow: hidden;
}

#txt.faq dl dd ul.note {
  margin-top: 10px;
  padding-left: 4.75em;
}

*:first-child + html #txt.faq dl dd ul.note {
  padding-left: 4.25em;
}

#txt.faq dl dd ul.note li {
  text-indent: -1em;
  margin-left: 1em;
}

#txt.faq dl dd p {
  font-size: 100%;
}

#txt.faq dl dd ul {
  list-style-type: none;
}

#txt.faq dl dd ul.step {
  margin: 20px 0 5px 0;
}

#txt.faq dl dd ul.step li {
  position: relative;
  text-indent: -4.75em;
  margin-left: 4.75em;
  padding-top: 1.5em;
}

*:first-child + html #txt.faq dl dd ul.step li {
  text-indent: -4.25em;
  margin-left: 4.25em;
}

#txt.faq dl dd ul.step li:first-child {
  padding: 0;
}

#txt.faq dl dd ul.step li:after {
  position: absolute;
  content: "↓";
  display: inline-block;
  top: 0.5em;
  left: 2em;
  width: 10px;
  height: 13px;
  margin-top: -5px;
}

#txt.faq dl dd ul.step li:first-child:after {
  content: "";
}

*:first-child + html #txt.faq dl dd ul.step li {
  background: url(../images/faq_img03.webp) no-repeat 2em 0.25em;
}

*:first-child + html #txt.faq dl dd ul.step li:first-child {
  background: none;
}

#txt.faq dl dd ul.step li span {
  font-size: 80%;
  padding: 1px 4px;
  background: #cdcdcd;
}

#txt.faq dl dd dl.cause {
  margin-top: 20px;
}

#txt.faq dl dd dl.cause dt {
  color: #000;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

#txt.faq dl dd dl.cause dd {
  font-size: 100%;
  margin-bottom: 10px;
  padding: 0;
  background: none;
}

/* accommodation
------------------------------------------- */
#txt.accommodation .floatL {
  width: 300px;
}

#txt.accommodation .floatL p {
  font-weight: bold;
  text-align: center;
}

#txt.accommodation .floatL .form {
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#txt.accommodation .floatL .form p {
  font-weight: normal;
  color: #777;
  margin-bottom: 10px;
}

#txt.accommodation .floatL .form p.f120 {
  font-size: 18px;
}

#txt.accommodation .floatL .form div {
  width: 100%;
  margin-bottom: 10px;
}

#txt.accommodation .floatL .form div table td,
#txt.accommodation .floatL .form div table th {
  border: 1px solid #ccc;
}

#txt.accommodation .floatL .form div table th {
  color: #fff;
  background: #008048;
}

#txt.accommodation .floatL .form div table th span {
  border-color: #CBFFA1;
}

#txt.accommodation .floatR {
  width: 380px;
  padding-top: 3.25em;
}

#txt.accommodation .floatR p {
  margin-bottom: 15px;
}

#txt.accommodation .floatR a,
#txt.accommodation .btn_access a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  background: #db0000;
  border: 3px solid #f68f8f;
}

#txt.accommodation .btn_access a {
  width: 380px;
  margin: 2em auto 5px;
}

#txt.accommodation .floatR a:hover {
  opacity: 0.7;
}

/* index thanks message 2015.1.28 */
.thanks_2016 {
  border: 1px solid #CCC;
  background: #F9F9F9;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.thanks_2016 .thanks_message {
  margin-bottom: 10px;
  padding: 0.3em;
  font-size: 18px !important;
  font-weight: bold;
  background: #9b7dbb;
  color: #FFF;
  text-align: center;
  line-height: 1;
  border-radius: 6px;
}

.thanks_2016 table {
  border-collapse: collapse;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
}

.thanks_2016 table caption {
  margin: 0;
  padding: 5px 0;
  background: #dbcfeb;
  border: 1px solid #888;
  border-bottom: none;
  font-weight: bold;
  line-height: 1;
}

.thanks_2016 table th {
  padding: 6px;
  border-bottom: 3px solid #555;
  border-right: 1px solid #888;
  text-align: center;
  font-size: 70%;
  line-height: 1;
  background: url(../thanks/syuten_bg.webp) repeat-x 0 0;
}

.thanks_2016 table td.sum {
  font-weight: bold;
  background: url(../thanks/syuten_bg02.webp) repeat-x left bottom;
}

.thanks_2016 table td {
  padding: 8px 0;
  background-color: #fff;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  text-align: center;
  font-size: 80%;
  line-height: 1;
}

.thanks_2016 table td img {
	vertical-align: middle;
}

.thanks_2016 table td span.entries {
  font-size: 120%;
  font-weight: bold;
  color: #F00;
}

.thanks_2016 table td span.pre_entry {
  display: block;
  padding-top: 5px;
  font-size: 80%;
}

.thanks_2016 table.total {
	margin-bottom: 10px;
}

.thanks_2016 table.total th {
	font-size: 18px;
	line-height: 1.4;
	border-bottom-width: 1px;
}

.thanks_2016 table.total td {
	font-size: 18px;
}

.thanks_2016 table.total td span.entries {
	font-size: 26px;
}

.thanks_2016 .attention {
  font-size: 75%;
}

.thanks_2016 .next_information {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  color: #9B7DBB;
}

#index .thanks_2015 .next_information span {
  text-decoration: underline;
}

#index .thanks_2015 .next_information a {
  color: #9B7DBB;
  text-decoration: none;
}

#index .thanks_2015 .next_information a:hover {
  color: #c2a4e1;
}

#index .thankyou {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1.5rem;
  background: #7344a1;
  border: 5px solid #7344a1;
}

#index .thankyou a {
  color: #fff;
}

#index .thankyou a:hover {
	text-decoration: none;
}

/* .cntBox */
#index .cntBox a {
  display: block;
  text-decoration: none;
}

#index .cntBox .toExhibition {
  color: #fff;
  float: left;
  font-size: 22px;
  font-weight: bold;
  width: 325px;
  margin-bottom: 20px;
  padding: 15px;
  background-image: url(../images/index/bg_toExhibition.webp);
  text-align: center;
}

#index .cntBox .toExhibition a {
  color: #E30303;
}

#index .cntBox .toExhibition .btn_layout {
  background-color: #fff;
  box-shadow: #fff 0 0 8px;
  color: #EE4E43;
  border-radius: 5px;
  margin-top: 15px;
  padding: 5px;
  font-size: 26px;
  line-height: 130%;
}

#index .cntBox .toExhibition .btn_layout span {
  font-size: 12px;
  color: #000;
}

#index .cntBox .toExhibition strong {
  font-size: 42px;
  display: block;
  text-shadow: #9B7DBB 0 0 6px;
}

#index .cntBox .toExhibition em {
  font-style: normal;
  color: #FFFD00;
}

#index .cntBox .toExhibition em span {
  color: #c00;
  text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
}

/************************************/
/* sitemap							*/
/************************************/
#sitemap {
  padding: 20px 20px 5px 20px;
  background: #e6e6e6;
}

#sitemap .container {
  margin: 0 auto;
  width: 1170px;
  padding: 20px;
}

#sitemap a {
  color: #000;
  text-decoration: none;
}

#sitemap a.nolink,
#sitemap a.nolink:hover {
  color: #999;
}

#sitemap a:hover {
  color: #999;
}

#sitemap dl {
  font-size: 80%;
  width: 292.5px;
  float: left;
}

#sitemap dl dt {
  float: none;
  font-weight: bold;
  padding-left: 20px;
  background: url(../images/icon_link_gray.webp) no-repeat left center;
}

#sitemap dl dd {
  margin: 2px 0 15px 20px;
}

#sitemap dl dd ul li {
  font-size: 100%;
  padding-left: 15px;
  background: url(../images/icon_sublink_gray.webp) no-repeat 0 0.5em;
  list-style: none;
}

#sitemap dl dd ul li .f80 {
  display: block;
  color: #555555;
  text-indent: -1em;
  margin-left: 1em;
}

/* もとは float:right だったが、右下に固定表示している申込ボタン（#fix-btn）と
   重なってクリックしづらかったため左寄せにした（2026-08-05）。
   他の dl と同じ左流しになるので、項目を増減しても重ならない。 */
#sitemap .sub_cnt_menu {
  width: 244px;
  float: left;
}

#sitemap .sub_cnt_menu dl {
  float: none;
  width: 244px;
}

#sitemap .sub_cnt_menu .sub {
  font-size: 80%;
}

#sitemap .sub_cnt_menu .sub li {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(../images/icon_link_gray.webp) no-repeat left center;
  list-style: none;
}

/* =====================================================================
 * 見出しタブ（.hd-tab > .title-bar）
 * ---------------------------------------------------------------------
 * 「紫の横線＋その下にぶら下がる角丸タブ」という、サイト共通の見出し。
 * もとは2通りの作り方が混在していた:
 *   ・トップの「同時開催展」等 … タブごと画像（images/index/title_*.webp）
 *   ・#txt h4              … 固定幅730pxの背景画像（images/back_h3wrap2.webp）
 * どちらも文字が選択・翻訳・検索できず、拡大でぼやけ、文言を変えるたびに
 * 画像を作り直す必要があった。さらに背景画像のほうは幅が固定なので、
 * 見出しが長いとタブからはみ出していた。
 *
 * 見た目は元画像の実測値に合わせてある:
 *   線 3px #a58ec3 ／ タブ 枠 #a8a8a8・背景は白→#efefef の縦グラデ
 *   角丸は下側だけ（上辺は直線にして紫の線に接続する）
 * 幅は中身なりに伸びるので、文言を変えても指定を直す必要はない。
 *
 * 使い方:
 *   <h2 class="mt25 hd-tab"><span class="title-bar">同時開催展</span></h2>
 * ===================================================================== */
.hd-tab {
  border-top: 3px solid #a58ec3;
  /* タブを線の直下にぴったり付ける。行送りぶんのアキが入らないようにする。 */
  line-height: 0;
  padding: 0;
  background: none;
  height: auto;
  clear: both;
}

.hd-tab > .title-bar {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  min-height: 24px;
  padding: 4px 20px 3px;
  border: 1px solid #a8a8a8;
  /* 上辺は直線。上の紫の線と地続きに見せる。 */
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(to bottom, #fff 0%, #fff 40%, #efefef 100%);
  color: #442f5c;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: .2em;
  /* 字間を空けると右端に余分なアキが残るので、その分だけ詰める。 */
  text-indent: .2em;
  white-space: nowrap;
}

/* #txt h4 をこの仕組みで使う場合、h4 側の既定（背景画像・固定高さ・
   左パディング・文字色）を打ち消す。色はタブ側で持つ。 */
#txt h4.hd-tab {
  background: none;
  height: auto;
  padding: 0;
  color: inherit;
}

/* #txt h4 span の共通指定（padding-left:10px）はタブには要らない。 */
#txt h4.hd-tab > .title-bar {
  padding-left: 20px;
}

/* =====================================================================
 * 404 ページ
 * ---------------------------------------------------------------------
 * 404.php / en/404.php で使う。ヘッダー・フッターは通常ページと共通。
 * ===================================================================== */
.notfound {
  padding: 80px 20px 100px;
  text-align: center;
}

.notfound__code {
  margin: 0 0 .2em;
  color: #a58ec3;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
}

.notfound__lead {
  margin: 0 0 .8em;
  color: #442f5c;
  font-size: 22px;
  font-weight: bold;
}

.notfound__note {
  margin: 0 0 2em;
  color: #666;
  font-size: 14px;
}

.notfound__btn a {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  background: #7344a1;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.notfound__btn a:hover {
  background: #5c3581;
}

/* =====================================================================
 * 申込締切日の取り消し線
 * ---------------------------------------------------------------------
 * 締切が過ぎたことを目立たせるため、線だけを赤にする。
 * text-decoration-color は線にしか効かないので、文字色は黒のまま。
 * ===================================================================== */
#txt del {
  text-decoration-line: line-through;
  text-decoration-color: #e60012;
  text-decoration-thickness: 2px;
}
