@charset "UTF-8";

/* ■ 汎用 ==================================================================================== */

html {
scroll-behavior: smooth;
}

/* 見出し */

.MdsH2 .TitleEn {
color: var(--color-main);
}

@media only screen and (max-width: 767px) {

	.MdsH2 .TitleEn {
	color: var(--color-main);
	letter-spacing: 0.08em;
	font-size: 3rem;
	display: block;
	}

	.MdsH2 .Title {
	display: inline-block;
	letter-spacing: 0.2em;
	font-size: 1.5rem;
	}

	.Lead1 {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
	}

	.SubMds {
	display: block;
	margin: 0 auto 40px auto;
	position: relative;
	padding: 0 55px;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	width: fit-content;
	}

	.SubMds:before, .SubMds:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
	}

	.SubMds:before {
	left:0;
	}
	.SubMds:after {
	right: 0;
	}

}

@media print, screen and (min-width: 768px) {

	.MdsH2 .TitleEn {
	color: var(--color-main);
	letter-spacing: 0.08em;
	font-size: 4rem;
	}

	.MdsH2 .Title {
	display: inline-block;
	margin-left: 2rem;
	letter-spacing: 0.2em;
	font-size: 1.8rem;
	}

	.Lead1 {
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.08em;
	}

	.SubMds {
	display: block;
	margin: 0 auto 40px auto;
	position: relative;
	padding: 0 55px;
	font-size: 3.0rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	width: fit-content;
	}

	.SubMds:before, .SubMds:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
	}

	.SubMds:before {
	left:0;
	}
	.SubMds:after {
	right: 0;
	}

}


/* 詳細 ページタイトル --------------------------------------------------- */

.TitleWrap {
background: linear-gradient(to right, #e61900, #009b63) top / 100% 70% no-repeat,#ffffff;
}

.TitleWrapIn {
background: #fff;
}

@media only screen and (max-width: 767px) {

	.TitleWrap {
	padding: 3rem 1.5rem 0 1.5rem;
	}

	.TitleWrap .Title1 {
	font-size: 3rem;
	line-height: 1.3;
	color: var(--color-main);
	}

	.TitleWrap .Title2 {
	margin-top: 1rem;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	}

	.TitleWrapIn {
	padding: 2.5rem 2.5rem 0 2.5rem;
	}

	.SecMds {
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: var(--color-main);
	border-bottom: 1px solid var(--color-main);
	}

	.SectionH2 {
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	border-bottom: 4px solid var(--color-main);
	}

}

@media print, screen and (min-width: 768px) {

	.TitleWrap {
	padding-top: 10rem;
	padding-right: 3rem;
	padding-left: 3rem;
	}

	.TitleWrap .Title1 {
	font-size: 6rem;
	color: var(--color-main);
	}

	.TitleWrap .Title2 {
	margin-top: 2rem;
	font-size: 2.6rem;
	letter-spacing: 0.2em;
	}

	.TitleWrapIn {
	padding: 5rem 5rem 0 5rem;
	}

	.SecMds {
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	color: var(--color-main);
	border-bottom: 1px solid var(--color-main);
	}

	.SectionH2 {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	font-size: 3.4rem;
	letter-spacing: 0.1em;
	border-bottom: 6px solid var(--color-main);
	}

}



/* ニュース --------------------------------------------------- */

.NewsUnit {
border-top: 1px solid #e5e5e5;
}

.NewsUnit dl {
border-bottom: 1px solid #e5e5e5;
}

.NewsUnit dt {
display: flex;
align-items: center;
}

/* .SectionNews .NewsSort {
display: flex;
}

.SectionNews .NewsSort a {
color: #333;
}

.SectionNews .NewsSort .Current {
padding: 3px 12px;
background: #eaeaea;
border-radius: 20px;
} */

@media only screen and (max-width: 767px) {

	.SectionNews {
	margin-top: 3rem;
	margin-bottom: 4rem;
	}

	/* .SectionNews .NewsSort {
	padding-top: 0.8rem;
	}

	.SectionNews .NewsSort li {
	margin-left: 1.5rem;
	}

	.SectionNews .NewsSort li:first-child {
	margin-left: 0;
	}

	.SectionNews .NewsSort a {
	font-size: 1.1rem;
	} */

	.SectionNews .NewsUnit_Date {
	padding-right: 1rem;
	font-size: 1.2rem;
	font-weight: normal;
	font-variant-numeric: tabular-nums;
	}

	/* .BannarArea {
	margin-top: 3rem;
	text-align: center;
	}

	.BannarArea a {
	display: block;
	width: 80%;
	margin: 0 auto;
	} */

	.NewsUnit {
	margin-top: 1rem;
	}

	.NewsUnit dl {
	padding: 1rem 0;
	}

	.NewsUnit dd {
	margin-top: 0.5rem;
	font-size: 1.3rem;
	line-height: 1.6;
	}

	/* .NewsUnit .Icon {
	width: 12rem;
	margin-top: -0.2rem;
	padding: 0.4rem 0rem;
	font-size: 0.8rem;
	font-weight: normal;
	letter-spacing: 0;
	} */

	/* .SectionNews .NewsSort .Current {
	padding: 3px 5px;
	} */

}

@media only screen and (max-width: 372px) {

	/* .SectionNews .NewsSort li {
	margin-left: 1rem;
	} */

}


@media print, screen and (min-width: 768px) {

	.SectionNews {
	margin-top: 3rem;
	margin-bottom: 8rem;
	}

	.SectionNews .TitleUnit {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 2rem !important;
	}

	/* .SectionNews .NewsSort {
	padding-bottom: 1rem;
	}

	.SectionNews .NewsSort li {
	margin-left: 2rem;
	}

	.SectionNews .NewsSort a {
	font-size: 1.4rem;
	} */

	.SectionNews .NewsUnit_Date {
	padding-right: 3rem;
	font-size: 1.4rem;
	font-weight: normal;
	font-variant-numeric: tabular-nums;
	}

	/* .BannarArea {
	margin-top: 6rem;
	text-align: center;
	}

	.BannarArea a {
	display: block;
	width: 40rem;
	margin: 0 auto;
	} */

	.NewsUnit dl {
	padding: 1.5rem 0;
	}

	.NewsUnit dt {
	display: flex;
	align-items: center;
	width: 31rem !important;
	}

	.NewsUnit dd {
	font-size: 1.5rem;
	}

	/* .NewsUnit .Icon {
	width: 15rem;
	padding: 0.7rem 0;
	font-size: 1.1rem;
	border-radius: 50px;
	font-weight: normal;
	letter-spacing: 0;
	} */

}


/* Q&A --------------------------------------------------- */

.QA {
margin-top: var(--gap-int);
}

.QA_Unit {
border: 1px solid var(--color-sub4);
}

.QA_Q {
font-weight: 700;
}

.QA_Q.Current {
background-color:  var(--color-sub5);
}

@media only screen and (max-width: 767px) {

	.QA_Unit {
	margin-top: 1rem;
	}

	.QA_Q {
	padding: 1.5rem 4rem 1.5rem 1.5rem;
	line-height: 1.7;
	}

	.QA_A {
	padding: 1.5rem 1.5rem;
	line-height: 1.7;
	}

}

@media print, screen and (min-width: 768px) {

	.QA_Unit {
	margin-top: 1rem;
	}

	.QA_Q {
	padding: 2rem 6rem 2rem 2rem;
	line-height: 1.8;
	}

	.QA_A {
	padding: 2rem 2rem;
	line-height: 1.8;
	}

}



/* ■ TOPページ ==================================================================================== */


/* Swiperが初期化される前の表示崩れを防止 */
.swiper {
width: 100%;
overflow: hidden;
visibility: hidden; /* 初期化まで非表示にしておく */
}

.swiper.swiper-initialized {
visibility: visible;
}

.swiper-wrapper {
display: flex;
}

.swiper-slide {
flex-shrink: 0;
width: auto; /* ここはスライドの個別幅に応じて調整可能 */
box-sizing: border-box;
}

.KeyVisualSlide {
position: relative;
opacity: 0;
transition: opacity 1s ease; /* 1秒かけて表示 */
}

.KeyVisualSlide.is-show {
opacity: 1;
}

.SectionWhat .MdsH2,
.SectionWhat .TitleEn {
color: #fff;
}

.SectionWhat .TitleEn {
display: block;
}


    .exhibitor__box {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 550px;
    max-width: 94%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    padding: 15px;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 8px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);

    right: auto;
    bottom: auto;
    margin: 0;
    }

    .exhibitor__box .exhibitor__box__mds {
    color: #ffff00;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    flex-shrink: 0;
    margin-right: 20px;
    }

    .exhibitor__box .exhibitor__box__btn {
    color: #fff;
    background-color: #dc0000;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    flex-shrink: 0;
    white-space: nowrap;
    }


