@charset "utf-8";
/* CSS Document */
/* ======================================================= */
.pagevisual {
    background: #000 url("../img/pagevisual.jpg")no-repeat center;
    background-size: cover;
}
/* ======================================================= */
.sec-recruitment{
    margin: 70px 0 100px;
}
.table-outer {
    margin: 50px auto;
}
/* ======================================================= */
.page-news {
    margin-top: 50px;
    margin-bottom: 90px;
    text-align: center;
}
.page-news .sec-midashi {
    font-size: 2.4rem;
    margin-bottom: 30px;
}
/* ======================================================= */
/* ======================================================= */

.outlinetable {
    border: 1px solid #003586;
    border-top: 2px solid #003586;
    line-height: 1.5;
    margin: 40px auto;
}
.outlinetable tr.bg-blue{
    background: rgb(0 53 134 / 5%);
}
.outlinetable th {
    width: 33.33333%;
    padding: 10px;
}
.outlinetable .ttl {
    background: #003586;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: auto;
    border-right: solid 1px #fff;
}
.outlinetable .ttl:last-child {
    border-right: none;
}
.outlinetable .short_td02 {
    width: 60px;
}
.outlinetable td {
    border-top: 1px solid #003586;
    border-right: 1px solid #003586;
    padding: 10px;
    font-size: 1.5rem;
}
.outlinetable td.short_td {
    background: rgb(0 53 134 / 25%);
    width: 40px;
    text-align: center;
}

#handicapped .center {
    margin: 50px 0;
    text-align: center;
}

/* 
以下レスポンシブ
===============================================================
=============================================================== */
@media screen and (max-width: 1200px) {}
/*タブレット（縦）*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and ( max-width: 767px ){
.page-news .sec-midashi {
    font-size: 1.8rem;
    margin-bottom: 30px;
}
/*-----------------------------*/
#career .container.table-outer{
  overflow-x: scroll;
  }
  .outlinetable {
    width: 900px;
    margin: 0;
}
/*-----------------------------*/
}

@media print {}