@charset "UTF-8";

/* ===============================
	ユーティリティ
=============================== */
.right {
	text-align: right;
}

.bold {
	font-weight: 700;
}

.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: .75em;
	line-height: 1.2;
}

.ma {
	margin-left: auto;
	margin-right: auto;
}

.mt05em {
	margin-top: .5em;
}

.mt1em {
	margin-top: 1em;
}

.mt2em {
	margin-top: 2em;
}

.mt3em {
	margin-top: 3em;
}

.bg-gray {
	background: #F5F5F5;
}

.visual {
   text-align: center;
}


/* ====================================
	製品共通：カラー設定
 ==================================== */
/* 注釈カラー */
sup {
	color: #00a0e9;
}

em {
	background: gold;
	font-weight: normal;
}

/* フレックスコンテナ */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-item {
	width: 100%;
}

/* アロータイトル・左 */
.has-arrow-left {
	padding: 0 0 0 1em;
	background-image: url(/products/common/images/chevron-right-solid.svg);
	background-repeat: no-repeat;
	background-position: left 0 top .4em;
	background-size: auto .8em;
}

/* アローボタン・左 */
.btn-arrow {
	display: inline-block;
	text-align: center;
}

.btn-arrow a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.7em 1.5em 0.7em 2.5em;
	font-size: inherit;
	line-height: inherit;
	background-color: #535353;
	background-image: url(/products/common/images/chevron-right-solid-w.svg);
	background-repeat: no-repeat;
	background-position: left 0.7em center;
	background-size: auto 1em;
	color: #fff;
	text-decoration: none;
}

.flex-container.column3 .flex-item .img {
	display: block;
	padding-top: 69.51%;
	position: relative;
}

.flex-container.column3 .flex-item .img img {
	position: absolute;
	top: 0;
	left: 0;
}

/* 画像タイトル */
.img-ttl {
	text-align: center;
}
/* 参照リンク */
a.btn-more {
	background-image: url(/products/common/images/chevron-right-solid.svg);
	background-repeat: no-repeat;
	background-position: left .5em center;
	background-size: auto .8em;
	display: inline-block;
	padding: .5em .75em .5em 1.5em;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	position: relative;
	text-decoration: none;
	margin-top: 4rem;
}

/* 帰属文 */
ul.list-kizoku li {
	display: none;
}

/* 画像保存禁止 */
.copyprotectImg {
	pointer-events: none;
}


/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	main[data-footer-type] {
		padding-bottom: 4rem;
	}
	
	.mts {
		margin-top: 2rem;
	}
	.mtm {
		margin-top: 4rem;
	}
	
	/* 画像サイズ */
	img.pc-w80 {
		max-width: 100%;
	}
	img.pc-w60 {
		max-width: 100%;
	}
	
	/* コンテンツ */
	.contents-width {
		margin: auto;
		width: 100%;
	}
	
	/* フレックスコンテナ：スマホ2列 */
	.flex-container.sp-column2 {
		justify-content: space-between;
		font-size: 1.5rem;
	}
	.flex-container.sp-column2 .ttl {
		margin-top: 0.5em;
		font-size: 1.6rem;
	}
	.flex-container.sp-column2 .text {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}
	.flex-container.sp-column2 .category {
		margin-top: 0.5em;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.flex-container.sp-column2>.flex-item {
		width: 48%;
		margin-top: 3rem;
	}
	.flex-container.sp-column2>.flex-item:nth-of-type(-n+2) {
		margin-top: 0;
	}

	/* フレックスコンテナ：3列 */
	.flex-container.column3 .category {
		display: inline-block;
		min-width: 13rem;
		margin-top: 1rem;
		padding: 0.3em;
		font-size: 1.2rem;
		text-align: center;
	}
	.flex-container.column3 .text {
		margin-top: 0.8em;
	}

	/* 帰属文 */
	#kizoku {
		margin-top: 2rem;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {
	main[data-footer-type] {
		padding-bottom: 8rem;
	}
	.mts {
		margin-top: 4rem;
	}
	.mtm {
		margin-top: 6rem;
	}

	/* パンくず改行させない */
	.breadcrumb-text {
		white-space: nowrap;
		overflow: hidden;
	}

	/* 画像サイズ */
	img.pc-w80 {
		max-width: 80%;
	}
	img.pc-w60 {
		max-width: 60%;
	}

	/* コンテンツ */
	.contents-width {
		margin: auto;
		width: 90%;
	}
		
	/* フレックスコンテナ：3列 */
	.flex-container.column3 {
		font-size: 1.5rem;
	}
	.flex-container.column3 .category {
		width: 12em;
		margin-top: 1rem;
		padding: 0.3em;
		font-size: 1.2rem;
		text-align: center;
	}
	.flex-container.column3 .text {
		margin-top: 0.8em;
	}
	.flex-container.column3>.flex-item {
		width: 31%;
		margin-left: 3.5%;
		margin-top: 2rem;
	}
	.flex-container.column3>.flex-item:nth-of-type(3n-2) {
		margin-left: 0;
	}
	.flex-container.column3>.flex-item:nth-of-type(-n+3) {
		margin-top: 0;
	}

	/* フレックスコンテナ：4列 */
	.flex-container.column4 {
		margin-top: 5rem;
	}
	.flex-container.column4 {
		font-size: 1.5rem;
	}
	.flex-container.column4 .ttl {
		margin-top: 0.5em;
		font-size: 1.6rem;
	}
	.flex-container.column4 .text {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}
	.flex-container.column4 .category {
		margin-top: 0.5em;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.flex-container.column4>.flex-item {
		width: 23.5%;
		margin-left: 2%;
		margin-top: 2rem;
	}
	.flex-container.column4>.flex-item:nth-of-type(4n-3) {
		margin-left: 0;
	}
	.flex-container.column4>.flex-item:nth-of-type(-n+4) {
		margin-top: 0;
	}
}

/* ====================================
	タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) and (max-width: 1079px) {
}

/* ====================================
	PC専用スタイル
===================================== */
@media only screen and (min-width: 1080px) {
}

/* ====================================
	スクリーン専用スタイル
===================================== */
@media screen {
	[data-check="checking"] {
		background: #ffccd5 !important;
	}
}

/* ====================================
	印刷専用スタイル
===================================== */
@media print {
	.page-navi-fix-wrap {
		display: none;
	}
}