@charset "UTF-8";

/* common
----------------------------------------------------------*/
#main {
	padding-bottom: 0;
}

#wrapper {
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.sp-wrapper__outer {
		width: 89.33vw;
		margin: 0 auto;
		overflow: hidden;
	}
}

@media screen and (max-width: 767px) {
	.sp-wrapper__inner {
		width: 78.67vw;
		margin: 0 auto;
		overflow: hidden;
	}
}

.content-2columns {
	display: flex;
	justify-content: center;
	width: 72.92vw;
	max-width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.content-2columns {
		display: block;
		width: auto;
		margin: 0;
	}
}
.content-left {
	width: 13.54vw;
	max-width: 260px;
}
@media screen and (max-width: 767px) {
	.content-left {
		width: auto;
		max-width: none;
	}
}

.content-right {
	width: 59.38vw;
	max-width: 1140px;
}
@media screen and (max-width: 767px) {
	.content-right {
		width: auto;
		max-width: none;
	}
}

.side-nav {
	position: fixed;
	z-index: 100;
	font-size: 1.04vw;
	font-weight: 500;
	transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
	.side-nav {
		display: none;
	}
}
.side-nav ul li {
	padding: 1.72vw 0;
	line-height: 1.88vw;
	padding-left: 0.52vw;
	font-size: clamp(16px, 1.2857142857142856vw, 18px);
	border-left: 2px solid #7b7b7b;
}
.side-nav ul li.current-color {
	border-left: 2px solid #15a092;
}
.side-nav ul li.white-color,
.side-nav ul li.white-color a {
	color: white;
}
.side-nav ul li a:hover {
	color: #15a092;
}
.side-nav ul li a.current-color {
	color: #15a092;
}
.side-nav--sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.side-nav--sp {
		display: block;
		margin: 1.25vw 2px 7px;
	}
}
@media screen and (max-width: 767px) {
	.side-nav--sp ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		column-gap: 1.25vw;
		row-gap: 0.9375rem;
		font-size: 1em;
	}
	.side-nav--sp ul .grid-item__wide {
		grid-column-start: 1;
		grid-column-end: 3;
	}
}
@media screen and (max-width: 767px) {
	.side-nav--sp ul li {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-weight: bold;
		color: #707070;
		background-color: #eeeeee;
		border-radius: 6px;
		padding: 1.125rem 0;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	}
}
@media screen and (max-width: 767px) {
	.side-nav--sp ul li a .br__sp-min {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	.side-nav--sp ul li a .br__sp-min {
		display: inline;
	}
}
@media screen and (max-width: 767px) {
	.side-nav--sp ul li a .br__sp {
		display: inline;
	}
}
.side-nav--sp ul .grid-item__wide {
	color: #15a092;
}

/* exhibit
----------------------------------------------------------*/
.notice {
	padding: 2.1428vw;
	border-radius: 1vw;
	background: #eee;
	text-align: center;
}
.notice_ttl {
	font-size: 1.5714vw;
	font-weight: bold;
}
.notice_bold {
	color: #cb2318;
}
.notice_txt {
	font-size: 1vw;
	margin: 1.0714vw 0 0 0;
}
.notice_link {
	margin: 1.4285vw auto 0;
}
.notice_link a {
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1vw;
	font-weight: bold;
	color: #fff;
	background-color: #cb2318;
	border-radius: 999px;
	width: 14.1428vw;
	height: 3.1428vw;
	padding: 0 0.7142vw 0 0;
	box-shadow: 0.3vw 0.3vw 1vw rgba(0, 0, 0, 0.16);
}
.notice_link a::after {
	position: absolute;
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 0.9807vw;
	height: 0.9807vw;
	border: 0.1428vw solid #fff;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	right: 1.4285vw;
}
.notice_note {
	font-size: 1vw;
	margin: 1.0714vw 0 0 0;
}
@media screen and (max-width: 767px) {
	.notice {
		padding: 7.6923vw 3.9113vw;
		border-radius: 1.8252vw;
		margin: 15.3846vw 0 0 0;
	}
	.notice_ttl {
		font-size: 4.6vw;
	}
	.notice_txt {
		font-size: 3vw;
		margin: 3.8461vw 0 0 0;
	}
	.notice_link {
		margin: 3.8461vw auto 0;
	}
	.notice_link a {
		font-size: 3.5897vw;
		width: 50.7692vw;
		height: 11.282vw;
		padding: 0 1.3037vw 0 0;
	}
	.notice_link a::after {
		width: 3vw;
		height: 3vw;
		right: 5.641vw;
		border: 0.6vw solid #fff;
		border-left: 0;
		border-bottom: 0;
	}
	.notice_note {
		font-size: 3.5897vw;
		margin: 3.8461vw 0 0 0;
	}
}

/**/
.top-banner-btn {
	text-align: center;
}
.top-banner-btn a {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #15a092;
	border-radius: 999px;
	width: 20.9109vw;
	height: 4.375vw;
	box-shadow: 0.3vw 0.3vw 1vw rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
	.top-banner-btn a {
		width: 78.3493vw;
		height: 14.4vw;
		box-shadow: 1.4vw 1.4vw 5.7vw rgba(0, 0, 0, 0.16);
	}
}
.top-banner-btn a span {
	display: inline-block;
	color: #fff;
	font-size: 1.5625vw;
	background: url(/image/axia-expo2026/front/exhibitguidance/arrow-right-white.svg) no-repeat right center/0.65vw auto;
	padding: 0 0.65em 0 0;
	line-height: 1;
}
.top-banner-btn a span.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.top-banner-btn a span {
		font-size: 4.2667vw;
		background: url(/image/axia-expo2026/front/exhibitguidance/arrow-right-white.svg) no-repeat right center/2vw auto;
		padding: 0 0.75em 0 0;
	}
	.top-banner-btn a span.pc {
		display: none;
	}
	.top-banner-btn a span.sp {
		display: inline-block;
	}
}
.top-banner-btn a:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#top-banner-btn01 {
	padding: 1.6vw 0 0;
}
@media screen and (max-width: 767px) {
	#top-banner-btn01 {
		padding: 9.1vw 0 0;
	}
}

