@charset "UTF-8";

.pinkBtn {
  background-color: #d6005f;
  -webkit-box-shadow: 0px -5px 0px 0px #a50049 inset;
  box-shadow: 0px -5px 0px 0px #a50049 inset;
}
.orangeBtn {
  background-color: #f99e00;
  -webkit-box-shadow: 0px -5px 0px 0px #ca7f00 inset;
  box-shadow: 0px -5px 0px 0px #ca7f00 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
a.txtLink01 {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
	text-underline-offset: 0.5rem;
	font-size: 2.6rem;
}
a.txtLink01 {
  color: #333333;
}
.contsTtl .blueH {
  background: #000a56;
}
.contsTxt01 {
	padding: 5.2083% 0 0;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
}
.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) {
   .contsTxt01 {
    font-size: 3rem;
  }
  .pcOnly {
  display: none;
}
  .floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}

}
