<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繧ｳ繝ｳ繝�Φ繝� */
#section1 {
	padding: 0 0 4% 0;
}
#section1 header {
	width: 100%;
	padding: 0 0 0 0;
	background: #FFF;
	text-align: center;
}
#section1 header .catch {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 1.5% auto;
	text-align: center;
	font-size: 2.8em;
	font-weight: 600;
	line-height: 1.2;
	color: #333;
}
#section1 section {
	padding: 3% 0 0 0;
}
.feature_detail {
	margin-top: 3%;
	border-top: 1px solid #0571B0;
}
.feature_detail section {
	text-align: left;
}
.feature_detail section dl {
	width: 100%;
	margin: 0 0 0 0;
}
.feature_detail section div.title_line,
.feature_detail section dl dt.title_line,
.feature_detail section dl dt.title {
	font-size: 1.1em;
	color: #0571B0;
	font-weight: 600;
}
.feature_detail section dl dt.title_simple {
	font-size: 1em;
	font-weight: 600;
}
.feature_detail section div.title_line,
.feature_detail section dl dt.title_line {
	border-left: 5px solid #0571B0;
	padding-left: 5px;
	line-height: 1.2;
}
.feature_detail section dl dt.title_line span {
	display: block;
	font-size: 0.65em;
	font-weight: 600;
}
.feature_detail section div.title_line p.co_title {
	display: block;
	font-size: 0.65em;
	font-weight: 600;
	color:#333;
}
.feature_detail section .text_parallel {
	width: 100%;
	font-size: 0.9em;
	line-height: 1.4;
}
.feature_detail section .text_parallel .image {
	margin: 1% 0;
}
.feature_detail section .text_parallel .image img {
	width: 100%;
}
.feature_detail section .text_parallel .catch {
	font-weight: 600;
}
.feature_detail section dl .text .image {
	float: left;
	width: 14%;
	margin: 0 2% 0 0;
}
.feature_detail section dl .text .image img {
	width: 100%;
}
.feature_detail section dl dt.subtitle {
	font-size: 0.9em;
	color: #0571B0;
	font-weight: 400;
}
.feature_detail section dl dd.image {
	margin: 10px 0 0 0;
}
.feature_detail section dl dd.text {
	font-size: 0.9em;
	line-height: 140%;
	margin: 10px 0 0 0;
}
.feature_detail section dl dd.text_att {
	font-size: 0.85em;
	color: #666;
	line-height: 140%;
	margin: 10px 0 0 0;
	text-align: right;
}
.feature_detail section dl dd.text .att {
	font-size: 0.9em;
	color: #666;
}
.feature_detail section dl dd.text .text_catch {
	font-size: 1.1em;
	color: #0571B0;
	font-weight: 600;
}
.feature_detail section dl dd ul li {
	list-style: disc;
	margin-left: 20px;
}
.feature_detail section dl dd ol {
	margin-top: 2%;
}
.feature_detail section dl dd ol li {
	list-style: decimal;
	margin-left: 20px;
}
.margin_top {
	margin-top: 3%;
}
#section2 {
	padding: 3% 0;
}


/* 繧ｹ繝槭�繧ｵ繧､繧ｺB */
@media only screen and (min-width: 480px) {
	#section1 header .catch {
		font-size: 3em;
	}
	.feature_detail section div.title_line,
	.feature_detail section dl dt.title,
	.feature_detail section dl dt.title_line {
		font-size: 1.1em;
	}
	.feature_detail section .feature_detail_box1:nth-child(2n) {
		margin: 2% 0 0 0;
	}
}


/* 繧ｿ繝悶Ξ繝�ヨ繧ｵ繧､繧ｺ */
@media only screen and (min-width: 768px) {
	#section1 header .catch {
		font-size: 3.4em;
	}

	.feature_detail section .feature_detail_box1 {
		width: 32%;
		float: left;
		margin: 2% 2% 0 0;
	}
	.feature_detail section .feature_detail_box2 {
		width: 49%;
		float: left;
		margin: 2% 2% 0 0;
	}
	.feature_detail section .feature_detail_box3 {
		width: 66%;
		float: left;
		margin: 2% 2% 0 0;
	}
	.feature_detail section .feature_detail_box_all {
		width: 100%;
		margin: 3% 0 0 0;
	}
	.feature_detail section .feature_detail_box_all dd.image {
		width: 49%;
		margin-left: 2%;
		float: right;
	}
	.feature_detail section dl dd.image img {
		width: 100%;
	}
	.feature_detail section div.title_line,
	.feature_detail section dl dt.title,
	.feature_detail section dl dt.title_line {
		font-size: 1.2em;
	}
	.feature_detail section .feature_detail_box1:nth-child(2n) {
		margin: 2% 2% 0 0 !important;
	}
	.feature_detail section .feature_detail_box1:nth-child(3n) {
		margin: 2% 0 0 0;
	}
	.feature_detail section .feature_detail_box2:nth-child(2n) {
		margin: 2% 0 0 0;
	}
	.feature_detail section div.title_line,
	.feature_detail section dl dt.title_line {
		border-left: 10px solid #0571B0;
		padding-left: 10px;
	}
	.feature_detail section dl dt.title_simple {
		font-size: 1.1em;
	}
	#section1 .feature_detail section .feature_detail_box1 {
		width: 35%;
		margin: 2% 2% 0 0;
	}
	#section1 .feature_detail section .feature_detail_box3 {
		width: 63%;
		margin: 2% 0 0 0;
	}
	.feature_detail section .text_parallel {
		width: 32%;
		float: left;
		margin: 1.5% 2% 0 0;
	}
	.feature_detail section .text_parallel:last-child {
		margin: 1.5% 0 0 0;
	}
	.model_title {
		font-size: 3.4em !important;
	}

}


/* PC繧ｵ繧､繧ｺ */
@media only screen and (min-width: 1024px) {
	#section1 header .catch {
		font-size: 4.5em;
	}
	.feature_detail section div.title_line,
	.feature_detail section dl dt.title,
	.feature_detail section dl dt.title_line {
		font-size: 1.4em;
	}
}


/* PC繧ｵ繧､繧ｺ(繝輔Ν繧ｵ繧､繧ｺ) */
@media only screen and (min-width: 1200px) {
	#section1 header {
		background: #FFF url('../images/flft/bg_flft.jpg') center top no-repeat;
	}
	#section1 header h2 {
		max-width: 1200px;
		margin: 0 auto;
	}
}


/* 蜊ｰ蛻ｷ逕ｨ */
@media print {
}

</pre></body></html>