
@charset "UTF-8";

/* ボックスサイジング */
*,
*:before,
*:after {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

/* 基本タグ
-------------------------------*/
dt { font-weight: bold; }

/* サイズ相対指定
-------------------------------*/

.text06 { font-size: 0.6em !important; }

.text07 { font-size: 0.7em !important; }

.text08 { font-size: 0.8em !important; }

.text09 { font-size: 0.9em !important; }

.text110 { font-size: 1.1em !important; }

.text120 { font-size: 1.2em !important; }

.text130 { font-size: 1.3em !important; }

.text140 { font-size: 1.4em !important; }

.text150 { font-size: 1.5em !important; }

.text160 { font-size: 1.6em !important; }

.text180 { font-size: 1.8em !important; }

.text200 { font-size: 2em !important; }


/* テキストアンダーライン
-------------------------------*/

/*.uline-s,
.uline-d { padding-bottom: 0.1em; }*/

.uline-s { border-bottom: 1px solid; }

.uline-d { border-bottom: 1px dotted; }

.uline-red { border-bottom-color: #f00; }

/* マーカー */

.marker-y {
	background: -moz-linear-gradient( transparent 80% , rgba(255,230,5,0.8) 0%) !important;
	background: -webkit-linear-gradient( transparent 80% ,rgba(255,230,5,0.8) 0%) !important;
	background: linear-gradient( transparent 80% ,rgba(255,230,5,0.8) 0%) !important;
}

/* マージン
-------------------------------*/

.mg-t0 { margin-top: 0 !important; }

.mg-t8 { margin-top: 8px !important; }

.mg-t16 { margin-top: 16px !important; }

.mg-t32 { margin-top: 32px !important; }

.mg-t40 { margin-top: 40px !important; }

.mg-b0 { margin-bottom: 0 !important; }

.mg-b8 { margin-bottom: 8px !important; }

.mg-b16 { margin-bottom: 16px !important; }

.mg-b32 { margin-bottom: 32px !important; }

.mg-b40 { margin-bottom: 40px !important; }

.mg-b56 { margin-bottom: 56px !important; }

.mg-b80 { margin-bottom: 80px !important; }

.mg-tb0 { margin: 0 !important; }

.mg-tb16 { margin: 16px 0 !important; }

.mg-tb32 { margin: 32px 0 !important; }

.mg-tb40 { margin: 40px 0 !important; }

.mg-l0 { margin-left: 0 !important; }

.mg-l1 { margin-left: 1em !important; }


/* img関連
-------------------------------*/
p.wp-caption-text {
	font-size: 0.75em;
	line-height: 1.4;
}

.gallery img { border: none !important; }


/* ブロック横並び
-------------------------------*/

.sideby-side02,
.sideby-side03,
.sideby-side04 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sideby-side02:after,
.sideby-side03:after,
.sideby-side04:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and ( min-width: 641px )  {

	.sideby-side02,
	.sideby-side03,
	.sideby-side04 {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sideby-side02 > li,
	.sideby-side02 > p { width: 48.235% !important; }

	.sideby-side03 > li,
	.sideby-side03 > p { width: 30.98% !important; }

	.sideby-side04 > li,
	.sideby-side04 > p { width: 22.36% !important; }
}


/* ボックス、フレーム設定
-------------------------------*/

.box,
.wh-box,
.fr-box,
.fr-box-r { padding: 16px; }

.wh-box {
	background: #fff;
	border-radius: 2px;
}

/* フレーム */

.fr-box,
.fr-box-r,
.frame {
	border-style: solid;
	border-width: 1px;
}

.fr-box-r { border-radius: 8px; }

.frame img { margin: 0; }

@media screen and ( min-width: 641px )  {

	.contents .wh-box,
	.contents .box,
	.contents .fr-box { padding: 24px; }
}

/* 背景・フレームカラー設定
-------------------------------*/

/* 背景 */

.bg-white { background: #fff; }

.bg-lgray { background: #f5f5f5; }

.bg-lbeige { background: #f3eee5; }

.bg-lyellow { background: #f5f4e6; }

/* フレーム */

.fr-lgray { border-color: #ccc; }


.expo-consul-ul .special-box {
	border: 4px solid #c49f40;
	margin: 4px 2px;
	background: rgb(255,255,255) !important;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(226,216,190,1) 100%) !important;
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(226,216,190,1) 100%) !important;
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(226,216,190,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2d8be',GradientType=0 ) !important;
}



/* レイアウト共通
-------------------------------------*/

.centerBox-s {
	max-width: 728px;
	margin: 0 3%;
}



@media screen and ( min-width: 641px )  {

	.centerBox-s { margin: 0 auto; }
}

.wp-caption { max-width: 100% !important; }

.wp-caption-text { margin-top: 0.5em; }

.btn-splp { margin-bottom: 0; }

.of-hidden { overflow: hidden; }

@media screen and ( min-width: 772px )  {

	.alignwide {
		max-width: 95vw;
		margin: 0 calc( 50% - 95vw/2 );
	}

	.alignfull {
		margin: 0 calc( 50% - 50vw );
	}
}

@media screen and ( min-width: 1144px )  {

	.alignwide {
		max-width: 1080px;
		margin: 0 calc( 50% - 1080px/2 );
	}

	.alignfull { margin: 0 calc( 50% - 50vw + 8px ); }
}


/* ＬＰヘッダー
-------------------------------------*/

.lp-head {
	position: relative;
}

/*.lp-head:after {
	content: '';
	display: block;
	width: 100%;
	height: 12px;
	background: #f00;
	position: absolute;
	top: 48%;
}*/

.lp-head > div {
	position: relative;
	z-index: 1;
}


/* コンテンツ
-------------------------------------*/

.sechead-line { border-bottom: 4px solid #f00; }

.sechead-line h2 {
	margin: 0;
	line-height: 1.4;
}


.section_title {
	font-size: 1.2em;
	text-align: center;
}

@media screen and ( min-width: 641px )  {

	.section_title { font-size: 1.8em; }
}



/* セクション01
-------------------------------------*/

.splp-sec01 {
	padding-bottom: 0;
}

.splp-sec01 .section_title { color: #e3da4a; }

.expo-date-dl {
	color: #413f42;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background: #fff;
	border: 2px solid #f00;
	padding: 4px 8px;
	margin-top: 16px;
}

.expo-date-dl dd:not(:last-child) { margin-bottom: 0.5em; }

@media screen and ( min-width: 641px )  {

	.expo-date-dl {
		font-size: 1.375em;
		text-align: left;
		max-width: max-content;
		margin: 16px auto 0;
		padding: 8px 16px;
	}

	.expo-date-dl dt {
		float: left;
		padding-top: 0.1em;
	}

	.expo-date-dl dd { overflow: hidden; }

	.expo-date-dl dd:not(:last-child) { margin-bottom: 0; }
}

.trade-list > li {
	display: inline-block;
	margin-right: 0.5em;
}

.trade-list > li:before {
	content: '';
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	background: #4d4d4d;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 0.2em;
}

/* セクション02
-------------------------------------*/

.expo-section-tit {
	color: #fff;
	font-size: 1.125em;
	text-align: center;
	background: #212121;
	width: 100%;
	padding: 0.2em 0.5em;
	margin: 2em auto -0.5em;
	position: relative;
	z-index: 5;
	word-break: normal;
	overflow-wrap: normal;
}

@media screen and ( min-width: 641px )  {

	.expo-section-tit {
		max-width: max-content;
		padding: 0.2em 0 0.2em 0.5em;
	}
}

/* コンサルリスト */

.expo-consul-ul {
	list-style: none;
	margin: 0 0 1em;
	padding: 24px 8px 16px;
	border: 2px solid #e60012;
}

.expo-consul-ul > li {
	padding: 1em 8px;
	background: #f5f4e8;
	border: 1px solid #fff;
	position: relative;
	counter-increment: expo-list;
}

.expo-consul-ul:nth-of-type(odd) > li:nth-child(even),
.expo-consul-ul:nth-of-type(even) > li:nth-child(odd) { background: #f5f5f5; }

.expo-consul-ul p {
	line-height: 1.4;
	text-indent: 0;
	margin: 0;
}

.consul-head {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 0.5em;
}

.consul-head figure {
	background: #bae3f9;
	border-radius: 0.5em;
	width: 30%;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.consul-head figure img { margin: 0; }

.consul-head .consul-txt { margin-left: 0.5em; }

.consul-txt h4 {
	font-size: 1.025em;
	line-height: 1.2;
	margin-top: 0;
	border-bottom: 1px solid #e60012;
	min-height: 3.6em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.consul-name:not(.text08) {
	font-weight: 700;
}

.expo-consul-ul .consul-post {
	font-size: 0.75em;
	line-height: 1.2;
}

.expo-consul-ul > li > p { font-size: 0.8125em; }

@media screen and ( min-width: 641px )  {

	.expo-section-tit { font-size: 1.25em; }

	.expo-consul-ul {
		margin: 0 0 1em;
		padding: 24px 1em;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.expo-consul-ul > li {
		padding: 1em;
		width: 50%;
	}

	.expo-consul-ul:nth-of-type(odd) > li:nth-child(3),
	.expo-consul-ul:nth-of-type(even) > li:nth-child(4) { background: #f5f5f5; }

	.expo-consul-ul:nth-of-type(odd) > li:nth-child(4),
	.expo-consul-ul:nth-of-type(even) > li:nth-child(3) { background: #f5f4e8; }


	.consul-txt h4 { font-size: 1.125em; }

	.consul-post { min-height: 2.4em; }

	.expo-consul-ul > li > p { font-size: 0.875em; }

	.expo-consul-ul > .li-twoblock {
		width: 100%;
		position: relative;
		padding-top: 3.8em;
	}

	.li-twoblock .consul-head {
		width: 50%;
		float: left;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-right: 1em;
	}

	.li-twoblock .consul-txt h4 {
		min-height: 2.2em;
		padding-left: 1em;
		position: absolute;
		top: 0.5em;
		right: 1rem;
		left: 1rem;
	}

	.consul-name { font-size: 1.125em; }

	.expo-consul-ul .consul-post {
		font-size: 0.875em;
	}

	.consul-head + p { clear: both; }
}

@media screen and ( min-width: 1140px )  {

	.consul-head {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}

	.consul-txt h4 { font-size: 1.375em; }

	.expo-consul-ul > .li-twoblock { padding-top: 4.8em; }

}

/* ナンバリング */

.expo-consul-ul > li:before {
	content: counter( expo-list );
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
}

.expo-consul-ul > li:before,
.circle-no {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.2;
	text-align: center;
	width: 1.2em;
	height: 1.2em;
	background: #212121;
	border-radius: 50%;
}

.circle-no {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.3em;
}

.color-AE.expo-section-tit,
.color-AE > li:before,
.expo-schedule-tb tr.color-AE th:first-child,
.color-AE .circle-no { color: #ff7d6e; }

.color-BF.expo-section-tit,
.expo-schedule-tb tr.color-BF th:first-child,
.color-BF > li:before,
.color-BF .circle-no { color: #fff87e; }

.color-CG.expo-section-tit,
.color-CG > li:before,
.expo-schedule-tb tr.color-CG th:first-child,
.color-CG .circle-no { color: #84e883; }

.color-DH.expo-section-tit,
.color-DH > li:before,
.expo-schedule-tb tr.color-DH th:first-child,
.color-DH .circle-no { color: #80d7ff; }


/* セクション03
-------------------------------------*/

.splp-sec03 {
	padding-bottom: 0;
}

.widetb-wrap { overflow: auto; }

.expo-schedule-tb { border: none; }

.expo-schedule-tb td {
	text-align: center;
	padding: 1em 0.3em;
	background: #f3f3f3;
}

.expo-schedule-tb tr:nth-child(odd) td { background: #e5e5e5 }

.expo-schedule-tb thead td {
	font-weight: bold;
	font-size: 1.25em;
	background: #d3e2f4 !important;
	padding: 0.3em 1em;
}

.expo-schedule-tb th {
	font-weight: normal;
	line-height: 1.2;
	padding: 0;
	background: #fff;
}

.expo-schedule-tb tr { border-bottom: 4px solid #fff; }

.expo-schedule-tb tr th:first-child {
	color: #fff;
	background: #212121;
	/*font-size: 0.8em;*/
	padding: 0 0.5em;
	min-width: 5em;
}


.expo-schedule-tb td:not(:last-child) { border-right: 1px dotted #ccc; }

@media screen and ( min-width: 980px )  {

	.expo-schedule-tb thead td { text-align: center; }

	.expo-schedule-tb td { padding: 1em }

	.expo-schedule-tb tr:not(:last-child) td { min-width: 7em; }
}

/* セクション04
-------------------------------------*/

.event-outlinetb {
	max-width: 800px;
	margin: 0 auto;
}

.event-outlinetb th,
.event-outlinetb td { display: block; }

.event-date { font-weight: bold; }

.place-ph { margin-bottom: 2em; }

.event-outlinetb dd + dt { margin-top: 0.5em; }

.plice-dl dt { font-weight: normal; }

/*.plice-dl { border-top: 1px dotted #ccc; }*/

/*.plice-dl dd { border-bottom: 1px dotted #ccc; }*/

.event-outlinetb .plice-dl dd + dt { margin-top: 0; }

@media screen and ( min-width: 641px )  {

	.event-outlinetb th,
	.event-outlinetb td { display: table-cell; }

	.event-outlinetb th { min-width: 6em; }

	.event-outlinetb td {
		padding: 1em 0 1em 2em;
	}

	.event-date { font-size: 1.4em; }

	.place-ph { margin-bottom: 1em; }

	.plice-dl dt {
		float: left;
		padding: 0.25em 0.5em 0;
	}

	.plice-dl dd {
		padding-left: 6em;
	}

}

/* セクション07
-------------------------------------*/

.expoForm.mailForm { margin-top: 0 }

.form-second label {
	font-size: 0.875rem;
	font-weight: bold;
	display: block;
	margin: 0.5em 0;
}

.expoForm dd:last-child { margin-bottom: 0; }

.cf7-policybox {
	font-size: 0.875em;
	padding: 8px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	box-shadow: 1px 2px 2px #eee inset;
	height: 12em;
	overflow: auto;
	margin-bottom: 1em;
}

.cf7-policybox h3 { font-size: 1.125em; }

.cf7-policybox h4 { font-size: 1em; }

@media screen and ( min-width: 800px )  {

	.expoForm input { width: auto; }

	.form-m input[type="text"],
	.form-m input[type="date"],
	.form-m input[type="number"]
	.form-m input[type="date"] { width: 11.2em; }

	.form-second label {
		display: inline-block;
		margin: 0 0.5em 0 1em;
	}

	.cf7-policybox {
		padding: 16px;
		height: 20em;
	}
}









