@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////

おうち時間応援キャンペーン

///////////////////////////////////////////////////////////////////////*/
.staying-home {
  font-family: 'YuGothicM', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.staying-home img {
  vertical-align: middle;
}
.mv {
  margin: 32px 0 38px;
  text-align: center;
}
.outline {
  margin: 0 16px 0 17px;
  background: url(/public/img/static/campaign/2021/staying-home/img_relaxing_time.png) 10px 21px no-repeat, url(/public/img/static/campaign/2021/staying-home/img_remote_work.png) right 8px top 56px no-repeat;
}
.outline_hd {
  margin-bottom: 16px;
  text-align: center;
}
.outline_hd-txt {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  background-color: #fdd23c;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.outline_hd-txt::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 7px solid transparent;
  border-top: 6px solid #fdd23c;
  border-bottom: none;
}
/* ====================================================
  期間
====================================================*/
.period {
  margin-bottom: 44px;
}
.period_time {
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.period_txt {
  text-align: center;
}
/* ====================================================
  対象商品
====================================================*/
.item {
  counter-reset: number 0;
  margin: 0 16px 18px 0;
}
.item_hd {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.item-chain {
  display: flex;
}
.item-chain li {
  width: 160px;
  margin-right: 9px;
}
.item-chain li:nth-of-type(4n) {
  margin-right: 0;
}
.item_img {
  position: relative;
  margin-bottom: 7px;
}
.item_img::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background-color: #2e2e2e;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}
.item_name {
  font-size: 12px;
  line-height: 1.1;
}
.proposal {
  margin-bottom: 30px;
  text-align: center;
}
/* ====================================================
  詳細
====================================================*/
.detail {
  position: relative;
  margin: 0 28px 56px;
  padding: 20px 10px 50px;
  border: 2px solid #000;
  border-radius: 20px;
}
.detail::after {
  content: "";
  position: absolute;
  bottom: -33px;
  right: -14px;
  width: 107px;
  height: 89px;
  background: url(/public/img/static/campaign/2021/staying-home/img_children.png) left top no-repeat;
}
.detail_ttl {
  margin-bottom: 28px;
  text-align: center;
}
.detail_ttl-txt {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  background-color: #2e2e2e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.detail_ttl-txt::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 7px solid transparent;
  border-top: 6px solid #2e2e2e;
  border-bottom: none;
}
.detail_hd {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
/*--------------------------------
  期間
--------------------------------*/
.detail-period {
  margin-bottom: 28px;
}
.detail-period_time {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
.detail-period_txt {
  text-align: center;
}
/*--------------------------------
  対象商品
--------------------------------*/
.detail-item-wrap {
  display: flex;
  justify-content: center;
}
.detail-item-chain {
  margin-bottom: 28px;
}
.detail-item-chain li {
  margin-bottom: 4px;
  padding-left: 1em;
  text-indent: -1em;
}
.detail-item-chain li::before {
  content: "・";
}
/*--------------------------------
  値引き
--------------------------------*/
.detail-discount {
  margin-bottom: 28px;
}
.detail-discount-wrap {
  display: flex;
  justify-content: center;
}
.detail-discount-chain {
  width: 210px;
}
.detail-discount-chain li {
  display: flex;
  margin-bottom: 9px;
}
.detail-discount_txt {
  margin-left: auto;
  color: #cf0000;
}
/*--------------------------------
  注意事項
--------------------------------*/
.detail-notice-wrap {
  display: flex;
  justify-content: center;
}
.detail-notice-chain li {
  margin-bottom: 7px;
  padding-left: 1em;
  text-indent: -1em;
}
.detail-notice-chain li::before {
  content: "・";
}
/* ====================================================
  施工事例
====================================================*/
.showcases {
  margin-bottom: 55px;
}
.showcases_ttl {
  margin-bottom: 27px;
  text-align: center;
}
.showcases_ttl-txt {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 13px;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
}
.showcases-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.showcases-chain {
  display: flex;
}
.showcases-chain li {
  width: 184px;
  margin-right: 29px;
}
.showcases-chain li:nth-of-type(3n) {
  margin-right: 0;
}
.showcases-chain a {
  color: #333;
  text-decoration: none;
}
.showcases-item_img {
  margin-bottom: 6px;
}
.showcases-item_txt {
  font-size: 12px;
}
.showcases_more {
  margin: 0 40px;
  text-align: right;
}
.showcases_more a {
  color: #333;
  padding-right: 18px;
  background: url(/sp/public02/img/common/icon_next-verydarkgray.svg) right center no-repeat;
  background-size: 9px auto;
  font-weight: bold;
  text-decoration: none;
}
/* ====================================================
  無料現場調査を申し込む
====================================================*/
.order-form {
  margin-bottom: 58px;
  text-align: center;
}
.order-form a {
  display: inline-flex;
  align-items: center;
  height: 69px;
  padding: 0 40px;
  border-radius: 10px;
  background-color: #1a75f4;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.order-form a:hover {
  color: #fff !important;
}
