@charset "utf-8";

/* ヘッダー */
.p-expo-header {
	padding-bottom: 3.5rem;
}

/* リード部分 */
.p-expo-lead {
	padding-top: 4.2rem;
}

.p-expo-lead > .container {
	width: 100%;
	max-width: 68rem;	
}

.p-expo-lead-detail-list {
	align-items: normal;
}

.p-expo-lead-detail-list dt {
	justify-content: center;
}

.p-expo-lead-detail-list dd {
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-expo-lead-detail-list dd span {
	line-height: 1.5;
}

.p-expo-lead-detail-list-holiday {
	font-size: 2.4rem !important;
	font-weight: bold !important;
	display: inline !important;
}

@media only screen and (max-width: 991px) {
	.p-expo-lead-detail-list-holiday {
		font-size: 2rem !important;
	}
}

@media only screen and (max-width: 767px) {
	.p-expo-lead-detail-list-holiday {
		font-size: 1.6rem !important;
	}
}

@media only screen and (max-width: 543px) {
	.p-expo-lead-detail-list-holiday {
		font-size: 1.3	rem !important;
	}
}

/* 展示会 */
.p-expo-booth__heading {
	font-size: 3.4rem;
	line-height: 1.5;
	margin-bottom: 0.25em;
	text-align: center;
	text-indent: 0.06em;
	letter-spacing: 0.06em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.p-expo-booth__note {
	font-size: 1.6rem;
	text-align: center;
}

.p-expo-booth__note p {
	font-weight: bold;
	font-feature-settings: "palt";
	display: inline-block;
	border: 1px solid #333;
	border-radius: 0.8rem;
	padding: 0.25em 1.25em;
}

.p-expo-booth__description {
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 2em;
	text-align: center;
}

.p-expo-booth__list {
	display: flex;
	justify-content: center;
	gap: 2.4rem;
	margin-top: 3.2rem;
}

.p-expo-booth__list-item {
	text-align: center;
}

.p-expo-booth__list-item img {
	width: auto;
	max-height: 28rem;
}

@media only screen and (max-width: 991px) {
	.p-expo-booth__heading {
		font-size: 2.6rem;
	}

	.p-expo-booth__description {
		font-size: 1.4rem;
	}

	.p-expo-booth__list {
		gap: 1.6rem;
	}
}

@media only screen and (max-width: 767px) {
	.p-expo-booth__heading {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 575px) {
	.p-expo-booth__list {
		flex-direction: column;
	}
}

@media only screen and (max-width: 543px) {
	.p-expo-booth__heading {
		font-size: 1.8rem;
	}

	.p-expo-booth__note {
		font-size: 1.4rem;
	}
}

/* 講演会 */
.p-expo-seminar__heading {
	margin-bottom: 0.25em;
	font-size: 3.4rem;
}

.p-expo-seminar__note {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}

.p-expo-seminar__note p {
	font-weight: bold;
	font-feature-settings: "palt";
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 0.8rem;
	padding: 0.25em 1.25em;
}

.p-expo-seminar__description {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 2em;
	text-align: center;
}

.p-expo-seminar-list__item {
	background: transparent;
}

.p-expo-seminar-list__item-inner {
	background: #fff;
	padding: 2rem;
	display: flex;
	width: 100%;
	position: relative;
}

.p-expo-seminar-list__item-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8rem;
	height: 8rem;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	top: -2rem;
	left: -2rem;
	z-index: 2;
}

.p-expo-seminar-list__item:nth-child(1) .p-expo-seminar-list__item-num {
	background-color: #bbceeb;
}

.p-expo-seminar-list__item:nth-child(2) .p-expo-seminar-list__item-num {
	background-color: #f0c2da;
}

.p-expo-seminar-list__item:nth-child(3) .p-expo-seminar-list__item-num {
	background-color: #79c393;
}

.p-expo-seminar-list__item-company {
	line-height: 1.4;
}

@media only screen and (max-width: 1199px) {
	.p-expo-seminar-list__item-thumb {
		width: 38%;
	}
}

@media only screen and (max-width: 991px) {
	.p-expo-seminar__heading {
		font-size: 2.6rem;
	}

	.p-expo-seminar__description {
		font-size: 1.4rem;
	}

	.p-expo-seminar-list__item-thumb {
		width: 24%;
	}

	.p-expo-seminar-list__item-num {
		width: 6rem;
		height: 6rem;
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 767px) {
	.p-expo-seminar__heading {
		font-size: 2.2rem;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.p-expo-seminar-list__item-inner {
		width: 80%;
		margin: auto;
	}
}

@media only screen and (max-width: 575px) {
	.p-expo-seminar-list__item-num {
		top: -1rem;
		left: -1rem;
	}

	.p-expo-seminar-list__item-inner {
		flex-direction: column;
	}

	.p-expo-seminar-list__item-thumb {
		width: 100%;
	}
}

@media only screen and (max-width: 543px) {
	.p-expo-seminar__heading {
		font-size: 1.8rem;
	}

	.p-expo-seminar__note {
		font-size: 1.4rem;
	}
}

/* 出展予定企業 */

.p-expo-company-list__item-inner {
	height: 100%;
}

.p-expo-company-list__item-thumb img {
	vertical-align: text-bottom;
}

.p-expo-company-list__item-thumb a:not(:first-child) img {
	margin-top: 0.8rem;
}

/* LINE */
.p-expo-line {
	background: #9fd9f6;
}

.p-expo-line > .container {
	width: 100%;
	max-width: 900px;
}

.p-expo-line__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6rem;
	background-color: #fff;
	border-radius: 3rem;
	padding: 3rem 6rem;
}

.p-expo-line__heading {
	font-size: 2.8rem;
	color: #004098;
}

.p-expo-line__heading br {
	display: none;
}

.p-expo-line__description {
	font-size: 1.6rem;
	margin-top: 0.5em;
}

.p-expo-line__image {
	position: relative;
}

.p-expo-line__image-qr img {
	display: block;
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.p-expo-line__image-balloon {
	text-align: center;
	background-color: #029e41;
	border-radius: 0.8rem;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	width: 100%;
	position: relative;
}

.p-expo-line__image-balloon:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #029e41 transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 991px) {
	.p-expo-line__inner {
		gap: 3rem;
		padding: 3rem 4rem;
	}

	.p-expo-line__heading {
		font-size: 2rem;
	}

	.p-expo-line__description {
		font-size: 1.4rem;
	}

	.p-expo-line__image-balloon {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 575px) {
	.p-expo-line__inner {
		flex-direction: column;
		border-radius: 2rem;
		padding: 4rem 3rem;
	}

	.p-expo-line__heading {
		text-align: center;
	}

	.p-expo-line__heading br {
		display: block;
	}
}

/* フッター */
.p-expo-contact-list__item-text {
	text-align: center;
	line-height: 1.5;
}
