@charset "UTF-8";

/* ===============================
	製品共通スタイル
=============================== */
.bold {
	font-weight: bold;
}

.tc {
	text-align: center !important;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.red {
	color: red !important;
}

.blue {
	color: #00a0e9 !important;
}

.fs {
	font-size: 0.75em;
	line-height: 1.2;
}

.mt05em {
	margin-top: .5em;
}

.mt1em {
	margin-top: 1em;
}

.mt2em {
	margin-top: 2em;
}

.mt3em {
	margin-top: 3em;
}

/* こちらバナー */
.arrow-link {
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
}

a.btn-detail::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 16px;
	background: url(/products/common/images/chevron-right-solid-w.svg) no-repeat center center;
	background-size: auto 100%;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -0.5em;
}

/* Youtube 動画 */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



/* ====================================
	製品共通：カラー設定
 ==================================== */
/* 注釈カラー */
sup {
	color: #00a0e9;
}

.tm {
	color: #000;
	position: relative;
	top: -0.4rem;
}

.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f5f5f5;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

	/* セクション */
	.sub-section {
		padding-top: 3rem;
		padding-bottom: 0rem;
	}

	.sub-section:last-of-type {
		padding-bottom: 4rem;
	}

	.date-text {
		margin-top: 1rem;
		font-size: 1.4rem;
		text-align: right;
		color: #a0a0a0;
	}

	.title-container {
		text-align: left;
		background-color: #f5f5f5;
		margin-top: 4em;
		padding: 0.5em 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.title-container h2 {
		font-size: 1.6rem;
	}

	.title-container:first-of-type {
		margin-top: 3em;
	}

	.text {
		font-size: 1.5rem;
		line-height: 1.6;
		border-bottom: 1px dashed #999;
		border-top: 1px dashed #999;
		padding: 1.8em 0;
		margin-top: 1rem;
	}

	/* フレックスコンテナ */
	.sub-container {
		max-width: 810px;
		margin-left: auto;
		margin-right: auto;
	}

	/* こちらバナー */
	a.btn-detail {
		background: #535353;
		color: #fff;
		display: inline-block;
		padding: 1.3em 0;
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
		position: relative;
		text-decoration: none;
		width: 100%;
	}

	a.btn-detail::before {
		left: 10px;
	}

	/* バナー画像 */
	.bnr-img {
		max-width: 380px;
		margin: 20px auto 0px;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

	/* セクション */
	.sub-section {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	/* サブコンテナ */
	.sub-container {
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
	}

	.sub-container>.sub-item {
		width: 100%;
	}

	.date-text {
		margin-top: 1rem;
		font-size: 1.4rem;
		text-align: right;
		color: #a0a0a0;
	}

	.title-container {
		font-size: 1.6rem;
		text-align: center;
		background-color: #f5f5f5;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		margin-top: 3em;
	}

	.title-container:first-of-type {
		margin-top: 4em;
	}

	.text {
		font-size: 1.6rem;
		line-height: 1.8;
		border-bottom: dashed 1px #a0a0a0;
		border-top: dashed 1px #a0a0a0;
		padding: 2em 0;
		margin-top: 1rem;
	}

	/* アローボタン */
	a.btn-detail {
		background: #535353;
		color: #fff;
		display: inline-block;
		padding: 1.3em 0 1.3em;
		font-size: 1.6rem;
		line-height: 1;
		text-align: center;
		position: relative;
		text-decoration: none;
		margin-top: 4rem;
		width: 48%;
	}

	/* バナー画像 */
	.bnr-img {
		max-width: 380px;
		margin: 30px auto 0px;
	}
}