/* キャンペーンエリア */
.camp-item {
  border: 2px solid #999;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 10px 0;
  max-width: 540px;
}
.camp-price {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #999;
  margin: 0 20px;
  padding-top: 10px;
}
.camp-priceimg {
  height: 52px;
  margin-left: 20px;
  width: auto;
}
.camp-price p {
  margin-bottom: 0;
}
.camp-startwari-txt {
  color: #78ad21;
}

/* アンカーリンク青 */
.link-anchor-text.link-anchor-text_blue {
  font-weight: normal !important;
  color: #406FAF !important;
}
.link-anchor-text.link-anchor-text_blue::after {
  background: url(/common_v10/images/icn-link-anchor-text_blue.svg) no-repeat center center/contain;
}


@media screen and (max-width: 767px) {
.camp-price {
  display: block;
}
.camp-priceimg {
  margin-left: 0;
  height: auto;
}
}

/* リンクフォント調節 */
.link-fw-normal {
  font-weight: normal !important;
}