@charset "UTF-8";

.redBtn {
  background-color: #d11313;
  -webkit-box-shadow: 0px -5px 0px 0px #aa0f0f inset;
  box-shadow: 0px -5px 0px 0px #aa0f0f inset;
}
.brownBtn {
  background-color: #4f0101;
  -webkit-box-shadow: 0px -5px 0px 0px #370101 inset;
  box-shadow: 0px -5px 0px 0px #370101 inset;
}
.normalBtn01 {
	margin: 0 auto;
	padding: 0 8.33333% 3.125%;
}
.normalBtnTxt01 {
  display: inline-block;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.contsTtl .brownH {
  background: #4f0101;
}
.contsTxt01 {
	padding: 0 4.16667% 0;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}
.contsImg01 {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 3.125% 3.125%;
}
.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;
}
.cpNotesItem01 {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.cpNotesItem02 {
  padding-left: 2em;
}

@media only screen and (min-width: 641px) {
  .normalBtn01 {
    max-width: 600px;
    font-size: 36px;
  }
  .normalBtnTxt01 {
    font-size: 29px;
  }
  .contsImg01 {
		padding: 0 11.45833% 3.125%;
	}
}
@media only screen and (max-width: 640px) {
  .contsTxt01 {
    font-size: 2rem;
  }
  .floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}
}
