/* 【デスクトップ】 */
.only-sp { display: none; }

.highlight {
	color:#ffffff;
  background-color: #dd3333;
  padding: 0.1em 0.4em;
  border-radius: 4px;
}

.marker {
  background: linear-gradient(transparent 70%, #d45d5d 90%);
}

.button-text{
  font-weight:bold;
}

.underline {
  text-decoration-line: underline;
  text-decoration-color: #dd3333;
}

.underline2 {
  text-decoration-line: underline;
  text-decoration-color: #8224e3;
}
.underline3{
	text-decoration-line: underline;
  text-decoration-color: #000000;
}

	/* top */
.header-h3 {
	font-size: 3rem !important;
}

.img-wrap {
  position: relative;
}

.img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
	width: 100%;
}

.top-description h3{
	font-size: 1.3rem;
}

	/* MESSAGE */
.headline h2 {
		  font-size: 2.5rem;
		}

.intro-wraper h3{
  font-size:1.8rem;
}

.intro-wraper h4{
	font-size: 1.3rem;
}


	/* 出展社一覧 */
.list a{
  font-weight: bold;
}

.list h3{
	width: 100%;
	display: inline-block;
}

.list p{
	width: 100%;
}

.sublist{
  font-size: 1rem !important;
	color: #000000 !important;
	margin: -20px 0 0 0 !important;
	display: block !important;
}

.list-text h3{
	display: block;
	width: 100%;
}

.list-text p{
	font-size: 1.2rem;
	line-height: 30px;
	display: inline-block;
}

	/* Footer */
.access-description p {
	font-size: 1.3rem;
}

/* 【スマホ + タブレット共通】 */
@media (max-width: 1024px) {
		
	.only-pc { display: none; }
  .only-sp { display: block; }

	/* top */
	.header-sp-h1 { 
			font-size: 2.5rem ; 
		}
		
	.header-sp-h3 {
			font-size: 1.5rem;
		}
		
	.top-description h3{
	font-size: 1rem;
		}

	/* 出展社一覧 */
	.contents{
			padding:0 0 0 30px !important;
		}
		
	/* Footer */
		.access-description p {
			font-size: 1rem;
			width: 100%;
		}

}

/* 【スマホのみ】 */
@media (max-width: 768px) {
		
	/* top */
	.header-sp-h1 { 
			font-size: 1.7rem ; 
		}
		
		.header-sp-h3 {
			font-size: 1rem;
		}
		
	/* MESSAGE */
	.intro-wraper h3{
   		font-size:1rem;
		}
	.intro-wraper h4{
			font-size: 0.8rem;
		}
	.headline h2 {
		  font-size: 1.3rem;
		}
		
	/* 出展社一覧 */
	.list a{
			font-size: 1.1rem;
		}
	.list-text p{
			font-size: 0.8rem;
			line-height: 23px;
			display: inline-block;
			width: 100%;
		}
	.sublist{
  font-size: 0.8rem !important;
	color: #000000 !important;
	margin: -20px 0 0 0 !important;
	display: block !important;
	width: 100%;
	text-align: justify;
		}

	/* Footer */
	.access-description p {
			font-size: 0.8rem;
			line-height: 12px;
		}
		
}