@charset "UTF-8";
.pb80p {
	padding-bottom: 8.4%;
}
.contsTtl span.blackH {
	background: #0b0b0b;
	font-size: 19px;
}
.redBtn {
	background-color: #d00f31;
	-webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
	box-shadow: 0px -5px 0px 0px #a2031f inset;
}
.orangeBtn01 {
	background-color: #d8450b;
	-webkit-box-shadow: 0px -5px 0px 0px #a93000 inset;
	box-shadow: 0px -5px 0px 0px #a93000 inset;
}
.orangeBtn02 {
	background-color: #f04e21;
	-webkit-box-shadow: 0px -5px 0px 0px #c23f1b inset;
	box-shadow: 0px -5px 0px 0px #c23f1b inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.stepSec {
	max-width: 880px;
	width: 91.7%;
	margin: 0 auto;
}
.stepSec h3 {
	position: relative;
}
.stepSec h3::before {
	content: '';
	position: absolute;
	top: -50%;
	left: 0;
	width: 100%;
	height: 6px;
	border-top: 5px solid #0b0b0b;
}
.stepWrap {
	border: 6px solid #cc0033;
	border-top: none;
	border-radius: 0 0 50px 50px;
}
.stepWrap .contsImg {
	width: 92.2%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
.stepWrap .contsImg.mw828 {
	max-width: 828px;
	width: 95.4%
}
.normalBtn02 {
	font-size: 36px;
	max-width: 760px;
	margin: 0 auto;
}
.cpNotesItem02 {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.linkBnr {
	max-width: 800px;
	width: 91.7%;
	margin: 0 auto;
}
.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) {
	.stepSec h3::before {
		content: '';
		position: absolute;
		top: -50%;
		left: 0;
		width: 100%;
		height: 6px;
		border-top: 2px solid #0b0b0b;
	}
	.stepWrap {
		border: 4px solid #cc0033;
		border-radius: 0 0 20px 20px;
	}
	.normalBtn02 {
		margin: 0 6.5% 3.125%;
	}
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}
}