@charset "UTF-8";

/*************************************************************************************
## 求人詳細ページ
**************************************************************************************/

.search-tbl th {
    padding: 0.75rem 1rem;
    width: 25%;
}
.joblist-box {
    margin: 15px auto;
    padding: 10px;
    width: 100%;
    border: 1px solid #fbb03b;
    background: #fff;
}

.joblist-ttl {
    font-size: 18px;
}

.joblist-ttl-2{
	color: #fbb03b;
}
@media screen and (min-width:768px) {
    .joblist-info {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .joblist-info .joblist-tbl {
        margin: 15px 0 0;
        width: 380px;
        width: calc(100% - 280px);
    }
    .joblist-info .joblist-tbl th {
        width: 90px;
    }
    .joblist-info .joblist-tbl td {
        height: 1em;
        overflow: hidden;
    }
    .joblist-info .joblist-img-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 280px;
    }
    .joblist-info .joblist-img-box .joblist-no-img {
        margin: 0 auto;
        width: 250px;
        height: 154px;
        background: #ccc;
    }
    .joblist-info .joblist-img-box img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        max-width: 250px;
        max-height: 154px;
    }
    .joblist-info .joblist-btn-box {
        position: absolute;
        bottom: -10px;
        right: 0;
    }
    .joblist-info .joblist-btn-box .joblist-btn {
        position: relative;
        display: inline-block;
        margin: 0 15px;
        padding: 0.5em 0;
        width: 250px;
        background: #fbb03b;
        color: #fff;
        border: 1px solid #fbb03b;
        border-radius: 0;
        overflow: hidden;
    }
    .joblist-info .joblist-btn-box .joblist-btn::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -18px;
        right: 0;
        border-style: solid;
        border-width: 18px 28px;
        border-color: transparent #fff transparent transparent;
    }
    .joblist-info .joblist-btn-box .joblist-btn:hover {
        background: #ffffff ;
        color: #fbb03b;
    }
    .joblist-info .joblist-btn-box .joblist-btn:hover::before {
        border-color: transparent #fbb03b transparent transparent;
    }
}
@media screen and (max-width:767px) {
    .joblist-info {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .joblist-info .joblist-tbl {
        width: 100%;
    }
    .joblist-info .joblist-tbl th {
        width: 90px;
    }
    .joblist-info .joblist-img-box {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
	.joblist-info .joblist-img-box img{
		width:  240px;
		height:  150px;
		margin-bottom: 15px;
	}
    .joblist-info .joblist-img-box .joblist-no-img {
        margin: 15px auto;
        width: 240px;
        height: 148px;
        background: #ccc;
    }
    .joblist-info .joblist-btn-box .joblist-btn {
        position: relative;
        display: inline-block;
        margin: 0 15px;
        padding: 0.5em 0;
        width: 250px;
        background: #fbb03b;
        color: #fff;
        border: 1px solid #fbb03b;
        border-radius: 0;
        overflow: hidden;
    }
    .joblist-info .joblist-btn-box .joblist-btn::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -18px;
        right: 0;
        border-style: solid;
        border-width: 18px 28px;
        border-color: transparent #fff transparent transparent;
    }
    .joblist-info .joblist-btn-box .joblist-btn:hover {
        background: #fff;
        color: #fbb03b;
    }
    .joblist-info .joblist-btn-box .joblist-btn:hover::before {
        border-color: transparent #fbb03b transparent transparent;
    }
	.form-check-label{
		width:100%;
	}
}
.search-block .open-btn {
    position: relative;
    display: block;
    margin: 0;
    padding: 0.5em 1.5em;
    width: 100%;
    color: #fff;
    background: #fbb03b;
    text-align: left;
}
.search-block .open-btn::after {
    content: "＋";
    position: absolute;
    top: 46%;
    right: 15px;
    font-size: 2em;
    font-weight: 700;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.search-block .open-btn[aria-expanded^=true]::after {
    content: "－";
}

.jobdetail-ttl-2{
	color: #000 ;
}
.jobdetail-sub-ttl-2{
	margin: 0;
    padding: 0.75em 0;
    color: #000;
    text-align: center;
}
.jobdetail-bg {
    width: 100%;
    height: 25vw;
    background: url("../img/jobdetail_bg.png") top center no-repeat;
    background-size: cover;
}
.jobdetail-block {
    width: 100%;
}
.jobdetail-pr-box {
    background: #ffdede85;
    line-height: 30px;
    padding: 0 40px;
}
.jobdetail-sub-ttl {
	margin: 0;
    padding: 0.75em 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000 ;
    text-align: center;
}

.jobdetail-table {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    border: 1px solid #c2c4d1;
}

.jobdetail-table th,
.jobdetail-table td {
    border: none;
}

.jobdetail-table th {
    width: 12em;
    background: #f2f2f2;
    border-bottom: 1px solid #c2c4d1;
}

.jobdetail-table td {
    background: #fff;
    border-bottom: 1px solid #c2c4d1;
}

@media screen and (max-width: 767px) {
    .jobdetail-table th,
    .jobdetail-table td {
        position: relative;
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .job-gmap-btn {
        position: absolute;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
    }
}


/* ---------------------------------------------------------
    @ 時間軸
----------------------------------------------------------- */

.cd-container {
    width: 90%;
    max-width:960px;
    min-width: 290px;
    margin: 0 auto;
    background: #dee2e6;
    border: 1px solid #e0e0de;
  }
  .cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
  }
  #cd-timeline {
    position: relative;
    margin: 0 auto 25px;
    padding: 2rem;
  }
  .cd-timeline-block::before,
  .cd-timeline-block2::before {
    content: '';
    position: absolute;
    left: 2.5rem;
    height:100%;
    top:4rem;
    width: 4px;
    background:#fbb03b ;
  }
  .cd-timeline-block,
  .cd-timeline-block2,
  .cd-timeline-block3 {
    position: relative;
    margin: 2em 0;
  }
  .cd-timeline-block:after,
  .cd-timeline-block:after2 {
    content: "";
    display: table;
    clear: both;
  }
  .cd-timeline-block:first-child,
  .cd-timeline-block2:first-child,
  .cd-timeline-block3:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child,
  .cd-timeline-block2:last-child,
  .cd-timeline-block3:last-child {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-block,
    .cd-timeline-block2,
    .cd-timeline-block3 {
      margin: 4em 0;
    }
    .cd-timeline-block:first-child,
    .cd-timeline-block2:first-child,
    .cd-timeline-block3:first-child {
      margin-top: 0;
    }
    .cd-timeline-block:last-child, 
    .cd-timeline-block2:last-child, 
    .cd-timeline-block3:last-child {
      margin-bottom: 0;
    }
  }
  .cd-timeline-img {
      top: 0;
      left: 0;
      border-radius: 50%;
      height: 80px;
      width: 80px;
      background: #fbb03b ;
      line-height: 1;
      color: #FFF;
      font-size: 1.25rem;
      font-weight: bold;
      position: absolute;
      text-align: center;
      display:table;
  }
  .cd-picture>span{
      display: table-cell;
      vertical-align: middle;
      font-size:17px;
  }
  .cd-timeline-content {
    position: relative;
    margin-left: 6rem;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
    text-align:left;
    min-height:75px;
    word-wrap: break-word;
  }
  .cd-timeline-content ul li{
      text-align:left;
  }
  .cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
  }
  .cd-timeline-content ul {
      padding: 0 0 0 10px;
  }
  
  .jobdetail-box {
      position: relative;
      margin: 15px;
      padding: 60px 15px 15px;
      border: 1px solid #e0e0de;
  }
  .jobdetail-box .jobdetail-ttl {
      position: absolute;
      top: 10px;
      left: -10px;
      display: inline-block;
      padding: 0.5rem 2rem;
      background: #fbb03b;
      color: #fff;
      font-weight:bold;
      font-size: 20px;
  }
  @media only screen and (max-width: 736px) {
      .jobdetail-ttl {
      font-size:13px !important;
      }
  }
  
  .jobdetail-box .jobdetail-ttl::before {
      position: absolute;
      content: '';
      top: 100%;
      left: 0;
      border: none;
      border-bottom: solid 7.5px transparent;
      border-right: solid 10px #959e9b;
  }
  .jobdetail-box .jobdetail-txt {
      word-break: break-word;
      margin: 0.5rem auto;
      max-width: 640px;
  }
  .jobdetail-btn-01,
  .jobdetail-btn-02,
  .jobdetail-btn-03,
  .jobdetail-btn-04 {
      position: relative;
      display: block;
      margin: 0 0 1rem;
      min-height: 4rem;
      line-height: 1.5;
      border: 1px solid #fbb03b;
      background: #fff;
      color: #fbb03b ;
      text-decoration: none;
  }
  .jobdetail-btn-01:hover,
  .jobdetail-btn-02:hover,
  .jobdetail-btn-03:hover,
  .jobdetail-btn-04:hover {
      opacity: 0.5;
      color: #fbb03b!important;
      border:1px solid #fbb03b;
  }
  .jobdetail-btn-01 > span,
  .jobdetail-btn-02 > span,
  .jobdetail-btn-03 > span,
  .jobdetail-btn-04 > span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  }
  .jobdetail-tbl {
      width: 100%;
      border-top: 25px solid #fbb03b;
      border-right: 1px solid #6e6e6e;
      border-bottom: 1px solid #6e6e6e;
      border-left: 1px solid #6e6e6e;
  }
  .page-sub-ttl{
      color: #fbb03b;
      margin-top: 1.5rem;
  }
  .jobdetail-tbl table th {
      padding-left: 2rem;
  }
  .jobdetail-tbl table td {
      padding-left: 4rem;
  }
  
  .apply-form {
      margin: 0 auto;
      max-width: 760px;
  }
  .inquiry-form {
      margin: 0 auto;
      max-width: 760px;
  }
  
  .apply-form .div {
      border: 1px solid #d1d1d1;
  }
  
