/* CSS Document */
div#wcDebug{
  display: none;
}
#wcpageheader{
  margin-top: calc(var(--headerHeight) * -1);
}
main{
  width: 100vw;
  background-color: #fff;
}
div.promise_block{
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.promise_block{
  padding: var(--headerHeight) 1rem;
}
body[wc-view-type="tb"] div.promise_block{
  padding: var(--headerHeight) 4rem;
}
body[wc-view-type="tb-l"] div.promise_block{
  padding: var(--headerHeight) 8rem;
}
body[wc-view-type="pc"] div.promise_block{
  width: 1100px;
  margin: 0 auto;
  padding: var(--headerHeight) 0;
}
div.promise_block > p{
  line-height: 2rem;
  text-align: center;
  margin-bottom: calc(var(--headerHeight) / 2);
}
body[wc-view-type="sp"] div.promise_block > p{
  text-align: left;
}
body[wc-view-type="pc"] div.promise_block > p{
  text-align: left;
  width: 800px;
  margin: 0 auto;
  margin-bottom: calc(var(--headerHeight) / 2);
}
div.promise_block > dl{
  margin-bottom: 1rem;
}
body[wc-view-type="pc"] div.promise_block > dl{
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
div.promise_block > dl dt{
  padding: 0 1rem;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 3px dotted #00aa6e;
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
}
div.promise_block > dl dd{
  padding: 0 1rem;
  box-sizing: border-box;
  width: 100%;
  padding-top: 0.5rem;
  line-height: 2rem;
}

