@charset "UTF-8";
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.btnBlock .normalBtnLink01 {
  display: block;
  max-width: 616px;
  width: 64.2%;
  margin: 0 auto;
}
.contsTtl .blueH {
	background: #192d7b;
}
.bnrBlock {
  position: relative;
}
.bnrBlock .contsImg {
  max-width: 880px;
  width: 91.7%;
  margin: 0 auto;
  padding: 0 0 4.1664%;
}
.bnrBlock .contsTxt {
  width: 55%;
  font-size: 26px;
  color: #000;
  position: absolute;
  top: 64%;
  bottom: 0;
  left: 9.9%;
  right: 0;
  padding: 0;
  text-align: center;
}
.bnrBlock .contsTxt .txtLink {
  text-decoration: underline;
  color: #e50019;
}
.contsImg.mw640 {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 3.125% 3.125%;
}
.dedicatedBtn {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  width: 83.3%;
}

.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) {
  .bnrBlock .contsTxt {
    font-size: 14px;
  }
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}
}