@charset "utf-8";
/*  style　[  ]
=================================================================== */
.btn-recruit {
  position: relative;
  display: block;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
  color: #FFA000!important;
  background: #fff1da;
  border: solid 2px #FFA000;
  border-radius: 5px;
  transition: .4s;
  font-size: 1.2em;
  text-align: center;
  max-width: 460px;
  margin: 1em 0;
}

.btn-recruit:hover {
  background: #ffc25c;
  color: #FFF!important;
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {

}
/*----------------------------------------------
   480px以下
  ---------------------------------------------*/
@media screen and (max-width: 480px) {

}


