@charset "UTF-8";
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.contsTtl .blueH {
  background: #31318c;
}
.redBtn {
  background-color: #c20a29;
  -webkit-box-shadow: 0px -5px 0px 0px #820419 inset;
  box-shadow: 0px -5px 0px 0px #820419 inset;
}
.purpleBtn {
	background-color: #3d45a1;
	-webkit-box-shadow: 0px -5px 0px 0px #2f357a inset;
	box-shadow: 0px -5px 0px 0px #2f357a inset;
}
.greenBtn {
	background-color: #05aba0;
	-webkit-box-shadow: 0px -5px 0px 0px #059288 inset;
	box-shadow: 0px -5px 0px 0px #059288 inset;
}

.fsXXL {
	font-size: 40px;
}
.redTxt {
	color: #c5001f;
}

.contsTtl .skyH {
  background: #0096be;
}
.contsSubTtl{
  font-size: 22px;
  border-bottom: 3px solid #0096be;
  margin: 0 4.1667%;
  padding: 0 6.3%;
  text-indent: -1em;
}
.contsTxt01 {
	padding: 0 3.125% 1.5625%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 3.4rem;
	font-weight: bold;
}
.contsTxt02 {
	line-height: 1.6;
	font-size: 18px;
	color: #333333;
	padding: 0 8.33333% 3.125%;
  text-align: center;
}
.contsImg01 {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 3.125% 6.25%;
}
.mw760{
  max-width: 760px;
}
.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: 20px;
	}
  .contsTxt01 {
    font-size: 2.4rem;
  }
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {
		padding-bottom: 20% !important;
	}
}
@media only screen and (min-width: 641px) {
  .contsImg01 {
		padding: 0 8.33333% 6.25%;
  }
}