<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 768px) {
	.pc-none {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
}
.howtoInternetList &gt; li.xla { min-height:400px; }
.howtoInternetList &gt; li.la { min-height:960px; }
.howtoInternetList &gt; li.mid { min-height: 450px; }
.howtoInternetList &gt; li.min { min-height:350px; }
.popup-background {
	position  : fixed;
	top       : 0;
	left      : 0;
	height    : 100%;
	width     : 100%;
	background: #000;
	opacity   : 0.60;
	margin    : 0;
	padding   : 0;
	z-index   : 1000;
}
.popup-item {
	position: fixed;
	top     : 50%;
	left    : 50%;
	margin  : 0;
	padding : 0;
	z-index : 1001;
}
.caption-img img{
		border: 1px solid #cccccc;
	}
.fgcp{text-align: center;font-weight: bold;
	font-size: 18px;}</pre></body></html>