@charset "utf-8";

/* 福岡ホスピタリティアカデミー様専用のCSS記述領域です。 */

.school_txt{font-size: 85%;}
.school_b{font-weight: bold;}
/* トピックスのボタン  */
.topix_button {
  display: flex;
  flex-direction: column;
  width: fit-content;
  min-width: 166px;
  max-width: 358px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
}
.topix_button a {
  display: block;
  min-width: 166px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #000;
  border-radius: 8px;
}

@media screen and (max-width: 768px){
.korea_space {
  margin-top: -50px;
}	
.korea_space02 {
  margin-top: -30px;
}	
}