#top-banner-btn03 {
	margin: -3.3333vw 0 12vw;
}
@media screen and (max-width: 767px) {
	#top-banner-btn03 {
		margin: -12.3333vw 0 21.3vw;
	}
}
#top-banner-btn03 a {
	background-color: #e6a311;
}
#top-banner-btn03 a span {
	/*padding:0 1em 0 0;*/
	padding: 0;
	background: none;
}

/**/

.application-inner h4 {
	font-size: 1.25rem;
	color: #fff;
	font-weight: 700;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.application-inner h4 {
		font-size: 1rem;
		font-weight: 500;
	}
}
.application-inner h5 {
	font-weight: 500;
	color: #fff;
	margin-top: 16px;
}
@media screen and (max-width: 767px) {
	.application-inner h5 {
		font-size: 0.875rem;
	}
}
.application-inner h5 span {
	font-weight: 700;
	color: #e91c1c;
	margin-top: 16px;
}
.application-title {
	display: flex;
	background-color: #00325d;
	font-size: 1.25vw;
	font-weight: bold;
	color: #fff;
	text-align: left;
	align-items: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	margin: 40px auto 0 auto;
	padding: 7px 40px;
	max-width: 1240px;
}
@media screen and (max-width: 767px) {
	.application-title {
		font-size: 1.125em;
		padding: 0.5em 5%;
	}
}
.application-title p {
	color: #fff;
}
.application-box {
	display: flex;
	margin-top: 30px;
	margin-bottom: 44.5px;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.application-box {
		display: block;
	}
}
.application-left {
	max-width: 583px;
}
.application-left p {
	color: #fff;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.application-left p {
		font-size: 0.875rem;
	}
}
.application-left-en {
	max-width: 793px;
}
.application-left-en p {
	color: #fff;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.application-left-en p {
		font-size: 0.875rem;
	}
}
.application-button {
	position: relative;
	color: #fff;
	background-color: #00325d;
	border-radius: 27px;
	font-size: 1rem;
	font-weight: bold;
	transition: 0.3s;
	max-width: 308px;
	width: 100%;
	text-align: center;
	padding: 11px 35px 11px 20px;
	transition: 0.3s;
}
.application-button:hover {
	background-color: #499ee7;
}
@media screen and (max-width: 767px) {
	.application-button {
		display: inline-block;
		max-width: 375px;
		width: 100%;
		padding: 11px 60px;
	}
}
@media screen and (max-width: 375px) {
	.application-button {
		padding: 11px 30px;
	}
}
.application-button:after {
	position: absolute;
	content: url(/image/axia-expo2026/front/exhibitguidance/buttonarrow.svg);
	top: 13px;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.application-button:after {
		top: 15px;
	}
}
.application-right {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media screen and (max-width: 767px) {
	.application-right {
		margin-top: 35px;
	}
}
.application-right-1 {
	display: flex;
	align-items: center;
}
.application-right-1 img {
	width: 60px;
}
.application-right-1 p {
	margin-left: 18px;
	font-size: 0.875rem;
	color: #fff;
}
.application-right-mail {
	border-bottom: #fff solid 1px;
}
.application-right-mail a:hover {
	opacity: 0.7;
}
.application-info {
	max-width: 965px;
	margin: 0 auto 60px auto;
}
.application-info-2 {
	max-width: 965px;
	margin: 30px auto 0 auto;
	width: 90%;
}
.application-info-text {
	color: #fff;
	margin-bottom: 30px;
}
.application-info-annotation {
	margin-top: 8px;
	color: #fff;
	font-size: 0.825rem;
}
.application-br {
	display: block;
}
.application-br-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.application-br-sp {
		display: block;
	}
}