@media only screen and (max-width: 767px) {

	.TopBnnarArea {
	position: relative;
	display: flex;
	align-items: stretch; /* 子要素を同じ高さに伸ばす */
	margin-top: -4rem;
	padding: 0 1rem;
	z-index: 20;
	}

	.TopBnnarArea1 {
	width: 100%;
	}

	/* .TopBnnarArea2 {
	width: 47%;
	} */

	.TopBnnarArea2 a:hover {
	opacity: 1 !important;
	}

	.SectionWhat {
	margin-top: 5rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: var(--color-main);
	}

	.SectionWhat .Thumb {
	margin-top: 2rem;
	}

	.SectionWhat .LeadUnit .BTnTo {
	margin-top: 1rem;
	}

	.SectionWhat .LeadUnit .BTnTo a {
	width: 100%;
	}

	.SectionWhat .MdsH2 {
	text-align: center;
	}

	.SectionWhat .LeadUnit {
	position: relative;
	padding: 2.5rem 2.5rem;
	background-color: #f2f2f2;
	/* background: linear-gradient(to bottom, #009b63 50%, #f2f2f2 50%); */
	}

	.SectionWhat .LeadUnitIn {
	padding: 2.5rem 2.5rem;
	background: #fff;
	}

	.SectionWhat .LeadUnitIn .Lead1 {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
	}

	.SectionExhibition {
	padding-top: 4rem;
	background: linear-gradient(to bottom, #f2f2f2 60%, #ffffff 40%);
	}


	.SectionExhibition .Lead1 {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	}

	.SectionExhibition .ExhibitionPhUnit {
	margin-top: 2.5rem;
	}

	.SectionExhibition .ExhibitionPhUnit li {
	margin-top: 1.5rem;
	}

	.SectionExhibition .ExhibitionPhUnit .UnitMds {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 6.5rem;
	color: #fff;
	background: var(--color-main);
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	}

	.SectionExhibition .ExhibitionPhUnit .UnitMds:before {
	content: "";
	position: absolute;
	top: 3rem;
	right: 1.5rem;
	width: 2rem;
	height: 1.3rem;
	background-image: url(/img/common/icon/Allow_W2.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	}

	.SectionReport {
	margin-top: 7rem;
	padding-bottom: 5rem;
	}

	.SectionReport .Lead1 {
	margin-top: 1rem;
	font-size: 1.4rem;
	}

	.SectionReport .LeadUnitWrap {
	margin-top: 2rem;
	}

	.SectionReport .LeadUnitWrap .LeadMds {
	margin-top: 2rem;
	color: var(--color-main);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	}

	.SectionReport .LeadUnitList {
	margin-top: 2rem;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	}

	.SectionReport .LeadUnitList li {
	margin-top: 0.5rem;
	}

	.SectionReport .BTnTo {
	margin-top: 2rem;
	}

	.SectionReport .BTnTo a {
	width: 100%;
	}

	.SectionAddress {
	padding: 4rem 2.5rem 5rem 2.5rem;
	text-align: center;
	}

	.SectionAddress .Mds1 {
	color: var(--color-main);
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
	}

	.SectionAddress .Mds2 {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.08em;
	}

	.SectionAddress .BtnToList {
	margin-top: 2rem;
	}

	.SectionAddress .BtnToList li:last-child {
	margin-top: 1rem;
	}

	.SectionAddress .BtnToList li a {
	width: 100%;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	}

}

@media only screen and (max-width: 375px) {

    .SectionAddress .Mds2 {
    font-size: 1.3rem;
    }

    .SectionAddress .NoSlash {
    display: none;
    }

}

@media print, screen and (min-width: 768px) {

	.TopBnnarArea {
	position: relative;
	/* display: flex; */
	justify-content: space-between;
	margin-top: -8rem;
	z-index: 20;
	}

	.TopBnnarArea1 img {
	display: block;
	max-width: 700px;
	margin: 0 auto;
	}

	/* .TopBnnarArea2 a:hover {
	opacity: 1 !important;
	} */

	.SectionWhat {
	margin-top: 5rem;
	display: flex;
	align-items: stretch;
	/* background: #f2f2f2; */
	padding-bottom: 5rem;
	}

	.SectionWhat .Thumb {
	width: 35%;
	}

	.SectionWhat .Thumb img {
	height: 100%;
	object-fit: cover;
	}

	.SectionWhat .LeadUnit {
	width: 65%;
	}

	.SectionWhat .MdsH2 {
	text-align: right;
	}

	.SectionWhat .LeadUnit {
	position: relative;
	padding: 5rem 5rem 10rem 5rem;
	background: var(--color-main);
	}

	.SectionWhat .LeadUnitIn {
	/* max-width: 60rem; */
	margin-top: 3rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -5rem;
	padding: 3.5rem;
	background: #fff;
	}

	.SectionWhat .LeadUnitIn .BTnTo {
	margin-top: 4rem;
	}

	.SectionWhat .LeadUnitIn .BTnTo a {
	width: 100%;
	}

	.SectionWhat .LeadUnitIn .Lead1 {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 2;
	}

	.SectionExhibition {
	padding-top: 10rem;
	background: linear-gradient(to bottom, #f2f2f2 60%, #ffffff 40%);
	}

	.SectionExhibition .Lead1 {
	margin-top: 2rem;
	font-size: 1.5rem;
	}

	.SectionExhibition .ExhibitionPhUnit {
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
	}

	.SectionExhibition .ExhibitionPhUnit li {
	width: calc((100% / 3) - 1.5rem);
	}

	.ExhibitionPhUnit li .UnitPh {
	position: relative;
	overflow: hidden;
	}

	.SectionExhibition .ExhibitionPhUnit li .UnitPh img {
	transition: transform 0.4s ease, opacity 0.4s ease;
	display: block;
	}

	.ExhibitionPhUnit li:hover a {
	opacity: 1 !important; /* 少し暗くして演出するなら */
	}

	.ExhibitionPhUnit li:hover .UnitPh img {
	transform: scale(1.1);

	}

	.SectionExhibition .ExhibitionPhUnit .UnitMds {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 7rem;
	color: #fff;
	background: var(--color-main);
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	}

	.SectionExhibition .ExhibitionPhUnit .UnitMds:before {
	content: "";
	position: absolute;
	top: 3rem;
	right: 1.5rem;
	width: 2rem;
	height: 1.3rem;
	background-image: url(/img/common/icon/Allow_W2.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	}

	.SectionReport {
	margin-top: 16rem;
	padding-bottom: 14rem;
	}

	.SectionReport .Lead1 {
	margin-top: 2rem;
	font-size: 1.5rem;
	}

	.SectionReport .LeadUnitWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 4.5rem;
	}

	.SectionReport .LeadUnitWrap .LeadMds {
	color: var(--color-main);
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	}

	.SectionReport .LeadUnitList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	}

	.SectionReport .LeadUnitList li {
	width: calc(100% / 3);
	margin-top: 0.5rem;
	}

	.SectionReport .LeadUnitList li:before {
	top: 0.7rem;
	}

	.SectionReport .BTnTo {
	margin-top: 5rem;
	text-align: center;
	}

	.SectionReport .BTnTo a {
	width: 35rem;
	margin: 0 auto;
	}

	.SectionAddress {
	padding: 9rem 0 12rem 0;
	text-align: center;
	}

	.SectionAddress .Mds1 {
	color: var(--color-main);
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	}

	.SectionAddress .Mds2 {
	margin-top: 3rem;
	line-height: 2.6;
	}

	.SectionAddress .BtnToList {
	margin-top: 5rem;
	display: flex;
	justify-content: center;
	}

	.SectionAddress .BtnToList li:first-child {
	width: 40rem;
	margin-right: 1rem;
	}

	.SectionAddress .BtnToList li:last-child {
	width: 40rem;
	margin-left: 1rem;
	}

	.SectionAddress .BtnToList li a {
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	}

}



/* ■ GPECとは ==================================================================================== */

.section-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.heading-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffe000;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
    flex-shrink: 0;
}

.heading-text {
    flex-grow: 1;
    background-color: #009b63;
    color: #ffe000;
    padding: 10px 20px 10px 50px;
    margin-left: -30px;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

@media (max-width: 767px) {

    .heading-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .heading-text {
        font-size: 16px;
        height: auto;
        align-items: flex-start;
        margin-left: -25px;
        padding: 10px 15px 10px 40px;
    }
}


.ImgCenter img {
max-width: 650px;
margin: 30px auto 0 auto;
}



/* ■ 出展対象／来場対象 ==================================================================================== */


/* メインヘッダー */
.main-header {
    color: white;
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}


/* ---------------------------------- */
/* 共通の基本スタイル (SPの縦並びがデフォルト) */
/* ---------------------------------- */
.container {
    margin: 0 auto 50px auto; /* 上下のマージン */
    display: block; /* SPデフォルト: 縦並び */
}

/* 各ボックスのラッパー（アイコンとテキストを含む親要素） */
.box-wrapper {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #ffffff;
}

/* アイコン部分 */
.icon {
    flex-shrink: 0; /* 幅を固定し、縮まないようにする */
    margin-right: 15px;
}

/* アイコン画像 (PCでのサイズ) */
.icon img {
    width: 80px;
}

/* テキスト部分 */
.text {
    flex-grow: 1; /* 残りのスペースを埋める */
}

.text h3 {
    margin: 0 10px 0 0;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 15px;
    display: inline-block;
}

/* ---------------------------------- */
/* ★NEWアイコンの追加 */
/* ---------------------------------- */
.text h3 span {
    display: inline-block;
    vertical-align: middle;
    background-color: #ff0000;
    color: white;
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 3px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.text p {
    font-size: 1.4rem;
    line-height: 1.5;
}

/* ---------------------------------- */
/* 📱 SP（スマートフォン）向けスタイル調整 */
/* ---------------------------------- */
@media only screen and (max-width: 767px) {
    .icon img {
    width: 50px;
    }

    .SubLead {
    width: 50px;
    }

    .TargetLead {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    }

}

/* ---------------------------------- */
/* 💻 PC（デスクトップ・タブレット）向けスタイル */
/* 画面幅が768px以上の場合に適用 */
/* ---------------------------------- */
@media (min-width: 768px) {
    .container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        max-width: 1200px;
    }

    .box-wrapper {
        width: calc(50% - 10px);
        margin-bottom: 0;
        flex: initial;
    }

    .TargetLead {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    }

}

/* -------- 来場対象 -------- */

.layout-container {
    margin: 0 auto;
}

.item-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.item {
    background-color: #d5e3f3;
    color: #007fc1;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
	.item {
    font-size: 16px;
    }
}

.item {
    width: 100%;
}

@media (min-width: 768px) {
    .item-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

}


/* ■ 出展要項 ==================================================================================== */

.SecSubMds {
margin: 30px 0 15px 0;
font-size: 18px;
}

.SecSubMds span {
font-size: 14px;
font-weight: normal;
}


/* --- 共通スタイル --- */
.DLHori {
    /* dlコンテナの余白をリセット */
    margin: 0;
    padding: 0;
}

.DLHori dl {
    /* 各項目を区切るための下線 */
    margin: 0;
    padding: 15px 0; /* 各項目の上下余白 */
    border-bottom: 1px solid #ccc; /* 区切り線 */
}

.DLHori dt {
    /* 項目名（1) 基礎小間 など）の共通スタイル */
    font-weight: bold;
    color: #333;
    padding: 5px 0;
}

.DLHori dd {
    /* 内容部の共通スタイル */
    margin-left: 0;
    padding: 5px 0;
    line-height: 1.6;
}

.DLHori dd span {
    /* 価格の強調スタイル */
    font-weight: bold;
    font-size: 1.1em;
}

.ListKomeS {
    /* リスト（米印部分）のスタイル */
    list-style: none; /* デフォルトのリストマークを消す */
    padding-left: 0;
    margin-bottom: 0;
}

.ListKomeS li {
    /* リストアイテムのスタイル */
    position: relative;
    padding-left: 1.5em; /* 米印分のスペースを確保 */
    padding-bottom: 2px;
}

.ListKomeS li::before {
    /* 米印「※」をカスタムで追加 */
    content: "※";
    position: absolute;
    left: 0;
    color: #555;
    font-weight: normal;
}


/* ---------------------------------- */
/* --- PCレイアウト (768px以上) --- */
/* dtとddを横並びにする */
/* ---------------------------------- */
@media (min-width: 768px) {
    .DLHori dl {
        /* dlをFlexコンテナにし、dtとddを横並びにする */
        display: flex;
        align-items: flex-start; /* dtがddの最初の行と揃うように上端揃え */
    }

    .DLHori dt {
        /* dtに固定幅を設定し、項目の縦位置を揃える */
        flex-basis: 250px; /* 項目名に割り当てる幅 (必要に応じて調整してください) */
        flex-shrink: 0; /* 幅を縮めない */
        padding-right: 20px; /* ddとの間にスペース */
    }

    .DLHori dd {
        /* ddが残りの幅を占める */
        flex-grow: 1;
    }
}


/* ---------------------------------- */
/* --- SPレイアウト (767px以下) --- */
/* dtとddを縦並びにする */
/* ---------------------------------- */
@media (max-width: 767px) {
    .DLHori dl {
        /* デフォルトのブロック表示（縦並び）に戻す */
        display: block;
    }

    .DLHori dt {
        /* PCで設定した幅の指定をリセット */
        flex-basis: auto;
        padding-right: 0;
    }

}


.note_small {
    font-size: 12px;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
    box-sizing: border-box;
}



.BoothImg img {
	display: block;
	margin: 20px 0 0 0;
	width: 400px !important;
}


.ScheImg img {
	display: block;
	margin: 25px auto 0 auto;
	width: 650px !important;
}


/* ■ お問い合わせ ==================================================================================== */

.FlowList {
position: relative;
display: flex;
justify-content: space-between;
}

.FlowList .Number1,
.FlowList .Number2,
.FlowList .Number3 {
position: relative;
}

.FlowList li.Current,
.FlowList li.Done {
color: var(--color-main);
}

@media only screen and (max-width: 767px) {

	.FlowList {
	margin-top: 3rem;
	}

	.FlowList li {
	width: 4rem;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.1em;
	color: #c5c5c5;
	}


	.FlowList:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 2rem;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: url(../img/contact/DotLine_SP.png);
	background-size: contain;
	vertical-align: middle;
	}

	.FlowList .Number1:before {
	content: '';
	display: inline-block;
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem;
	background-image: url(../img/contact/Num1.png);
	background-size: contain;
	vertical-align: middle;
	}

	.FlowList .Number2:before {
	content: '';
	display: inline-block;
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem;
	background-image: url(../img/contact/Num2.png);
	background-size: contain;
	vertical-align: middle;
	}

	.FlowList .Number3:before {
	content: '';
	display: inline-block;
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem;
	background-image: url(../img/contact/Num3.png);
	background-size: contain;
	vertical-align: middle;
	}

	.FlowList .Number2.Current:before,
	.FlowList .Number2.Done:before {
	content: '';
	display: inline-block;
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem;
	background-image: url(../img/contact/Num2_Current.png);
	background-size: contain;
	vertical-align: middle;
	}

	.FlowList .Number3.Current:before {
	content: '';
	display: inline-block;
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem;
	background-image: url(../img/contact/Num3_Current.png);
	background-size: contain;
	vertical-align: middle;
	}


	.Complete .LeadMain {
	margin-top: 5rem;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 600;
	}

	.Complete .FlowList2 {
	margin-top: 7rem !important;
	}

	.Complete .Lead1_1 p {
	margin-top: 2rem;
	font-size: 1.4rem;
	}

	.Caution_Txt {
	margin-top: 2rem !important;
	}

	.Complete .BackBtnUnit1 {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid #ddd;
	text-align: center;
	width: 100%;
	}

	.Complete .BackBtnUnit1 img {
	width: 15rem;
	margin-bottom: 1rem;
	}

	.Complete .BackBtnUnit1 a:first-child {
	margin-bottom: 2rem;
	}

	.Complete .BackBtnUnit1 a {
	width: 100%;
	}

	.PageContact .NameUnit input:last-child {
	margin-top: 1rem;
	}

	.PageContact .RadioCheckboxUnit p:first-child {
	margin-bottom: 1rem;
	}

	.PageContact .Footer_CreditIn .Footer_Logo2,
	.PageExihibit .Footer_CreditIn .Footer_Logo2 {
	margin-top: 2rem;
	}

	.PageContact .FooterContact .Footer_Credit,
	.PageExihibit .FooterContact .Footer_Credit {
	margin-top: 0;
	}


}


@media print, screen and (min-width: 768px) {

	.FlowList {
	width: 57rem;
	margin-top: 10rem;
	margin-left: auto;
	margin-right: auto;
	}

	.FlowList li {
	width: 5rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #c5c5c5;
	}

	.FlowList:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 2.5rem;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: url(../img/contact/DotLine_PC.png);
	background-size: contain;
	vertical-align: middle;
	}

	.FlowList .Number1:before {
	content: '';
	display: inline-block;
	width: 5rem;
	height: 5rem;
	margin-bottom: 2rem;
	background-image: url(../img/contact/Num1.png);
	background-size: contain;
	vertical-align: middle;
	}

	.FlowList .Number2:before {
	content: '';
	display: inline-block;
	width: 5rem;
	height: 5rem;
	margin-bottom: 2rem;
	background-image: url(../img/contact/Num2.png);
	background-size: contain;
	vertical-align: middle;
	}

	.FlowList .Number3:before {
	content: '';
	display: inline-block;
	width: 5rem;
	height: 5rem;
	margin-bottom: 2rem;
	background-image: url(../img/contact/Num3.png);
	background-size: contain;
	vertical-align: middle;
	}

	.FlowList .Number2.Current:before,
	.FlowList .Number2.Done:before {
	content: '';
	display: inline-block;
	width: 5rem;
	height: 5rem;
	margin-bottom: 2rem;
	background-image: url(../img/contact/Num2_Current.png);
	background-size: contain;
	vertical-align: middle;
	}

	.FlowList .Number3.Current:before {
	content: '';
	display: inline-block;
	width: 5rem;
	height: 5rem;
	margin-bottom: 2rem;
	background-image: url(../img/contact/Num3_Current.png);
	background-size: contain;
	vertical-align: middle;
	}

	 .Complete .LeadMain {
	margin-top: 5rem;
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: 600;
	}

	 .Complete .BackBtnUnit1 {
	display: flex;
	justify-content: center;
	margin-top: 5rem;
	padding-top: 3rem;
	border-top: 1px solid #ddd;
	text-align: center;
	}

	.Complete .BackBtnUnit1 img {
	width: 15rem;
	margin-bottom: 1rem;
	}

	.Complete .BackBtnUnit1 a {
	margin: 0 1.5rem;
	font-size: 1.6rem;
	}

	.Complete .BackBtnUnit1 .BtnL {
	padding: 1.8rem 7rem;
	}

	.Complete .Lead1_1 {
	text-align: center;
	}

	.Complete .Lead1_1 p {
	margin-top: 3rem;
	}

	.Caution_Txt {
	margin-top: 3rem;
	text-align: center;
	}

	.PageContact .NameUnit p {
	display: flex;
	}

	.PageContact .NameUnit input:first-child {
	margin-right: 1rem;
	}

	.PageContact .RadioCheckboxUnit p:first-child {
	margin-bottom: 1rem;
	}

	.PageContact .Footer_CreditIn,
	.PageExihibit .Footer_CreditIn {
	display: flex;
	}

	.PageContact .Footer_CreditIn .Footer_Logo2,
	.PageExihibit .Footer_CreditIn .Footer_Logo2 {
	margin-left: 5rem;
	}

	.PageContact .FooterContact #FooterUnit,
	.PageExihibit .FooterContact #FooterUnit {
	padding-top: 4rem;
	justify-content: center;
	}

