@charset "utf-8";

/*===== .entry =====*/
.entry .page-ttl {
    background: url(../img/pages/entry-hx.jpg) no-repeat top center;
    background-size: 100%;
}
/*===== .bosyu =====*/
.bosyu .page-ttl {
    background: url(../img/index/recruit-hx.jpg) no-repeat top center;
    background-size: 100%;
}
/*-------- #searchlink --------*/
#searchlink .link-list {
    margin-bottom: 30px;
}
#searchlink .link-list h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}
#searchlink .link-list ul.type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
#searchlink .link-list ul.type li {
    width: 32%;
    margin-bottom: 10px;
}
#searchlink .link-list ul.type li a {
    display: block;
    background-color: #4186ec;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    font-size: 18px;
    padding: 12px 0;
    text-decoration: none;
}
#searchlink .link-list .form-box {
    margin-bottom: 30px;
}
#searchlink .link-list .form-box .box {
    margin-bottom: 20px;
}
#searchlink .link-list .form-box .box select {
    width: 49%;
    float: left;
    border: 1px solid #4186ec;
    line-height: 1.4;
    padding: 8px 2%;
    margin-bottom: 10px;
}
#searchlink .link-list .form-box .box select.n2 {
    float: right;
}
#searchlink .link-list .form-box .form-btn {
    width: 200px;
    display: block;
    background-color: #4186ec;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    font-size: 18px;
    padding: 12px 0;
    margin: 0 auto;
}
#searchlink .link-list .word-box {
    background-color: #e5efff;
    padding: 15px 3%;
    line-height: 1.4;
}
#searchlink .link-list .word-box h4 {
    color: #164892;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}
#searchlink .link-list .word-box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#searchlink .link-list .word-box ul li {
    width: 25%;
    margin-bottom: 5px;
}
#searchlink .link-list .word-box ul li a {
    color: #4186ec;
    text-decoration: underline;
}
/*-------- #yoko-list --------*/
.bosyu #yoko-list .result {
    line-height: 1.4;
    margin-bottom: 10px;
}
.bosyu #yoko-list .recruit-box {
    margin-bottom: 30px;
}
.bosyu #yoko-list .recruit-box .recruit-hx {
    line-height: 1.4;
    background-color: #4186ec;
    color: #ffffff;
    padding: 20px 3%;
}
.bosyu #yoko-list .recruit-box .recruit-hx .word-list {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.bosyu #yoko-list .recruit-box .recruit-hx .word-list a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    display: block;
    line-height: 1.4;
    margin: 0 10px 5px 0;
}
.bosyu #yoko-list .recruit-box .recruit-hx h4 {
    font-size: 18px;
    font-weight: bold;
}
.bosyu #yoko-list .recruit-box table {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 25px;
}
.bosyu #yoko-list .recruit-box table tr {
}
.bosyu #yoko-list .recruit-box table tr th {
    width: 220px;
    color: #4186ec;
    font-weight: bold;
    border-bottom: 2px solid #4186ec;
    padding: 25px 2%;
}
.bosyu #yoko-list .recruit-box table tr td {
    vertical-align: middle;
    font-weight: bold;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding: 25px 2%;
}
.bosyu #yoko-list .recruit-box .link {
    width: 180px;
    margin: 0 auto;
}
.bosyu #yoko-list .recruit-box .link a {
    background-color: #4186ec;
    color: #ffffff;
    display: block;
    padding: 15px 0;
    width: 180px;
    text-align: center;
    text-decoration: none;
}
.bosyu #yoko-list .recruit-box .link a span {
    position: relative;
}
.bosyu #yoko-list .recruit-box .link a span:after {
    position: absolute;
    top: calc(50% - 1px);
    width: 30px;
    height: 6px;
    content: '';
    right: -40px;
    border-top: solid 2px #fff;
}
/*-------- #yoko-list.yoko-page --------*/
.bosyu #yoko-list.yoko-page .recruit-box .recruit-hx {
    margin-bottom: 20px;
}
.bosyu #yoko-list .recruit-box .jobinfo {
    margin-bottom: 25px;
}
.bosyu #yoko-list .recruit-box .jobinfo h3 {
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    background-color: #4186ec;
    display: inline-block;
    color: #fff;
    padding: 10px 25px;
    margin-bottom: 20px;
}
.bosyu #yoko-list .recruit-box .jobinfo .box {
}
.bosyu #yoko-list .recruit-box .jobinfo .box .img {
    width: 35%;
    float: left;
}
.bosyu #yoko-list .recruit-box .jobinfo .box .text-box {
    width: 62%;
    float: right;
    line-height: 1.4;
}
.bosyu #yoko-list .recruit-box .jobinfo .box .text-box p {
    margin-bottom: 1em;
}
.bosyu #yoko-list .recruit-box .tokutyo {
    margin-bottom: 25px;
}
.bosyu #yoko-list .recruit-box .tokutyo h3 {
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    background-color: #4186ec;
    display: inline-block;
    color: #fff;
    padding: 10px 25px;
    margin-bottom: 20px;
}
.bosyu #yoko-list .recruit-box .tokutyo .box {
}
.bosyu #yoko-list .recruit-box .tokutyo .box .img {
    width: 35%;
    float: left;
}
.bosyu #yoko-list .recruit-box .tokutyo .box .text-box {
    width: 62%;
    float: right;
    line-height: 1.4;
}
.bosyu #yoko-list .recruit-box .tokutyo .box .text-box p {
    margin-bottom: 1em;
}
.bosyu #yoko-list .recruit-box h3.info-hx {
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    background-color: #4186ec;
    display: inline-block;
    color: #fff;
    padding: 10px 25px;
    margin-bottom: 20px;
}

/*===============================================
    ■tablet 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
}

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
/*-------- .bosyu --------*/
  #searchlink .link-list ul.type li {
    width: 49%;
  }
  #searchlink .link-list .word-box ul li {
    width: 50%;
  }
  .bosyu #yoko-list .recruit-box table tr th {
    display: block;
    width: 100%;
    padding: 12px 2%;
  }
  .bosyu #yoko-list .recruit-box table tr td {
    display: block;
    width: 100%;
  }
  .bosyu #yoko-list .recruit-box .jobinfo .box .img,
  .bosyu #yoko-list .recruit-box .tokutyo .box .img {
    width: 100%;
    float: none;
    margin: 0 auto 10px;
  }
  .bosyu #yoko-list .recruit-box .jobinfo .box .text-box,
  .bosyu #yoko-list .recruit-box .tokutyo .box .text-box {
    width: 100%;
    float: none;
  }
}