@charset "UTF-8";
main {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
.contsTtl .greenH {
	background: #4ccc0d;
}
.redBtn {
	background-color: #ff0404;
	-webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
	box-shadow: 0px -5px 0px 0px #a2031f inset;
}
.greenBtn {
	background-color: #4fbd60;
	-webkit-box-shadow: 0px -5px 0px 0px #2a872a inset;
	box-shadow: 0px -5px 0px 0px #2a872a inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.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;
}
.blueLink {
  color: #007eff;
}
.steplistWrap01 .listWide {
  flex: 1;
}
.contsTxtAccent01 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.1;
  color: #d00e31;
  text-align: center;
}
.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: 122;
}
a.floatPcLink {
	display: block;
}
@media only screen and (max-width: 640px){
	.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;
	}
  .contsTxtAccent01 {
    font-size: 22px;
  }
  .floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.dh-footer {
    padding-bottom: 20% !important;
  }
}