@charset "UTF-8";

.contsTtl .orangeH {
	background: #ec2100;
  font-size: 26px;
}
.greenBtn {
	background-color: #019b43;
	-webkit-box-shadow: 0px -5px 0px 0px #017c36 inset;
	box-shadow: 0px -5px 0px 0px #017c36 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.btnBlock .contsImg {
  max-width: 704px;
  width: 73.4%;
}
.entryBtn {
  max-width: 800px;
  width: 83.4%;
  margin: 0 auto;
}
.newProductBtn {
  max-width: 700px;
  width: 73.0%;
  margin: 0 auto;
}
.netorderBtn {
  max-width: 708px;
  width: 73.75%;
  margin: 0 auto 9.2%;
}
.cpImgWrap .contsImg {
  max-width: 960px;
  padding: 0;
}
.cRed {
  color: #e6002e;
}
.fs21 {
	font-size: 21px;
}
.dcardAreaTtl {
	background: #CC0033;
	max-width: 100%;
}
.dcardAreaTtl img {
	display: block;
	margin: 0 auto;
	max-width: 335px;
}
.dcardAreaBtn {
  max-width: 670px;
}
.dcardCont {
	padding: 4.25% 4.25% 0;
}
.notesItem {
	font-size: 20px;
}
.floatSpBnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 2;
	box-sizing: border-box;
}
.floatSpLink {
	display: block;
}
.floatSpBnr img {
  display: block;
	width: 100%;
}
.floatPcBnr {
	height: 300px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: none;
	z-index: 2;
}
a.floatPcLink {
	display: block;
}
@media only screen and (max-width: 640px) {
  .contsTtl .pinkH {
	  font-size: 18px;
  }
  .fsL {
    font-size: 18px;
  }
  .fs_sp01 {
    font-size: 16.2px;  
  }
	.fs21 {
		font-size: 16.2px;
	}
  .notesItem {
		font-size: 14px;
	}
  a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {
    padding-bottom: 20% !important;
  }
}