@charset "utf-8";

/* 共通 */
#contents .eventPickup .contentsBlock {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
#contents h2.textHeader {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 170%;
	background: url("../../../shared/images/bg_h2.png") no-repeat left bottom;
	color: #333f48;
}
#contents h4.textHeader {
	font-size: 120%;
}
#contents .eventPickup .textBtn a {
	border: #00a7ac 1px solid;
	padding: 10px 12px;
	color: #00a7ac;
	border-radius: 22px;
	font-size: 14px;
	width: 300px;
}
/*デフォルト設定非表示*/
#page-top a {
	display: none !important;
}
#footer #sp-btn_contact {
	display: none !important;
}
@media screen and (max-width: 767px) {
	#contents .eventPickup .contentsPadding {
		padding-left: 0;
		padding-right: 0;
	}
	#contents h2.textHeader {
		margin: 0 0 10px;
		font-size: 110%;
	}
	#contents h4.textHeader {
		font-size: 15px;
	}
	#contents .eventPickup .textBtn a {
		padding: 8px;
		font-size: 13.5px;
		border-radius: 18px;
		width: 100%;
		box-sizing: border-box;
	}
}


/* dx2025 common styles */
#contents .linkBtn a {
	display: block;
	color: #fff;
	background: #00adb0;
	text-align: center;
	padding: 10px 12px;
	border-radius: 25px;
	font-size: 130%;
	width: 280px;
	border: none;
	text-decoration: none;
}
#contents .linkBtn:hover a {
	background: #0D9D98;
	color: #fff !important;
}
#contents .fs120per {
	font-size: 120% !important;
}
#contents .fs15 {
	font-size: 15px !important;
}
#contents .fs14 {
	font-size: 14px !important;
}
#contents .dotList li {
	position: relative;
	list-style: none;
	background: none;
	padding-left: 20px;
  margin-bottom: 15px;
	font-size: 120%;
	line-height: 1.6;
}
#contents .dotList li::before {
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	background: #0D9D98;
	border-radius: 3px;
	position: absolute;
	top: 10px;
	left: 0;
}
#contents .textBtnWr {
	display: flex;
	align-items: center;
}
#contents .textBtnWr p + p {
	margin-left: 10px;
}
#contents .kobelcoBlue {
	color: #00a7ac !important;
}
#contents .eventPickup sup {
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
	#contents .eventPickup .contentsBlock {
		width: 90% !important;
	}
	#contents .linkBtn a {
		margin: auto;
		font-size: 110%;
		width: 100%;
		box-sizing: border-box;
	}
	#contents .fs120per {
		font-size: 14px !important;
	}
	#contents .fs15 {
		font-size: 14px !important;
	}
	#contents .dotList li {
		font-size: 14px !important;
	}
	#contents .dotList li::before {
		top: 7px;
		left: 4px;
	}
	#contents .textBtnWr {
		display: block;
	}
	#contents .textBtnWr p + p {
		margin-left: 0;
		margin-top: 10px;
	}
}

/* メインビジュアル */
#contents .eventPickup .mainVisual img {
	width: 100%;
	height: auto;
}

/* ページ内ナビリンク */
#contents .pageMainNav {
	box-sizing: border-box;
	width: 1200px;
	background-color: #ebebeb;
	padding: 10px;
	margin: 40px auto;
}
#contents .pageMainNav .col5Block,
#contents .pageMainNav .col4Block {
	display: flex;
	width: 100%;
	height: 52px;
}
#contents .pageMainNav .col a {
	position: relative;
}
#contents .pageMainNav .col a::after {
	content: "";
	border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 10px;
}
#contents .pageMainNav .col + .col {
	margin-left: 10px;
}
#contents .pageMainNav .col5Block .col {
	width: calc((100% - 40px)/5);
}
#contents .pageMainNav .col4Block .col {
	width: calc((100% - 40px)/4);
}
.pageMainNav a {
	background-color: #00adb0;
	background-image: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	line-height: 1.15;
	color: #fff !important;
	text-decoration: none !important;
}
.pageMainNav a:hover {
	background-color: #028484;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	#contents .pageMainNav {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 70px;
	}
	#contents .pageMainNav .col5Block,
	#contents .pageMainNav .col4Block {
		display: block;
		height: auto;
	}
	#contents .pageMainNav .col + .col {
		margin-left: 0;
		margin-top: 1px;
	}
	#contents .pageMainNav .col5Block .col {
		width: 100%;
		height: 52px;
	}
	#contents .pageMainNav .col4Block .col {
		width: 100%;
		height: 52px;
	}
}
/*ページ内リンクある時用の対応*/
#contents .eventPickup .contentsBlock {
	padding-top: 70px;
	margin-top: -70px;
	margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
	#contents .eventPickup .contentsBlock {
		margin-bottom: 50px;
	}
}

