@charset "utf-8";

/* リードテキスト　*/

.section .mod-section-readText .module-block > p {
  margin-bottom: 40px;
  font-size: 2em;
  font-weight: bold;
}

/* コンテントブロック内の注釈リスト　*/

.section .content-block li.mod-note {
  margin-top: 10px;
}

.section .content-block li.mod-note + li.mod-note {
  margin-top: 0;
}

/* テーブル内のマージン調整　*/

/* 現在募集中の駅 */
.section .mod-table-td-recruitment .module-block p:not(:first-child) {
  margin-top: 30px;
}
/* 勤務地 */
.section .mod-table-td-workPlace .content-block:not(:first-child) {
  margin-top: 10px;
}
/* 勤務内容・勤務時間 */
.section .mod-table-td-workContent .content-block:not(:first-child) {
  margin-top: 10px;
}
