/*====================================================================
    
====================================================================*/
div.msg.formend {
  margin: 0 auto 40px;
}

h2.hd {
  margin-bottom: 20px;
}

.box {
  margin: 0 40px;
}

/*====================================================================
    SP
====================================================================*/
@media only screen and (max-width: 660px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  h2.hd {
    margin: 0 40px;
  }

  .box {
    margin: 0 40px;
  }
}
/*====================================================================
    
====================================================================*/
