@charset "UTF-8";

/* ===============================================
CSS Information

FileName:it.css
Author:MML
Last edit:20191001

=============================================== */
@media screen and (min-width: 768px) {
  .it .btn_white {
    width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .it .btn_white {
    width: 80%;
  }

}