@charset "UTF-8";

.redBtn {
  background-color: #b40729;
  -webkit-box-shadow: 0px -5px 0px 0px #8d001c inset;
  box-shadow: 0px -5px 0px 0px #8d001c inset;
}
.blueBtn {
  background-color: #003b89;
  -webkit-box-shadow: 0px -5px 0px 0px #002a61 inset;
  box-shadow: 0px -5px 0px 0px #002a61 inset;
}
.normalBtnTxt01 {
  display: inline-block;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
a.txtLink01 {
	text-decoration: underline;
	color: #cc0033;
	display: inline;
}
.contsTtl .blueH {
  background: #003b89;
}
.tmp_txt01 {
	font-size: 34px;
	font-weight: bold;
}
.tmp_txt02 {
	font-size: 20px;
}
.tmp_txt03 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.fcR {
	color: #cc0033;
}
.conts01 {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 3.125% 0;
  width: 66.66%;
}
.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) {
	.tmp_txt01 {
		font-size: 17px;
	}
	.tmp_txt02 {
		font-size: 14px;
	}
	.tmp_txt03 {
		font-size: 14px;
	}
	.contsTxt {
		font-size: 14px;
	}
  .floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}
}
@media only screen and (min-width: 641px) {
  .normalBtn {
    max-width: 600px;
  }
  .normalBtnTxt01 {
    font-size: 29px;
  }
}
  
      