/*
	.PageContact .FooterContact #FooterUnit {
	justify-content: center;
	}
*/

	.PageContact .Footer_Copyright,
	.PageExihibit .Footer_Copyright {
	margin-top: 3rem;
	text-align: center;
	}

	.info_content_area textarea {
	height: 10rem !important;
	}

}




/* ■ 出展のご案内 ==================================================================================== */


.PageGuide .UnitTitle1 {
color: #fff;
background: #3ea76f;
}

.PageGuide .UnitTitle2 {
color: #fff;
background: #7db113;
}

.PageGuide .UnitTitle3 {
color: #fff;
background: #f28200;
}

.PageGuide .UnitTitle4 {
color: #fff;
background: #23abaf;
}

.PageGuide .UnitTitle5 {
color: #fff;
background: #91336b;
}

.PageGuide .UnitTitle6 {
color: #fff;
background: #f99900;
}

.PageGuide .SectionAddress {
margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {

	.PageGuide .SectionUnit {
	margin-bottom: 4rem;
	}

	.PageGuide .SectionUnitIn {
	margin-top: 3rem;
	margin-bottom: 5rem;
	}

	.PageGuide .MainLead {
	margin-top: 2rem;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	}

	.PageGuide .UnitWrap {
	margin-top: 3rem;
	}

	.PageGuide .UnitWrap .UnitTitle {
	margin-bottom: 2rem;
	padding: 2rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.08em;
	text-align: center;
	}

	.PageGuide .UnitWrap .Unit {
	margin-bottom: 2rem;
	padding: 2rem;
	border: 1px solid #dddddd;
	}

	.PageGuide .UnitWrap .Unit .MdsUnit {
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6;
	}

	.PageGuide .UnitWrap .Unit .Logo {
	margin: 3rem auto 0 auto;
	width: 8rem;
	}

	.PageGuide .UnitWrap .Unit .Lead1 {
	margin-top: 3rem;
	font-size: 1.4rem;
	}

	.PageGuide .HowToUnit {
	margin-top: 3rem;
	}

	.PageGuide .HowToUnit .LeadMds {
	margin-bottom: 1.5rem;
	font-weight: 600;
	font-size: 1.6rem;
	}

	.PageGuide .HowToUnit .Alerat {
	margin-top: 2rem;
	padding: 1.5rem 0;
	background: #ffeded;
	color: #b31212;
	font-weight: 600;
	font-size: 1.6rem;
	text-align: center;
	}

	.PageGuide .HowToUnit .BtnTo a {
	width: 100%;
	}

	.PageGuide .HowToUnit .BtnTo {
	margin-top: 2rem;
	}

	.PageGuide .PhotoUnit {

	width: 100%;
	margin-bottom: 5rem;
	}

	.PageGuide .Photo {

	}

	.PageGuide .HowToUnitIn .Ph {
	margin-top: 2rem;
	text-align: center;
	}

	.PageGuide .HowToUnitIn .Ph img {
	width: 20rem;
	margin: auto;
	}

}

@media print, screen and (min-width: 768px) {

	.PageGuide .SectionUnit {
	margin-bottom: 8rem;
	}

	.PageGuide .SectionUnitIn {
	margin-top: 3rem;
	margin-bottom: 8rem;
	}

	.PageGuide .MainLead {
	margin-top: 3rem;
	font-size: 2rem;
	letter-spacing: 0.08em;
	}

	.PageGuide .UnitWrapIn {
	display: grid;
	gap: 3rem;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 6rem;
	}

	.PageGuide .UnitWrap {
	margin-top: 5rem;
	}

	.PageGuide .UnitWrap .UnitTitle {
	margin-bottom: 2rem;
	padding: 2rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	}

	.PageGuide .UnitWrap .Unit {
	padding: 3rem;
	border: 1px solid #dddddd;
	}

	.PageGuide .UnitWrap .Unit .MdsUnit {
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6;
	}

	.PageGuide .UnitWrap .Unit .Logo {
	margin: 3rem auto 0 auto;
	width: 8rem;
	text-align: center;
	}

	.PageGuide .UnitWrap .Unit .Lead1 {
	margin-top: 3rem;
	font-size: 1.4rem;
	text-align: center;
	}

	.PageGuide .HowToUnit {
	margin-top: 3rem;
	}

	.PageGuide .HowToUnit .LeadMds {
	margin-bottom: 1.5rem;
	font-weight: 600;
	font-size: 1.8rem;
	}

	.PageGuide .HowToUnit .Alerat {
	display: inline-block;
	margin-top: 2rem;
	padding: 1.5rem 3rem;
	background: #ffeded;
	color: #b31212;
	font-weight: 600;
	font-size: 1.8rem;
	}

	.PageGuide .HowToUnit .BtnTo a {
	width: 30rem;
	}

	.PageGuide .HowToUnit .BtnTo {
	margin-top: 2rem;
	}

	.PageGuide .PhotoUnit {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 5rem;
	}

	.PageGuide .Photo {
	width: calc(100% / 2);
	}

	.PageGuide .HowToUnitIn .Ph {
	margin-top: 2rem;
	width: 23rem;
	}

}



/* ■ 出展のご案内 ==================================================================================== */




@media only screen and (max-width: 767px) {

	.PagePresentation .LeadUnitWrap {
	display: flex;
	flex-flow: column;
	}

	.PagePresentation .LeadUnitWrap .Ph {
	order: 1;
	}

	.PagePresentation .SectionUnitIn {

	margin-bottom: 5rem;
	}

	.PagePresentation .LeadUnitWrap .LeadUnit {
	order: 2;
	margin-top: 2rem;
	}

	.PagePresentation .LeadUnitWrap .LeadUnit .BtnTo {
	margin-top: 3rem;
	}

	.PagePresentation .LeadUnitWrap .LeadUnit .BtnTo .BtnM {
	width: 100%;
	}

	.M20 {
	margin-top: 2rem !important;
	}

}

@media print, screen and (min-width: 768px) {

	.PagePresentation .LeadUnitWrap {
	display: flex;
	}

	.PagePresentation .LeadUnitWrap .Ph {
	width: 40%;
	}

	.PagePresentation .SectionUnitIn {
	margin-bottom: 8rem;
	}

	.PagePresentation .LeadUnitWrap .LeadUnit {
	width: 60%;
	padding-right: 4rem;
	}

	.PagePresentation .LeadUnitWrap .LeadUnit .BtnTo {
	margin-top: 3rem;
	}

	.PagePresentation .LeadUnitWrap .LeadUnit .BtnTo .BtnM {
	width: 30rem;
	}

	.M20 {
	margin-top: 2rem !important;
	}

}



/* ■ 来場のご案内 ==================================================================================== */


.PageEvent .InfoUnit1 .InfoMds {
background: #188C4F;
}

.PageEvent .InfoUnit2 .InfoMds {
background: #00549D;
}

.PageEvent .InfoUnit3 .InfoMds {
background: #60B241;
}

.PageEvent .InfoUnit4 .InfoMds {
background: #C9A032;
}

.PageEvent .InfoUnit5 .InfoMds {
background: #CE78AD;
}


@media only screen and (max-width: 767px) {

	.PageEvent .MainLead {
	font-size: 2.6rem;
	color: var(--color-main);
	font-weight: 600;
	letter-spacing: 0.08em;
	}

	.PageEvent .MainLead .Free {
	display: inline-block;
	margin-top: 1rem;
	padding: 0.7rem 1rem;
	color: #fff;
	background: #cd310d;
	font-size: 1.5rem;
	}

	.PageEvent .InfoUnitWrap {
	margin-top: 4rem;
	}

	.PageEvent .InfoUnitWrap .InfoUnit {
	margin-bottom: 4rem;
	}

	.PageEvent .MainLead2 {
	margin-top: 2rem;
	}

	.PageEvent .InfoUnitWrap .InfoUnit .InfoMds {
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 600;
	padding: 1.5rem;
	}

	.PageEvent .InfoUnitWrap .InfoUnit .Lead1 {
	margin-top: 2rem;
	font-size: 1.3rem;
	}

	.PageEvent .InfoUnitWrap .InfoUnit .Ph {
	margin-top: auto;
	padding-top: 3rem;
	}

}


@media print, screen and (min-width: 768px) {

	.PageEvent .MainLead {
	font-size: 3.2rem;
	color: var(--color-main);
	font-weight: 600;
	letter-spacing: 0.08em;
	}

	.PageEvent .MainLead .Free {
	display: inline-block;
	padding: 0.7rem 1rem;
	color: #fff;
	background: #cd310d;
	font-size: 1.8rem;
	}

	.PageEvent .InfoUnitWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 4rem;
	}

	.PageEvent .InfoUnitWrap .InfoUnit {
	width: calc((100% / 2) - 3rem);
	margin-bottom: 7rem;
	display: flex;
	flex-direction: column;
	}

	.PageEvent .MainLead2 {
	margin-top: 2rem;
	}

	.PageEvent .InfoUnitWrap .InfoUnit .InfoMds {

	color: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	padding: 1.5rem;
	}

	.PageEvent .InfoUnitWrap .InfoUnit .Lead1 {
	margin-top: 2rem;
	font-size: 1.4rem;
	}

	.PageEvent .InfoUnitWrap .InfoUnit .Ph {
	margin-top: auto;
	padding-top: 3rem;
	}

}







