@charset "UTF-8";

.contsTtl .blueH {
	background: #100968;
  font-size: 25px;
}
.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;
}

.notesItem {
	font-size: 20px;
}

@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;
	}
}