/* 出展機情報 */
.machine_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2カラム */
  column-gap: 50px; /* 左右の間隔 */
}
.machine_col {
  display: grid;
  grid-template-rows: 350px auto 1fr auto; 
  /* img / name / text / button */
  justify-items: center; /* 横中央 */
  align-items: stretch;  /* 行ごとの高さ揃え */
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
	row-gap: 15px; /* 行ごとの間隔を設定 */
}
.machine_col .img {
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央 */
  height: 350px;           /* 高さ固定 */
}
.machine_col .img img {
  width: 350px; /* 横幅固定 */
  height: auto;
  display: block;
}
.machine_col .name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.machine_col .name sup {
	top: -0.25em;
}
.machine_col .text {
  width: 100%;
  text-align: left;
  justify-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.machine_col .textBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.machine_col .textBtn a {
  display: inline-block;
  padding: 10px 20px;
  background: #004ea2;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .machine_wrap {
    grid-template-columns: 1fr; /* 1カラム */
    row-gap: 30px; /* 縦の間隔 */
  }
  .machine_col {
    grid-template-rows: auto auto auto auto; /* 高さ自動 */
		margin-bottom: 50px;
  }
  .machine_col .img {
		height: auto;
  }
  .machine_col .img img {
    width: 100%;
    max-width: 300px; /* 適度に縮小 */
  }
	.machine_col .textBtn {
    justify-content: stretch; /* 中央寄せではなく幅いっぱいに */
    width: 100%;
  }
  .machine_col .textBtn a {
    width: 100%;
    display: block;
  }
}

/* イベント情報 */
#contents .flex {
	display: flex;
	justify-content: space-between;
}
#contents .eventPickup #event .aboutBoxLeft {
	width: calc(100% - 550px);
}
#contents .eventPickup #event .aboutBoxLeft .textBtn {
	font-size: 100%;
	margin-top: 20px;
}
#contents .eventPickup #event .imgBox {
	width: 500px;
}
#contents .eventPickup #event .imgBox img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	#contents .flex {
		width: 100%;
		display: block;
	}
	#contents .eventPickup #event {
		margin-bottom: 70px;
	}
	#contents .eventPickup #event .aboutBoxLeft {
		width: 100%;
	}
	#contents .eventPickup #event .imgBox {
		width: 100%;
		margin-top: 30px;
	}
}

/* seminarTbl */
#seminarTbl table {
	width: 100%;
	border-collapse: collapse;
	margin: auto;
	table-layout: fixed;
}
#seminarTbl table th {
	color: #fff;
	background-color: #00adb0;
	white-space: nowrap;
	padding: 10px;
	border: 1px solid #333f48;
	vertical-align: middle;
	width: 100px;
}
#seminarTbl table td {
	border: 1px solid;
	padding: 10px;
	width: calc(100% - 100px);
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
#seminarTbl table td#speakers {
	padding: 0;
}
#seminarTbl table td#speakers .speakerWr {
  display: grid;
  gap: 0; /* 余白をなくす */
  grid-template-columns: repeat(4, 1fr); /* PC：4列 */
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	text-align: center;
}
#seminarTbl table td#speakers > .speakerWr div {
	display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
#seminarTbl table td#speakers .speakerWr > div:not(:first-of-type) {
	border-left: 1px solid;
}
#seminarTbl table td#speakers .speakerWr > div .img {
	width: 90px;
	height: 90px;
	border-radius: 45px;
	border: 2px solid #00adb0;
	margin: auto auto 10px;
	overflow: hidden;
}
#seminarTbl table td#speakers .speakerWr > div .img img {
  width: 90px;
	height: auto;
}
#seminarTbl table td#speakers .speakerWr > div p em {
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
}
#seminarTbl table .contents td {
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
@media screen and (max-width: 767px) {
	#seminarTbl table td {
		width: calc(100% - 40px);
		font-size: 14px;
	}
	#seminarTbl table th {
		font-size: 12px;
		width: 40px;
		padding: 0;
	}
	#seminarTbl table .theme td span {
		font-size: 11px;
	}
	#seminarTbl table td#speakers .speakerWr {
    grid-template-columns: repeat(2, 1fr); /* 2列 */
		font-size: 11px;
  }
	#seminarTbl table td#speakers > .speakerWr div {
		padding: 10px 0;
	}
	#seminarTbl table td#speakers .speakerWr > div:nth-of-type(3) {
		border-left: none;
	}
	#seminarTbl table td#speakers .speakerWr > div:nth-of-type(n + 3) {
		border-top: 1px solid;
	}
	#seminarTbl table td#speakers .speakerWr > div p em {
		font-size: 14px;
	}
	#seminarTbl table .contents td {
		font-size: 12px;
	}
}

#scheduleImg {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
	width: 100%;
}
#scheduleImg img {
  width: 33.3333%; 
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #scheduleImg {
    flex-direction: column;
  }
  #scheduleImg img {
    width: 100%;
  }
}

