.header-bar {
  margin: auto;
  display: block;
  text-align: center;
}

.gift_header::after {
  content: "";
  display: table;
  clear: both;
}
/* 全体共通 */
article, section {
  padding: 24px 16px;
  background-color: #fdfdfd;
  color: #333;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  box-sizing: border-box;
}

article .shopitem-box .img-item img {
    width: auto;
    height: auto;
}

/* h1タイトル */
article h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #2e2e2e;
  text-align: center;
}

/* セクション見出し */
section h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.8em;
  border-left: 4px solid #999;
  padding-left: 0.6em;
  color: #444;
}

/* 段落 */
p {
  margin-bottom: 1.2em;
}

article ul {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
article ul li {
  margin-bottom: 0.4em;
}
article ul li a {
  color: #005bac;
  text-decoration: underline;
}
article ul li a:hover {
  text-decoration: none;
}


/* よくある質問 */
dl {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 1em;
  border-radius: 6px;
}
dt {
  font-weight: bold;
  margin-top: 1em;
  color: #333;
}
dd {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

/*# sourceMappingURL=sender.css.map */
