@charset "UTF-8";

#mainContents {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
.redBtn {
  background-color: #cc0a17;
  -webkit-box-shadow: 0px -5px 0px 0px #990811 inset;
  box-shadow: 0px -5px 0px 0px #990811 inset;
}
.pinkBtn {
	background-color: #cc0033;
	-webkit-box-shadow: 0px -5px 0px 0px #990026 inset;
	box-shadow: 0px -5px 0px 0px #990026 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
a.anc_cpNote {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
a.anc_cpNote span.anc_cpNoteTxt {
	display: inline-block;
	text-decoration: underline;
}
.contsTtl .redH {
	background: #cc0033;
}
.target_product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 800px;
  background-color: #f0eeec;
  margin: 0 auto;
  font-size: 14.4px;
  border-radius: 10px;
}
.target_product_title {
  color: #FFF;
  background-color: #cc0033;
  padding: 2.77778%;
  border-radius: 10px 0 0 10px;
  text-align: center;
}
.target_product_text {
  margin: 0 auto;
}
.fs14 {
  font-size: 14.4px;
}
.cardInfo {
	padding: 0 4.16667% !important;
}
.cpNotes {
	padding: 5.2083% 8.33333% 3.125%;
}
.cpNotesItem01 {
  text-indent: -2.5em;
  padding: 0px 0px 0px 2.5em;
}
.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: 959px){
	a.anc_cpNote {
		font-size: 27px;
	}
}
@media only screen and (max-width: 767px) {
  .target_product {
    margin: 0 2.77778%;
  }
}
@media only screen and (max-width: 640px){
	a.anc_cpNote {
		font-size: 24px;
	}
  .target_product_title {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .target_product_text {
    padding: 2.77778%;
    text-align: center;
  }
  .floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.dh-footer {padding-bottom: 20% !important;}
}
@media only screen and (max-width: 460px){
	a.anc_cpNote {
		font-size: 18px;
	}
}