/* ■ 出展者検索・一覧 ==================================================================================== */

.PageSearch .SectionAddress {
margin-top: 0 !important;
}

.SearchBtn {
position: relative;
background: #000;
color: #fff;
border-radius: 50px;
}

.SearchBtn:before {
content: '';
display: inline-block;
position: absolute;
top: 1rem;
right: 1.4rem;
width: 1.6rem;
height: 1.6rem;
background-image: url(/img/common/icon/Icon_Loupe_W.png);
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {

	.PageSearch .SectionUnit {
	margin-top:3rem;
	}

	.PageSearch .FormUnit {
	margin-top: 3rem;
	}

	.PageSearch .FormUnitIn {
	margin-top: 3rem;
	}

	.PageSearch .FormUnitIn .SearchBtn {
	display: flex;
	justify-content: center;
	width: 20rem;
	margin: 2rem auto 0 auto;
	padding: 1.2rem 6rem 1.2rem 4rem;
	font-size: 1.8rem;
	}

	.PageSearch .FormUnitIn .SearchBtn2 {
	display: flex;
	justify-content: center;
	width: 20rem;
	margin: 2rem auto 0 auto;
	padding: 1.2rem 6rem 1.2rem 4rem;
	font-size: 1.8rem;
	}

	.PageSearch .FormUnitIn .SearchBtn2:before {
	top: 33%;
    right: 3.4rem;
    width: 2rem;
    height: 2rem;
	}

	.PageSearch .FormUnitIn .SearchBox {
	width: 100%;
	}

	.PageSearch .SearchUnit {
	margin-bottom: 3rem;
	padding: 2rem;
	 border: 1px solid #dddddd;
	}

	.PageSearch .SearchMds {
	position: relative;
	margin-top: 3rem;
	margin-left: -1rem;
	padding-left: 3rem;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	text-align: center;
	}

	.PageSearch .SearchMds:before {
	content: '';
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	margin-right: 0.5rem;
	background: var(--color-main);
	}

	.PageSearch .FormUnit input[type=checkbox] + label::before {
	width: 1.8rem;
	height: 1.8rem;
	top: -0.3rem;
	}

	.PageSearch .SearchUnitList li {
	margin-top: 2rem;
	font-size: 1.3rem;
	}

	.PageSearch .SearchLogo {
	width: 11rem;
	margin: auto;
	}

	.Search_KanaList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
	}

	.Search_KanaList li a {
	display: block;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	padding: 1rem;
	border: 1px solid #e5e5e5;
	}

	.SectionUnit_Kana {
	margin-bottom: 5rem;
	}

	.SectionUnit_Kana .UnitS {
	border: none;
	}

	.SectionUnit_Kana .Ph {
	width: 3rem;
	margin: 0 auto 0.5rem auto;
	}

	.SectionUnit_Kana tr {
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	}

	.SectionUnit_Kana td {
	font-size: 1.3rem;
	}


}

@media print, screen and (min-width: 768px) {

	.PageSearch .SectionUnit {
	margin-top: 5rem;
	}

	.PageSearch .FormUnit {
	margin-top: 5rem;
	}

	.PageSearch .FormUnitIn {
	margin-top: 5rem;
	}

	.PageSearch .FormUnitIn .SearchBtn {
	margin-left: 1rem;
	padding: 0.6rem 4rem 0.6rem 2rem;
	}

	.PageSearch .FormUnitIn .SearchBtn2 {
	display: flex;
	justify-content: center;
	width: 20rem;
	margin: 5rem auto 0 auto;
	padding: 1.2rem 6rem 1.2rem 4rem;
	font-size: 2.2rem;
	}

	.PageSearch .FormUnitIn .SearchBtn2:before {
	top: 33%;
    right: 3.4rem;
    width: 2rem;
    height: 2rem;
	}

	.PageSearch .FormUnitIn .SearchBox {
	width: 40rem;
	}

	.PageSearch .SearchUnit {
	margin-bottom: 3rem;
	padding: 3rem;
	 border: 1px solid #dddddd;
	}

	.PageSearch .SearchMds {
	position: relative;
	margin-bottom: 1rem;
	padding-left: 3rem;
	font-size: 2rem;
	letter-spacing: 0.08em;
	}

	.PageSearch .SearchMds:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 1.6rem;
	height: 1.6rem;
	background: var(--color-main);
	}

	.PageSearch .SearchUnitList {
	display: flex;
	flex-wrap: wrap;
	}

	.PageSearch .SearchUnitList li {
	margin-top: 2rem;
	width: calc(100% / 3);
	}

	.PageSearch .SearchLogo {
	width: 12rem;
	margin: auto;
	}

	.Search_KanaList {
	display: flex;
	margin-bottom: 4rem;
	}

	.Search_KanaList li a {
	display: block;
	margin-right: 0.5rem;
	padding: 1rem;
	border: 1px solid #e5e5e5;
	}

	.SectionUnit_Kana {
	margin-bottom: 5rem;
	}

	.SectionUnit_Kana .UnitS {
	display: flex;
	align-items: center;
	border: none;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	}

	.SectionUnit_Kana .Ph {
	margin-right: 2rem;
	width: 8rem;
	}

}

