.redBtn {
  background-color: #e60012;
  -webkit-box-shadow: 0px -5px 0px 0px #b3000f inset;
  box-shadow: 0px -5px 0px 0px #b3000f inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.contsTtl .blackH {
  background: #000000;
}
.contsImg {
  padding: 0 8.33333% 3.125%;
}
.accordion ul {
  border-right: 3px solid #e60012;
  border-bottom: 3px solid #e60012;
  border-left: 3px solid #e60012;
}
.accordion .top {
  width: 100%;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
	background: #ffffff;
	display: block;
	width: 36px;
	height: 36px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.switch .toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #e60012;
	position: absolute;
	width: 14px;
	height: 4px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.switch .toggle_btn:before {
	width: 4px;
	height: 14px;
}
.switch.open .toggle_btn:before {
	content: normal;
}
.switch:after {
  content: none;
}
.accordion li.bg01 {
  border-top: none;
  background: #ffe5e7;
}
.accordion li {
  border-top: 2px solid #e60012;
  border-right: 2px solid #e60012;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.accordion .border02 {
  border-right: none;
}
.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) {
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}
}
@media only screen and (max-width: 320px) {
	.accordion li {
		font-size: 10px;
	}
}
