@charset "UTF-8";

.redBtn {
  background-color: #cc0033;
  -webkit-box-shadow: 0px -5px 0px 0px #ae002c inset;
  box-shadow: 0px -5px 0px 0px #ae002c 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;
}
@media only screen and (max-width: 959px){
	a.anc_cpNote {
		font-size: 27px;
	}
}
@media only screen and (max-width: 640px){
	a.anc_cpNote {
		font-size: 24px;
	}
}
@media only screen and (max-width: 460px){
	a.anc_cpNote {
		font-size: 18px;
	}
}
.contsTtl .brownH {
  background: #41210a;
}
.steplistTtl {
  max-width: 880px;
  width: 91.7%;
  margin: 0 auto;
  padding: 3% 1em 2%;
  border-radius: 51px 51px 0 0;
  background-color: #027846;
  font-size: 37px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.steplistWrap01 {
  max-width: 880px;
  width: 91.7%;
  margin: 0 auto;
  border: 6px solid #027846;
  border-radius: 0 0 51px 51px;
  background-color: #fff;
  box-sizing: border-box;
}
.steplistWrap01 .steplistInner {
  width: 100%;
  padding: 6.5% 2% 6%;
  box-sizing: border-box;
}
.steplistImg {
  max-width: 828px;
  margin: 0 auto;
  padding: 0 0 7.248%;
}
.pcD {
  display: block;
}
.spD {
  display: none;
}
.greenBtn {
  background-color: #027846;
  -webkit-box-shadow: 0px -5px 0px 0px #004125 inset;
  box-shadow: 0px -5px 0px 0px #004125 inset;
}
.cardInfo {
	padding: 0 4.16667% !important;
}
.cpNotes {
	padding: 5.2083% 8.33333% 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: none;
	z-index: 2;
}
a.floatPcLink {
	display: block;
}
@media only screen and (min-width: 641px) {
	.steplistImg {
		padding: 0 0 7.248%;
	}
  .steplistWrap01 .steplistInner .normalBtn {
    max-width: 760px;
    padding: 0 4.1% 3.125%;
  }
}
@media only screen and (max-width: 640px) {
  .steplistWrap01 {
    border: 4px solid #027846;
    border-radius: 0 0 20px 20px;
  }
  .steplistTtl {
    font-size: 18px;
    border-radius: 20px 20px 0 0;
  }
  .pcD {
    display: none;
  }
  .spD {
    display: block;
  }
	a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}
}