/* ■ 各種資料ダウンロード ==================================================================================== */


/* 基本のリセット */
.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
}

.link-list li {
  border-bottom: 1px solid #ddd; /* 各項目の下の線 */
}

/* リンクエリアの設定 */
.link-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 10px; /* 余白は適宜調整してください */
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

/* ホバー時の動き */
.link-list a:hover {
  background-color: #ffeaea; /* ほんのりグレーに */
}

.text {
  flex: 1;
  padding-right: 20px;
  line-height: 1.5;
}

/* 右側の矢印アイコン (CSSで描画) */
.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px; /* 三角形の形を調整 */
  border-color: transparent transparent transparent #999; /* 矢印の色 */
  transition: transform 0.3s ease;
}

/* レスポンシブ: スマホ時は文字サイズを少し小さく */
@media (max-width: 480px) {
  .link-list a {
    font-size: 14px;
    padding: 20px 5px;
  }
}



.PageDownLoad ul.dl_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.PageDownLoad li.dl_box{
  width: 48%;
  max-width: 550px;
  text-align: left;
}
.PageDownLoad li.dl_box p{
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #D1D1D1;
}
.PageDownLoad .dl_btn a{
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 4em 0 1.2em;
/*   padding: 0 4em 0 4em; */
  color: #333;
  font-weight: bold;
  background-color: #EDEDED;
  position: relative;
}
.PageDownLoad .dl_btn a:has(span.new) {
  padding-left: 4em;
}
.PageDownLoad .dl_btn a:hover{ opacity: 0.7; }
.PageDownLoad .dl_btn a span.new{
  padding: 0.3em;
  background-color: #f00;
  color: #fff;
  position: absolute;
  top: calc((100% - 1.5em) / 2);
  left: 15px;
  font-size: 11px;
}
.PageDownLoad .dl_btn a::after{
  content: "";
  width: 25px;
  height: 25px;
  background: url(/img/common/icon/pdf.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 25px) / 2);
  right: 15px;
}

@media screen and (max-width: 767px){

  .PageDownLoad ul{ display: block; }
  .PageDownLoad li.dl_box{
    width: 100%;
    max-width: unset;
    margin-bottom: 1.5em;
  }

  .PageDownLoad .dl_btn a{
    font-size: 14px;
  }

  .PageDownLoad li.dl_box p{
    margin-bottom: 1.43em;
    padding-bottom: 0.857em;
    text-align: center;
  }

	.PageDownLoad .MainLead {
	margin-bottom: 3rem;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	}

	.PageDownLoad .UnitWrap .Unit {
	margin-bottom: 2rem;
    padding: 2rem;
    border: 1px solid #dddddd;
	}

	.PageDownLoad .UnitWrap .BtnTo {
	margin-top: 3rem;
	text-align: center;
	}

	.PageDownLoad .UnitWrap .BtnTo a {
	width: 100%;
	}

	.PageDownLoad .UnitWrap .UnitLogo {
	text-align: center;
	}

	.PageDownLoad .UnitWrap .UnitLogo img {
	margin: auto;
	width: 80%;
	}

}

@media print, screen and (min-width: 768px) {

	.PageDownLoad .MainLead {
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	}

	.PageDownLoad .UnitWrap {
    margin-top: 5rem;
	display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
	}

	.PageDownLoad .UnitWrap .Unit {
    padding: 3rem;
    border: 1px solid #dddddd;
	}

	.PageDownLoad .UnitWrap .BtnTo {
	margin-top: 3rem;
	text-align: center;
	}

	.PageDownLoad .UnitWrap .BtnTo a {
	width: 30rem;
	}

	.PageDownLoad .UnitWrap .UnitLogo {
	text-align: center;
	}

	.PageDownLoad .UnitWrap .UnitLogo img {
	margin: auto;
	width: 80%;
	}

}


        .media-box {
            display: flex; /* 横並びにする */
            flex-direction: row; /* 横方向に並べる */
            align-items: center; /* 垂直方向の中央揃え（お好みで） */
            gap: 40px; /* 画像とテキストの間隔 */
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            width: 100%;
            margin: 6rem auto 0 auto;
        }

        /* 画像エリアのスタイル */
        .media-box .image-area {
            flex: 0 0 18%; /* 幅を40%で固定（伸縮しない） */
        }

        .media-box .image-area img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 4px;
        }

        /* テキストエリアのスタイル */
        .media-box .text-area {
            flex: 1; /* 残りの幅をすべて使う */
        }

        /* .media-box h2 {
            font-size: 2.8rem;
        } */

        .text-area h2::after {
            content: "";
            display: inline-block;
            /* 文字の大きさに連動させる設定 */
            width: 1em;
            height: 1em;
            margin-top: -0.2em;
            margin-left: 0.5em; /* 文字との間隔 */
            vertical-align: middle; /* 位置を中央に揃える */
            background-image: url('../img/common/icon/pdf.svg');
            background-size: contain;
            background-repeat: no-repeat;
        }

        .media-box p {
            font-size: 1.6rem;
            line-height: 1.6;
            /* margin-top: 25px; */
        }

        /* --- スマートフォン用の設定 (SP) --- */
        @media (max-width: 767px) {
            .media-box {
                flex-direction: column;
                align-items: flex-start;
                gap: 25px;
                margin: 3rem auto 0 auto;
            }

            .media-box .image-area {
                flex: 0 0 100%; /* 幅をいっぱいに広げる */
                width: 100%;
            }

            .media-box p {
                font-size: 1.2rem;
                line-height: 1.4;
            }

        }



/* ■ 出展申込受付 ==================================================================================== */

.PageExihibit .TermsBox {
width: 100%;
height: 500px;         /* 固定高さ */
padding: 1em;
border: 1px solid #ccc;
overflow-y: auto;
box-sizing: border-box;
}

.PageExihibit .content {
display: none;
margin: 8px 0;
padding: 10px;
}

.PageExihibit .radioUnit.Current {
background: #daece6 !important;
}

.PageExihibit .FormUnitWrap .NoteMid {
display: inline-block;
margin-left: 1rem;
}

.PageExihibit .FormUnitWrap .NoteMid2 {
display: inline-block;
margin-right: 1rem;
}

.PageExihibit .FormUnitWrap .PriceTotal2 {
font-size: 2.8rem;
letter-spacing: 0.1em;
font-weight: 500;
color: #df0707;
}

.af-hopeBooths-single,
.af-hopeBooths-double {
display: table;
vertical-align: middle;
border-collapse: collapse;
}

.af-hopeBooths-tr {
display: table-row;
}

.af-hopeBooths-tr div {
display: table-cell;
width: 30px;
height: 30px;
border: 1px solid #9F9F9F;
}

.af-hopeBooths-single .af-hopeBooths-tr:nth-child(1) div:nth-child(2),
.af-hopeBooths-single .af-hopeBooths-tr:nth-child(1) div:nth-child(3),
.af-hopeBooths-single .af-hopeBooths-tr:nth-child(1) div:nth-child(4) {
background-color: rgba(228, 169, 0, 0.5);
}

.af-hopeBooths-double .af-hopeBooths-tr div:nth-child(1),
.af-hopeBooths-double .af-hopeBooths-tr div:nth-child(2) {
background-color: rgba(228, 169, 0, 0.5);
}

.af-hopeBooths-over12 {
display: flex;
align-items: center;
justify-content: center;
width: 150px;
height: 60px;
background-color: #FFFFFF;
border: 1px solid #9F9F9F;
}

