@charset "Shift_JIS";

.btn-flat-simple {
  width: 150px;
  display: inline-block;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  border: solid 2px #67c5ff;
  border-radius: 5px;
  color: #67c5ff;
  transition: .4s;
  }

.btn-flat-simple:hover {
  background: #67c5ff;
  color: white;
  }

.mgr-50 {
  margin-right: 50px;
  }


