<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
section {
	margin-bottom: 80px;
}
section p {
	margin: 0 0 24px 0;
}
section img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
section h3 {
	width: 100%;
	font-size: 24px;
	font-weight: normal;
	position: relative;
	color: white;
	background: #008A84;
	line-height: 1;
	margin: 0 0 24px 0;
	padding: 13px 13px 10px 46px;
}
section h3::before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: 900;
	position: absolute;
	left : 0.5em; /*旯帵瞽幆遽跺ｉ遽幃邂帰邂帳邂幊邈幊遽幘遽帶遽幃鸸陔证*/
}
section h4 {
	font-size: 22px;
	margin: 0 0 40px 0;
	line-height: 1;
	color: #E07F00;
	text-align: center;
}
section h4 span {
	padding: 0 30px 5px 30px;
	border-bottom: solid 1px #E07F00;
}
table.parts {
	width: 100%;
	margin-bottom: 60px;
}
.parts td {
	width: 50%;
	text-align: center;
	vertical-align: bottom;
}
.parts td img {
/*	width: 100%;*/
}
.tbl1 {
	width: 100%;
	border-collapse: collapse;
}
.tbl1 th, .tbl1 td {
	border: 1px solid #aaaaaa;
	padding: 5px;
}
.tbl1 th {
	background: #eeeeee;
	font-weight: normal;
	text-align: center;
}
.tbl1 caption {
	text-align: left;
	font-size: 1.2em;
	color: #333333;
}
.flex-op {
	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.clmL {
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
.con .photo {
	-ms-flex-preferred-size: 500px;
	flex-basis: 500px;
}
.con .txt {
	-ms-flex-preferred-size: 265px;
	flex-basis: 265px;
}
p.ttl {
	font-size: 20px;
	font-weight: bold;
	color: #E07F00;
}
.btm0 {
	margin-bottom: 0;
}
.s {
	font-size: 14px;
}

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