/**/

.regulations-inner {
	display: flex;
	flex-direction: row;
	gap: 30px;
	max-width: 1166px;
	margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
	.regulations-inner {
		flex-direction: column;
	}
}

/**/

.industry-title {
	display: flex;
	line-height: 1.4em;
	background-color: #00325d;
	font-size: 1.25vw;
	font-weight: bold;
	color: #fff;
	text-align: left;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	margin: 50px auto 0 auto;
	padding: 7px 40px;
	max-width: 1240px;
	align-items: baseline;
}
.industry-title p {
	font-weight: 500;
}
.industry-title br {
	display: none;
}
@media screen and (max-width: 767px) {
	.industry-title br {
		display: block;
	}
}
.industry-title span {
	font-size: 0.83vw;
}
@media screen and (max-width: 767px) {
	.industry-title span {
		display: inline-block;
	}
}
@media screen and (max-width: 1081px) {
	.industry-title {
		display: block;
		line-height: 1;
	}
}
@media screen and (max-width: 767px) {
	.industry-title {
		display: block;
		letter-spacing: -0.01rem;
		margin-top: 30px;
		padding: 12px 5%;
		font-size: 1.125rem;
	}
}


/**/
.sr-area {
	display: flex;
	align-items: center;
	background-size: cover;
	height: 250px;
	/*background-image: url(/image/axia-expo2026/front/cover2.png);*/
}
@media screen and (max-width: 767px) {
	.sr-area {
		height: 130px;
	}
}
.sr-area p {
	display: flex;
  align-items: center;
	margin: 0 auto;
	max-width: 1166px;
	width: 90%;
	font-size: clamp(18px, 1.7142857142857144vw, 24px);
	font-weight: 700;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.sr-area p {
		font-size: 1.375rem;
	}
}




/**/
.field-container,
.real-container,
.online-container,
.schedule-container,
.promotion-container,
.outline-container {
	padding: 2.08vw 0;
}
@media screen and (max-width: 767px) {
	.field-container,
	.real-container,
	.online-container,
	.schedule-container,
	.promotion-container,
	.outline-container {
		padding: 2.6875rem 0;
	}
}
.field-container__head,
.real-container__head,
.online-container__head,
.schedule-container__head,
.promotion-container__head,
.outline-container__head {
	padding: 0 0 2.08vw;
	font-size: 1.56vw;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.field-container__head,
	.real-container__head,
	.online-container__head,
	.schedule-container__head,
	.promotion-container__head,
	.outline-container__head {
		font-size: 1.875em;
		text-align: center;
	}
	.field-container__head::after,
	.real-container__head::after,
	.online-container__head::after,
	.schedule-container__head::after,
	.promotion-container__head::after,
	.outline-container__head::after {
		content: "";
		width: 8%;
		height: 2px;
		margin: 0.625rem auto 0;
		background-color: #15a092;
		display: block;
	}
}
.field-container__head span,
.real-container__head span,
.online-container__head span,
.schedule-container__head span,
.promotion-container__head span,
.outline-container__head span {
	border-bottom: 2px solid #15a092;
}
@media screen and (max-width: 767px) {
	.field-container__head span,
	.real-container__head span,
	.online-container__head span,
	.schedule-container__head span,
	.promotion-container__head span,
	.outline-container__head span {
		border-bottom: none;
	}
}
.field-container .field-text,
.real-container .field-text,
.online-container .field-text,
.schedule-container .field-text,
.promotion-container .field-text,
.outline-container .field-text {
	margin-bottom: 1.04vw;
	padding-left: 1.04vw;
}
.field-container .field-text p,
.real-container .field-text p,
.online-container .field-text p,
.schedule-container .field-text p,
.promotion-container .field-text p,
.outline-container .field-text p {
	line-height: 1.6em;
	font-size: 1.04vw;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.field-container .field-text,
	.real-container .field-text,
	.online-container .field-text,
	.schedule-container .field-text,
	.promotion-container .field-text,
	.outline-container .field-text {
		margin-bottom: 3.125rem;
	}
	.field-container .field-text p,
	.real-container .field-text p,
	.online-container .field-text p,
	.schedule-container .field-text p,
	.promotion-container .field-text p,
	.outline-container .field-text p {
		font-size: 1em;
	}
}

