<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.ts-1 .ts-title {
	border-top: 2px solid #E85836;
}
.ts-2 {
	border-left: 5px solid #E85836;
}
.is-2 .is-img-title {
	border-left: 8px solid #E85836;
}
.ts-1 .ts-title .ts-subtitle {
	color: #E85836;
}

/* ====================
kanpoList
======================= */
.kanpo {
	padding-top: 67px;
	margin-top: 30px;
	background-image: url("/contents/rdc/feature/1606b/img/insertion-bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
}
.kanpoList {
	padding-right: 50px;
	padding-left: 50px;
	background-image: url("/contents/rdc/feature/1606b/img/insertion-bg02.jpg");
	background-position: top;
	background-size: 100%;
}
.kanpo:after {
	content: "";
	display: block;
	height: 120px;
	background-image: url("/contents/rdc/feature/1606b/img/insertion-bg03.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.kanpoList &gt; li {
}
.kanpoList &gt; li + li {
	margin-top: 30px;
}
.kanpoList &gt; li &gt; .kanpoTitle {
	display: block;
	font-size: 16px;
	color: #333333;
}
.kanpoList &gt; li &gt; .kanpoTitle &gt; span {
	display: inline-block;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 22px;
	color: #267FAB;
	background: linear-gradient(transparent 75%, #ffff66 75%);
}
.kanpoList &gt; li:nth-child(odd) &gt; .kanpoTitle &gt; span {
	color: #E85836;
}
.kanpoList &gt; li &gt; .kanpoDescription {
	margin-top: 15px;
}
.kanpoList &gt; li &gt; .kanpoDescription &gt; dt,
.kanpoList &gt; li &gt; .kanpoDescription &gt; dd {
	font-size: 14px;
}
.kanpoList &gt; li &gt; .kanpoDescription &gt; dt {
	color: #267FAB;
}
.kanpoList &gt; li:nth-child(odd) &gt; .kanpoDescription &gt; dt {
	color: #E85836;
}
.kanpoList &gt; li &gt; .kanpoDescription &gt; dd {
	padding-left: 15px;
	margin-top: 5px;
}
.kanpoList &gt; li &gt; .kanpoDescription &gt; dd + dt {
	margin-top: 15px;
}</pre></body></html>