<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sub4{
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    border: 1px solid #ccc;
    border-top: 4px solid #1c66fe;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin: 2em auto;
    padding: 1.4em;
		width: 650px;
}
.sub4{
	 display: table;
}


.sub4_hinban{
	display: none;
}


.sub4 .title, .sub4 .note1{
	display: none;
}
.sub4 .pic, .sub4 .note{
  display: table-cell;
	vertical-align: top;
}
.sub4 .pic{
	width: 280px;
	text-align: center;
}
.sub4 .pic img{
	width:  100%;
	height: auto;
}
.sub4 .pic img:nth-child(n+2) {
	display: none;
}
.sub4 .note{
	text-align: left;
	padding-left: 1.4em;
		color: #333333;
		line-height: 2.2;
}
.sub4 .note a{
	text-decoration: none;
	color: #333333;
}

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