.apply-form .form-label-bg {
    padding-left: 1em;
    background: #f2f2f2;
    color: #000;
}

.apply__button-box {
    margin: 15px 0 50px;
    padding: 15px 0 5px;
    text-align: center;
}

.apply__button {
    display: inline-block;
    margin: 10px;
    padding: 0.5rem 0;
    width: 180px;
    background: #e74c3c;
    color: #fff;
}
.apply__button:hover {
    opacity: 0.65;
}

.apply__button--reset {
    color: #000;
    background: #eeeeee;
}

@media screen and (max-width: 767px) {
    .space-block {
        width: 100%;
        height: 60px;
        background: #ffffff;
    }
}

.modal .phone-btn {
    background: #fbb03b;
    color: #fff;
}

.business-bg {
    width: 100%;
    height: 25vw;
    background: url("../img/business_bg.png") top center no-repeat;
    background-size: cover;
}
.business-block-01 {
    margin-top: 32px;
}
.business-block-04 {
    margin-bottom: 27px;
}
.business-ttl {
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    background: #ff0000;
    color: #fff;
    margin: 0 auto;
    font-weight:bold;
}
.business-txt {
    margin: 1rem;
    letter-spacing: 1px;
    line-height: 2rem;
    font-size: 18px;
}
  .business-sub-ttl {
      display: inline-block;
      padding: 0.25rem 0 0.25rem 0.5rem;
      font-size: 1rem;
      color: #fbb03b;
      border-left: 3px solid #fbb03b;
      margin-left: 6rem;
  }
  @media screen and (max-width: 767px) {
      .business-sub-ttl {
          margin-left: 3rem;
      }
  }
  .business-block-02 {
      background: #f2f2f2;
  }
  .business-list {
      margin: 0 auto;
      max-width: 1110px;
      text-align: center;
      background: #FFF;
      padding: 3rem 15px 1rem 0;
  }
  .business-list .example-box {
      position: relative;
      margin: 15px 0;
  }
  .business-list .example-box .example-name {
      display: inline-block;
      padding: .5rem 0;
      position: absolute;
      top: -38px;
      left: 32px;
      width: 85%;
      transform: skewX(-30deg);
      background-color: #fbb03b;
      color: #fff;
      font-size: 13px;
      box-shadow: -4px 6px 6px 0px #b1b1b1;
  }
  @media screen and (max-width: 990px) {
      .example-img{
          margin-bottom: 2rem;
      }
  }
  
  .business-list .example-box .example-img img {
      width: auto;
      height: 100%;
  }

  