.field-container .field-figure,
.real-container .field-figure,
.online-container .field-figure,
.schedule-container .field-figure,
.promotion-container .field-figure,
.outline-container .field-figure {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1.56vw;
	margin-bottom: 3.13vw;
	padding-left: 1.04vw;
}
.field-container .field-figure {
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 2vw;
}

@media screen and (max-width: 767px) {
	.field-container .field-figure,
	.real-container .field-figure,
	.online-container .field-figure,
	.schedule-container .field-figure,
	.promotion-container .field-figure,
	.outline-container .field-figure {
		display: block;
	}
}
.field-container .field-figure li,
.real-container .field-figure li,
.online-container .field-figure li,
.schedule-container .field-figure li,
.promotion-container .field-figure li,
.outline-container .field-figure li {
	flex: 1;
	font-size: 1.04vw;
}
@media screen and (max-width: 767px) {
	.field-container .field-figure li,
	.real-container .field-figure li,
	.online-container .field-figure li,
	.schedule-container .field-figure li,
	.promotion-container .field-figure li,
	.outline-container .field-figure li {
		margin-bottom: 6.25vw;
	}
}
.field-container .field-figure li p,
.real-container .field-figure li p,
.online-container .field-figure li p,
.schedule-container .field-figure li p,
.promotion-container .field-figure li p,
.outline-container .field-figure li p {
	line-height: 1.6em;
	padding-top: 1.04vw;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.field-container .field-figure li p,
	.real-container .field-figure li p,
	.online-container .field-figure li p,
	.schedule-container .field-figure li p,
	.promotion-container .field-figure li p,
	.outline-container .field-figure li p {
		padding-top: 1.25vw;
		font-size: 4.266vw;
	}
}

/**/
.field-container {
	padding-left: 1.04vw;
}
.field-container .field-figure li .figure-title {
	display: flex;
	align-items: center;
	background-color: #177ECC;
}
.sr-area.ptn2 + .sp-wrapper__outer .figure-title {
	background-color: #E5A310;
}
.sr-area.ptn3 + .sp-wrapper__outer .figure-title {
	background-color: #23AF30;
}
.field-container .field-figure li .figure-title img {
	/* width: 30%; */
}
.field-container .field-figure li .figure-title p {
	width: 70%;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 1.5em;
}
@media screen and (max-width: 767px) {
	.field-container {
		padding-left: 0;
	}
	.field-container .field-figure li .figure-title p {
		font-size: 3.75vw;
		padding: 0 0 0 1em;
	}

}

.sr-area {
	height: 90px;
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_bg_01.webp) no-repeat;
	background-size: cover;
	margin-bottom: 1.56vw;
}
.sr-area.ptn2 {
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_bg_02.webp) no-repeat;
	background-size: cover;
}
.sr-area.ptn3 {
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_bg_03.webp) no-repeat;
	background-size: cover;
}
.sr-area.ptn4 {
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_bg_04.webp) no-repeat;
	background-size: cover;
}
.sr-area p {
	color: black;
	width: auto;
	margin-left: 1.04vw;
}
.sr-area p::before {
	content: "";
	display: inline-block;
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_icon_01.webp) no-repeat;
	background-size: contain;
  width: 5.714285714285714vw;
  height: 5.714285714285714vw;
	max-width: 80px;
	max-height: 80px;
	padding-left: 1.04vw;
	vertical-align: middle;
}
.sr-area.ptn2 p::before {
	content: "";
	display: inline-block;
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_icon_02.webp) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.sr-area.ptn3 p::before {
	content: "";
	display: inline-block;
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_icon_03.webp) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.sr-area.ptn4 p::before {
	content: "";
	display: inline-block;
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_icon_04.webp) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.sr-area p br {
	display: none;
}
@media screen and (max-width: 767px) {
	.sr-area p {
		position: relative;
		left: 15px;
		font-size: 1.5em;
		padding: 0 0 0 21.866666666666667vw;
    margin: 0;
	}
	.global .sr-area p {
		left: 0;
		text-align: center;
	}
	.sr-area.ptn2 p {
		left: 10px;
		font-size: clamp(18px, 6.4vw, 24px);
    line-height: 1.2;
	}
	.sr-area.ptn3 p {
		position: relative;
	}
	.sr-area.ptn4 p {
		position: relative;
	}
	.sr-area p::before {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 21.866666666666667vw;
		height: 21.866666666666667vw;
	}
	.global .sr-area p::before {
		content: none;
	}
	.sr-area.ptn2 p::before {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 21.866666666666667vw;
		height: 21.866666666666667vw;
	}
	.sr-area.ptn3 p::before {
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 21.866666666666667vw;
		height: 21.866666666666667vw;
	}
	.sr-area.ptn4 p::before {
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 21.866666666666667vw;
		height: 21.866666666666667vw;
	}
	.global .sr-area.ptn2 p::before {
		content: none;
	}
	.global .sr-area.ptn3 p::before {
		content: none;
	}
	.global .sr-area.ptn4 p::before {
		content: none;
	}
	.sr-area p br {
		display: inline;
	}
}
/* real */

