@charset 'utf-8';
/*///////////////////////////////////////////////////////////

#30453: [横]EXHP＞タクボ物置お中元キャンペーンページ作成依頼

//////////////////////////////////////////////////////////*/
.yodooutlet {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333;
	line-height: 1.6;
}
.yodooutlet a:hover{
  text-decoration: none;
}
.yodooutlet_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: 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-hd {
  height: 50px;
  margin-bottom: 24px;
  background-color: #c80010;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  span {
    color: #fdff63;
  }
}
.campaign-list {
  margin-bottom: 20px;
  padding: 0 16px;
}
.campaign-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 9px;
  margin-bottom: 70px;
}
.campaign-item li {
  position: relative;
}
.stamp {
  position: absolute;
  display: block;
  top: 125px;
  right: -22px;
  z-index: 1;
}
.stamp img {
  display: block;
}
.campaign-item a {
  display: block;
}
.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;
}


/* ====================================================
  アウトレットセール対象のエスモシリーズをご紹介
====================================================*/
.yodooutlet-wrap {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
}
.yodooutlet-wrap_txt {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.table-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.product-table {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
  background-color: #ffffff;
}
.product-table thead {
  background-color: #e9e9e9;
}
.product-table th {
  padding: 12px 0;
  font-size: 15px;
  font-weight: bold;
  font-feature-settings: "palt";
  text-align: center;
}
.product-table th:first-child {
  width: 186px;
}
.product-table th:nth-child(3) {
  padding: 12px 16px;
}
.product-table td {
  padding: 12px 0;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
}
.product-table td:last-child {
  padding: 12px 16px 12px 0;
}
.product-table tbody tr {
  border-bottom: 1px solid #ccc;
}
.product-table a {
  display: block;
  width: 150px;
  height: 33px;
  padding: 0 4px 0 10px;
  margin-left: auto;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 33px;
  background-color: #2563ec;
  border-radius: 5px;
}
.product-table a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin: 2px 0 0 8px;
  background: url(/public/img/global/icon_next-white.svg) no-repeat;
  background-size: contain;
}
.soldout {
  display: block;
  height: 33px;
  margin-left: 16px;
  color: #333;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
}

#appeal_area {
  display: none;
}