@media screen and (min-width:768px) {

    .option-btns {
        position: fixed;
        top: 33%;
        right: 0;
        z-index: 999;
    }
    .option-btn-list {
        font-size: 12px;
        list-style: none;
    }
    .option-btn-list > li > a {
        position: relative;
    }
    .option-btn-list > li > a > .apply-btn,
    .option-btn-list > li > a > .phone-btn,
    .option-btn-list > li > a > .selfmail-btn {
        position: absolute;
        right: 0;
        display: block;
        margin: 5px 0;
        padding: 10px 0;
        font-size: 10px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        width: 70px;
        height: auto;
        border-radius: 10px 0 0 10px;
        transition: 0.6s ease all;
    }
    .option-btn-list > li > a > .apply-btn > .icon,
    .option-btn-list > li > a > .phone-btn > .icon,
    .option-btn-list > li > a > .selfmail-btn > .icon {
        font-size: 200%;
    }
    .option-btn-list > li > a > .phone-btn {
        background: #43A047;
        color: #fff;
        top: -65px;
    }
    .option-btn-list > li > a > .selfmail-btn {
        background: #FB8C00;
        color: #fff;
        top: 0;
    }
    .option-btn-list > li > a > .apply-btn {
        background: #ff0000;
        color: #fff;
        top: 65px;
    }
    .option-btn-list > li > a:hover {
        opacity: 0.65;
    }
    .option-btn-list > li > a > .phone-txt {
        position: absolute;
        top: -60px;
        right: -160px;
        padding: 17.5px 0;
        width: 160px;
        height: auto;
        font-size: 15px;
        text-align: center;
        background: #DCE775;
        color: #333;
        overflow: hidden;
        transition: 0.6s ease all;
    }
}
@media screen and (max-width:767px) {
    .option-btns {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        z-index: 999;
    }
    .option-btn-list {
        display: table;
        margin: 0;
        padding: 0;
        font-size: 12px;
        list-style: none;
        background: rgba(0,0,0,.5);
        width: 100%;
    }
    .option-btn-list > li {
        position: relative;
        float: left;
        height: 60px;
    }
    .option-btn-list > li > a {
        position: absolute;
        top: auto;
        right: 0;
        display: block;
        margin: 0;
        padding: 5px;
        font-size: 10px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        width: 100%;
        height: 50px;
    }
    .option-btn-list > li > a > .apply-btn,
    .option-btn-list > li > a > .phone-btn,
    .option-btn-list > li > a > .selfmail-btn {
        padding: 10px 0;
        height: 50px;
        background: #ccc;
        color: #333;
        border-radius: 10px;
    }
    .option-btn-list > li > a > .apply-btn > .icon,
    .option-btn-list > li > a > .phone-btn > .icon,
    .option-btn-list > li > a > .selfmail-btn > .icon {
        font-size: 200%;
    }
    .option-btn-list > li > a:hover {
        opacity: 0.65;
    }
    .option-btn-list > li > a .phone-btn {
        background: #43A047;
        color: #fff;
    }
    .option-btn-list > li > a .selfmail-btn {
        background: #FB8C00;
        color: #fff;
    }
    .option-btn-list > li > a .apply-btn {
        background: #ff0000;
        color: #fff;
    }
}

