@charset "UTF-8";
/*******************************
// 掲載枠の料金 ページ専用スタイル
//
// /slot-price/ （採用企業向け）。下層共通テンプレ subpage-temp.php を使用。
// ルートクラスは .p-page-slot-price。ヒーローは company-guide と同型で、配色は採用企業管理画面（--company-main #3164B1）に合わせる。
// 料金表の見出しは正社員枠 #F01C3D ／ アルバイト枠 #0E7490 とし、本体側の雇用形態ラベルの色分け（JobEmploymentType）に揃える。
// 2 つの表は 1025px 以上で横並び、1024px 以下は縦積み。共通の 1024px インナー (.l-subpage-inner) は subpage.css 側で定義。
********************************/
.p-page-slot-price {
  color: #161616;
  background-color: #ffffff;
  /* ヒーロー（company-guide と同型: 英字 / バッジ / タイトル / 青バー） */
}
.p-page-slot-price__hero {
  width: 100%;
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__hero {
    padding-top: 50px;
  }
}
.p-page-slot-price__hero-en {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #3164B1;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__hero-en {
    margin-bottom: 30px;
  }
}
.p-page-slot-price__hero-badge {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #161616;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__hero-badge {
    font-size: 18px;
  }
}
.p-page-slot-price__hero-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__hero-title {
    font-size: 28px;
  }
}
.p-page-slot-price__hero-title::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  background-color: #3164B1;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__hero-title::after {
    margin-top: 15px;
  }
}
.p-page-slot-price__lead {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__lead {
    margin-top: 30px;
    font-size: 16px;
  }
}
.p-page-slot-price__lead-note {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  color: #F01C3D;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__lead-note {
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-page-slot-price {
  /* 本文セクション（下部余白は company-guide の body と同値） */
}
.p-page-slot-price__body {
  width: 100%;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__body {
    padding-bottom: 100px;
  }
}
.p-page-slot-price {
  /* 料金表 2 枚のラッパ。1025px 以上のみ横並び */
}
.p-page-slot-price__tables {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__tables {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 30px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-page-slot-price__tables {
    display: block;
    column-gap: 0;
  }
}
.p-page-slot-price__table-col {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__table-col {
    flex: 1;
    min-width: 0;
  }
}
.p-page-slot-price__table-col + .p-page-slot-price__table-col {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__table-col + .p-page-slot-price__table-col {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-page-slot-price__table-col + .p-page-slot-price__table-col {
    margin-top: 40px;
  }
}
.p-page-slot-price__table-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__table-title {
    font-size: 20px;
  }
}
.p-page-slot-price__table-title--full-time {
  background-color: #F01C3D;
}
.p-page-slot-price__table-title--part-time {
  background-color: #0E7490;
}
.p-page-slot-price__table-note {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.7;
  color: #616161;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__table-note {
    font-size: 14px;
  }
}
.p-page-slot-price__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.p-page-slot-price__th {
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  border-bottom: 1px solid #E7E7E7;
  background-color: #F7F7F7;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__th {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
}
.p-page-slot-price__th--term {
  width: 30%;
}
.p-page-slot-price__th--price {
  width: 26%;
  text-align: right;
}
.p-page-slot-price__cell {
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 15px;
  padding-left: 5px;
  border-bottom: 1px solid #E7E7E7;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__cell {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
}
.p-page-slot-price__cell--term {
  font-weight: 700;
}
.p-page-slot-price__cell--price {
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__cell--price {
    font-size: 17px;
  }
}
.p-page-slot-price__price-before {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: line-through;
  color: #848484;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__price-before {
    font-size: 12px;
  }
}
.p-page-slot-price__tax {
  margin-left: 5px;
  font-size: 10px;
  font-weight: 400;
}
.p-page-slot-price__badges {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
  margin-top: 5px;
}
.p-page-slot-price__badge {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
.p-page-slot-price__badge--discount {
  background-color: #3164B1;
}
.p-page-slot-price__badge--recommend {
  background-color: #F01C3D;
}
.p-page-slot-price {
  /* 表の下の注記 */
}
.p-page-slot-price__notes {
  margin-top: 20px;
  margin-bottom: 0;
  list-style: none;
}
.p-page-slot-price__notes-item {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.7;
  color: #F01C3D;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__notes-item {
    font-size: 14px;
  }
}
.p-page-slot-price {
  /* 定額であることの訴求。ヒーローのリード文の直下、料金表の上に置く。
     ページ全体の高さを抑えるため余白は詰めてある（2026-08-21 大井指示） */
}
.p-page-slot-price__flat {
  margin-top: 25px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border: 2px solid #3164B1;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__flat {
    margin-top: 30px;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
  }
}
.p-page-slot-price__flat-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #3164B1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__flat-title {
    font-size: 20px;
  }
}
.p-page-slot-price__flat-lead {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__flat-lead {
    font-size: 15px;
  }
}
.p-page-slot-price__flat-list {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__flat-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.p-page-slot-price__flat-item {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: #F5F8FC;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__flat-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-page-slot-price__flat-item-title {
  margin-top: 0;
  margin-bottom: 5px;
  color: #3164B1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__flat-item-title {
    font-size: 15px;
  }
}
.p-page-slot-price__flat-item-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.7;
}
.p-page-slot-price__flat-note {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}
.p-page-slot-price {
  /* 求人編集回数について */
}
.p-page-slot-price__edit {
  margin-top: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__edit {
    margin-top: 40px;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
  }
}
.p-page-slot-price__edit-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__edit-title {
    font-size: 18px;
  }
}
.p-page-slot-price__edit-text {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-page-slot-price__edit-text {
    font-size: 14px;
  }
}
.p-page-slot-price__edit-text:last-child {
  margin-bottom: 0;
}
