@charset "utf-8";

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower #visual {
  background-image: url(../../_images/_common/visual-bg.png);
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main .title-1 {
  border-top: 2px solid #9b71b7;
  background-position:  left -2px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ページナビ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#page-nav + * {
  margin-top: 40px !important;
}

#page-nav table {
  border-spacing: 5px;
  font-size: 14px;
  table-layout: fixed;
}

#page-nav table td {
  border: 1px solid #bdb9cd;
  text-align: center;
  margin-bottom: 0;
}

#page-nav table td:hover,
#page-nav table td.current {
  border: 1px solid #9e77ba;
  background: #9e77ba;
}

#page-nav table td a {
  padding: 10px 5px;
  color: inherit;
  display: block;
  text-decoration: none;
}

#page-nav table td:hover a,
#page-nav table td.current a {
  color: #fff;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#page-nav table, #page-nav table tbody, #page-nav table tr, #page-nav table th, #page-nav table td {
display: block;

}
#page-nav table td {
margin-bottom: 5px;
}

}

/* ****************************************************************************************************
   * テーブル
**************************************************************************************************** */

table.students{
width: 60%;
}

table.students td{
text-align:center;
}

table.students + * { margin-top:1.5em; }

* + table.students { margin-top:1.5em; }

table.students { border-collapse:collapse; }

table.students > tbody > tr > th {
  font-weight: normal;
  border: solid 1px #bdb9cd;
}

table.students > tbody > tr > td {
  border: solid 1px #bdb9cd;
  background: #fff;
}

table.students > tbody > tr > th[scope="col"] {
  background: #e5e5e5;
}

table.students > tbody > tr > th[scope="row"] {
  background: #f1f1f1;
}

table.students caption {
  margin-bottom: 0.5em;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

table.students{
width: 100%;
}

}


/* ****************************************************************************************************
   * テーブル
**************************************************************************************************** */

table.default + * { margin-top:1.5em; }

* + table.default { margin-top:1.5em; }

table.default { border-collapse:collapse; }

table.default > tbody > tr > th {
  font-weight: normal;
  border: solid 1px #bdb9cd;
}

table.default > tbody > tr > td {
  border: solid 1px #bdb9cd;
  background: #fff;
}

table.default > tbody > tr > th[scope="col"] {
  background: #e5e5e5;
}

table.default > tbody > tr > th[scope="row"] {
  background: #f1f1f1;
}

table.default caption {
  margin-bottom: 0.5em;
}

/* ****************************************************************************************************
   * フレキシブル：テーブル
**************************************************************************************************** */

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

table.flex-table {
  display: block;
}

table.flex-table > tbody {
  display: block;
}

table.flex-table > tbody > tr {
  width: 100%;
  display: block;
}

body.msie9 table.flex-table > tbody > tr {
  float: left;
}

table.flex-table > tbody > tr > th {
  width: 100%;
  padding: 0.25em 0.5em;
  display: block;
  font-weight: normal;
  text-align: left;
  border-left: none;
  border-right: none;
}

body.msie9 table.flex-table > tbody > tr > th {
  float: left;
}

table.flex-table > tbody > tr > td {
  width: 100%;
  display: block;
  border: none;
  text-align: left;
}

body.msie9 table.flex-table > tbody > tr > td {
  float: left;
}

table.flex-table caption {
  margin-bottom: 0.5em;
  display: block;
  font-weight: bold;
  text-align: left;
}


#sec4 .col1 table.data tr:nth-of-type(2) ~ tr {
  margin-top: 1em;
}

#sec4 .col1 table.data tr:nth-of-type(1) {
  display: none;
}

#sec4 .col1 table.data td:nth-of-type(1):before {
  content: '［区分］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

#sec4 .col1 table.data td:nth-of-type(2):before {
  content: '［金額］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

#sec4 .col1 table.data td:nth-of-type(3):before {
  content: '［採用条件］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

}


.showpc{
display: initial;
}

.showsp{
display: none;
}
@media screen and (max-width:736px) {
.showpc{
display: none;
}
.showsp{
display: initial;
}
}