@charset "utf-8";
h2{
	text-align: center;
	padding: 0 20px 10px;
	border-bottom: 5px solid var(--mainColor);
	width: fit-content;
	margin: 50px auto 0;
}
.scene_b-a{
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.imageCaption{
	text-align: center;
	color: #fff;
	background-color: #333;
	padding: 10px;
}
.sceneTitle{
	display: block;
}
.seceneContents h3,.sceneTitle{
	font-weight: 700;
	font-size: clamp(18px, (100vw - 600px) * 6 / 600 + 20px, 25px);
	margin: 20px 0;
}
.seceneContents img:not(figure img){
	margin: 10px 0 10px;
}
.seceneContents figure img{
	margin-top: 10px;
}
.seceneSection:not(section#ledSignageDownloadArea){
	padding: 170px 0 30px;
	margin-top: -100px;
}
.seceneSection h3{
	padding: 20px 0;
}
.sceneH3 {
	font-size: clamp(20px, (100vw - 600px) * 6 / 600 + 25px, 30px);
	line-height: 1.5em;
	position: absolute;
	color: #fff;
	text-shadow:
		2px 2px 2px #333,
		-2px -2px 2px #333,
		-2px 2px 2px #333,
		2px -2px 2px #333,
		2px 0 2px #333,
		-2px  0 2px #333,
		0 2px 2px #333,
		0 -2px 2px #333;
	background: none;
	margin: 0;
}
.sceneH3Wrapper_has {
	position: relative;
}
.sceneH3.sceneMeeting {
	top: 10%;
	right: 5%;
}
.sceneH3.sceneShop {
	bottom: 10%;
	right: 5%;
	text-align: right;
}
.sceneH3.sceneMonitoring {
	bottom: 10%;
	left: 5%;
}
.sceneH3.sceneEntrance {
	bottom: 10%;
	left: 10%;
}
.sceneH3.sceneShoppingMall {
	bottom: 10%;
	right: 5%;
}
.sceneH3.sceneTraffic {
	top: 5%;
	right: 5%;
}
.sceneTitle {
	font-weight: 700;
	font-size: 120%;
}
.scene_b-a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.arrowRight::after{
	font-family: "Font Awesome 5 Free";
	content: "\f0dd";
	color: #FFCC66;
	font-size: 400%;
	font-weight: 700;
	margin: 0 10px;
}
.imageCaption {
	text-align: center;
	color: #fff;
	background-color: #333;
}
.seceneFigureTitle{
	margin: 20px 0 10px;
}

@media (min-width: 560px) {
	.arrowRight::after{
		font-family: "Font Awesome 5 Free";
		content: "\f0da";
		color: #FFCC66;
		font-size: 700%;
		margin: 0 10px;
	}
	.topImgTitle {
		top: 10%;
		left: 10%;
		font-size: 1.8rem;
	}
	.topImgDocument {
		top: 50%;
		right: 10%;
		font-size: 1.5rem;
	}
	.topImgDocument span {
		font-size: 2.3rem;
	}
	.sceneLists {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sceneLists a {
		flex-basis: 45%;
		display: flex;
		flex-direction: column;
		
	}
	.scene_b-a {
		flex-direction: row;
		justify-content: center;
		gap: 15px;
	}
	.sceneH3 {
		font-size: 200%;
	}
	.cardList > li {
		width: min(100%, 400px);
		max-width: none;
		min-height: 100px;
	}
}

@media (min-width: 960px) {
	.sceneLists a {
		flex-basis: 30%;
	}
	.topImgDocument span {
		font-size: 3rem;
	}
}
@media (max-width: 715px){
	h2{
		margin-top: 0;
	}
}