@charset "utf-8";
/* CSS Document */

/* --- ラッパー／幅設定（PC用） --- */
.container {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 60px;
  box-sizing: border-box;
}
/* --- ヘッダー --- */
header {
  margin-bottom: 40px;
}
header h1 {
  font-size: 15px;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #0066cc;
  display: inline-block;
}
header p.subtitle {
  margin: 8px 0 0;
  /*font-size: 14px;*/
  color: #666;
}
/* --- 募集要項セクション --- */
.job-info {
  margin-bottom: 40px;
}
.job-info h2 {
  font-size: 18px!important;
  color: #0066cc;
  margin: 0 auto 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
.job-info table {
  width: 100%;
  border-collapse: collapse;
}
.job-info th, .job-info td {
  padding: 12px 8px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.job-info th {
  width: 30%;
  background-color: #f2f2f2;
  text-align: left;
}
.job-info td {
  text-align: left;
}
/* --- 応募方法セクション --- */
.application-method {
  margin-bottom: 40px;
}
.application-method h2 {
  font-size: 18px!important;
  color: #0066cc;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
.application-method p {
  line-height: 1.6;
  margin: 0 0 16px;
}
/* --- お問い合わせセクション --- */
.contact {
  padding: 20px;
  background-color: #e9f4ff;
  border: 1px solid #cce4ff;
}
.contact h2 {
  font-size: 18px!important;
  color: #0066cc;
  margin: 0 auto 12px;
}
.contact p {
  margin: 4px 0;
}