@charset "UTF-8";

/*----- ページレイアウト（共通） -----*/
  .inner_contents{margin:50px 10px;}

  table.recruit_table{margin-top:40px;width:100%;}
  table.recruit_table th,table.recruit_table td{border:1px solid #ccc;}
  table.recruit_table thead td{width: 40%;text-align: center; background-color:#eee;}
  table.recruit_table th{width: 10%;white-space: nowrap;color: #fff; background-color:#444;}

  .career_flow{margin-top: 20px;}
  .career_flow h3{margin: 20px 0;font-size: 110%;}
  .career_flow ul{margin: auto;max-width: 600px;}
  .career_flow li.step{position: relative; padding: 15px;text-align: center; background-color: #b2dafb;border-radius: 25px;}
  .career_flow li.step.next::after{position: absolute; content: "";top:55px;left: calc(50% - 20px);
    border-width: 20px; border-style: solid; border-color: #013f8a transparent transparent transparent;
    }
  .career_flow li.term{padding: 10px 0 10px 60%;}

/*----- ページレイアウト（スマホ、タブレット縦）-----*/
@media screen and (max-width : 768px) {

  table.recruit_table th,table.recruit_table td{padding:0.4em 0.2em;line-height:1.4em;font-size:13px;}
  .career_flow{font-size: 14px;}


}


/* ----- ページレイアウト（ＰＣ、タブレット横）  ----- */
@media (min-width: 769px) {

  table.recruit_table th,table.recruit_table td{padding:10px;line-height:1.5em;}

}

/* ----- ページレイアウト（ＰＣ 1000px以上）  ----- */
@media (min-width: 1000px) {
}

