#topArea {
	text-align: left;
	background: url(../../../images/2021/exhibition/about/bg_01.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 200px;
}

#topIllust {
	width: 98%;
	margin: 0 1%;
	padding-top: 50px;
}
img {
	width: 100%;
	height: auto;
}

#topTxtArea {
	width: 1000px;
	margin: -70px auto 0;
	display: flex;
	justify-content: space-between;
}
#topTxtArea .block {
	width: 480px;
}
#topTxtArea .block h2 {
	margin: 0 0 20px;
	padding: 0;
}
#topTxtArea .block h2 img {
	width: 100%;
}
#topTxtArea .block:last-child {
	margin-top: 106px;
}



/* スペシャルコンテンツ
========================================== */
#special {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 5rem;
}
#special .block h2,
#special .block h2 img,
#special .block h3 img,
#special .block .thumb img {
	width: 100%;
	height: auto;
}
#special .block {
	width: 480px;
	margin: 0 0 30px;
}
#special .block .flex {
	display: flex;
	justify-content: space-between;
}
#special .block .txt {
	width: 58%;
}
#special .block .thumb {
	width: 40%;
}
#special .block h3 {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
}
#special .block h3.new {
	margin-left: -40px;
}




/* 実施コンテンツ
========================================== */
#cont {
	width: 1000px;
	border-top: solid 1px rgb(230, 236, 240);
	padding-top: 5rem;
}
#cont h2 {
	width: 300px;
	margin: 0 0 30px;
}
#contWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#cont .block {
	width: 31%;
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px;
}
#cont .block .txt {
	width: 200px;
}
#cont .block .thumb {
	width: 100px;
}
#cont .block .txt h3 {
	width: 100%;
	margin: 0 0 5px;
}
#cont .block .txt h3 img {
	width: 100%;
	height: auto;
}
#cont .block .txt p {
	font-size: 1.4rem;
	line-height: 1.5;
	padding-left: 25px;
}

.pageName {
	height: 150px;
	background: url(../../../images/2021/exhibition/common/mv.png) no-repeat center center;
	position: relative;
	margin: 0 0 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageName h2 {
	font-size: 2.4rem;
	position: relative;
}
.pageName h2:after {
	content: "";
	width: 100px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -50px;
	border-top: 2px #5b9321 solid !important;
}




/* 申込方法他
========================================== */
#contents2 {
	width: 1200px !important;
}
#contents2 .date {
	font-size: 2rem;
	font-weight: bold;
	color: #586a2d !important;
	border: solid 2px #586a2d;
	padding: 1rem 2rem;
	margin: 0 auto 2rem;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
#contents2 .table-B table th,
#contents2 .table-B table td {
	font-size: 1.3rem !important;
	width: 14%;
	text-align: center;
	vertical-align: middle;
}
#contents2 .table-B table td ul {
	text-align: left;
}
#contents2 .attention {
	font-size: 1.3rem !important;
	margin-top: 2em;
}
#contents2 .attentionTit {
	margin-bottom: 1rem;
}
#contents2 .attentionTit h3 {
	font-size: 1.6rem;
	font-weight: bold;
}
#contents2 .attention h4 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