@media only screen and (max-width: 767px) {

	.PageExihibit .exhibition__name {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	padding: 1rem;
	text-align: center;
	background: #000;
	color: #fff;
	margin-bottom: 50px;
	}

	.PageExihibit .MainLead {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	}

	.PageExihibit .Caution {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #df0707;
	}

	.PageExihibit .FlowList2 {
	margin-top: 5rem;
	}

	.PageExihibit .FlowList2 .FlowUnit {
	position: relative;
	margin-bottom: 6rem;
	padding: 2rem;
	}

	.PageExihibit .FlowList2 .FlowUnit:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2.9rem;
	border-style: solid;
	border-width: 16px 16px 0 16px;
	border-color: #838383 transparent transparent transparent;
	margin: auto;
	}

	.PageExihibit .FlowList2 .FlowUnit:last-child {
	margin-bottom: 2rem;
	}

	.PageExihibit .FlowList2 .FlowUnit:last-child:after {
	display: none;
	}

	.PageExihibit .FlowList2 .FlowUnit .FlowMds {
	margin-top: 2rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow1:before,
	.PageExihibit .FlowList2 .FlowUnit.Flow3:before {
	content: '';
    display: block;
    width: 5rem;
    height: 5rem;
	margin: -4.5rem auto 0 auto;
    background-image: url(../img/exihibit/Num1.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow3:before {
    background-image: url(../img/exihibit/Num3.png);
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow1,
	.PageExihibit .FlowList2 .FlowUnit.Flow3 {
	border: 1px solid #009b63;
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow1 .FlowMds,
	.PageExihibit .FlowList2 .FlowUnit.Flow3 .FlowMds {
	color: #009b63;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-align: center;
	border-bottom: 1px solid #009b63;
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow2:before,
	.PageExihibit .FlowList2 .FlowUnit.Flow4:before {
	content: '';
    display: block;
    width: 5rem;
    height: 5rem;
	margin: -4.5rem auto 0 auto;
    background-image: url(../img/exihibit/Num2.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow4:before {
    background-image: url(../img/exihibit/Num4.png);
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow2,
	.PageExihibit .FlowList2 .FlowUnit.Flow4 {
	border: 1px solid #008e9b;
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow2 .FlowMds,
	.PageExihibit .FlowList2 .FlowUnit.Flow4 .FlowMds {
	color: #008e9b;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-align: center;
	border-bottom: 1px solid #008e9b;
	}

	.PageExihibit .FlowList2 .FlowUnit .FlowLead {
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	}

	.PageExihibit .FlowLead2 {
	font-size: 1.4rem;
	line-height: 1.8;
	}

	.PageExihibit .SectionUnit2 {
	margin-top: 5rem;
	}

	.PageExihibit .TermsBox {
	margin-top: 5rem;
	}


	.PageExihibit .TermsBox {
	margin-top: 3rem;
	padding: 2rem;
	}

	.PageExihibit .TermsBox .af-terms_Unit dt {
	margin-top: 2rem;
	}

	.PageExihibit .TermsBox .af-terms_Unit dd {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.8;
	}

	.PageExihibit .TermsBox .Table2 {
	margin-bottom: 2rem;
	}


	.PageExihibit .af-agreeCheck {
	margin-top: 3rem;
	padding: 2rem;
	background: #e6f2ee;
	}

	.PageExihibit .agreeCheckLead {
	text-align: center;
	}

	.PageExihibit .co_btnAread {
	margin-top: 5rem;
	text-align: center;
	}

	.PageExihibit .co_btnAread .BtnM {
	width: 100%;
	}

	.PageExihibit .af-agreeCheck .checkboxLabel {
	margin-top: 2rem;
	}

	.PageExihibit .checkboxLabel input[type=checkbox] + label::before {
	top: -0.3rem;
	}

	.PageExihibit .checkboxLabel input[type=checkbox]:checked + label::after {
	top: 0.6rem;
	}

	.PageExihibit input::placeholder {
	font-size: 1.2rem;
	letter-spacing: inherit;
	}

	.PageExihibit .FormUnitWrap .EachUnit {
	margin-bottom: 2rem;
	}

	.PageExihibit .content {
	padding: 0;
	}

	.PageExihibit .Lg_Select2_AdaptWrap .AceptMds {
	margin-bottom: 1rem;
	}

	.PageExihibit .Lg_Select2_AdaptWrap .NoteMid2 {
	display: block;
	margin-bottom: 1rem;
	}

	.PageExihibit .Lg_Select2_AdaptWrapIn {
    display: flex;
    align-items: center;
	}

	.PageExihibit .FormUnitWrap .EachUnit label {
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
	font-weight: 600;
	margin-bottom: 1rem;
	font-size: 1.3rem;
	}

	.PageExihibit .FormUnitWrap .AddressUnit .NoteLower {
	margin-bottom: 2rem;
	}

	.PageExihibit .DLHori_Unit {
	margin-bottom: 5rem;
	}

	.PageExihibit .FormUnitWrap .search {
    background: #262626;
    color: #fff;
    border-radius: 10px;
    letter-spacing: 0.1em;
    padding: 0.5rem 1.5rem;
    margin-left: 1rem;
	}

	.PageExihibit .FormUnitWrap .DLHori_Unit_In {
	margin-top: 3rem;
	}

	.PageExihibit .FormUnitWrap .SecMds2 {
	margin-bottom: 2rem;
	font-weight: 600;
	color: var(--color-main);
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	}


	.PageExihibit .FormUnitWrap .DLHori_Unit_In p {
	margin-top: 1rem;
	}

	.PageExihibit .Lg_Select2_Adapt {
	width: 80%;
	}

	.PageExihibit .Lg_Select2_Adapt_Wrap {
	display: flex;
	align-items: center;
	}

	.PageExihibit .DLHori_Unit2 .Form_Required::before {
	right: 0;
	}

	.PageExihibit .FormUnitWrap .radioUnit  {

	padding: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.6;
	background: #f0f0f0;
	}


	.PageExihibit .FormUnitWrap .RadioCheckboxUnit2 .Unit2CheckList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	}

	.PageExihibit .FormUnitWrap .RadioCheckboxUnit2 .Unit2CheckList li {
	width: calc(100% / 2);
	margin-bottom: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.6;
	}

	.PageExihibit .FormUnitWrap .TypeUnit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3rem;
	}

	.PageExihibit .FormUnitWrap .TypeUnit .Alert {
	margin-top: 0 !important;
	}

	.PageExihibit .FormUnitWrap .HopeLead {
	margin-top: 2rem !important;
	font-size: 1.4rem;
	line-height: 1.6;
	}

	.PageExihibit .FormUnitWrap .LayoutUnitWrap {

	margin-top: 3rem;
	}

	.PageExihibit .FormUnitWrap .LayoutUnitWrap dl {

	}

	.PageExihibit .FormUnitWrap .TotalPriceUnit .TotalPrice {
	font-weight: 600;
	font-size: 1.6rem;
	}

	.PageExihibit .FormUnitWrap .SessionUnit{
	margin-top: 1rem;
	}

	.PageExihibit .FormUnitWrap .SessionUnit .SessionUnitIn {

	margin-top: 3rem;
	}

	.PageExihibit .FormUnitWrap .SessionUnit .SessionUnitIn .SessionUnitLine {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	}

	.PageExihibit .FormUnitWrap .SessionUnit .SessionUnitIn .SessionUnitLine label {
	line-height: 1.4;
	}

	.PageExihibit .FormUnitWrap .af-advService-asset {
	display: inline-block;

	}

	.PageExihibit .FormUnitWrap .ToolUnit small {
	font-size: 1.3rem;
	line-height: 1.4;
	}

	.PageExihibit .CommonJointUnit {
	margin-top: 1.5rem;
	}

	.PageExihibit .TypeUnit .LeadUnit {
	width: calc(100% - 15rem);
	}

	.af-hopeBooths-info .af-hopeBooths-info_label {
	display: block;
	margin-bottom: 1rem;
	}

	.PageExihibit .NoteCross {
	display: block;
	width: 100%;
	font-size: 2.2rem;
	margin-bottom: 1rem;
	line-height: 1;
	text-align: center;
	}

	.PageExihibit .Complete .LeadMain {
	margin-top: 3rem;
	}

	.PageExihibit .FormUnitWrap .CautionLead {
	display: inline-block;
	margin-top: 1rem;
	font-size: 1.2rem;
	line-height: 1.6;
	}

	.FieldUnitWrap .FieldUnit {
	margin-bottom: 3rem;
	}

	.FieldUnitWrap .FieldUnit .FieldMds {
	margin-bottom: 1rem;
	font-weight: 600;
	}

	.PageExihibit .SecMdsSub {
	display: inline-block;
	margin-left: 1rem;
	font-size: 1.4rem;
	}


	.PageExihibit .FormUnitWrap .Input50 {
	width: 100% !important;
	}

	.PageExihibit .FormUnitWrap .DesiredNumberUnit {
	display: flex;
	align-items: center;
	}

	.PageExihibit .FormUnitWrap .DesiredNumberUnit .Input25 {
	width: 18rem;
	}

	.PageExihibit .FormUnitWrap .FieldUnitWrap .Unit2CheckList li {
	margin-bottom: 0.8rem;
	}

	.PageExihibit .FormUnitWrap {
	margin-top: 3rem;
	}

	.PageExihibit .DesiredUnitWrap {
	margin-top: 3rem;
	}

	.PageExihibit .DesiredUnitWrap .SecMds2 {
	margin-bottom: 0;
	}

	.PageExihibit .DesiredUnitWrap .Lg_Select2_Adapt {
	width: 60%;
	}

	.PageExihibit .CommonJointUnit .company-block {
	margin-top: 2rem;
	}

}

@media print, screen and (min-width: 768px) {

	.PageExihibit .exhibition__name {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	padding: 1rem;
	text-align: center;
	background: #000;
	color: #fff;
	margin-bottom: 50px;
	}

	.PageExihibit .MainLead {
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 1.8;
	}

	.PageExihibit .NoteCross {
	display: block;
        font-size: 2.8rem;
        margin-left: 1rem;
        margin-right: 1rem;
        line-height: 1;
        padding-bottom: 1rem;
	}

	.PageExihibit .Caution {
	margin-top: 2rem;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	color: #df0707;
	}

	.PageExihibit .FlowList2 {
	display: flex;
	justify-content: space-between;
	margin-top: 7rem;
	}

	.PageExihibit .FlowList2 .FlowUnit {
	position: relative;
	width: calc((100% / 4 ) - 4rem);
	padding: 2rem;
	}

	.PageExihibit .FlowList2 .FlowUnit:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: -15%;
	top: 48%;
	border-style: solid;
	border-width: 12px 0 12px 14px;
	border-color: transparent transparent transparent #838383;
	margin: auto;
	}

	.PageExihibit .FlowList2 .FlowUnit:last-child:after {
	display: none;
	}

	.PageExihibit .FlowList2 .FlowUnit .FlowMds {
	margin-top: 2rem;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow1:before,
	.PageExihibit .FlowList2 .FlowUnit.Flow3:before {
	content: '';
    display: block;
    width: 5rem;
    height: 5rem;
	margin: -4.5rem auto 0 auto;
    background-image: url(../img/exihibit/Num1.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow3:before {
    background-image: url(../img/exihibit/Num3.png);
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow1,
	.PageExihibit .FlowList2 .FlowUnit.Flow3 {
	border: 1px solid #009b63;
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow1 .FlowMds,
	.PageExihibit .FlowList2 .FlowUnit.Flow3 .FlowMds {
	color: #009b63;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-align: center;
	border-bottom: 1px solid #009b63;
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow2:before,
	.PageExihibit .FlowList2 .FlowUnit.Flow4:before {
	content: '';
    display: block;
    width: 5rem;
    height: 5rem;
	margin: -4.5rem auto 0 auto;
    background-image: url(../img/exihibit/Num2.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow4:before {
    background-image: url(../img/exihibit/Num4.png);
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow2,
	.PageExihibit .FlowList2 .FlowUnit.Flow4 {
	border: 1px solid #008e9b;
	}

	.PageExihibit .FlowList2 .FlowUnit.Flow2 .FlowMds,
	.PageExihibit .FlowList2 .FlowUnit.Flow4 .FlowMds {
	color: #008e9b;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-align: center;
	border-bottom: 1px solid #008e9b;
	}

	.PageExihibit .FlowList2 .FlowUnit .FlowLead {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	}

	.PageExihibit .FormUnitWrap input[type=radio]:checked + label::after {
	top: 1.1rem;
	}

	.PageExihibit .FlowLead2 {
	margin-top: 3rem;
	line-height: 1.8;
	}

	.PageExihibit .SectionUnit2 {
	margin-top: 10rem;
	}

	.PageExihibit .TermsBox {
	margin-top: 5rem;
	padding: 4rem;
	}

	.PageExihibit .TermsBox .af-terms_Unit dt {
	margin-top: 4rem;
	}

	.PageExihibit .TermsBox .af-terms_Unit dd {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.8;
	}

	.PageExihibit .TermsBox .Table2 {
	width: 80%;
	margin-bottom: 2rem;
	}

	.PageExihibit .af-agreeCheck {
	margin-top: 3rem;
	padding: 2rem;
	text-align: center;
	background: #e6f2ee;
	}

	.PageExihibit .co_btnAread {
	margin-top: 5rem;
	text-align: center;
	}

	.PageExihibit .co_btnAread .BtnM {
	width: 24rem;
	}

	.PageExihibit .af-agreeCheck .checkboxLabel {
	margin-top: 2rem;
	}

	.PageExihibit .FormUnitWrap .Input45 {
	width: 90% !important;
	}

	.PageExihibit .FormUnitWrap .Input25 {
	width: 25rem !important;
	}

	.PageExihibit .FormUnitWrap .Input50 {
	width: 50rem !important;
	}

	.PageExihibit .FormUnitWrap .EachUnit {
	margin-top: 2rem;
	}


	.PageExihibit .FormUnitWrap .EachUnit:first-child {
	margin-top: 0 !important;
	}

	.PageExihibit .FormUnitWrap .EachUnit label {
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
	font-weight: 600;
	margin-bottom: 1rem;
	}

	.PageExihibit .FormUnitWrap .EachUnit .Form_Required::before {
	position: relative !important;
	order: 2;
	margin-left: 1rem;
	}

	.PageExihibit .FormUnitWrap .AddressUnit .NoteLower {
	margin-bottom: 2rem;
	}

	.PageExihibit .DLHori_Unit {
	margin-bottom: 10rem;
	}

	.PageExihibit .FormUnitWrap .search {
    background: #262626;
    color: #fff;
    border-radius: 10px;
    letter-spacing: 0.1em;
    padding: 0.5rem 1.5rem;
    margin-left: 1rem;
	}

	.PageExihibit .FormUnitWrap .DLHori_Unit_In {
	margin-top: 5rem;
	}

	.PageExihibit .FormUnitWrap .SecMds2 {
	margin-bottom: 2rem;
	font-weight: 600;
	color: var(--color-main);
	font-size: 2rem;
	letter-spacing: 0.08em;
	}


	.PageExihibit .FormUnitWrap .DLHori_Unit_In p {
	margin-top: 1rem;
	}

	.PageExihibit .DLHori_Unit2 dt {
	width: 30rem !important;
	}

	.PageExihibit .DLHori_Unit2 .Form_Required::before {
	right: 2rem !important;
	}

	.PageExihibit .FormUnitWrap .radioUnit  {
	margin-top: 1.5rem !important;
	padding: 2rem;
	background: #f0f0f0;
	}

	.PageExihibit .FormUnitWrap .CautionLead {
	display: inline-block;
	margin-top: 1rem;
	font-size: 1.2rem;
	line-height: 1.6;
	}

	.PageExihibit .FormUnitWrap .RadioCheckboxUnit2 input[type=radio] + label::before,
	.PageExihibit .FormUnitWrap .RadioCheckboxUnit2 input[type=checkbox] + label::before {
	top: 0.7rem !important;
	}

	.PageExihibit .FormUnitWrap .RadioCheckboxUnit2 input[type=radio] + label::after,
	.PageExihibit .FormUnitWrap .RadioCheckboxUnit2 input[type=checkbox] + label::after {
	top: 0.8rem !important;
	}

	.PageExihibit .FormUnitWrap .RadioCheckboxUnit2 .Unit2CheckList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
	}

	.PageExihibit .FormUnitWrap .RadioCheckboxUnit2 .Unit2CheckList li {
	width: calc(100% / 2);
	margin-bottom: 2.5rem;
	}

	.PageExihibit .FormUnitWrap .TypeUnit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3rem;
	}

	.PageExihibit .FormUnitWrap .TypeUnit .Alert {
	margin-top: 0 !important;
	}

	.PageExihibit .FormUnitWrap .HopeLead {
	margin-top: 2rem !important;
	font-size: 1.4rem;
	line-height: 1.6;
	}

	.PageExihibit .FormUnitWrap .LayoutUnitWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 3rem;
	border-bottom: 1px solid #e5e5e5;
	}

	.PageExihibit .FormUnitWrap .LayoutUnitWrap dl:last-child {
	border-bottom: none !important;
	}

	.PageExihibit .FormUnitWrap .LayoutUnitWrap dl {
	width: calc(100%/ 2);
	}

	.PageExihibit .FormUnitWrap .TotalPriceUnit .TotalPrice {
	font-weight: 600;
	font-size: 1.8rem;
	}

	.PageExihibit .FormUnitWrap .SessionUnit{
	margin-top: 3rem;
	}

	.PageExihibit .FormUnitWrap .SessionUnit .SessionUnitIn {
	display: flex;
	align-items: center;
	margin-top: 3rem;
	}

	.PageExihibit .FormUnitWrap .SessionUnit .SessionUnitIn .SessionUnitLine {
	margin-right: 3rem;
	font-size: 1.4rem;
	}

	.PageExihibit .FormUnitWrap .SessionUnit .SessionUnitIn .SessionUnitLine label {
	padding-top: 0.5rem;
	}

	.PageExihibit .FormUnitWrap .af-advService-asset {
	display: inline-block;
	margin-left: 2rem;
	}

	.PageExihibit .FormUnitWrap .ToolUnit small {
	font-size: 1.3rem;
	line-height: 1.4;
	}

	.PageExihibit .CommonJointUnit {
	margin-top: 3rem;
	}

	.af-hopeBooths-info .af-hopeBooths-info_label {
	display: block;
	margin-bottom: 1rem;
	}

	.Lg_Select2_Adapt_WrapWrap {
	display: flex;
	align-items: center;
	}

	.FieldUnitWrap .FieldUnit {
	margin-bottom: 3rem;
	}

	.FieldUnitWrap .FieldUnit .FieldMds {
	margin-bottom: 1rem;
	font-weight: 600;
	}

	.PageExihibit .SecMdsSub {
	display: inline-block;
	margin-left: 1rem;
	font-size: 1.6rem;
	}

	.PageExihibit .DesiredUnit {
	width: 40% !important;
	}

	.PageExihibit .DesiredUnitWrap {
	margin-top: 3rem;
	}

	.PageExihibit .DesiredUnitWrap .SecMds2 {
	margin-bottom: 0;
	}


	.PageExihibit .company-block {
	margin-top: 3rem;
	}


}




/* ### --------------------------------------------------- */

.TopContentsWrap {
position: relative;
z-index: 10;
background-color: #fff;
}

@media only screen and (max-width: 767px) {

	#ContentsTop {

	}

}

@media print, screen and (min-width: 768px) {

	#ContentsTop {

	}

}




/* ■ 汎用パーツ ==================================================================================== */

/*
カラム
記述リスト
ボタン
検索窓
*/


/* カラム --------------------------------------------------- */

#col1 .ColItem,
#col2 .ColItem {
padding: 2rem;
border: 1px solid var(--color-sub4);
line-height: 1.8;
}


/* 記述リスト --------------------------------------------------- */

#dlh .DLHori dl {
border-bottom: 1px solid #e5e5e5;
}

#dlh .DLHori.BorderNone {
border-top:none !important;
}

@media only screen and (max-width: 767px) {

	#dlh .DLHori {
	margin-top: 2rem;
	}

	#dlh .DLHori dl {
	padding: 1.5rem 0;
	}

	#dlv .DLVert dl {
	padding: 1rem 0;
	}

	.Lg_SelectList2 {
	font-size: 1.4rem;
	color: #fff;
	}

	.Lg_Select2 {
	position: relative;
	}

	.Lg_SelectList {
	font-size: 13px;
	border-radius: 4px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	}

	.Lg_Select2::after {
	content: "";
	}

	.select-arrow2 {
	position: absolute;
	pointer-events: none;
	right: 1rem;
    top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid var(--color-main); /* ▼の色 */
	}

	.PageContact .PrivacyUnit {
	margin-top: 2rem;
	}

	.PageContact .PrivacyLead {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	}

	.PageContact .PrivacyLead a {
	color: var(--color-main);
	}

	.PageContact .PrivacyLead2 {
	margin-top: 2rem;
	}

}

@media print, screen and (min-width: 768px) {


	#dlh .DLHori {
	border-top: 1px solid #e5e5e5;
	}

	#dlh .DLHori dl {
	padding: 2rem 0;
	align-items: center;
	}

	#dlv .DLHori dt {
	padding: 0 0 0 1.5rem;
	}

	#dlv .DLHori dd {
	padding: 0 0 0 1.5rem;
	}

	.Lg_SelectList2 {
/* 	border-left: 1px solid #e1ded8; */
	font-size: 1.4rem !important;
	letter-spacing: 0.08em;
	}

	.Lg_Select2 {
	position: relative;
	}

	.Lg_Select2 {
	position: relative;
	display: inline-block;
	}

	.Lg_SelectList2 {
	padding-right: 0.5em; /* 矢印分の余白 */
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	color: #fff;
	}

	.Lg_Select2::after {
	content: "";
	}

	.select-arrow2 {
	position: absolute;
	pointer-events: none;
	right: 1rem;
	top: 20px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid var(--color-main);
	}

	.PageContact .PrivacyUnit {
	margin-top: 2rem;
	margin-left: 26rem;
	padding-left: 3rem;
	}

	.PageContact .PrivacyLead {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	}

	.PageContact .PrivacyLead a {
	color: var(--color-main);
	}

	.PageContact .PrivacyLead2 {
	margin-top: 2rem;
	}

	.form-group.form-name {
	display: inline;
	}


}


