@charset "UTF-8";
#mainContents {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}

.contsTtl .redH {
  background: #cc0033;
}

.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;
}

.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;
}

.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: 122;
}

a.floatPcLink {
  display: block;
}

@media only screen and (max-width: 767px) {
  .target_product {
    margin: 0 2.77778%;
  }
}
@media only screen and (max-width: 640px) {
  .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;
  }
}