.job-title {
	margin: 0.5em 0;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fbb03b ;
}
.job-name {
	margin: 0;
	padding: 0.5em 0;
	color: #fbb03b ;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.job-pr {
	margin: 25px auto;
	max-width: 35em;
}
.jobdetail-box {
	margin: 0;
	padding: 0 0 15px;
	border: none;
	/*background: #f2f2f2;*/
}
.jobdetail-box .jobdetail-ttl {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 1em 0;
	font-size: 1rem;
	width: 100%;
	text-align: center;
}
.jobdetail-box .jobdetail-ttl::before,
.jobdetail-box .jobdetail-ttl::after {
	content: none;
}
.jobdetail-contents:nth-child(2n+1) .jobdetail-ttl {
    background: rgb(255,146,10);
    background: -moz-linear-gradient(left, rgba(255,146,10,1) 0%, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,146,10,1) 0%,rgba(255,146,10,1) 0%,rgba(255,175,75,1) 100%);
    background: linear-gradient(to right, rgba(255,146,10,1) 0%,rgba(255,146,10,1) 0%,rgba(255,175,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ffaf4b',GradientType=1 );
}
.jobdetail-contents:nth-child(2n) .jobdetail-ttl {
    background: rgb(255,175,75);
    background: -moz-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
    background: linear-gradient(to right, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=1 );
}
.sv_item {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sv_item li {
	float: left;
	margin: 5px 0;
	width: 33.33%;
}
.sv_item .noicon {
	display: block;
	margin: 0 10px;
	padding: 0.125em 0.5em;
    border: 1px solid #fbb03b ;
    background: #fff;
	width: auto;
	text-align: center;
	color: #fbb03b ;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


.job-thumbs {
    margin: 0 0 60px;
    padding: 0;
}

.job-thumb-wrap {
    margin: 0 0 50px;
    padding: 0;
    width: 100%;
}
.job-thumb {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

.job-thumb-inner {
    display: block;
    margin: 0 15px;
    padding: 0;
}
.jobdetail-img-box {
    margin: 0 auto;
    width: 100%;
}
.jobdetail-img {
    width: 100%;
    height: 100%;
}
.jobdetail-title {
    margin: 0 auto;
    padding: 0.5em 0;
    text-align: left;
    font-size: 0.8rem;
    font-weight: bold;
    max-width: 280px;
}
.jobdetail-caption {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 0.75rem;
    max-width: 280px;
}

.link-buttons {
	margin: 25px 0;
	padding: 0;
}

.timeline-block {
	margin: 0;
	padding: 0 0 25px;
	background: #f2f2f2;
}

.cd-container {
	margin: 0 auto 35px;
	padding: 0;
	background: transparent;
	border: 0 solid transparent;
	border-top: 6px solid #fbb03b ;
	border-bottom: 6px solid #fbb03b ;
}
.cd-timeline-block::before {
	content: none;
}
.cd-timeline-block {
	margin: 0;
	padding: 15px;
	border-top: 1px solid #fbb03b;
}
.cd-timeline-img {
	top: 50%;
	left: 15px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.cd-timeline-content {
	padding: 1em 0 0 1em;
	background: transparent;
	box-shadow: none;
	border-left: 1px dotted #fbb03b;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.cd-timeline-content::before,
.cd-timeline-content::after {
	content: none;
}
.cd-timeline-block:last-child {
	border-bottom: 1px solid #fbb03b;
}
.cd-picture>span {
	font-weight: normal;
}
.link-buttons {
	margin: 30px 0;
	padding: 0;
}

.job-subtitle {
	margin: 0;
	padding: 0.5em 0;
	color: #FE0001;
	font-weight: bold;
}
.job-apply-process {
	margin: 0 0 50px;
	padding: 0 0 20px;
	background: #f2f2f2;
}
.job-apply-process-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.job-apply-process-item {
	position: relative;
	width: 25%;
	text-align: center;
}
.job-apply-process-item span {
	display: inline-block;
	margin: 0;
	padding: 0.25em 1.5em;
	background: #fbb03b ;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 1.25em;
	min-width: 4em;
}
.job-apply-process-arrow {
	margin: 0;
	padding: 0.5em 0;
	color: #fbb03b;
}
.job-apply-process-text {
	margin: 1em 0;
	font-size: 1rem;
	text-align: center;
}
.jobdetail-company {
	margin: 0 auto 50px;
	padding: 0;
	background: #f2f2f2;
	max-width: 1110px;
}

.border-line {
    margin: 0 auto;
    padding: 0;
	width: 100%;
	height: 6px;
	background: #fbb03b ;
}
.job-gmap-btn {
	margin: 0 0 0 1em;
	padding: 0 0.5em;
	border: 1px solid #fbb03b;
	color: #333;
	font-weight: bold;
}
.job-gmap-btn:hover {
	color: inherit;
	opacity: 0.65;
}
.job-business-text{
	line-height: 27px;
}
.job-business-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.job-business-item {
	display: block;
	width: 33.33%;
}
.job-business-image {
	width: 100%;
}
.jobdetail-tbl-box {
	margin: 0 0 50px;
}
.job-image {
	margin: 0 0 25px;
	width: 100%;
}
.google-map {
    margin: 15px auto;
    width: 100%;
    height: 640px;
    max-width: 480px;
    max-height: 320px;
}
.thumbs {
	position: relative;
	margin: 0 auto 50px;
	width: 100%;
	max-width: 960px;
}
#thumb-prev-btn {
	position: absolute;
	top: 50%;
	left: 0;
}
#thumb-next-btn {
	position: absolute;
	top: 50%;
	right: 24px;
}
.bx-window {
	margin-bottom: 10px;
}
.thumb-slider {
	width: 100%;
	margin: 0px auto;
	list-style: none;
}

.bx-wrapper img {
	display: inline-block;
	vertical-align: middle;
}

.navi-btn .bx-prev,
.navi-btn .bx-next {
	position: absolute;
	top: 50% !important;
	left: 0 !important;
	width: 0;
	height: 0;
	z-index: 2;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.navi-btn .bx-prev {
	left: 0 !important;
	border-top: 16px solid transparent;
	border-right: 24px solid #333;
	border-bottom: 16px solid transparent;
	border-left: 0 solid transparent;
}
.navi-btn .bx-next {
	right: 0 !important;
	border-top: 16px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 24px solid #333
} 
@media screen and ( max-width: 768px) {
	.job-apply-process-list {
		display: block;
	}
	.job-apply-process-item {
		position: relative;
		width: auto;
		text-align: center;
	}
	.job-apply-process-arrow {
		text-align: center;
	}
	.job-apply-process-item span {
		display: inline-block;
		margin: 0;
		padding: 0.25em 1.5em;
		background: #fbb03b ;
		color: #fff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		font-size: 1.25em;
		min-width: 4em;
	}
	.sv_item li {
		width: 50%;
		font-size: 12px;
	}
	.cd-container {
		width: 100%;
		min-width: auto;
	}
	.jobdetail-img-box {
		width: 80%;
	}
}


.form-radio > label {
    display: inline-block;
    margin: 0 1rem;
}

.postal-code input,
.prefectures select {
    max-width: 200px;
}

@media only screen and (max-width:480px) {
    .postal-code input,
    .prefectures select {
        max-width: 100%;
    }
}