@charset "utf-8";

/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* PC START ###################################################### */
#login {
  display: none;
}

section div.purchase dl dd {
  width: auto;
}

section div.purchase dl dt {
  max-width: inherit;
}

.other_p {
  margin-top: 0 !important;
  color: red;
}

/* PC END ###################################################### */

@media screen and (max-width: 768px) {
  /* ================================================================= 
   *
   * tablet size
   *
   * ================================================================= */

  /* tablet END ###################################################### */
}

@media screen and (max-width: 468px) {
  /* ================================================================= 
   *
   * smartphone size
   *
   * ================================================================= */

  /* smartphone END ################################################## */
}
