h2, h3, h4, p, a, li, dd, dt, dl{
  font-family:  kozuka-mincho-pro, serif;
  font-style: normal;
  font-weight: normal;
  color: #585858;
}
dd {
    margin-left: 0px;
}
#delivery h2{
  margin:0 0 10px;
}
#delivery, #payment, #info{
  position:relative;
}
.anker{
  position:absolute;
  top:-100px;
  left:0;
  width:1px;
  height:1px;
  pointer-events:none;
}
h2{
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin:55px 0 7px;
}
img{
  margin:6px 0 14px;
}
#s2{
  margin-bottom:107px;
}
#s2 dt {
    font-weight: bold !important;
    margin: 38px 0 9px;
    font-size: 1.7rem;
    transform: translateX(-13px);
}
#s2 h2{
  transform: translateX(-13px);
}
@media (max-width:900px){
  #s2 dt {
    transform: translateX(0);
  }
  #s2 h2{
    transform: translateX(0);
  }
}