@charset "UTF-8";
/* **********************************************
	製品サポートトップページスタイル
	
	スマホ(max-width: 768px)
	タブレット（min-width: 768px）and(max-width:960px)
	PC（min-width: 960px）
	
 ********************************************** */
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
}
/* =================================================
	本文エリア
 ================================================= */
#wrapper .contents {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 70px 0px 100px;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 0;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
}
/* =================================================
	サポートコンテンツエリア
 ================================================= */
#wrapper .supportArea {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#wrapper .supportArea {
		max-width: 860px;
	}
}
/* 見出し */
.supportArea .mds {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.supportArea .mds h1 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 60px;
	color: #d64045;
	white-space: nowrap;
}
.supportArea .mds h1 .h2-jp {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	color: #939393;
	white-space: nowrap;
	letter-spacing: 0.0125em;
}
.supportArea .mds p {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px auto 60px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.75em;
	color: #333;
	white-space: nowrap;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* 見出し */
	.supportArea .mds {
		width: 100%;
		max-width: 860px;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
	}
	.supportArea .mds h1 {
		font-size: 48px;
		font-weight: 500;
		line-height: 60px;
		color: #d64045;
	}
	.supportArea .mds h1 .h2-jp {
		margin: 0px auto;
		padding: 0px;
		font-size: 16px;
		font-weight: 400;
		line-height: 21px;
		color: #939393;
		letter-spacing: 0.0125em;
	}
	.supportArea .mds p {
		margin: 60px auto 30px;
		padding: 0px;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.75em;
		color: #333;
	}
}
/* =================================================
	コンテンツエリア
 ================================================= */
/* コンテンツ部分 */
.supportArea .support_content {
	width: 100%;
	height: auto;
	display: block;
	margin: 30px auto 0px;
	padding: 0px;
}
.supportArea .support_content a {
	text-decoration: none;
}
a .note,
.note.nolink {
	width: 90%;
	height: auto;
	display: block;
	padding: 10px 10px 15px;
	margin: 0px auto 10px;
	background: #fff;
	box-shadow: inset 0 0 0 1px #d64045;	/* borderの代わり */
	border-radius: 0px;
	position:relative;
	z-index: 0;
	overflow:hidden;
	transition: all 0.2s ease;
}
a .note::before {
	content: none;
}
a:hover .note::before {
	content:"";
	width:0;
	display:block;
	border-width:0 33px 33px 0; /* This trick side-steps a webkit bug */
	border-style:solid;
	border-color: #bb342f #bb342f #fff #fff;
	background:#fff;
	/* Optional: shadow */
	-webkit-box-shadow: 1px -1px 1px rgba(0,0,0,0.3), 0px -2px 5px rgba(0,0,0,0.2);
	box-shadow: 1px -1px 1px rgba(0,0,0,0.3), 0px -2px 5px rgba(0,0,0,0.2);
	position:absolute;
	top: auto;
	bottom: 0px;
	left: auto;
	right: 0px;
	z-index: 1;
	transform: rotate(-90deg);
}
a .note ul,
.note.nolink ul {
	width: 100%;
	height: auto;
	display: block;
	padding: 0px;
	margin: 0px auto;
	list-style: none;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.75em;
	color:#333;
}
a .note ul li.subttl,
.note.nolink ul li.subttl {
	width: auto;
	height: auto;
	display: inline-block;
	margin: 0px auto;
	padding: 0px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.75em;
	color: #d64045;
	white-space: nowrap;
}
a .note ul li.ttl,
.note.nolink ul li.ttl {
	width: 100%;
	height: auto;
	display: block;
	padding: 0px;
	margin: px auto 0px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.75em;
	letter-spacing: 0.025em;
	color:#333;
}
a .note ul li.summary,
.note.nolink ul li.summary {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
	padding: 10px 0px 0px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.75em;
	color:#333;
	position: relative;
	border-left: none;
}
a .note ul li.summary br,
.note.nolink ul li.summary br {
	display: block;
}
.note.nolink {
	pointer-events: none; /* クリック無効化 */
	position: relative;
}
.note.nolink .overlay {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(127, 127, 127, 0.2); /* 白に近いグレー50% */
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 35px;
	font-weight: 400;
	line-height: 1em;
	color: #fff;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* コンテンツ部分 */
	.supportArea .support_content {
		width: 100%;
		max-width: 860px;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		gap: 0px;
		margin: 30px auto 0px;
		padding: 0px;
	}
	.supportArea .support_content a {
		text-decoration: none;
	}
	a .note,
	.note.nolink {
		width: 420px;
		height: auto;
		display: block;
		padding: 30px 30px 60px;
		margin: 0px 0px 20px;
		background: #fff;
		box-shadow: inset 0 0 0 1px #d64045;	/* borderの代わり */
		border-radius: 0px;
		position:relative;
		z-index: 0;
		overflow:hidden;
		transition: all 0.2s ease;
	}
	a .note::before {
		content: none;
	}
	a:hover .note::before {
		content:"";
		width:0;
		display:block;
		border-width:0 33px 33px 0; /* This trick side-steps a webkit bug */
		border-style:solid;
		border-color: #bb342f #bb342f #fff #fff;
		background:#fff;
		/* Optional: shadow */
		-webkit-box-shadow: 1px -1px 1px rgba(0,0,0,0.3), 0px -2px 5px rgba(0,0,0,0.2);
		box-shadow: 1px -1px 1px rgba(0,0,0,0.3), 0px -2px 5px rgba(0,0,0,0.2);
		position:absolute;
		top: auto;
		bottom: 0px;
		left: auto;
		right: 0px;
		z-index: 1;
		transform: rotate(-90deg);
	}
	a .note ul,
	.note.nolink ul {
		width: 100%;
		height: auto;
		display: block;
		padding: 0px;
		margin: 0px auto;
		list-style: none;
		text-align: left;
		font-size: 14px;
		font-weight: 300;
		line-height: 1.75em;
		color:#333;
	}
	a .note ul li.subttl,
	.note.nolink ul li.subttl {
		width: auto;
		height: auto;
		display: inline-block;
		margin: 0px;
		padding: 0px 7px 0px;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.75em;
		color: #fff;
		white-space: nowrap;
		background: #d64045;
	}
	a .note ul li.ttl,
	.note.nolink ul li.ttl {
		width: 100%;
		height: auto;
		display: block;
		padding: 30px 0px;
		margin: 0px auto 0px;
		text-align: center;
		font-size: 28px;
		font-weight: 500;
		line-height: 1.75em;
		letter-spacing: 0.025em;
		color:#333;
		border-top: 1px dotted #d64045;
		border-bottom: 1px dotted #d64045;
	}
	a .note ul li.summary,
	.note.nolink ul li.summary {
		width: 100%;
		height: auto;
		display: block;
		margin: auto;
		padding: 30px 0px 0px;
		text-align: center;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.75em;
		color:#333;
		position: relative;
		border-left: none;
	}
	a .note ul li.summary br,
	.note.nolink ul li.summary br {
		display: block;
	}
	.note.nolink {
		pointer-events: none; /* クリック無効化 */
		position: relative;
	}
	.note.nolink .overlay {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(127, 127, 127, 0.2); /* 白に近いグレー50% */
		z-index: 5;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 45px;
		font-weight: 400;
		line-height: 1em;
		color: #fff;
	}
}