@charset "UTF-8";

.contsTtl .redH {
	background: #001B5C;
}
.redBtn {
	background-color: #cc0033;
	-webkit-box-shadow: 0px -5px 0px 0px #a8002a inset;
	box-shadow: 0px -5px 0px 0px #a8002a 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;
}

.pl4em{
	padding-left: 4em;
}
.cpNotesItem02 {
    text-indent: -4.0em;
    padding: 0px 0px 0px 4em;
}


.contsImg02 {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 3.125% 3.125%;
}

@media only screen and (min-width: 641px) {
	.contsImg02 {
		padding: 0 4.33333% 3.125%;
	}
}









.applicable{
	max-width: 800px;
	margin: 0 auto;
}
.applicable .applicableTtl span{
	display: block;
	color: #ffffff;
	font-size: 3.2rem;
	font-weight: bold;
	padding: 20px 45px 10px;
	background: #999999;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.applicable .applicableTtl .bgPink{
	background-color: #ff6aaf;
}
.applicable .applicableWrap {
	border: 2px solid #ff6aaf;
	border-radius: 0 0 10px 10px;
}
.applicable .applicableTxt {
	font-size: 2.2rem;
	/* font-weight: bold; */
	text-align: center;
	margin: 15px 0 10px;
}
.applicable .applicableTxt .txtRed {
	color: #e31b22;
}
.applicable  .applicableNotes {
	font-size: 2rem;
	line-height: 1.45;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 640px){
	.applicable{
		width: 83.33%;
	}
	.applicable .applicableTtl span{
		font-size: 1.8rem;
		padding: 10px 40px 8px;
	}
	.applicable .applicableTxt{
		font-size: 1.4rem;
		margin: 10px 0;
	}
	.applicable  .applicableNotes{
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
}



/*フローティングバナー*/
.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;}
}