@charset "UTF-8";

.contsTtl .blueH {
	background: #0054ba;
}
.orangeBtn {
	background-color: #e94628;
	-webkit-box-shadow: 0px -5px 0px 0px #b3351e inset;
	box-shadow: 0px -5px 0px 0px #b3351e inset;
}
.greenBtn {
	background-color: #1ba497;
	-webkit-box-shadow: 0px -5px 0px 0px #127067 inset;
	box-shadow: 0px -5px 0px 0px #127067 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.fsXXL {
  font-size: 40px;
}
.cRed {
  color:#c5001f;
}
.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: 300px;
	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) {
	.fsXXL {
    font-size: 26px;
  }
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {
		padding-bottom: 20% !important;
	}
}