@charset "utf-8";

/******************************************************/
/* ▼採用情報          - モバイル/デスクトップ共通CSS */
/******************************************************/

.recruit-message-wrapper {
  width: 94%;
  margin: 28px auto;
  padding: 20px;
  background: #C2DFFF;
  border-radius: 8px;
}

/* 「採用担当より皆様へ」 */
.recruit-message-title {
  display: inline-block;
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  border-bottom: 2px solid #002060;
  color: #002060;
}

/* 「採用担当より皆様へ」の本文 */
.recruit-message-text {
  text-align: left;
  margin-top: 10px;
  color: #002060;
}

.recruit-outline-title {
  margin-top: 8px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 20pt;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #002060;
  padding: 0 20px;
}

.recruit-outline {
  width: 100%;
  margin: 0 auto;
}

.recruit-outline th,
.recruit-outline td {
  text-align: left;
  display: block;
  padding-left: 12px;
}

.recruit-outline th {
  background: #fff;
  color: #002060;
  white-space: nowrap;
  line-height: 32px;
}

.recruit-outline a {
  color: #dd0;
}

/* 卒業区分 */
.school {
  display: inline-block;
  width: 200px;
}

/*.breakdown {
  display: inline-block;
  width: 64px;
  margin-right: 12px;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify:inter-ideograph;
}*/

/* 月額 */
.monthly {
  display: inline-block;
  width: 32px;
  text-align: right;
}

/* 月額と金額との間のスペース */
.monthly-space {
  display: inline-block;
  width: 44px;
}

/*hr.line {
  border: none;
  border-bottom: 1px dashed #000;
  margin: 0;
  width: 260px;
}*/

/* 採用のフロー図 */
ul.selection-flow{
  display: flex;
  flex-direction: column;
  width: 280px;
  list-style: none;
  padding: 4px 0;
  margin: 0 auto;
}

ul.selection-flow li{
  text-align: center;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 25px;
  background: #F3E5AB;
  color: #002060;
}

/* フロー図の先端部分 */
ul.selection-flow li::after{
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  border-width: 20px 140px;
  border-color: #F3E5AB transparent transparent transparent;
  border-style: solid;
}

/******************************************************/
/* ▼採用情報           - デスクトップ用CSS           */
/******************************************************/

@media screen and (min-width: 768px) {

  .recruit-message-wrapper {
    width: 500px;
  }

  .recruit-outline {
    table-layout: fixed;
    width: 750px;
  }

  .recruit-outline th ,
  .recruit-outline td {
    display: table-cell;
  }

  .recruit-outline th {
    height: 75px;
    width: 190px;
  }

  .recruit-outline td {
    width: 560px;
  }

  /* 採用のフロー図 */
  ul.selection-flow {
    margin-left: 0;
  }

}
