@charset "UTF-8";

/*
■ 汎用

■ TOPページ
■ 汎用パーツ
■ 汎用ライブラリ1

■ JSライブラリ
*/



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

/*
ニュース
Q&A
*/

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;
	}


}

@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;
	}

}


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

.TitleWrap {

  background: 
    linear-gradient(to right, #009966, #40d9a4) 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: 4rem;
	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: 7rem;
	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: 5rem;
	}

	.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;
	}
	
	.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: 9rem;
	margin-top: -0.2rem;
	padding: 0.4rem 0rem;
	font-size: 0.8rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	}

}

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

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

}


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

	.SectionNews {
	margin-top: 6rem;
	}

	.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;
	}
	
	.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 {
	min-width: 15rem;
	padding: 0.7rem 1.6rem;
	font-size: 1.2rem;
	border-radius: 50px;
	font-weight: normal;
	letter-spacing: 0.2em;
	}

}


/* 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 {
  opacity: 0;
  transition: opacity 1s ease; /* 1秒かけて表示 */
}

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

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

.SectionWhat .TitleEn {
display: block;
}

@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: 53%;
	}

	.TopBnnarArea2 {
	width: 47%;
	}

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

	.SectionWhat {
	margin-top: 6rem;
	padding-top: 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: linear-gradient(to bottom, #009b63 50%, #f2f2f2 50%);	
	}
	
	.SectionWhat .LeadUnitIn {
	padding: 3rem 3rem;
	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.2em;	
	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:first-child {

	}

	.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: 372px) {

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

}

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

	.TopBnnarArea {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: -8rem;
	z-index: 20;
	}
	
	.TopBnnarArea1 {
	margin-right: 2rem;
	}
	
	.TopBnnarArea2 a:hover {
	opacity: 1 !important;
	}

	.SectionWhat {
	margin-top: 10rem;
	display: flex;
	align-items: stretch;
	background: #f2f2f2;
	padding-bottom: 5rem;
	}	
	
	.SectionWhat .Thumb,
	.SectionWhat .LeadUnit {
	width: 50%;
	max-height: 60rem;
	}
	
	.SectionWhat .Thumb img {
	height: 100%;
	object-fit: cover;
	}

	.SectionWhat .MdsH2 {
	text-align: right;
	}
	
	.SectionWhat .LeadUnit {
	position: relative;
	padding: 5rem 5rem 0 5rem;
	background: var(--color-main);
	}
	
	.SectionWhat .LeadUnitIn {
	max-width: 60rem;
	margin-top: 11rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -5rem;
	padding: 7rem 4.5rem 5rem 4.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: 3;
	}

	.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 .Ph {

	}

	.SectionReport .LeadUnitWrap .LeadUnit {

	}
	
	.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;

	}

}



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

.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;
	}

	
	.PageContact .Complete .LeadMain {
	margin-top: 5rem;
	font-size: 1.6rem;
	line-height: 1.8;
	}
	
	.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: 80%;
	}

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

	.PageContact .RadioCheckboxUnit p:first-child {
	margin-bottom: 1rem;
	}
	
	.PageContact .Footer_CreditIn .Footer_Logo2 {
	margin-top: 2rem;
	}
	
	.PageContact .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;
	}
	
	 .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.4rem;
	}

	.Complete .BackBtnUnit1 .BtnL {
	padding: 1.2rem 5rem;
	}

	.PageContact .NameUnit p {
	display: flex;
	}

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

	.PageContact .RadioCheckboxUnit p:first-child {
	margin-bottom: 1rem;
	}
	
	.PageContact .Footer_CreditIn {
	display: flex;
	}
	
	.PageContact .Footer_CreditIn .Footer_Logo2 {
	margin-left: 5rem;
	}
	
	.PageContact .FooterContact #FooterUnit {
	padding-top: 4rem;
	}
	
	.PageContact .FooterContact #FooterUnit {
	justify-content: center;
	}

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

}




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


.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-bottom: 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-bottom: 5rem;
	}

	.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;
	}

}

/* ■ 各種資料ダウンロード・補助金情報 ==================================================================================== */



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

	.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%;
	}

}



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

.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 .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 var(--color-main);
	}

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

	.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 .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 var(--color-main);
	}

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

	.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;
	}

}
