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

/* ====================================================== */
/* ====================================================== */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	padding: 0;
}

#netanswer02 #main-box {
	width: 795px;
	margin: 0 38px 10px 39px;
}
#main-box p {
	margin-bottom: 20px;
}
#main-box #ftLogo {
	margin-bottom: 0;
}
#main-box a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
#main-box h2 {
	padding: 0;
	margin: 0 0 20px;
}
#main-box h3 {
	padding: 0;
	margin: 0;
}
#main-box h2,
#main-box h3,
#main-box h4 {
	background: none !important;
}
#main-box h4 {
	margin-bottom: 8px !important;
}

.header {
	background-color: #0f218b;
	margin-bottom: 12px;
}
.header &gt; div {
	width: 860px;
	margin: 0 auto;
}

.cmnText {
	font-size: 14px;
	line-height: 1.4;
}

.topLink {
	margin: 35px 0;
	border-top: 1px dashed #999;
	padding-top: 35px;
}
.btn {
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53b230), color-stop(50%,#53b230), color-stop(51%,#3d9c1c), color-stop(100%,#288e04));
	background: -webkit-linear-gradient(top, #53b230 0%,#53b230 50%,#3d9c1c 51%,#288e04 100%);
	background: linear-gradient(to bottom, #53b230 0%,#53b230 50%,#3d9c1c 51%,#288e04 100%);
	text-decoration:none !important;
	box-shadow:0px 0px 6px rgba(256,256,256,0.8) inset;
	border:1px solid #360;
	border-radius:6px;
}
.btn span {
	position: relative;
	display: block;
	padding: 12px 10px 12px 42px;
	background: url(../images/icon_btn_netAnswer.png) 0.5em center no-repeat;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
}
.btn span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
	width: 17px;
	height: 17px;
	margin: auto 0;
	background-color: #fff;
	border-radius: 50%;
}
.btn span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 21px;
	bottom: 0;
	height: 0;
	margin: auto 0;
	border-left: 7px solid #1a8104;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.topLink .btn {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 50%);
	background: linear-gradient(to bottom, #ffffff 50%,#f0f0f0 50%);
	border-color: #666;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}
.topLink .btn span {
	padding-left: 30px;
	color:#10218b;
}
.topLink .btn span:before {
	left: 30px;
	background-color: #10218b;
}
.topLink .btn span:after {
	left: 34px;
	border-right: 7px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left:none;
}

.pagetop {
	margin: 30px 0 10px;
	text-align: right;
}
.pagetop a {
	position: relative;
	padding: 0 10px 0 15px;
	text-decoration: none;
}
.pagetop a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	border-bottom: 7px solid #0f228b;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.pagetop a:hover {
	text-decoration: underline;
}

.checkbox {
	vertical-align: -2px;
}
.txtCenter {
	text-align: center;
}
.btnCenter-entry a {
	margin: 20px auto;
	height:75px;
	line-height: 75px;
	width: 354px;
	background: url(../images/btn_bg.png) no-repeat 50% 50%;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-right: 20px;
	display: block;
	text-decoration: none;
}
.btnCenter-entry a:hover {
	opacity: 0.8;
}

@media screen and (min-width:1px) and (max-width:767px) {
	#netanswer02 #wrapper{
		width:auto;
	}
	#netanswer02 #main{
		background:none;
		padding: 0;
	}
	#netanswer02 #contentsWrap{
		background:none;
		padding:0;
	}
	#netanswer02 #contents{
		background:#fff;
	}
	#netanswer02 #main-box{
		background:#fff;
	}
	#netanswer02 #main-box {
		width: 95%;
		margin: auto;
	}
	#netanswer02 #footer {
		width: auto;
		margin:0;
	}
	#netanswer02 #footer p#ftLogo{
		margin-left:10px;
	}
	.header {
		margin-bottom: 0;
	}
	.header &gt; div {
		width: auto;
	}
	.header &gt; div img{
		width: 80%;
		margin:10px;
	}
	.btnCenter-entry a {
		margin: 20px auto;
		height: 40px;
		padding: 20px 10px 0;
		background: url(../images/btn_bg_sp.png) no-repeat 50% 50%;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		display: block;
		text-decoration: none;
		background-size: contain;
		max-width: 300px;
		line-height: 25px;
		width:auto;
	}
	.topLink .btn {
		width: 85%;
	}
	.btn span {
		font-size: 14px;
	}
}</pre></body></html>