@charset "UTF-8";

.orangeBtn {
  background-color: #d8450b;
  -webkit-box-shadow: 0px -5px 0px 0px #a93000 inset;
  box-shadow: 0px -5px 0px 0px #a93000 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.contsTtl .blackH {
  background: #0b0b0b;
}
.conts01 {
  max-width: 850px;
  width: 90%;
  border-radius: 25px;
  border: 6px solid #cc0033;
  margin: 0 auto;
}
.contsTtl02 {
  max-width: 800px;
  margin: 0 auto;
  padding: 2.125% 4.125%;
  background-color: #cc0033;
  border-radius: 15px 15px 0 0;
}
@media only screen and (min-width: 641px) {
  .conts01 {
    border-radius: 45px;
  }
  .contsTtl02 {
    padding: 1.125% 13.125%;
    border-radius: 35px 35px 0 0;
  }
}
.contsImg02{
  max-width: 828px;
  margin: 0 auto;
  padding: 0px 3.5% 0;
}
.redBtn {
	background-color: #cc0033;
	-webkit-box-shadow: 0px -5px 0px 0px #95002b inset;
	box-shadow: 0px -5px 0px 0px #95002b inset;
}
.orangeBtn02 {
  background-color: #f04e21;
  -webkit-box-shadow: 0px -5px 0px 0px #c23f1b inset;
  box-shadow: 0px -5px 0px 0px #c23f1b inset;
}
.normalBtn02 {
  margin: 0 auto;
  padding: 0 6.5% 3.125%;
}

.cpNotesItem02 {
    text-indent: -1.6em;
    padding: 0px 0px 0px 2em;
}
.cpNotesItem03 {
    text-indent: -3em;
    padding: 0px 0px 0px 3em;
}
.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) {
  .normalBtnLink  {
    padding: 19px 50px 20px 45px;
  }
  .normalBtnLink:after {
    right: 8px;
    }
  a.txtLink01,a.txtLink02 {
    font-size: 18px;
  }
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}
}