/*///////////////////////////////////////////////////////////

  #27457: 
  [横]EXHP＞ニッコーエクステリアAmazonギフト券キャンペーンページ作成依頼

//////////////////////////////////////////////////////////*/
/* ====================================================
  汎用設定
====================================================*/
.campaign {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.red {
  color: #ff0101;
}
.bold {
  font-weight: bold;
}

/* ====================================================
  キャンペーン情報
====================================================*/
.campaign_ttl {
  margin: 10px 0 16px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.campaign_mv {
  margin-top: 10px;
  margin-bottom: 25px;
}
.campaign-info_desc {
  float: left;
  width: 325px;
  text-align: justify;
}
.campaign-info-bnr {
  position: relative;
  float: right;
  margin-top: 5px;
  padding: 14px;
  border: 2px solid #f00;
  border-radius: 5px;
}
.campaign-info-bnr_hd {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 181px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}

/* ====================================================
  注意事項
====================================================*/
.campaign-announce {
  margin: 16px 0 40px;
  padding: 16px;
  background-color: #f8f8f8;
  font-size: 12px;
  text-align: justify;
}
.campaign-announce li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2rem;
}

/* ================================================================
  キャンペーン対象商品はこちら
==================================================================*/
.campaign-item_hd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  height: 38px;
  font-size: 16px;
  background: #43af34;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.campaign-item_list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 15px 0;
  gap: 0px 10px;
  justify-content: space-between;
}
.campaign-item_list a {
  display: block;
}
.campaign-item_list li {
  margin-bottom: 20px;
}
.campaign-item_link {
  text-align: right;
}
.campaign-item_link a {
  color: #0075a9;
  text-decoration: underline;
}
.campaign-item_link a:hover {
  opacity: 0.7;
}
.campaign-item_body {
  display: flex;
  margin: 0 10px 40px 10px;
}
.campaign-item_right {
  margin: 0 0 0 20px;
  padding: 0;
}
.campaign-item_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.campaign-item_txt {
  padding-left: 1em;
  text-indent: -1em;
}
.campaign-item_price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 20px 0 40px 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.campaign-item_price .tax_box {
  font-weight: bold;
  color: #ff0000;
}
.campaign-item_price .price {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ff0000;
  line-height: 1;
}
.campaign-item_price .num {
  font-size: 36px;
  margin-right: 2px;
}
.campaign-set_subhd {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.campaign-set_subhd::before, .campaign-set_subhd::after {
  content: "";
  display: inline-block;
  margin: 0 5px;
  border: 8px solid transparent;
  border-top: 13px solid #43af34;
  border-bottom: none;
  vertical-align: middle;
}
.campaign-set {
  margin: 0 20px;
}
.campaign-set-list {
  display: grid;
  grid-template-columns: 140px 140px 140px;
  gap: 40px 65px;
}
.campaign-set-list_img {
  margin-bottom: 10px;
}
.campaign-set-list_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}