@charset "UTF-8";
/* future — 元: module/future/css/common.css */

/* ---- module/future/css/style.css ---- */
@media screen and (min-width: 741px), print {
  /* CSS Document */

  /* ============================
		futurePage
 ============================ */

  .futurePage .message {
    margin-bottom: 90px;
  }

  .futurePage .message .catchMessage,
  .futurePage .message h1 {
    font-size: 19px;
    font-weight: bold;
    color: #5dbbc9;
    text-align: center;
    margin-bottom: 60px;
  }

  .futurePage .message .mainVisual {
    display: block;
    text-align: center;
  }

  .futurePage .message .messageBody {
    padding: 30px 110px 70px 110px;
  }

  .futurePage .message h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #5dbbc9;
    margin-left: 35px;
    margin-bottom: 10px;
    padding-bottom: 3px;
  }

  .futurePage .status {
  }

  .futurePage .status p {
    font-size: 15px;
    margin-left: 35px;
    line-height: 1.2em;
  }

  .futurePage .status .statusFig {
    display: block;
    text-align: center;
    position: relative;
    top: -75px;
  }

  .futurePage .recruit .tableList {
    display: table;
    width: 1030px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0 10px;
    border-bottom: 1px solid #bfbfbf;
  }

  .futurePage .recruit .tableList.firstChild {
    border-top: 1px solid #bfbfbf;
    margin-top: 20px;
  }

  .futurePage .recruit .tableList .tableTR {
    display: table-row;
  }

  .futurePage .recruit .tableList .years {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    background-color: #ebebeb;
  }

  .futurePage .recruit .tableList dt {
    display: table-cell;
    width: 140px;
    height: 65px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #ebebeb;
    color: #5dbfcd;
  }

  .futurePage .recruit .tableList dd {
    display: table-cell;
    width: 900px;
    vertical-align: middle;
    padding: 0 15px;
  }

  .futurePage .recruit .tableList .detail {
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
  }

  .futurePage .recruit .tableList .categoly {
    display: table-cell;
    color: #5dbbc9;
  }

  .futurePage .recruit .tableList .other {
    display: table-cell;
  }
}

/* ---- module/future/css/smart.css ---- */
@media screen and (max-width: 740px) {
  /* CSS Document */

  /* ============================
		categolyPage
 ============================ */

  header {
    position: fixed !important;
  }

  /* ============================
		futurePage
 ============================ */

  .futurePage .message {
    margin-bottom: 90px;
  }

  .futurePage .message .catchMessage,
  .futurePage .message h1 {
    padding: 10px 0 20px 0;
    font-size: 14px;
    font-weight: bold;
    color: #5dbbc9;
    text-align: center;
    line-height: 1.6em;
  }

  @media screen and (max-width: 320px) {
    .futurePage .message .catchMessage,
    .futurePage .message h1 {
      font-size: 13px;
    }
  }

  .futurePage .message .mainVisual {
    display: block;
  }
  .futurePage .message .mainVisual img {
    width: 100%;
  }

  .futurePage .message .messageBody {
    padding: 10px 0px 40px 0px;
  }

  .futurePage .message h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #5dbbc9;
    margin-left: 0px;
    margin-bottom: 20px;
    padding-bottom: 3px;
  }

  .futurePage .status {
  }

  .futurePage .status p {
    font-size: 14px;
    line-height: 1.2em;
  }

  .futurePage .status .statusFig {
    padding: 20px 0 50px 0;
  }
  .futurePage .status .statusFig img {
    width: 320px;
  }

  .futurePage .recruit .tableList {
    width: 320px;
    margin: 0 auto;
    border-collapse: collapse;
  }

  .futurePage .recruit .tableList.firstChild {
  }

  .futurePage .recruit .tableList .tableTR {
    display: table-row;
  }

  .futurePage .recruit .tableList .years {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    background-color: #ebebeb;
    padding: 5px 0;
  }

  .futurePage .recruit .tableList dt {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #ebebeb;
    padding: 5px 0;
    color: #5dbfcd;
  }

  .futurePage .recruit .tableList dd {
    width: 320px;
    padding: 10px 0;
  }

  .futurePage .recruit .tableList .detail {
    display: table;
    border-collapse: collapse;
  }

  .futurePage .recruit .tableList .categoly {
    display: table-cell;
    color: #5dbbc9;
    white-space: nowrap;
  }

  .futurePage .recruit .tableList .other {
    display: table-cell;
  }
}