.real-container {
	position: relative;
	background-color: #e6f7ff;
	z-index: 1;
}
.real-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #e6f7ff;
}
.real-container::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #e6f7ff;
}
.real-container__head {
	padding-left: 1.04vw;
	padding-bottom: 1.04vw;
}
.real-container .industry-title {
	line-height: 1.4em;
	background-color: #157fa0;
	margin-bottom: 1.04vw;
	padding: 10px 1.04vw;
}
@media screen and (max-width: 767px) {
	.real-container .industry-title {
		font-size: 4.266vw;
	}
	.real-container .industry-title span {
		margin-top: 1rem;
		font-size: 4.266vw;
	}
}
.real-container .ex-fee-inner {
	max-width: none;
	padding-left: 1.04vw;
	margin-left: 1.04vw;
	margin-right: 0;
	width: auto;
}
.real-container .top-banner-btn a {
	width: 21.9109vw;
	background-color: #157fa0;
}
@media screen and (max-width: 767px) {
	.real-container .top-banner-btn a {
		width: 80.9109vw;
	}
}
@media screen and (max-width: 375px) {
	.real-container .top-banner-btn a {
		width: 100%;
	}
}
.real-container .top-banner-btn a span {
	font-size: 1.04vw;
}
@media screen and (max-width: 767px) {
	.real-container .top-banner-btn a span {
		font-size: 4.2667vw;
	}
}
.real-inner {
	margin-left: 1.04vw;
}
@media screen and (max-width: 767px) {
	.real-inner {
		margin: 0;
		padding-top: 1.25vw;
	}
}
@media screen and (max-width: 767px) {
	.real-inner .field-figure {
		padding-left: 0;
	}
}
.real-img {
	width: 17.19vw;
	margin-bottom: 1.04vw;
}
@media screen and (max-width: 767px) {
	.real-img {
		width: 70.4vw;
	}
}
@media screen and (max-width: 375px) {
	.real-img {
		width: auto;
	}
}
.real-img.ptn2 {
	width: 22.03vw;
}
@media screen and (max-width: 767px) {
	.real-img.ptn2 {
		width: 69.33vw;
	}
}
@media screen and (max-width: 375px) {
	.real-img.ptn2 {
		width: auto;
	}
}
.real-price {
	line-height: 1.6em;
	font-size: 1.04vw;
	font-weight: 500;
	margin-bottom: 1.04vw;
}
@media screen and (max-width: 767px) {
	.real-price {
		font-size: 1em;
		margin-top: 1em;
	}
}
.real-price br {
	display: none;
}
@media screen and (max-width: 767px) {
	.real-price br {
		display: inline;
	}
}
.real-price .price {
	font-size: 1.56vw;
	color: #cb1919;
}
@media screen and (max-width: 767px) {
	.real-price .price {
		font-size: 4.266vw;
	}
}
.real-price .tax {
	font-size: 1.04vw;
	color: #cb1919;
}
@media screen and (max-width: 767px) {
	.real-price .tax {
		font-size: 1rem;
	}
}
.real-text {
	line-height: 1.6em;
	font-size: 1.04vw;
	font-weight: 500;
	margin-bottom: 1.04vw;
}
@media screen and (max-width: 767px) {
	.real-text {
		font-size: 0.9em;
		margin-top: 0.5em;
	}
}
@media screen and (max-width: 767px) {
	.real-text.ptn2 {
		margin-bottom: 14.4vw;
	}
}
.real-annotation {
	line-height: 1.4em;
	padding-left: 1.04vw;
	font-size: 0.83vw;
	font-weight: 500;
	color: #cb1919;
}
@media screen and (max-width: 767px) {
	.real-annotation {
		font-size: 0.9em;
	}
}
.real-annotation.ptn2 {
	padding-left: 0;
	font-size: 1.04vw;
	color: black;
}
@media screen and (max-width: 767px) {
	.real-annotation.ptn2 {
		font-size: 1em;
		margin-bottom: 5.33vw;
	}
}
.real-annotation.ptn3 {
	padding-top: 1.04vw;
	font-size: 0.73vw;
	color: black;
}
@media screen and (max-width: 767px) {
	.real-annotation.ptn3 {
		font-size: 0.875em;
	}
}
.real-annotation br {
	display: none;
}
@media screen and (max-width: 767px) {
	.real-annotation br {
		display: inline;
	}
}
.real-box {
	display: flex;
	justify-content: space-between;
	column-gap: 1.04vw;
	margin-top: 1.56vw;
	margin-left: 1.04vw;
}
@media screen and (max-width: 767px) {
	.real-box {
		display: block;
		margin-left: 0;
		margin-top: 0;
	}
}
.real-box__left,
.real-box__right {
	width: 27.86vw;
}
@media screen and (max-width: 767px) {
	.real-box__left,
	.real-box__right {
		width: auto;
		margin-top: 5.33vw;
	}
}
@media screen and (max-width: 767px) {
	.real-box__left {
		margin-top: 0;
	}
}


