/* CSS Document */
div.promise_box{
  width: 100vw;
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.promise_box{
  padding: var(--headerHeight) 1rem;
}
body[wc-view-type="tb"] div.promise_box{
  padding: var(--headerHeight) 3rem;
}
div.promise_box p{
  text-align: center;
  line-height: 1.8rem;
  margin-bottom: calc(var(--headerHeight) / 2);
}
div.promise_box dl{
}
body[wc-view-type="pc"] div.promise_box dl{
  width: 1100px;
  margin: 0 auto 2rem auto;
}
div.promise_box dl dt{
  border-bottom: 1px solid #000;
  font-size: 1.2rem;
}
div.promise_box dl dd{
  padding: 1rem;
  box-sizing: border-box;
  line-height: 1.8rem;
}
#wcpageheader figure{
  margin-top: calc(var(--headerHeight) * -1);
}
body[wc-view-type="tb"] br.none,
body[wc-view-type="sp"] br.none{
  display: none;
}

