@charset "UTF-8";

/* 下層ページのULをリストにする */
.under_ul {
  font-size: 16px;
  padding-left: 1.3em;
  list-style: disc;
}
.table-bordered .under_ul {
  font-size: 14px;
}

.under_ol {
  font-size: 16px;
  padding-left: 1.3em;
  list-style: decimal;
}

/* 電話番号のリンクをデフォルト値にする */
.under_tel_link_color {
  text-decoration: none;
  color: #333;
}

/* 文字テキストの反転 */
.codedirection {
  direction: rtl;
  unicode-bidi: bidi-override;
}



/* ============================== */
/* ヘルパーステーション CSCSについて */
/* ============================== */

.about_name_origin {
  font-size: 16px;
  max-width: 540px;
  margin: auto;
}

.about_name_origin th:first-letter {
  font-size: 1.5em;
  color: #136f77;
  font-weight: bold;
}
.about_name_origin th {
  padding: .5em 6em .5em 0;
  width: 200px;
  position: relative;
}
.about_name_origin td {
  padding: .5em 0;
}
.about_name_origin span {
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 4em;
  height: auto;
}
@media screen and (max-width:600px) {
  .about_name_origin {
    font-size: 14px;
  }
  .about_name_origin th {
    width: 180px;
  }
}



/* ============================== */
/* 採用情報 */
/* ============================== */
@media screen and (max-width:600px) {
  .table-bordered.recruit_table th {
    padding: 1em;
    width: 50px;
  }
}