/* Online */
#online.online-container {
	position: relative;
	background: #ecfff1;
	padding: 60px 0;
	z-index: 1;
}
.online-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #ecfff1;
}
.online-container::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #ecfff1;
}
.online-container__head {
	padding-left: 1.04vw;
	padding-bottom: 1.04vw;
}
@media screen and (max-width: 767px) {
	.online-container-inner {
		padding: 2.61vw 0;
	}
}
.online-title {
	margin-bottom: 1.04vw;
	padding: 0.36vw 1.04vw;
	background-color: #00a16a;
}
.online-inner {
	margin-left: 2.08vw;
}
@media screen and (max-width: 767px) {
	.online-inner {
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	.online-inner p {
		margin-top: 0;
	}
}
.online-grid-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 1.56vw;
}
@media screen and (max-width: 767px) {
	.online-grid-box {
		grid-template-columns: auto;
	}
}
.online-grid-item__over {
	grid-column-start: 1;
	grid-column-end: 3;
}
@media screen and (max-width: 767px) {
	.online-grid-item__over {
		grid-column-start: auto;
		grid-column-end: auto;
	}
}
.online-grid-item__over picture img {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.online-img {
		display: none;
	}
}
.online-img--sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.online-img--sp {
		display: block;
		width: 89.33vw;
		margin: 6.93vw auto 0 !important;
	}
}
.online-img--sp:last-child {
	margin-top: 3.39vw;
}
.online-container .industry-title {
  line-height: 1.4em;
  background-color: #00A16A;
  margin-bottom: 1.04vw;
  padding: 10px 1.04vw;
}
@media screen and (max-width: 767px) {
  .online-container .industry-title {
    font-size: 4.266vw;
  }
  .online-container .industry-title span {
    margin-top: 1rem;
    font-size: 4.266vw;
  }
}
.online-inner {
	margin-left: 1.04vw;
}
@media screen and (max-width: 767px) {
	.online-inner {
		margin: 0;
		padding-top: 1.25vw;
	}
}
.online-box {
	display: flex;
	justify-content: space-between;
	column-gap: 1.04vw;
	margin-top: 1.56vw;
	margin-left: 1.04vw;
}
@media screen and (max-width: 767px) {
	.online-box {
		display: block;
		font-size: 1em;
		margin-top: 1em;
		margin-left: 0;
	}
}
.online-box__left,
.online-box__right {
	width: 27.86vw;
}
@media screen and (max-width: 767px) {
	.online-box__left,
	.online-box__right {
		width: auto;
		margin-top: 5.33vw;
	}
}
@media screen and (max-width: 767px) {
	.online-box__left {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.online-inner {
		margin: 0;
		padding-top: 1.25vw;
	}
}
@media screen and (max-width: 767px) {
	.online-inner .field-figure {
		padding-left: 0;
	}
}
.online-text {
	line-height: 1.6em;
	font-size: 1.04vw;
	font-weight: 500;
	margin-bottom: 1.04vw;
}
@media screen and (max-width: 767px) {
	.online-text {
		font-size: 0.9em;
		margin-top: 0.5em;
	}
}
@media screen and (max-width: 767px) {
	.online-text.ptn2 {
		margin-bottom: 14.4vw;
	}
}
.online-img {
	width: 17.19vw;
	margin-bottom: 1.04vw;
}
@media screen and (max-width: 767px) {
	.online-img {
		width: 70.4vw;
	}
}
@media screen and (max-width: 375px) {
	.online-img {
		width: auto;
	}
}
.online-img.ptn2 {
	width: 22.03vw;
}
@media screen and (max-width: 767px) {
	.online-img.ptn2 {
		width: 69.33vw;
	}
}
@media screen and (max-width: 375px) {
	.online-img.ptn2 {
		width: auto;
	}
}
.online-annotation {
	line-height: 1.4em;
	padding-left: 1.04vw;
	font-size: 0.83vw;
	font-weight: 500;
	color: #cb1919;
}
@media screen and (max-width: 767px) {
	.online-annotation {
		font-size: 0.9em;
	}
}
.online-annotation.ptn2 {
	padding-left: 0;
	font-size: 1.04vw;
	color: black;
}
@media screen and (max-width: 767px) {
	.online-annotation.ptn2 {
		font-size: 1em;
		margin-bottom: 5.33vw;
	}
}
.online-annotation.ptn3 {
	padding-top: 1.04vw;
	font-size: 0.73vw;
	color: black;
}
@media screen and (max-width: 767px) {
	.online-annotation.ptn3 {
		font-size: 0.875em;
	}
}
.online-annotation br {
	display: none;
}
@media screen and (max-width: 767px) {
	.online-annotation br {
		display: inline;
	}
}
.online-option {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}
.online-option-item {
  display: flex;
  width: calc(50% - 10px);
  background: #fff;
  padding: 15px 10px;
  align-items: center;
  gap: 10px;
}
.option-img {
  min-width: 40px;
  width: 4.285714285714286vw;
  max-width: 60px;
}
.option-txt {
  width: calc(100% - 70px);
  color: #00A16A;
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(13px, 1.4285714285714286vw, 20px);
}

/* Schedule */

.schedule-inner {
	margin-left: 2.08vw;
}
@media screen and (max-width: 767px) {
	.schedule-inner {
		margin-left: 0;
	}
}
.schedule-img {
	margin-top: 1.04vw;
}
@media screen and (max-width: 767px) {
	.schedule-img {
		margin-top: 16vw;
	}
}
.note {
  font-size: clamp(16px, 1.1428571428571428vw, 16px);
  padding: 30px 15px 15px;
  text-align: center;
  font-weight: bold;
}


/* Promotion */

.promotion-container {
	position: relative;
	background-color: #eeeeee;
	z-index: 1;
}
.promotion-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #eeeeee;
}
.promotion-container::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #eeeeee;
}
.promotion-inner {
	margin-left: 2.08vw;
}
@media screen and (max-width: 767px) {
	.promotion-inner {
		margin-left: 0;
	}
}
.promotion-grid-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 1.56vw;
	row-gap: 3.02vw;
}
@media screen and (max-width: 767px) {
	.promotion-grid-box {
		grid-template-columns: auto;
	}
}
@media screen and (max-width: 767px) {
	.promotion-grid-item {
		margin-bottom: 3vw;
	}
}
.promotion-grid-item p a {
	color: #0080ff;
	text-decoration: underline;
}
.promotion-grid-item p a:hover {
	opacity: 0.7;
}
.promotion-lead {
	line-height: 1.6em;
	font-size: 1.25vw;
	/* font-weight: 500; */
	padding-bottom: 0.52vw;
	/* text-align: center; */
}
@media screen and (max-width: 767px) {
	.promotion-lead {
		font-size: 1em;
		margin-bottom: 3vw;
	}
}
.promotion-text {
	line-height: 1.6em;
	padding-bottom: 1.56vw;
	font-weight: 500;
	font-size: 1.04vw;
}
@media screen and (max-width: 767px) {
	.promotion-text {
		font-size: 1em;
		margin-bottom: 3vw;
	}
}
.promotion-grid-text {
	line-height: 1.6em;
	font-size: 1.04vw;
	font-weight: 500;
	padding-top: 1.04vw;
}
@media screen and (max-width: 767px) {
	.promotion-grid-text {
		font-size: 0.9em;
	}
}