/* 記述リスト --------------------------------------------------- */


@media only screen and (max-width: 767px) {



}

@media print, screen and (min-width: 768px) {



}



/* ボタン --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#btn .Note {
	display: block;
	font-size: 1.4rem;
	}

}

@media print, screen and (min-width: 768px) {

}


/* 検索窓 --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.SearchBox {

	}

}

@media print, screen and (min-width: 768px) {

	.SearchBox {

	}

}



/* ■ 汎用ライブラリ1 ==================================================================================== */

/*
モーダル1
タブメニュー
ソートメニュー
*/


/* モーダル1 --------------------------------------------------- */

.SampleFullScreen {
display: none;
}

.SampleFullScreen_In {
padding-top: 3rem;
padding-bottom: 3rem;
}


/* タブメニュー --------------------------------------------------- */

.TabContent {
display: none;
}

.TabContent.Current {
display: block;
}

/* タブ */
.TabMenuList ul {
display: flex;
justify-content: space-between;
margin-top: var(--gap-int);
border-bottom: 4px solid var(--color-main);
}

.TabMenuList li {
width: calc((100% / 2) - 0.5rem );
}

.TabMenuList a {
display: block;
color: #fff;
text-align: center;
background: #000;
}

.TabMenuList a.Current {
color: #fff;
background-color: var(--color-main);
}

/* コンテンツ */
.TabContentsList {
margin-top: var(--gap-int);
}

