@charset "UTF-8";
/*共通*/
#white_day {
  padding-bottom: 60px;
}
#white_day img {
  max-width: 100%;
}
#white_day a:hover {
  opacity: .8;
}
/*説明文2カラム*/
#white_day .wrapBg01 {
  margin: 15px 0 30px;
}
#white_day .popularKeywords {
  background-color: #fff;
  border: solid 2px #d0d0d0;
  padding: 20px 0 20px 22px;
  margin-bottom: 30px;
}
#white_day .popularKeywords:last-of-type {
  margin-bottom: 0;
}
#white_day .popularKeywords a {
  color: #19191a;
}
#white_day .popularKeywords h3 {
  background: url(/ec/shop/images/header/search.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 20px;
  margin-bottom: 12px;
  padding-left: 30px;
}
#white_day .popularKeywords ul li {
  background-image: url(/d_images/campaign/seibo/icon-arrow02.png);
  background-position: 0px 6px;
  background-repeat: no-repeat;
  background-size: 11px 15px;
  float: left;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 16px;
  margin-bottom: 6px;
  padding-left: 20px;
  width: calc(100% / 3);
}
#white_day .popularKeywords ul li:not(:last-child) {
  padding-right: 15px;
}
#white_day .clearfix::after {
    clear: both;
    content: "";
    display: block;
}
#white_day .shippingtxt {
  text-align: center;
  font-size: 1.8rem;
  background-color: #cfede5;
  color: #1b1c1b;
  padding: 0 5px 8px;
  font-feature-settings: "palt";
  font-weight: 500;
}
/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #white_day {
    width: min(80vw, 767px);
  }
}
/*SP*/
@media only screen and (max-width: 767px) {
  #white_day .popularKeywords {
    border-top: 1px solid #ececec;
    border: solid 2px #d0d0d0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 11px 18px;
  }
  #white_day .popularKeywords ul li {
    background-image: url(/d_images/campaign/seibo/sp/icon-arrow02.png);
    background-size: 10px 13px;
    width: 50%;
  }
  #white_day .popularKeywords ul li a {
    font-size: 13px;
  }
  #white_day .shippingtxt {
  font-size: 1.2rem;
  padding-top: 2px;
}
}