@charset "UTF-8";

.contsTtl .blueH {
	background: #1c6ca4;
}
.redBtn {
	background: #D3221E;
	background: linear-gradient(0deg,rgba(211, 34, 30, 1) 60%, rgba(235, 111, 92, 1) 100%);
	-webkit-box-shadow: 0px -5px 0px 0px #b82711 inset;
	box-shadow: 0px -5px 0px 0px #b82711 inset;
}
.redBtn02 {
	background: #cc0033;
	-webkit-box-shadow: 0px -5px 0px 0px #95002b inset;
	box-shadow: 0px -5px 0px 0px #95002b inset;
}
.orangeBtn {
	background: #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;
}
a.anc_cpNote {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
a.anc_cpNote span.anc_cpNoteTxt {
	display: inline-block;
	text-decoration: underline;
}
.stepWrap {
	max-width: 880px;
	width: 91.7%;
	margin: 0 auto;
}
.stepWrap .stepInner {
	border: 6px solid #cc0033;
  border-top: none;
  border-radius: 0 0 50px 50px;
}
.stepWrap .contsImg {
	margin: 0 auto;
	padding: 0;
	width: 92.2%;
}
.stepWrap .contsImg.mw828 {
	max-width: 828px;
	width: 95.4%;
}
.stepWrap .normalBtn {
	margin: 0 auto;
  padding: 0 4.16667% 3.125%;
}
.cardInfo {
	padding: 0 4.16667% !important;
}
.cpNotes {
	padding: 5.2083% 8.33333% 3.125%;
}
.cpNotesItem02 {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.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 (min-width: 641px){
	.stepWrap .normalBtn {
		font-size: 36px;
		max-width: 760px;
	}
}
@media only screen and (max-width: 959px){
	a.anc_cpNote {
		font-size: 27px;
	}
}
@media only screen and (max-width: 640px){
	.stepWrap .stepInner {
		border: 4px solid #cc0033;
		border-radius: 0 0 20px 20px;
	}
	a.anc_cpNote {
		font-size: 24px;
	}
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {
		padding-bottom: 20% !important;
	}
}
@media only screen and (max-width: 460px){
	a.anc_cpNote {
		font-size: 18px;
	}
}