@charset "UTF-8";

a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.redBtn {
  background-color: #e73732;
  -webkit-box-shadow: 0px -5px 0px 0px #b80500 inset;
  box-shadow: 0px -5px 0px 0px #b80500 inset;
}
.blueBtn {
  background-color: #216cb5;
  -webkit-box-shadow: 0px -5px 0px 0px #004589 inset;
  box-shadow: 0px -5px 0px 0px #004589 inset;
}
.contsTtl .blueH {
  background: #216cb5;
}
.cardInfo {
	padding: 0 4.16667% !important;
}
.cpNotes {
	padding: 5.2083% 8.33333% 3.125%;
}
a.anc_cpNote {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
a.anc_cpNote span.anc_cpNoteTxt {
	display: inline-block;
	text-decoration: underline;
}
.steplistWrap01{
	max-width: 800px;
	width: 83.4%;
	margin: 0 auto;
	box-shadow: inset 0 0 0 6px #4fbd60;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.steplistWrap01 .steplistTtl{
	width: 100%;
	padding: 3.8% 0 2.7%;
	background-color: #4fbd60;
	font-size: 56px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.steplistWrap01 .steplistInner{
	width: 100%;
	padding: 5.1% 5% 3.8%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.steplistWrap01 .steplistInner > li{
	display: -webkit-box;
	display: flex;
	align-items: flex-start;
	margin-top: 4.9%;
	line-height: 1.4;
}
.steplistWrap01 .steplistInner > li:first-of-type{
	margin-top: 0;
}
.steplistWrap01 .listNum{
	flex-grow: 0;
	flex-shrink: 0;
	min-width: 3.5em;
	margin-right: 3.3%;
	padding: 1.9% 1% 1.4%;
	background-color: #fff100;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	color: #d00e31;
	text-align: center;
}
.steplistWrap01 .listTxt{
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
}
.steplistWrap01 .listNote{
	font-size: 26px;
	font-weight: normal;
	text-indent: -1em;
	padding-left: 1em;
}
.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: 959px){
	a.anc_cpNote {
		font-size: 27px;
	}
}
@media only screen and (max-width: 640px){
	a.anc_cpNote {
		font-size: 24px;
	}
  .steplistWrap01{
		box-shadow: inset 0 0 0 3px #4fbd60;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.steplistWrap01 .steplistTtl{
		font-size: 22px;
	}
	.steplistWrap01 .listNum,
	.steplistWrap01 .listTxt{
		font-size: 16px;
	}
	.steplistWrap01 .listNote{
		font-size: 14px;
	}
  .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;
	}
}
