/* ======================================================================
 * DUTTY FREE
====================================================================== */
.content-block .logo {
  text-align: center;
}
.content-block p {
  line-height: 1.8;
}
.content-block ul {
  margin: 0;
  padding: 0;
}
.content-block ul li {
  list-style: none;
}
.content-block .f_en {
  letter-spacing: 0.03em;
}
.content-block.--box {
  background: #f5f6f6;
  border-bottom: none;
  padding: 4rem 2rem;
}
.content-block .shop-list {
  border: 1px solid #707070;
  background: #ffffff;
  padding: 3rem 1.5rem 0 1.5rem;
}
.content-block .shop-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.content-block .shop-list ul:after {
  content: "";
  display: block;
  width: 33.3333333333%;
}
.content-block .shop-list li {
  width: 33.3333333333%;
  margin: 0 0 3rem 0;
  display: grid;
  place-content: center;
}
.content-block .shop-list .logo_s {
  margin-right: -1rem;
}
.content-block .currency-list ul li {
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
}
.content-block .currency-list ul li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #5a5a5a;
  vertical-align: middle;
  margin: -0.2rem 0.5rem 0 0;
}