@charset "UTF-8";

.contsTtl .greenH {
	background: #009e41;
}
.redBtn {
	background-color: #cc0033;
	-webkit-box-shadow: 0px -5px 0px 0px #b0002c inset;
	box-shadow: 0px -5px 0px 0px #b0002c inset;
}
.greenBtn {
	background-color: #009e41;
	-webkit-box-shadow: 0px -5px 0px 0px #006b2c inset;
	box-shadow: 0px -5px 0px 0px #006b2c inset;
}

a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.cpNotesItem02 {
    text-indent: -2.0em;
    padding: 0px 0px 0px 2em;
}
.txtBlock{
	max-width: 720px;
    width: 90%;
    padding-left: 6%;
	padding-top: 1%;
}

.contsTxt02{
	padding: 0 3.125% 3.125%;
    line-height: 1.6;
    font-size: 16px;
    color: #333333;
    padding: 0 8.33333% 6.7%;
}

@media only screen and (max-width: 640px) {
	.contsTxt02{
		font-size: 14px;
	}
}
/* =================================
	エントリーボタンの活性・非活性
================================= */
input[type="checkbox"] {
	width: 18px;
	height: 18px;
	background-color: initial;
	cursor: pointer;
	appearance: checkbox;
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
	margin: 0px 3px 3px 4px;
	padding: initial;
	border: initial;
}
.checkBox{
	max-width: 800px;
	width: 83.33%;
	margin: 5% auto 0;
	text-align: center;
}
.checkBox > label{
	display: inline-block;
	margin-bottom: 1%;
	cursor: pointer;
}
@media only screen and (max-width: 640px) {
	input{
		-webkit-appearance: none;
	}
	.checkBox{
		width: 100%;
		margin: 5% auto 0;
		padding: 0 8.33333% 3.125%;
		box-sizing: border-box;
	}
}


/* =================================
	STEPパーツ
================================= */
.steplistWrap02{
	max-width: 800px;
	width: 83.4%;
	margin: 0 auto;
}
.steplistWrap02 .steplistTtl{
	width: 100%;
	padding: 2% 6% 1.6%;
	border: 4px solid #000;
	background: #fff47e;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-align: center;
}
.steplistWrap02 .steplistInner{
	max-width: 720px;
	width: 90%;
	margin: 3.9% auto 0;
}
.steplistWrap02 .steplistInner > li{
	display: -webkit-box;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 2.6% 0 2%;
	background: transparent url("../img/bg_01.png") repeat-x 0 0;
	background-size: 9px auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.steplistWrap02 .steplistInner > li:first-of-type{
	padding-top: 0;
	background: none;
}
.steplistWrap02 .listNum{
	flex-shrink: 0;
	align-self: flex-start;
	width: 116px;
	margin-right: 60px;
	padding: 2% 1% 1.6%;
	background: #888;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.steplistWrap02 .listNum::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -40px;
	width: 30px;
	height: 25px;
	margin: auto;
	background: transparent no-repeat 0 50%;
	background-size: 100% auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.steplistWrap02 .innerStep,
.steplistWrap02 .innerNum{
	display: block;
	line-height: 1;
}
.steplistWrap02 .innerStep{
	font-size: 30px;
}
.steplistWrap02 .innerNum{
	font-size: 60px;
}
.steplistWrap02 .litsTxt{
	font-size: 24px;
	font-weight: bold;
}
/* STEP〇・色変更 */
.steplistWrap02 li:nth-of-type(1) > .listNum{
	background-color: #eb9114;
}
.steplistWrap02 li:nth-of-type(1) >.listNum::before{
	background-image: url("../img/ic_01.png");
}
.steplistWrap02 li:nth-of-type(2) > .listNum{
	background-color: #e67919;
}
.steplistWrap02 li:nth-of-type(2) >.listNum::before{
	background-image: url("../img/ic_02.png");
}
.steplistWrap02 li:nth-of-type(3) > .listNum{
	background-color: #db4924;
}
.steplistWrap02 li:nth-of-type(3) >.listNum::before{
	background-image: url("../img/ic_03.png");
}
.steplistWrap02 li:nth-of-type(4) > .listNum{
	background-color: #cc0033;
}
.steplistWrap02 li:nth-of-type(4) >.listNum::before{
	background-image: url("../img/ic_04.png");
}
/* SP Style */
@media only screen and (max-width: 640px) {
	.steplistWrap02 .steplistTtl{
		border-width: 2px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font-size: 20px;
	}
	.steplistWrap02 .steplistInner > li{
		background-size: 5px auto;
	}
	.steplistWrap02 .listNum{
		width: 60px;
		margin-right: 30px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.steplistWrap02 .listNum::before{
		right: -22px;
		width: 15px;
	}
	.steplistWrap02 .innerStep{
		font-size: 14px;
	}
	.steplistWrap02 .innerNum{
		font-size: 22px;
	}
	.steplistWrap02 .litsTxt{
		font-size: 14px;
		font-weight: bold;
	}
}