/* Outline */

.outline-container {
	position: relative;
	background-color: #333333;
	border-bottom: 1px solid #fff;
	z-index: 1;
	padding-bottom: 160px;
}
.outline-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #333333;
}
.outline-container::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #333333;
}
.outline-container__head {
	color: #fff;
}
.outline-container #regulations {
	padding: 0;
}
.outline-container .button-real {
	position: relative;
	background-color: #157fa0;
	border-radius: 30px;
	color: #fff;
	font-size: 1.04vw;
	font-weight: bold;
	transition: 0.3s;
	width: auto;
	text-align: center;
	padding: 0.57vw 3vw;
}
.outline-container .button-real:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.outline-container .button-real {
		display: inline-block;
		width: 100%;
		padding: 4vw;
		font-size: 1em;
	}
}
.outline-container .button-real:after {
	position: absolute;
	content: url(/image/axia-expo2026/front/buttonarrow.svg);
	top: 0.78vw;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.outline-container .button-real:after {
		top: 4.78vw;
	}
}
.outline-container .button-online {
	position: relative;
	background-color: #00a16a;
	border-radius: 30px;
	color: #fff;
	font-size: 1.04vw;
	font-weight: bold;
	transition: 0.3s;
	width: auto;
	text-align: center;
	padding: 0.57vw 3vw;
}
.outline-container .button-online:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.outline-container .button-online {
		display: inline-block;
		width: 100%;
		padding: 4vw;
		font-size: 1em;
	}
}
.outline-container .button-online:after {
	position: absolute;
	content: url(/image/axia-expo2026/front/exhibitguidance/buttonarrow.svg);
	top: 0.78vw;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.outline-container .button-online:after {
		top: 4.78vw;
	}
}
.outline-container .application-left {
	max-width: none;
}
.outline-container .application-title {
	background-color: #15a092;
	margin-bottom: 1.04vw;
	padding: 0.5em 1.04vw;
}
.outline-container .regulations-inner {
	margin: 1.56vw auto;
	padding-left: 2.08vw;
}
@media screen and (max-width: 767px) {
	.outline-container .regulations-inner {
		padding-left: 0;
	}
}
.outline-container .regulations-inner.ptn2 {
	padding-left: 0;
}
.outline-container .application-box {
	padding-right: 4.9vw;
}
.outline-container .application-left,
.outline-container .application-right {
	flex: 1;
}
.outline-container .application-info {
	width: 47.4vw;
}
@media screen and (max-width: 767px) {
	.outline-container .application-info {
		margin-top: 8vw;
		width: auto;
	}
	.outline-container .application-info img {
		width: 100%;
	}
}
.outline-container .application-info-2 {
	margin: 1.56vw auto;
	width: 47.4vw;
}
@media screen and (max-width: 767px) {
	.outline-container .application-info-2 {
		width: auto;
		margin-top: 8vw;
	}
	.outline-container .application-info-2 img {
		width: 100%;
	}
}
.outline-inner {
	width: auto;
	margin-left: 2.08vw;
}
@media screen and (max-width: 767px) {
	.outline-inner {
		margin: 0;
	}
}
.outline-text {
	padding-left: 2.08vw;
	margin: 1.56vw auto 0;
	color: white;
	font-size: 1.04vw;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.outline-text {
		font-size: 1em;
		margin-bottom: 8vw;
	}
}
.outline-text.ptn2 {
	line-height: 1.6em;
	padding-left: 0;
	margin-top: 1em;
	font-size: 1.04vw;
}
a.outline-text.ptn2 {
	color: inherit;
}
.application-info-annotation.outline-text.ptn2 {
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
	.outline-text.ptn2 {
		font-size: 0.9em;
	}
		a.outline-text.ptn2 {
		font-size: 4.266vw;
	}


}
.outline-text.ptn3 {
	line-height: 1.6em;
	padding-left: 2.08vw;
	padding-right: 1.04vw;
	font-size: 1.04vw;
	margin-bottom: 1.04vw;
}
@media screen and (max-width: 767px) {
	.outline-text.ptn3 {
		font-size: 0.9em;
		padding: 0;
	}
}
.outline-text.ptn4 {
	line-height: 1.6em;
	font-size: 0.73vw;
	margin: 0 0 0 18px;
	padding-left: 0;
}
@media screen and (max-width: 767px) {
	.outline-text.ptn4 {
		font-size: 0.9em;
	}
}