@charset "utf-8";

/* ----------------------------------------------------------------------
Text
---------------------------------------------------------------------- */
.bold {
  font-weight: bold;
}

.fontL {
  font-size: 160%;
}

.fontM {
  font-size: 120%;
}

.fontS {
  font-size: 85%;
}

.indent {
	text-indent: -1em;
    padding-left: 1em;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.textV {
  -ms-writing-mode: tb-rl;            /* IE用　*/
  -webkit-writing-mode: vertical-rl;  /* chrome用　*/
  -o-writing-mode: vertical-rl;       /* opera用　*/
  writing-mode: vertical-rl;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .textV {
    -ms-writing-mode: initial;            /* IE用　*/
    -webkit-writing-mode: initial;  /* chrome用　*/
    -o-writing-mode: initial;       /* opera用　*/
    writing-mode: initial;
  }
}

/* ----------------------------------------------------------------------
img
---------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

a img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

/* ----------------------------------------------------------------------
Parts
---------------------------------------------------------------------- */
.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.t_left {
  text-align: left;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

/* 表示 */
.pc-none {
  display: none;
}

.mb-none {
  display: initial;
}

@media (max-width: 767px) {
  .pc-none {
    display: initial;
  }
  .mb-none {
    display: none;
  }
}

/* ----------------------------------------------------------------------
Flex
---------------------------------------------------------------------- */
.flexList, .flexbox {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  align-items: center;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
}

.flex-center {
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
}

.flex-between {
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}

.flex-start {
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:         flex-start;
}

/* margin
*************************************************************/
.m0{margin:0 !important}
.mt0{margin-top:0 !important}
.mr0{margin-right:0 !important}
.mb0{margin-bottom:0 !important}
.ml0{margin-left:0 !important}

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.mt50{margin-top:50px !important}
.mb50{margin-bottom:50px !important}

/* padding
*************************************************************/
.p0{padding:0 !important}
.pt0{padding-top:0 !important}
.pr0{padding-right:0 !important}
.pb0{padding-bottom:0 !important}
.pl0{padding-left:0 !important}

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}

.p15{padding:15px !important}
.pt15{padding-top:15px !important}
.pr15{padding-right:15px !important}
.pb15{padding-bottom:15px !important}
.pl15{padding-left:15px !important}

/* 
ここまで　全サイト共通　変更不可　※変更の場合は後述で上書き※
---------------------------------------------------------------------- */


.cash_contr{margin-bottom: 5px;}
.cash_contr ul, .cash_contr .btn_cash{
  display: inline-block;
  *display: inline;
  vertical-align: middle;
}
.cash_contr ul{
  width: 760px;
}
.cash_contr ul li{
  background-color: #fff;
  border: 1px solid #626262;
  float: left;
  line-height: 1;
  margin: 0 10px 10px 0;
  padding: 1px 10px 0 0;
}
.cash_contr ul li a{
  color: #3e3e3e;
  font-size: 13px;
  text-decoration: none;
}
.cash_contr ul li span{
  color: #3e3e3e;
  font-size: 13px;
  text-decoration: none;
}
.cash_contr ul li img{
  margin-right: 5px;
  vertical-align: middle;
}



#hojobInner {
  width: 980px;
  margin: 55px auto 0;
  border-top: 9px solid #0393b8;
}

#hojobInner .hj-head {
  display: table;
  width: calc(100% - 40px);
  margin: 5px 0 30px;
  padding: 25px 20px 5px;
  border-top: 3px solid #0393b8;
  border-bottom: 1px solid #0393b8;
}

#hojobInner .hj-head .hj-head-left, #hojobInner .hj-head .hj-head-right {
  display: table-cell;
}

#hojobInner .hj-head .hj-head-left {
  width: 75%;
  padding: 0 3% 0 0;
  text-align: left;
  position: relative;
}

#hojobInner .hj-head .hj-head-left h3 {
  font-size: 26px;
  font-weight: bold;
}

