@charset 'UTF-8';

/* **********************************************************************
*
* Title: 九州沖縄版 area.css
*
********************************************************************** */

.area_bg {
  background-color: #e55a48 !important;
}

.area_btn {
  background-color: #e55a48 !important;
  box-shadow: 0 2px #cb5040;
}

.area_bd {
  border-color: #e55a48 !important;
}

.area_txt {
  color: #e55a48 !important;
}

/* サイトマップ
======================================================= */
.sitemap .kansai,
.sitemap .tokai {
  display: none;
}

/* 面接の本音
======================================================= */
.mensetsu_inner .profile:before {
  color: #e55a48;
}

.mensetsu_inner .point h2:before,
.mensetsu_inner .ng h2:before {
  background-position: -30px -30px;
}

.mensetsu_inner .question h2:before {
  background-position: -30px 0;
}

.mensetsu_inner .check h2:before {
  background-position: -30px -60px;
}

.mensetsu_inner .qa dt:before {
  background-position: -30px -90px;
}

@media screen and (max-width: 640px) {

  .mensetsu_inner .point h2:before,
  .mensetsu_inner .ng h2:before {
    background-position: -20px -20px;
  }

  .mensetsu_inner .question h2:before {
    background-position: -20px 0;
  }

  .mensetsu_inner .check h2:before {
    background-position: -20px -40px;
  }

  .mensetsu_inner .qa dt:before {
    background-position: -20px -60px;
  }

}
