.pc{
	display: block;
}


.contents_left .sec_third .txt_bold{
	margin-top: 0;
	font-size: 1.6rem;
}

.data_table01 th{
	text-align: left;
	padding: 2rem;
}

/* article_10用 */
.contents_left .sec_third .event_article10{
	width: 100%;
	background: #EAEAEA;
	border-radius: 1rem;
	padding: 2rem 2.4rem;
	margin: 3rem 0 5rem 0;
	text-align: center;
}
.contents_left .sec_third .event_article10 .event_article10-ttl{
	font-size: 1.6rem;
	color: #FABE00;
	font-weight: 700;
	margin: 0 0 1rem 0;
}
.contents_left .sec_third .event_article10 .event_article10-txt{
	font-size: 1.4rem;
}

/* ボタン */
.contents_left .sec_third .article-new-btn{
	font-size: 1.6rem;
	font-weight: 400;
	width: 46.4rem;
	padding: 2.2rem 1.5rem;
}

/* 出展ブース一覧 */
.event_articleh2-box{
	width: 90%;
    max-width: 1024px;
	margin: -4.2rem auto 0 auto;
}
.event_articleh2-box .event_articleh2{
	max-width: 714px;
    width: 69.8%;
    float: left;
	overflow: hidden;
}

.event_articleh2-box .event_articleh2 h2{
	font-size: 2.5rem;
    padding: 6px 2px;
	border-bottom: 2px #ffd800 solid;
    font-weight: 700;
    font-family: 'Montserrat', 'Noto Sans JP';
    margin: 0 0 30px;
}





/* 大枠 */
.contents_left .sec_third .sec_third_list li{
	max-width: 35rem;
	font-size: 1.4rem;
	height: auto;
	border: none;
}

.contents_left .sec_third .sec_third_list li p{
	padding: 0;
}

/* 店舗名 */
.contents_left .sec_third .sec_third_list li a .btn_arrow_not{
	font-size: 1.3rem;
	border: 1px solid #707070;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 1px;
}

/* タイトル複数行 */
.contents_left .sec_third .sec_third_list li a .sam-box{
	font-size: 1.3rem;
	border: 1px solid #707070;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.contents_left .sec_third .sec_third_list li a .sam-box .nmb{
	display: inline-block;
	width: 39px;
	height: 100%;
	line-height: 42px;
	background-color: #ffd800;
	color: #000;
	text-decoration: none;
	text-align: center;
    vertical-align: middle;
    font-size: 1.8rem;
	font-weight: 400;
	margin: 0 1rem 0 0;
	border: none;
	padding: 0.8rem 0.6rem 0.8rem 0.6rem;
}

.contents_left .sec_third .sec_third_list li a .sam-box .txt{
	display: inline-block;
	width: 100%;
	text-decoration: underline;
	text-underline-offset: 3px;
	padding: 0.6rem 0 0.8rem 0;
	line-height: 22px;
	text-underline-offset: 1px;
}


/* 丸数字 */
.contents_left .sec_third .sec_third_list li a .btn_arrow_not .num{
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-color: #ffd800;
	color: #000;
	text-decoration: none;
	text-align: center;
    vertical-align: middle;
    font-size: 1.8rem;
	margin: 0 1rem 0 0;
	font-weight: 400;
}

.contents_left .sec_third .sec_third_list li a .btn_arrow_not::after{
	display: none;
}

/* hover処理 */
.sec_third ul.sec_third_list li a:hover{
	text-decoration: none;
}
.sec_third ul.sec_third_list li a:hover .expo_flex .expo_txt{
	text-decoration: underline;
}
/* hover処理ここまで */


/* 画像と文字flex */
.sec_third ul.sec_third_list li .expo_flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

/* テキスト */
.sec_third ul.sec_third_list li a .expo_flex .expo_txt{
	margin: 3px 0 0 13px;
	max-width: 19.7rem;
}

/* 画像外枠 */
.sec_third ul.sec_third_list li a .expo_flex .expo_img{
	max-width: 14rem;
}

/* 画像サイズ */
.sec_third ul.sec_third_list li img{
	width: 100%;
	max-width: 100%;
	border-bottom: none;
}

.contents_left .sec_third .expo_map{
	width: 100%;
	margin: 1rem 0 10.8rem 0;
}
.contents_left .sec_third .expo_map img{
	width: 100%;
}


/* タブレット調整 */
@media screen and (min-width:768px) and (max-width:1025px) {

}


/* スマホ調整 */
@media screen and (max-width: 767px) {
	.pc{
		display: none;
	}

	.contents_left .sec_third .top_txt{
		margin-top: 1rem;
	}

	.data_table01 th{
		padding: 1.1rem 1rem;
	}

	.contents_left .sec_third:first-of-type{
		margin-bottom: 0;
	}

	.data_table01 td{
		padding: 1.1rem 1rem 1.2rem;
		line-height: 2.7rem;
	}
	.data_table01 tr:last-of-type td{
		padding: 1.1rem 1rem 1.2rem;
		line-height: 1.5rem;
	}

	/* article_10用 */
	.contents_left .sec_third .event_article10{
		padding: 1.9rem 1.4rem 1.5rem;
		margin: 3rem 0 4rem 0
	}

	.contents_left .sec_third .event_article10 .event_article10-ttl{
		margin: 0;
	}

	.contents_left .sec_third .event_article10 .event_article10-txt{
		text-align: left;
	}

	/* 出展ブース一覧 */
	.event_articleh2-box{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.event_articleh2-box .event_articleh2{
		max-width: 100%;
		width: 100%;
		float: none;
	}

	.event_articleh2-box .event_articleh2 h2{
		font-size: 2rem;
		text-align: center;
		margin: 0;
		padding: 0px 2px 6px 2px;
	}
	
	/* 水色ボタン */
	.contents_left .sec_third .article-new-btn{
		font-size: 1.6rem;
		line-height: 2.4rem;
		width: 100%;
		padding: 1.6rem 6.5rem;
	}

	.sec_third ul.sec_third_list li a{
		display: block;
	}

	/* 大枠 */
	.contents_left .sec_third .sec_third_list li{
		max-width: 100%;
		margin: 0 0 2rem 0;
	}

	/* 店舗名 */
	.contents_left .sec_third .sec_third_list li a .btn_arrow_not{
		width: 100%;
	}

	/* テキスト */
	.sec_third ul.sec_third_list li a .expo_flex .expo_txt{
		max-width: 100%;
		margin: 3px 0 0 13px;
	}

	/* 画像外枠 */
	.sec_third ul.sec_third_list li a .expo_flex .expo_img{
		max-width: 14rem;
	}

	/* 画像サイズ */
	.sec_third ul.sec_third_list li img{
		border-right: none;
		margin: 0;
	}

	/* タイトル複数行 spでは1行 */
	.contents_left .sec_third .sec_third_list li a .sam-box .nmb.nmbsp{
		line-height: 36px;
		padding: 0 0.6rem 0 0.6rem;
	}

	.contents_left .sec_third .expo_map{
		margin: 4rem 0 8.5rem 0;
	}

	.contents_left .sec_third .txt_map{
		font-size: 2rem;
		text-align: center;
		line-height: 3rem;
		margin: -2rem 0 0 0;
		position: absolute;
		right: 0;
		width: 100%;
	}

	/* hover処理 */
	.sec_third ul.sec_third_list li a:hover .expo_flex .expo_txt{
		text-decoration: none;
	}
}