#hojobInner .hj-head .hj-head-left .cash_contr {
  width: 100%;
  margin: 0;
}

#hojobInner .hj-head .hj-head-left .cash_contr ul {
  width: 100%;
}

#hojobInner .hj-head .hj-head-right {
  width: auto;
  text-align: right;
}

#hojobInner .hj-head .hj-head-right .hj-list-no {
  margin: 0 0 10px 0;
  font-weight: bold;
}

#hojobInner .hj-head .hj-head-right .hj-list-share {
  margin: 0 0 0 10px;
}

#hojobInner .hj-head .hj-head-right .hj-list-share li {
  margin: 0 3px;
  float: left;
}

#hojobInner .hj-head .hj-head-right .hj-list-share li.arrow {
  color: #036eb8;
  background: url(../img/hotjob/img_ico-right.png) bottom 8px right no-repeat;
  padding: 10px 13px 0 0;
}

/* mod_gallery(複数設置の場合)
-----------------------------------------
.mod_gallery{
 margin:20px 0 20px 0;
}*/
/* .mod_gallery_navi 
.mod_gallery_navi li{
    width:60px;
    height:60px;
    float:left;
    background:none;
    padding:0 10px 0px 0;
    margin:0 0 10px 0;
}
.mod_gallery_navi li a{
    display:block;
}
.mod_gallery_navi li a:link    {}
.mod_gallery_navi li a:visited {}
.mod_gallery_navi li a:hover   {opacity:0.8;}
.mod_gallery_navili a:active  {opacity:0.8;}*/
/* IE用 ↓
.mod_gallery_navi li a:hover img {filter:alpha(opacity=80);}*/
 
/* mod_gallery_photo 
.mod_gallery_photo{
    margin:20px 0 0 0;
}
.mod_gallery_photo img{
 position:absolute;
 width:100%;
 height:auto;
 max-width:700px;
}*/

#hojobInner .hj-image {
  display: table;
  width: auto;
  margin: 0 35px;
}

#hojobInner .hj-image .hj-image-left, #hojobInner .hj-image .hj-image-right {
  display: table-cell;
  vertical-align: top;
}

#hojobInner .hj-image .hj-image-left {
  width: 50%;
}

#hojobInner .hj-image .hj-image-right {
  padding-left: 1%;
}

#hojobInner .hj-image .photo {
  overflow: hidden;
}

#hojobInner .hj-image .over img{
    opacity: 0.5;
}
#hojobInner .hj-image .nav{
  width: 100%;
}
#hojobInner .hj-image .nav li{
    width: 48%;
    margin: 0 0 4% 2%;
    float: left;
    display: inline;
    list-style: none;
}

#hojobInner .hj-content {
  width: auto;
  margin: 10px 35px 0;
}

#hojobInner .hj-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 6px;
}

#hojobInner .hj-content table th {
  color: #ffffff;
  font-size: 16px;
  width: 160px;
  vertical-align: center;
  padding: 15px;
}

#hojobInner .hj-content table td {
  border: 1px solid #c9caca;
  vertical-align: top;
  padding: 15px;
}

#hojobInner .hj-content table td.none {
  width: 10px;
  padding: 0;
  border: none;
}

#hojobInner .hj-content table th.th-b {
  background: #0393b8;
  border: 1px solid #0393b8;
}

#hojobInner .hj-content table th.th-g {
  background: #9fa0a0;
  border: 1px solid #9fa0a0;
}

#hojobInner .hj-content table th.th-gr {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #8fc31f;
  border: 1px solid #8fc31f;
}

#hojobInner .hj-content table td.nowrap {
  white-space: nowrap;
}

#hojobInner .hj-content table th img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

#hojobInner .hj-btn-area {
  width: auto;
  margin: 30px 35px 80px;
}

#hojobInner .hj-btn-area li {
  margin: 0 20px;
}


/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}