@media only screen and (max-width: 767px) {

	/* タブ */
	.TabMenuList a {
	padding: 1.25rem 1rem;
	}

}

@media print, screen and (min-width: 768px) {

	/* タブ */
	.TabMenuList a {
	padding: 2.5rem 1rem;
	font-size: 2.2rem;
	}

	.TabMenuList a:hover {
	opacity: 1;

	color: #000;
	background: #eee;
	}

}


/* ソートメニュー --------------------------------------------------- */

/* タグ */
.SortMenuList {
display: flex;
flex-wrap: wrap;
margin-top: var(--gap-int);
}

.SortMenuList li {
margin-right: 0.5rem;
margin-bottom: 0.5rem;
}

.SortMenuList a {
display: block;
border: 1px solid var(--color-sub4);
border-radius: 100vh;
color: #000;
}

.SortMenuList a.Current {
background-color: var(--color-sub5);
}

/* コンテンツ */
.SortContentsList {
margin-top: var(--gap-int);
}

.SortContentsList li {
border: 1px solid var(--color-sub4);
}

@media only screen and (max-width: 767px) {

	/* タブ */
	.SortMenuList a {
	padding: 1rem 2rem;
	}

	/* コンテンツ */
	.SortContentsList li {
	padding: 1.5rem 1.5rem;
	line-height: 1.6;
	}

}

@media print, screen and (min-width: 768px) {

	/* タブ */
	.SortMenuList a {
	padding: 1rem 2rem;
	}

	/* コンテンツ */
	.SortContentsList li {
	padding: 2rem 2rem;
	line-height: 1.8;
	}

}



/* ■ JSライブラリ ==================================================================================== */

/*
slick
Modaal
*/


/* slick カスタマイズ --------------------------------------------------- */

/* 読み込み時のレイアウトずれ対策 */
.Slider > li:not(:first-child) {
display: none;
}

/* 前後ボタン */
.slick-prev,
.slick-next {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 10;
border-radius: 100vh;
text-indent: -9999px;
background-color: rgba(0,0,0,0.5);
cursor: pointer;
}

.slick-prev-arrow,
.slick-next-arrow {
display: block;
border-color: #fff;
border-top-style: solid;
border-right-style: solid;
}

.slick-prev-arrow {
transform: rotate(225deg);
}

.slick-next-arrow {
transform: rotate(45deg);
}

.slick-disabled {
opacity: 0.2;
cursor: default;
}

/* ページネーション */
.slick-dots {
display: block;
position: absolute;
width: 100%;
text-align: center;
}

.slick-dots li {
display: inline-block;
position: relative;
border: 1px solid #c7c7c7;
border-radius: 100vh;
text-indent: -9999px;
cursor: pointer;
}

@media only screen and (max-width: 767px) {

	.Slider {
	margin-top: var(--gap-int);
	margin-bottom: 6rem;
	}

	/* スライド間の余白：centerModeを使用する場合 */
	.Slider .slick-slide {
	margin: 0 0.2rem;
	}

	/* 前後ボタン */
	.slick-prev,
	.slick-next {
	bottom: -4rem;
	width: 3rem;
	height: 3rem;
	margin-top: -1.5rem;
	}

	.slick-prev {
	left: 0;
	padding-left: 0.5rem;
	}

	.slick-next {
	right: 0;
	padding-right: 0.5rem;
	}

	.slick-prev-arrow,
	.slick-next-arrow {
	width: 1rem;
	height: 1rem;
	border-top-width: 1px;
	border-right-width: 1px;
	}

	/* ページネーション */
	.slick-dots {
	bottom: -3.75rem;
	}

	.slick-dots li {
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	}

	.slick-dots .slick-active {
	background-color: #c7c7c7;
	}

}

@media print, screen and (min-width: 768px) {

	.Slider {
	margin-top: var(--gap-int);
	}

	/* 前後ボタン */
	.slick-prev,
	.slick-next {
	top: 50%;
	width: 6rem;
	height: 6rem;
	margin-top: -3rem;
	}

	.slick-prev {
	left: 2rem;
	padding-left: 1rem;
	}

	.slick-next {
	right: 2rem;
	padding-right: 1rem;
	}

	.slick-prev-arrow,
	.slick-next-arrow {
	width: 2rem;
	height: 2rem;
	border-top-width: 2px;
	border-right-width: 2px;
	}

	/* ページネーション */
	.slick-dots {
	bottom: 2rem;
	}

	.slick-dots li {
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	}

	.slick-dots .slick-active {
	background-color: #fff;
	}

}


/* Modaal カスタマイズ --------------------------------------------------- */

/*
種類別class名
modaal-inline, modaal-image, modaal-video, modaal-ajax, modaal-confirm, modaal-iframe
modaal-fullscreen
*/

/* オーバーレイ */
.modaal-overlay {
z-index: 10000;
background-color: rgba(0,0,0,0.6) !important;
}

/* モーダル全体の囲み */
.modaal-wrapper {
z-index: 10001;
}

/* 画像：横幅 */
.modaal-image .modaal-container,
.modaal-image .modaal-container img {
max-width: 100rem !important;
}

/* 動画：横幅 */
.modaal-video-wrap {
max-width: 100rem;
margin: 0 auto;
}

/* 動画：調整（display: tableによる不要な上下の余白を解消） */
.modaal-video .modaal-outer-wrapper {
display: flex;
align-items: center;
}

.modaal-video .modaal-inner-wrapper {
height: auto;
}

/* 動画：調整（左右の背景を押しても閉じないバグを解消） */
.modaal-video-container {
max-width: 100%;
padding-top: 56.25%;
padding-bottom: 0;
}

/* 閉じるボタン */
.modaal-close {
background-color: #fff !important;
}

.modaal-fullscreen .modaal-close {
background-color: #000 !important;
}

.modaal-close::before,
.modaal-close::after,
.modaal-close:focus::before,
.modaal-close:focus::after,
.modaal-close:hover::before,
.modaal-close:hover::after {
background-color: #000 !important;
}

.modaal-fullscreen .modaal-close::before,
.modaal-fullscreen .modaal-close::after,
.modaal-fullscreen .modaal-close:focus::before,
.modaal-fullscreen .modaal-close:focus::after,
.modaal-fullscreen .modaal-close:hover::before,
.modaal-fullscreen .modaal-close:hover::after {
background-color: #fff !important;
}

@media only screen and (max-width: 767px) {

	/* コンテンツ領域のpadding */
	.modaal-content-container {
	padding: 2rem;
	}

	/* inlineとAjaxの高さ */
	.modaal-inline:not(.modaal-fullscreen) .modaal-content-container,
	.modaal-ajax .modaal-content-container {
	height: 50rem;
	overflow: scroll;
	}

}

@media print, screen and (min-width: 768px) {

	/* inlineとAjaxの横幅と高さ */
	.modaal-inline:not(.modaal-fullscreen) .modaal-content-container,
	.modaal-ajax:not(.modaal-fullscreen) .modaal-content-container {
	max-width: 100rem;
	height: 60rem;
	overflow: scroll;
	}

}

@media print, screen and (max-height: 700px) {

	/* inlineとAjaxの横幅と高さ */
	.modaal-inline:not(.modaal-fullscreen) .modaal-content-container,
	.modaal-ajax:not(.modaal-fullscreen) .modaal-content-container {
	height: 50rem;
	}

}




/* 来場者速報 --------------------------------------------------- */

.SectionVisitorsUnit .TopOutline_table {
width: 100%;
}

.SectionVisitorsUnit .line01 td {
background-color: #408fca;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 0px 0;
}

.SectionVisitorsUnit .TopOutline_table td {
border: 1px solid #fff;
border-collapse: collapse;
text-align: center;
}

.SectionVisitorsUnit .main_line td {
background-color: #F6F6F6;
color: #333333;
font-size: 16px;
font-weight: bold;
padding: 17.5px 0;
}

.SectionVisitorsUnit .TopOutline_table td {
border: 1px solid #fff;
border-collapse: collapse;
text-align: center;
}

.SectionVisitorsUnit .top_table_total {
background-color: #183f87;
color: #fff;
font-size: 18px;
font-weight: bold;
padding: 26px 0;
position: relative;
}

.SectionVisitorsUnit .top_table_total::after {
border-color: transparent transparent transparent #183f87;
border-style: solid;
border-width: 10px 0 10px 14px;
bottom: 0;
content: "";
height: 0;
margin: auto;
position: absolute;
right: -14px;
top: 0;
width: 0;
}

.SectionVisitorsUnit .top_table_total02 {
background-color: #dcf5ff;
color: #183f87;
font-size: 24px;
font-weight: bold;
padding: 20.5px 0px;
}

.SectionVisitorsUnit .top_table_total02_span {
font-size: 16px;
}

@media only screen and (max-width: 767px) {

	.SectionVisitorsUnit .line01 td {
    font-size: 14px;
    padding: 10px 0;
	}

	.SectionVisitorsUnit .top_table_total {
	font-size: 14px;
	padding: 10px 0;
	}

	.SectionVisitorsUnit .top_table_total02 {
	font-size: 15px;
	padding: 10px 0px;
	}

	.SectionVisitorsUnit .main_line td {
	font-size: 13px;
	text-align: center;
	}

	.SectionVisitorsUnit .tb_wd300 {
	width: 45%;
	}

	.SectionVisitorsUnit .tb_wd220 {
	width: 20%;
	}

	.SectionVisitorsUnit .tb_wd200 {
	width: 35%;
	}

	.SectionVisitorsUnit .table_icon img {
	width: 50%;
	}

	.SectionVisitorsUnit .TopOutline_table_textarea {
	margin-top: 10px;
	}

	.SectionVisitorsUnit .Caution_Txt {
	font-size: 13px;
	}

}

@media print, screen and (min-width: 768px) {

	.SectionVisitorsUnit .line01 td {
    font-size: 16px;
    padding: 16px 0;
	}

	.SectionVisitorsUnit .top_table_total {
	font-size: 16px;
	padding: 16px 0;
	}

	.SectionVisitorsUnit .top_table_total02 {
	font-size: 20px;
	padding: 16px 0px;
	}

	.SectionVisitorsUnit .tb_wd300 {
	width: 40%;
	}

	.SectionVisitorsUnit .tb_wd220 {
	width: 30%;
	}

	.SectionVisitorsUnit .tb_wd200 {
	width: 30%;
	}

	.SectionVisitorsUnit .TopOutline_table_textarea {
	margin-top: 15px;
	}

	.SectionVisitorsUnit .Caution_Txt {
	font-size: 14px;
	}

	.SectionVisitorsUnit .table_icon img {
	width: 40px;
	height: auto;
	}

}