@charset "UTF-8";

.contsTtl .blueH {
	background: #00479f;
}
.contsTxt dt {
	margin-top: 2.0em;
}
.cOrange {
	color: #ff5132;
	font-weight: bold;
}
.cRed {
	color: #d30c30;
	font-weight: bold;
}
.txtIndent02 {
	margin-top: 2.0em;
	text-indent: -4.3em;
	padding-left: 4.3em;
}
.contsTxt dt + .txtIndent02 {
	margin-top: 0;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.floatSpBnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 2;
	box-sizing: border-box;
}
.floatSpLink {
	display: block;
}
.floatSpBnr img {
	width: 100%;
}
.floatPcBnr {
	height: 220px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 2;
}
a.floatPcLink {
	display: block;
}
@media only screen and (max-width: 640px) {
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}
}