<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
	CSS Document search
--------------------------------------------------------- */

#search {
	background: #f9f9f9;
}

#search .container {
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}

#search ul {
	display: flex;
	justify-content: space-between;
	width: 150vw;
	padding: 0 2vw;
}

#search li a {
	display: block;
	padding: 5vw 1vw 3vw;
	border-bottom: solid 3px #f9f9f9;
	text-decoration: none;
	font-size: 2.5vw;
	line-height: 6vw;
	color: var(--black);
}

#search li.this a {
	font-weight: 600;
	color: var(--blue);
	border-color: var(--blue);
}

#search li img {
	height: 9vw;
}

#search li span {
	display: block;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin: 10vw 5vw 5vw;
}

#case h2 {
	margin-bottom: 7vw;
	font-weight: 600;
	font-size: 6vw;
	line-height: 1;
}

#case .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#case .find {
	width: 49%;
	overflow: hidden;
	margin-bottom: 5vw;
	border-radius: 10px;
}

#case .find figure img {
	width: 100%;
	height: 24.80426666666667vw;
	object-fit: cover;
}
#case .find .category {
	padding: 0 3vw;
	text-align: left;
	font-size: 3vw;
	line-height: 7vw;
	color: #fff;
}

#case .find .name {
	min-height: 5em;
	padding: 3vw;
	text-align: left;
	font-size: 3.5vw;
	line-height: 1.4;
}

#case .find .name a {
	text-decoration: none;
	color: var(--black);
	opacity: 1;
}

#case .find:hover .name a {
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document pager
--------------------------------------------------------- */

#pager ol {
	display: flex;
	justify-content: center;
	font-size: 4vw;
	line-height: 10vw;
	color: #666;
}

#pager a {
	display: inline-block;
	vertical-align: top;
	padding: 0 1em;
	text-decoration: none;
	color: #666;
}

#pager li:not(:last-of-type):after {
	display: inline-block;
	vertical-align: 0;
	content: '';
	width: 1px;
	height: 3vw;
	background: #666;
}

#pager li span {
	display: inline-block;
	vertical-align: top;
	padding: 0 1em;
	text-decoration: underline solid var(--blue) 2px;
	text-decoration-skip-ink: none;
	text-underline-offset: 0.65em;
	font-weight: 600;
	color: var(--blue);
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#slider_box {
	min-height: 56.25013333333333vw;
}

#slider_box .slick-slide img {
	min-height: 56.25013333333333vw;
}

#slider_box .slick-arrow {
	width: 33px;
	height: 33px;
	border-radius: 100%;
	font-size: 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	z-index: 99;
	cursor: pointer;
}

#slider_box .slick-prev {
	left: 3vw;
}

#slider_box .slick-next {
	right: 3vw;
}

#slider_box .slick-arrow:after {
	content: '';
	width: 7px;
	height: 7px;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	z-index: 4;
}

#slider_box .slick-prev:after {
	margin-top: -1px;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	left: 10px;
}

#slider_box .slick-next:after {
	margin-top: -1px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	right: 17px;
}

#slider_box .slick-dots {
	display: flex;
	height: 2px;
	font-size: 0;
	transform: translateX(-50%);
	position: absolute;
	bottom: 2vw;
	left: 50%;
	z-index: 3;
}

#slider_box .slick-dots li {
	margin: 0 1vw;
}

#slider_box .slick-dots button {
	vertical-align: top;
	width: 10vw;
	height: 2px;
	border: 0;
	background: rgba(200, 200, 200, 0.8);
	font-size: 0;
}

#slider_box .slick-dots .slick-active button {
	background: #282728;
}

#slider_box .prodSlidBox {
	padding: 5vw 3vw;
}

#slider_box .prodSlidBox h2 {
	font-weight: 600;
	font-size: 5vw;
	line-height: 1.3;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	margin-bottom: 8vw;
	padding: 8vw 5vw;
}

#detail .flex {
	text-align: left;
}

#detail dl:not(:last-of-type) {
	margin-bottom: 6vw;
}

#detail dt {
	margin-bottom: 10px;
	line-height: 1;
	color: #fff;
}

#detail dd {
	padding: 0.9em;
	border-radius: 10px;
	background: #fff;
	font-weight: 500;
	line-height: 1.3;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin: 0 5vw;
	text-align: left;
}

#outline .failure h3 {
	margin-bottom: 5vw;
	text-align: left;
	font-weight: 600;
	font-size: 5vw;
	line-height: 1;
}

#outline .failure dt {
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1;
}

#outline .failure dd {
	min-height: 5em;
	margin-bottom: 8vw;
	padding: 0.9em;
	border-radius: 10px;
	background: #f9f9f9;
	line-height: 1.7;
}

#outline .recovery h4 {
	margin-bottom: 10px;
	text-align: left;
	font-weight: 500;
	font-size: 3.5vw;
	line-height: 1;
}

#outline .recovery .box {
	padding: 5vw 5vw 8vw;
	margin-bottom: 10vw;
	border-radius: 10px;
	background: #f9f9f9;
	text-align: left;
}

#outline .recovery .meta dl {
	margin-bottom: 6vw;
}

#outline .recovery .meta dt {
	margin-bottom: 10px;
	line-height: 1;
}

#outline .recovery .meta dd {
	padding: 0.9em;
	border-radius: 10px;
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
}

#outline .case {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5vw;
}

#outline .case h3 {
	padding-left: 8vw;
	background: url(../images/case_h3.svg) no-repeat 0 0 / 5.5vw auto;
	margin-bottom: 0;
	text-align: left;
	font-weight: 500;
	font-size: 5vw;
	line-height: 6vw;
}

#outline .case a {
	display: inline-block;
	vertical-align: top;
	height: 4vw;
	padding-right: 4vw;
	margin-bottom: 0;
	text-decoration: none;
	font-size: 4vw;
	line-height: 4vw;
	color: var(--black);
	position: relative;
}

#outline .case a:after {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-top: solid 2px var(--black);
	border-right: solid 2px var(--black);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 3px;
}
</pre></body></html>