@charset "utf-8";
main {
	padding: 65px 0;
	background-image: repeating-linear-gradient(135deg, #a5ffe3, #a5ffe3 40px, #baffed 40px, #baffed 80px);
}
header div.title2 .wrap {
	background: #1bd7c4;
}
header div.title2 h1 {
	background: url(../images/exhibitor/exhibition_ttl_bg.png) no-repeat bottom center/contain;
}
h2 {
	background: var(--blue);
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 0 20px;
	color: var(--white);
	font-weight: bold;
	font-size: 32px;
	padding: 10px 0px;
}
h2 span {
	font-size: 32px;
	margin: 0;
	position: relative;
	padding-left: 45px;
}
h2 span:before {
	content: "";
    width: 40px;
    height: 40px;
    background: url(../images/program/session_clock.svg) no-repeat center / cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
h3 {
	margin: 40px 0 50px;
}
.exhibition_txt01 {
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	color: var(--blue);
	font-weight: bold;
	margin: 0 0 40px;
}
.exhibitor-area ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 40px;
}
@media only screen and (max-width: 1199px) {
	.exhibitor-area ul {
		gap: 35px;
	}
}
.exhibitor-area ul li {
	background: var(--white);
	border-radius: 10px;
	width: 340px;
	padding: 10px 10px 80px;
	box-sizing: border-box;
	position: relative;
}
@media only screen and (max-width: 1199px) {
	.exhibitor-area ul li {
		/*width: 31%;*/
		width:	calc(calc(100% / 3) - 35px);
	}
}
.exhibitor-area ul li .logo {
	min-height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.exhibitor-area ul li .logo img {
	max-width: 80%;
	height: auto;
}
.exhibitor-area ul li .corp {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	text-align: center;
}
.exhibitor-area ul li .title {
	text-align: center;
}
.exhibitor-area ul li .title a {
	font-size: 16px;
	color: var(--black);
	line-height: 1.6;
	text-decoration: underline;
}
.exhibitor-area ul li .title a :hover {
	text-decoration: none;
}
.exhibitor-area ul li .session-tags {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 15px;
	position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
	width: 90%;
}
.exhibitor-area ul li .session-tags span {
	width: calc(calc(100% / 2) - 8px );
	color: var(--white);
	font-size: 12px;
	background: #1bd7c4;
	border-radius: 5px;
	padding: 5px 0;
	text-align: center;
	min-height: 39.5px;
	align-items: center;
	display: flex;
	justify-content: center;
}
/* fast series */
.exhibitor-area ul li:last-child {
	width: 100%;
	position: relative;
}
.exhibitor-area ul li:last-child:after {
	content: "";
	width: 155px;
    height: 185px;
	background: url(../images/common/fastseries_ship.png) no-repeat center/contain;
	bottom: 0;
	right: 10%;
	position: absolute;
}
.exhibitor-area ul li:last-child .logo {
	width: 300px;
	max-width: 70%;
	margin: 20px auto;
	min-height: auto;
}
.exhibitor-area ul li:last-child .title {
	text-align: center;
	margin: 0 0 15px;
}
.exhibitor-area ul li:last-child .title a {
	font-weight: bold;
	font-size: 28px;
}
.exhibitor-area ul li:last-child .session-tags {
	width: 36.5%;
	margin: 0 auto 20px;
}
.exhibitor-area ul li:last-child .session-tags span {
	width: 160px;
}
.sponsor {
	margin-bottom: 65px;
}
.sponsor .category-title {
	border-bottom: 1px solid #ccc;
	line-height: 1.75;
	font-size: 20px;
}
.sponsor .category-detail {
	font-size: 16px;
	padding: 10px;
}
.sponsor .category {
	margin: 0;
}
.sponsor .category ul {
	list-style: none;
	padding: 0;
}
.sponsor .category ul li {
	border-top: 1px solid #e7e7e7;
	padding: 20px 0;
}
.sponsor .category ul li:first-child {
	border-top: none;
}
.sponsor .category ul li .item {
	display: flex;
	width: 100%;
}
.sponsor .category ul li .item .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 270px;
}
.sponsor .category ul li .item .contents .corp {
	font-size: 20px;
	color: #333;
	margin: 0 0 14px 0;
}
.sponsor .category ul li .item .contents .title {
	font-size: 18px;
	margin: 0 0 14px 0;
}
.sponsor .category ul li .item .contents .description {
	font-size: 15px;
	line-height: 1.5;
}

/* modal window */
.modal_window {
/*
  height: 260px;
  top: 30%!important;
*/
}
.exhibition_detail {
	padding-left: 37%;
	height: 100%!important;
	width: 100% !important;
	box-sizing: border-box;
}
.containerBody {
	height: 510px !important
}
.exhibition_detail .session-tags {
	display: flex;
	justify-content: flex-start;
	gap: 0 10px;
	margin: 20px 0 20px;
}
.exhibition_detail .session-tags span {
	width: 160px;
	background: #1bd7c4;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	color: var(--white);
	border-radius: 5px;
}
.exhibition_detail .logo {
	position: absolute;
	left: 0;
	width: 35%;
	display: flex;
	text-align: center;
	min-height: 300px;
	align-items: center;
	justify-content: center;
}
.exhibition_detail .logo img {
	width: auto;
	height: auto;
	max-width: 70%;
}
.exhibition_detail .corp {
	padding: 0 40px 0 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	margin: 10px 0;
}
.exhibition_detail .title {
	padding: 0 40px 0 0;
	font-size: 20px;
	font-weight: bold;
	color: var(--blue);
	margin: 0 0 15px;
	line-height: 1.6;
}
.exhibition_detail .contents {
	overflow: auto!important;
	height: 347px !important;
	margin: 15px 0 0;
}
.exhibition_detail .exhibition {
	padding: 0 40px 0 0;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 20px;
}
.exhibition_detail .reserve_btn {
	position: absolute;
	width: 350px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 30px;
}
.exhibition_detail .reserve_btn a {
	background: var(--red);
	width: 100%;
	display: block;
	text-align: center;
	color: var(--white);
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
	border-radius: 30px;
}
