@charset 'utf-8';
/*///////////////////////////////////////////////////////////

#33338: [横]EXHP＞ルシアスアウトレットセールページ作成依頼

//////////////////////////////////////////////////////////*/
.ykkoutlet {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333;
	line-height: 1.6;
}
.ykkoutlet a:hover {
  text-decoration: none;
}
.ykkoutlet_ttl {
	margin: 32px 0 16px;
	font-size: 18px;
  font-weight: bold;
	text-align: center;
}
.campaign-bnr {
  margin-bottom: 24px;
}
.campaign-em {
  color: #f00;
  font-weight: bold;
}
.campaign-bold {
  font-weight: bold;
}
/* ====================================================
  リード文
====================================================*/
.campaign-info {
  margin-bottom: 14px;
}
.campaign-info_desc {
  float: left;
  width: 325px;
  text-align: justify;
  line-height: 1.6;
}
.campaign_txt {
  margin-bottom: 10px;
}
.campaign-info-bnr {
  position: relative;
  float: right;
  margin-top: 5px;
  padding: 22px 14px;
  border: 2px solid #f00;
  border-radius: 5px;
}
.campaign-info-bnr_hd {
  font-size: 12px;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 181px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
.campaign-info-bnr_txt {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.campaign-comments {
	padding: 26px;
	margin-bottom: 50px;
	font-size: 12px;
  line-height: 1.5;
	background-color: #f8f8f8;
}
.campaign-comments_txt {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 4px;
}
/* ====================================================
  キャンペーン詳細
====================================================*/
.campaign-item_hd {
  padding: 10px 0;
  margin-bottom: 32px;
  background-color: #27a6e5;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  span {
    color: #feed23;
  }
}
/* ====================================================
  表
====================================================*/
.campaign-list_hd {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.campaign-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 64px;
  li {
    width: 285px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
  }
}
.campaign-list_img {
  position: relative;
  img {
    display: block;
    width: 100%;
  }
}
.campaign-list_img::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 74px;
  height: 75px;
  background: url(/public/img/static/special/cpexkihp0054/icon_65off.webp) no-repeat;
  background-size: contain;
}
.campaign-list-box {
  padding: 24px 16px 28px;
}
.campaign-list_ttl {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.campaign-list-table {
  margin-bottom: 16px;
  border-collapse: collapse;
}
th, td {
  border: 1px solid #d5d5d5;
  padding: 3px 10px;
  font-size: 14px;
  text-align: center;
}
/* ヘッダー背景 */
.header {
  background-color: #ecf9ff;
  font-weight: bold;
}
/* 左側ラベル */
.side {
  font-weight: bold;
  background-color: #ecf9ff;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
/* 行ラベル */
.row-label {
  width: 30px;
  font-weight: bold;
  background-color: #ecf9ff;
}
.data {
  width: 40px;
}
.campaign-list-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 41px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  background-color: #27a6e5;
  border-radius: 3px;
  text-decoration: none;
}
.campaign-list-btn a:nth-child(2) {
  margin-top: 8px;
}
.campaign-list-btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(/public/img/global/icon_next-white.svg) no-repeat;
  background-size: contain;
}