/* ==============================
   イチオシ商品ロゴパーツ
   prefix: kdw-ichioshi__
   kodawari-net.com/img/css/ichioshi-logo.css
   ============================== */

.kdw-ichioshi__wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 16px;
  background: #ffffff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.kdw-ichioshi__center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kdw-ichioshi__img {
  width: 260px;
  max-width: 100%;
  height: auto;
  display: block;
}

.kdw-ichioshi__tagline {
  font-size: 12px;
  line-height: 1.8;
  color: #555;
  text-align: center;
  margin: 10px 0 0;
}

.kdw-ichioshi__tagline em {
  font-style: normal;
  color: #a02020;
  font-weight: 700;
}
