@charset "UTF-8";

.contsTtl .redH {
	background: #004098;
}
.redBtn {
	background-color: #cc0033;
	-webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
	box-shadow: 0px -5px 0px 0px #a2031f inset;
}
.cpBtnY {
	background: #fad025;
	color: #111111;
	-webkit-box-shadow: 0px -5px 0px 0px #b39f3f inset;
	box-shadow: 0px -5px 0px 0px #b39f3f inset;
}
.cpBtnG {
	background: #2dad55;
	-webkit-box-shadow: 0px -5px 0px 0px #1f823e inset;
	box-shadow: 0px -5px 0px 0px #1f823e inset;
}
.dbaraiBtn{
	margin: 0 auto;
	padding: 0 13.54167% 3.125%;
}
.dbaraiList01{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_2_01_bg.png") repeat-y;
}
.dbaraiList02{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_5_01_bg.png") repeat-y;
}	
.dbaraiList03{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_8_01_bg.png") repeat-y;
}
.dbaraiList01 li,
.dbaraiList02 li,
.dbaraiList03 li{
	width: 31.945%;
	float: left;
	margin-right: 2.085%;
}
.dbaraiList01 li:nth-child(3n+0),
.dbaraiList02 li:nth-child(3n+0),
.dbaraiList03 li:nth-child(3n+0){
	margin-right: 0;
	margin-bottom: 3%;
}
.dbaraiAppbg01{
	background: #ffffe5;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}

.cpNotesItem02 {
    text-indent: -1.5em;
    padding: 0px 0px 0px 1.5em;
}
.cpNotesItem03 {
    text-indent: -2.5em;
    padding: 0px 0px 0px 2.5em;
}

a.txtLink.wordBreak{
	word-break:break-all;
}


.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: 640px) {
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 15% !important;}
}



.steplistWrap02{
	max-width: 800px;
	width: 83.4%;
	margin: 0 auto;
}
.steplistWrap02 .steplistTtl{
	width: 100%;
	padding: 2% 13% 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/imgparts12_2_line.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: 30px;
	/* 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/imgparts12_2_arrow01.png");
}
.steplistWrap02 li:nth-of-type(2) > .listNum{
	background-color: #E36D1C;
}
.steplistWrap02 li:nth-of-type(2) >.listNum::before{
	background-image: url("img/imgparts12_2_arrow02.png");
}
.steplistWrap02 li:nth-of-type(3) > .listNum{
	background-color: #DC4924;
}
.steplistWrap02 li:nth-of-type(3) >.listNum::before{
	background-image: url("img/imgparts12_2_arrow03.png");
}
.steplistWrap02 li:nth-of-type(4) > .listNum{
	background-color: transparent;
}
.steplistWrap02 li:nth-of-type(4) >.listNum::before{
	background-image: url("img/imgparts12_2_arrow04.png");
}
.steplistWrap02 li:nth-of-type(5) > .listNum{
	background-color: #D4242B;
}
.steplistWrap02 li:nth-of-type(5) >.listNum::before{
	background-image: url("img/imgparts12_2_arrow05.png");
}
.steplistWrap02 li:nth-of-type(6) > .listNum{
	background-color: #cc0033;
}
.steplistWrap02 li:nth-of-type(6) >.listNum::before{
	background-image: url("img/imgparts12_2_arrow05.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; */
	}
}