@charset "UTF-8";

/* ====================================
	共通スタイル
===================================== */

#sub01 .text {
	margin-top: 1em;
}

#sub02 .flex-col3 .img-container {
	margin-top: 2rem;
}

#sub02 .btn-arrow {
	display: block;
	margin: 4rem auto 0;
}

#sub05 figcaption {
	font-size: 1.4rem;
}

/* グッドデザイン賞ロゴサイズ */
.gd2022 {
	width: 80%;
	max-width: 325px;
	margin-top: 2rem;
}

/* 動画サムネイル */
.movie-container .flex-movie-item.thumb-temotan {
	background-image: url(images/bnr-temotan.jpg);
}

/* あんしんフラッシュランプ動画 */
video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.video-container {
	margin-top: 2rem;
}

/* 音声を聞くボタン */
.sound-btn-wrap {
	position: relative;
}

.sound-btn-wrap a {
	display: inline-block;
	text-decoration: none;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.sound-btn-wrap .sound-btn {
	padding: .5em .8em .5em 2.5em;
	background-color: #535353;
	border: 2px solid #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	position: relative;
}

.sound-btn-wrap .sound-btn::before {
	content: '';
	display: block;
	width: 1.5em;
	height: 1em;
	background-image: url(images/icon-sound.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translate(0, -50%);
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

	#sub01.sub-section,
	#sub04.sub-section {
		padding-top: 7rem;
	}

	.gd2022 {
		max-width: 420px;
	}

	#sub01 .sub-sub-item .img-container {
		margin-top: 3rem;
	}

	.sub-sub-item .flex-container.flex-col3>.flex-item:nth-of-type(n+2),
	.sub-sub-item .flex-container>.flex-item:nth-of-type(n+2) {
		margin-top: 0;
	}

	.flex-container.flex-col3 .flex-item:first-of-type .sub-sub-title {
		margin-top: 6rem;
	}

	#pager {
		padding-top: 5rem;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	.main-visual {
		margin-top: 2.8rem;
	}

	#sub01.sub-section,
	#sub04.sub-section {
		padding-top: 12rem;
	}

	/* グッドデザイン賞ロゴサイズ */
	.gd2022 {
		margin-top: 3rem;
	}

	#sub01 .text {
		margin-top: 2rem;
	}

	.movie-container {
		margin-top: 8rem;
	}

	#sub02 .btn-arrow {
		width: 435px;
		margin: 6rem auto 0;
	}

	#sub05 ul.star.mts {
		margin-top: 2rem;
	}

	#pager {
		padding-top: 8rem;
	}
}