/*input#zip {*/
/*  width: 200px;*/
/*  font-size: 20px;*/
/*}*/

@media screen and (min-width: 768px) {
  #footer {
    padding-top: 173.344px;
  }
}

.scroll_box {
  overflow-y: auto;
  height: 297px;
  padding: 2px;
}

.scroll_box::-webkit-scrollbar {
  width: 5px;
  background: #d7d7d7;
}

.scroll_box::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 2px;
}

/*#dialog_header img {*/
/*  display: block;*/
/*  max-width: 320px;*/
/*  margin: auto;*/
/*}*/

/*.appeal_area img {*/
/*  display: block;*/
/*  margin: auto;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*  .appeal_area img {*/
/*    max-width: 600px;*/
/*  }*/
/*}*/

/*#dialog_header .step {*/
/*  padding: 8px 0 0px;*/
/*}*/

/*#dialog_header .step img {*/
/*  width: 75%;*/
/*}*/

/*header {*/
/*  padding: 4px 0;*/
/*  background-color: #555;*/
/*}*/

/*.step1 header {*/
/*  padding-bottom: 0;*/
/*}*/

/*header img {*/
/*  width: 100%;*/
/*  padding-top: 0px;*/
/*}*/

/*:not(.step1) > #_div_base > #_div_1 > #form > .appeal_area {*/
/*  display: none;*/
/*}*/

/*.appeal_area {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  padding: 2px 0 3px;*/
/*  background-color: #555;*/
/*}*/

/*.appeal_area img {*/
/*  display: block;*/
/*}*/

.cv-btn {
  width: 272px;
  height: 60px;
  line-height: 24px;
  font-size: 115%;
  font-weight: bold;
  text-align: center;
  background-color: #47B12B;
  background: linear-gradient(to bottom, #FFB626 16%, #FF9926 69%);
  /*background: -webkit-linear-gradient(top, #FFB626 16%, #FF9926 69%);*/
  /*background: -moz-linear-gradient(top, #FFB626 16%, #FF9926 69%);*/
  background-repeat: no-repeat;
  background-position: 105%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 1px #FF9A2B;
  text-shadow: 1px 1px 0 #fe8a00, -1px 1px 0 #fe8a00, 1px -1px 0 #fe8a00, -1px -1px 0 #fe8a00;
  box-shadow: 0px 0px 3px #999999;
}

.cv-btn-text {
  font-size: 60%;
  text-shadow: 0px 0px 0 #ffb626, 0px 0px 0 #ffb626, 0px 0px 0 #ffb626, 0px 0px 0 #ffb626;
}

.cv-btn-text2 {
  font-size: 90%;
}

#_div_base {
  width: 100%;
}

#_div_base #_div_1 .cv-btn-text,
#_div_base #_div_1 .cv-btn-text2 {
  background-color: transparent !important;
}

.status {
  text-align: center;
  margin-top: 4px;
  padding: 4px 0 6px;
  /*width: 300px;*/
  width: 98%;
  max-width: 400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.status img {
  width: 100%;
  max-width: 375px;
  padding: 5px 10px 0;
  box-sizing: border-box;
}

.status img,
.status source {
  width: 100%;
}

.step8 #dialog_content,
.step9 #dialog_content,
.step10 #dialog_content {
  padding-top: 0;
}

.step3 h2, .step7 h2, .step8 h2 {
  margin-bottom: 0;
}

.step2 h2 {
  margin: 1em 0;
}

/*.step1 .formItem {*/
/*  max-width: calc(100% - 10px);*/
/*  margin: 0 auto;*/
/*  border: none;*/
/*}*/

/*#zip_area .formItem {*/
/*  margin-top: 7px;*/
/*}*/

#work_type_container.formItem {
  margin: 7px auto 13px;
}

#work_type_container.formItem:after {
  content: "";
  clear: both;
  display: block;
}

#work_type {
  padding: 0 .5em;
  font-size: 20px;
  line-height: 2.5;
}

.errorBox {
  clear: both;
  max-width: 310px;
  background: #fcebeb;
  position: relative;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 1px 5px;
  margin: 5px auto;
  color: red;
  font-size: 12px;
  display: none;
}

.errorBox:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent #fff transparent;
}

#_div_base #_div_1 .errorBox {
  background-color: #fff !important;
}

input[type="text"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="date"], select {
  background-color: rgba(255, 255, 255, .8);
  width: 100%;
  position: relative;
  padding: 0 .5em;
  box-sizing: border-box;
  border-radius: 0;
  vertical-align: middle;
  line-height: 2.2em;
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

/*input[name="zip"] {*/
/*  padding: 0 .5em;*/
/*}*/

input#name,
input#name_ruby {
  font-size: 20px;
  line-height: 2.2;
}

input#birth_y,
#item-birth_y .selectWrap {
  font-size: 20px;
  line-height: 2;
}

#mobile_tel,
#mail {
  font-size: 20px;
  line-height: 2.5;
}

#birth_y {
  width: 10.5em;
  background: none !important;
}

@media only screen
and (max-device-width: 320px) {
  #birth_y {
    width: 10em;
  }
}

#_div_base #mobile_tel,
#_div_base #mail {
  /*background: #fff;*/
  /*border: 1px solid #ccc;*/
  border: 1px solid #ff34a3b8;
  background-color: #ffffc7 !important;
  border-radius: 6px;
}

/* hide autofill safari icon in input field */
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

input#birth_y {
  margin-left: 10px;
}

input#zip,
input#name,
.selectWrap:not(.add_area) {
  border: 1px solid #ff34a3b8;
  border-radius: 6px;
  background: #ffffc7 !important;
}

/*input#zip {*/
/*  display: inline-block;*/
/*  position: relative;*/
/*  width: 310px;*/
/*  padding: .2em .5em;*/
/*  padding-right: 0;*/
/*  padding-left: 40px !important;*/
/*  background: #ffffc7 url(../img/ico_title-zip.png) center left 4px no-repeat;*/
/*  background-size: 30px;*/
/*}*/

select#work_type,
select#req_date,
select#job_description,
select#job_change_count,
select#req1_add_area,
input#name,
select#birth_y,
#item-birth_y .selectWrap,
#retirement_intention {
  border: 1px solid #ff34a3b8;
  background-color: #ffffc7 !important;
}

.awesomplete {
  width: 100% !important;
}

input#zip.on,
select#work_type.on,
input#name.on,
select#birth_y.on,
#item-birth_y .selectWrap.on,
#_div_base #_div_1 #mobile_tel.on,
#_div_base #_div_1 #mail.on {
  border: 1px solid #ccc;
  background-color: #fff !important;
}

input#name_ruby {
  font-size: 15px;
  line-height: 1;
  padding: 0;
  border-bottom: 1px solid #ff34a3b8;
}

input#name_ruby.on {
  border-bottom: 1px solid #ccc;
}

/*文字数カウント*/
.name_message,
.name_message2 {
  display: none;
}

.zip-count,
.name_message,
.name_message2 {
  position: absolute;
  top: 25px;
  right: 0;
  background: #f8f8f8;
  border-radius: 100px;
  padding: 2px 8px;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  font-size: 12px;
  z-index: 1;
}

.name_message {
  top: 45px;
}

.name_message2 {
  top: 0;
}

/*.zip-count {*/
/*  top: 48px;*/
/*}*/

.zip-count:before,
.tel-count:before,
.name_message:before,
.name_message2:before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 10px;
  margin-left: 0;
  display: block;
  width: 12px;
  height: 10px;
  background: #f8f8f8;
  border-radius: 30px 0 30px 0;
  z-index: 0;
}

.zip-count:after,
.tel-count:after,
.name_message:after,
.name_message2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 15px;
  margin-left: 0;
  display: block;
  width: 11px;
  height: 10px;
  border-radius: 30px 0 30px 0;
  z-index: -1;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-20deg);
  z-index: 2;
}

/*#zip2 {*/
/*  display: block;*/
/*  margin: 6px auto 0;*/
/*  clear: both;*/
/*  line-height: 1.2;*/
/*  font-size: 14px;*/
/*}*/

/*#zip2 small {*/
/*  background: #f8f8f8 url(../img/arrow02.png) no-repeat 98% center;*/
/*  background-size: 14px;*/
/*  border-radius: 100px;*/
/*  padding: .3em 30px .4em .6em;*/
/*  font-weight: bold;*/
/*  font-size: 12px;*/
/*  color: #555;*/
/*}*/

/*#zip2.on small {*/
/*  background: #fff url(../img/arrow02_on.png) no-repeat 97% center;*/
/*  background-size: 14px;*/
/*}*/

#_div_base, #_div_base .txtBox .tel-count {
  background-color: #fff !important;
}

.tel-count {
  position: absolute;
  top: -16px;
  right: 4px;
  background: #fff;
  border-radius: 100px;
  padding: 2px 8px;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  font-size: 12px;
}

.tel-count:before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 10px;
  margin-left: 0;
  display: block;
  width: 12px;
  height: 10px;
  background: #fff;
  border-radius: 30px 0 30px 0;
  z-index: 0;
}

.tel-count:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 14px;
  margin-left: 0;
  display: block;
  width: 10px;
  height: 4px;
  background: #ebf8ff;
  border-radius: 30px 0 30px 0;
  z-index: -1;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

select {
  position: relative;
  background: rgba(255, 255, 255, .8) url(../img/ico_arrow.png) no-repeat 97% center;
  background-size: 10px;
  border: none;
  width: 100%;
  padding-right: 14px;
  line-height: 2.2;
  font-size: 16px;
  color: #434343;
  float: right;
  -webkit-appearance: none;
}

input.add_city_text::placeholder,
input#mail::placeholder {
  font-size: 16px;
  color: #5f5f5fb0;
  font-weight: bold;
}

.tableForm {
  display: table;
  width: 100%;
}

div.add_area {
  width: 100%;
  height: inherit;
}

.keyMark {
  position: relative;
  overflow: auto;
  margin-top: 1em;
}

.keyMark:after {
  background: url(../img/ico_key.png) center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  opacity: 0.3;
  visibility: visible;
}

#_div_base #_div_1 #form .txtBox label {
  width: auto;
  height: auto;
  padding: 0;
  /*background-color: transparent !important;*/
}

.txtBox {
  position: relative;
  margin-top: 1em;
}

/*.office_name {*/
/*  margin: 10px 3px 0 0;*/
/*  font-size: 20px;*/
/*  font-weight: bold;*/
/*  color: #ff627e;*/
/*  background-color: rgba(255, 255, 255, 0.3);*/
/*}*/

/*.contact {*/
/*  display: block;*/
/*  font-size: 16px;*/
/*  color: #434343;*/
/*}*/

/*.kwd_status {*/
/*  color: #434343;*/
/*  font-size: 16px;*/
/*  font-weight: bold;*/
/*  margin-top: 10px;*/
/*}*/

/*.kwd_status .color {*/
/*  color: #ef829e;*/
/*  font-size: 18px;*/
/*}*/

/*.kwd_status .color span {*/
/*  font-size: 20px;*/
/*}*/

/*#qualification_container .row .col:nth-child(1) {*/
/*  order: 1;*/
/*}*/

/*#qualification_container .row .col:nth-child(2) {*/
/*  order: 2;*/
/*}*/

/*#qualification_container .row .col:nth-child(3) {*/
/*  order: 3;*/
/*}*/

/*#qualification_container .row .col:nth-child(4) {*/
/*  order: 5;*/
/*}*/

/*#qualification_container .row .col:nth-child(5) {*/
/*  order: 4;*/
/*}*/

/*#qualification_container .row .col:nth-child(6) {*/
/*  order: 9;*/
/*}*/

/*#qualification_container .row .col:nth-child(7) {*/
/*  order: 10;*/
/*}*/

/*#qualification_container .row .col:nth-child(8) {*/
/*  order: 6;*/
/*}*/

/*#qualification_container .row .col:nth-child(9) {*/
/*  order: 7;*/
/*}*/

/*#qualification_container .row .col:nth-child(10) {*/
/*  order: 8;*/
/*}*/

/*#qualification_container .row.on .col:nth-child(1) {*/
/*  order: 3;*/
/*}*/

/*#qualification_container .row.on .col:nth-child(2) {*/
/*  order: 4;*/
/*}*/

/*#qualification_container .row.on .col:nth-child(3) {*/
/*  order: 5;*/
/*}*/

/*#qualification_container .row.on .col:nth-child(4) {*/
/*  order: 2;*/
/*}*/

/*#qualification_container .row.on .col:nth-child(5) {*/
/*  order: 1;*/
/*}*/

/*#qualification_container .row.on .col:nth-child(6) {*/
/*  order: 6;*/
/*}*/

/*#night_shift_container .row .col:nth-child(1) {*/
/*  order: 3;*/
/*  width: 100%;*/
/*}*/

/*#night_shift_container .row .col:nth-child(2) {*/
/*  order: 1;*/
/*}*/

/*#night_shift_container .row .col:nth-child(3) {*/
/*  order: 2;*/
/*}*/

/*.bx-viewport {*/
/*  height: 410px !important;*/
/*}*/

/*.step0-bx-viewport {*/
/*  height: 320px !important;*/
/*}*/

.step1-bx-viewport {
  height: 800px !important;
}

/*work_type*/
.step3-bx-viewport {
  height: 300px !important;
}

/*work_time*/
.step4-bx-viewport {
  height: 300px !important;
}

/*work_status*/
.step5-bx-viewport {
  height: 550px !important;
}

/*change_period*/
.step6-bx-viewport {
  height: 400px !important;
}

/*add_area*/
.step7-bx-viewport {
  height: 330px !important;
}

/*name*/
.step8-bx-viewport {
  height: 530px !important;
}

/*mobile_tel*/
.step9-bx-viewport {
  height: 340px !important;
}

/*a.bx-next {*/
/*  font-weight: bold;*/
/*  -webkit-appearance: none;*/
/*  z-index: 2;*/
/*  position: relative;*/
/*  width: 100%;*/
/*  display: block;*/
/*  margin: 0 auto;*/
/*  padding: 20px 10px;*/
/*  text-decoration: none;*/
/*  box-shadow: none !important;*/
/*}*/

/*a.bx-next:not(.off) .next:before {*/
/*  display: block;*/
/*  position: absolute;*/
/*  z-index: 2;*/
/*  left: -30%;*/
/*  top: -50%;*/
/*  content: "";*/
/*  width: 50px;*/
/*  height: 100px;*/
/*  transform: rotate(30deg);*/
/*  -webkit-transform: rotate(30deg);*/
/*  -moz-transform: rotate(30deg);*/
/*  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);*/
/*  !*background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));*!*/
/*  !*background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);*!*/
/*}*/

/*.bx-controls {*/
/*  max-width: 320px;*/
/*  margin: 0px auto 50px;*/
/*}*/

/*#dialog_content > div.bx-wrapper > div.bx-controls.bx-has-controls-direction.index6 {*/
/*  margin: 0px auto 150px;*/
/*}*/

/*.bx-controls-direction {*/
/*  display: table;*/
/*  width: 100%;*/
/*}*/

/*.bx-controls-direction > a {*/
/*  display: table-cell;*/
/*  vertical-align: bottom;*/
/*}*/

/*.bx-controls-direction img {*/
/*  box-sizing: border-box;*/
/*  -webkit-box-sizing: border-box;*/
/*}*/

/*a.bx-prev {*/
/*  width: 15%;*/
/*  padding-right: 2%;*/
/*  padding-bottom: 20px;*/
/*  font-size: 12px;*/
/*  white-space: nowrap;*/
/*}*/

/*a.bx-prev:before {*/
/*  content: "＜ ";*/
/*}*/

/*!*.step1 .bx-next {*!*/
/*!*  position: relative;*!*/
/*!*}*!*/

/*.step10 a.bx-prev {*/
/*  width: 16%;*/
/*  padding-right: 2%;*/
/*  padding-bottom: 4px;*/
/*}*/

.index6 .bx-next.off {
  /*opacity: 0.6;*/
}

/*a.bx-next .next {*/
/*  display: block;*/
/*  padding: 8px 0 10px;*/
/*  background: #109fb5;*/
/*  !*background: -moz-linear-gradient(top, #109fb5 0%, #0d7e91 99%);*!*/
/*  !*background: -webkit-linear-gradient(top, #109fb5 0%, #0d7e91 99%);*!*/
/*  !*background: linear-gradient(to bottom, #109fb5 0%, #0d7e91 99%);*!*/
/*  background: linear-gradient(to bottom, rgba(135,206,28,1) 0%, rgba(72,188,22,1) 100%);*/
/*  !*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#109fb5', endColorstr='#0d7e91', GradientType=0);*!*/
/*  border-radius: 6px;*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*  letter-spacing: .08em;*/
/*  font-size: 20px;*/
/*  !*-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;*!*/
/*  !*-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;*!*/
/*  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*}*/

/*a.bx-next:not(.newBtn03) .next:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  right: 16px;*/
/*  margin: auto 0;*/
/*  display: block;*/
/*  width: 11px;*/
/*  height: 12px;*/
/*  background: url(../img/ico_arrow2.png) no-repeat right center;*/
/*  background-size: contain;*/
/*}*/

a.bx-next.newBtn03 {
  -webkit-appearance: none;
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  max-width: 300px;
}

a.bx-next.newBtn03 img {
  display: block;
  height: 65px;
}

a.bx-next.newBtn03 source {
  display: block;
  width: 100%;
  height: 65px;
  background: url(../img/btn.png) no-repeat;
  background-size: contain;
}

.final-cta-btn {
  padding: 0 !important;
  width: 100% !important;
}

#_div_base #_div_1 .final-cta-btn img {
  background-color: transparent !important;
}

a.bx-next .txtLink {
  display: block;
  font-weight: normal;
  text-align: right;
  text-decoration: underline;

}

a.bx-next .txtLink::after {
  content: " >";
}

/*input[type=checkbox] {*/
/*  display: none;*/
/*}*/

/*input[type=radio] {*/
/*  display: none;*/
/*  -webkit-appearance: none;*/
/*}*/

.radioCol {
  position: absolute;
  top: 0;
  bottom: 8px;
  left: 4px;
  margin: auto;
  z-index: 10;
}

.itemTitle small {
  font-size: 10px;
  color: #000;
}

.smallTxt {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  color: #555;
}

.key:before {
  background: url(../img/ico_key.png) center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: -18px;
  top: 0;
  opacity: 0.5;
}

#birth_y_errmsg {
  margin: 0 0 10px 0;
}

/*.terms-link {*/
/*  display: none;*/
/*  margin-top: 50px;*/
/*  font-size: 12px;*/
/*}*/

/*.footer-link {*/
/*  display: none;*/
/*}*/

.footer-link ul {
  display: flex;
  justify-content: center;
  text-align: center;
}

.footer-link li {
  display: block;
  margin-right: 10px;
}

.footer-link li:last-child {
  margin-right: 0;
}

.footer-link ul li a {
  color: #fff;
  font-size: 10px;
  white-space: nowrap;
  text-decoration: none;
}

/*.labelHeading {*/
/*  margin: 0 auto;*/
/*  text-align: center;*/
/*}*/

/*div#Step0 {*/
/*  max-width: calc(100% - 10px);*/
/*  width: 100%;*/
/*  margin: 0 auto;*/
/*}*/

.show {
  list-style-type: none;
}

#footer_image .footerInner {
  padding: 4px 0;
  text-align: center;
  background-color: #000000;
}

#footer_image .footer_copy small {
  color: #fff;
  font-size: 11px;
}

#footer p {
  padding: 0;
  text-align: center;
}

.pMark {
  overflow: hidden;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  /*background-color: #f5f5f5;*/
  /*border-bottom: 1px solid #fff;*/
  background-color: #fff;
  display: flex;
  width: 100%;
}

.pMark p {
  margin: 0 auto;
  padding: 0;
  text-align: left !important;
  font-size: 10px;
}

.pMark p b {
  font-weight: bold;
}

.pMark img,
.pMark img {
  float: left;
  margin-right: 10px;
  width: 34px;
}

/*.pMark source {*/
/*  display: inline-block;*/
/*  width: 34px;*/
/*  height: 34px;*/
/*  background: url(../img/pmark/privacy_mark.png) no-repeat;*/
/*  background-size: contain;*/
/*}*/

.lastupdate {
  color: #ff6600;
  background-color: #fefff2;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: right;
  padding: 5px 15px;
}

.acoArea {
  display: none;
}

p.addTxt {
  display: flex;
  justify-content: center;
  margin: 2.6em auto 0;
  padding: .3em;
  color: #555;
  font-size: 14px;
  font-weight: bold;
}

p.addTxt img {
  /*width: 60px;*/
  height: 64px;
  padding-right: 10px;
}

#_div_base #_div_1 p.addTxt span {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 7px 10px;
  border-radius: 6px;
  background: #e2f4f5 !important;
}

#_div_base #_div_1 #dialog_content #suggest {
  background-color: #f8f8f8 !important;
  padding-left: 0.5em;
  z-index: 1000;
  text-align: left;
}

#_div_base #_div_1 #dialog_content #suggest div {
  background-color: #f8f8f8 !important;
}

#suggest div {
  padding: 1px;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#_div_base #_div_1 #dialog_content #suggest div.select {
  color: #FFFFFF;
  background-color: #3366FF !important;
}

#suggest div.over {
  background-color: #99CCFF;
}

.hands {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 10%;
  bottom: 74%;
  background-size: 94% auto;
  z-index: 99;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  opacity: 0.8;
  animation: hands 2.5s linear 0s infinite;
  -webkit-animation: hands 2.5s linear 0s infinite;
  transition: bottom 0.3s;
  pointer-events: none;
}

.arrow_step5 {
  display: none;
  width: 50px;
  height: 50px;
  top: 265px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 32%;
  background: url(../img/img_arrow.png) no-repeat;
  background-size: 100% auto;
  z-index: 99;
  opacity: 0.8;
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
  transition: bottom 0.3s;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#_div_base #_div_1 .arrow_step5 {
  background-color: transparent !important
}

.select_add_area, .select_add_city {
  border-radius: 6px;
}

.inputValidOn #form [name="work_type[]"],
.inputValidOn #form [name="zip"] {
  padding: .2em .5em;
}

.inputValidOn #form [name="name"],
.inputValidOn #form [name="name_ruby"] {
  padding: .2em .5em;
}

.inputValidOn #form [name="birth_y"],
.inputValidOn #form #item-birth_y .selectWrap {
  padding: .2em .3em;
}

.inputValidOn #form [name="qualification[]"] + label {
  /*padding: 10px 3px;*/
  padding: 10px 4px;
}

/*.inputValidOn #form [name="zip"].on:-webkit-autofill,*/
/*.inputValidOn #form [name="name"].on:-webkit-autofill,*/
/*.inputValidOn #form [name="name_ruby"].on:-webkit-autofill,*/
/*.inputValidOn #form [name="mobile_tel"].on:-webkit-autofill {*/
/*  -webkit-box-shadow: 0 0 0px 1000px #fff inset;*/
/*}*/

.colWrap .col:first-child input[type=checkbox]:checked + .checkbox {
  border-top: 1px solid #ff7fae;
}

.colWrap .col .radio,
.colWrap .col .checkbox {
  padding: 14px 1em 12px;
  border-radius: 0;
  border: none;
  line-height: 1.0;
}

.colWrapStep7 {
  width: 100%;
  margin: 1em 0 auto;
  padding: 0 0 9px !important;
  font-size: 14px;
}

.step7col {
  float: left;
  text-align: center;
  width: 100%;
}

.step2 .step2col {
  margin-bottom: 0 !important;
}

.step2 .step2col.colWrap .col {
  width: 48%;
}

.step2 .step2col.colWrap .col:nth-child(2n) {
  margin: 0 1%;
}

#work_type, #req_date, #job_description, #job_change_count {
  line-height: 1;
  padding: 0;
}

/*.formItem {*/
/*  border-bottom: none;*/
/*}*/

input[name="birth_y_modal"] + label:after,
input[name="work_type[]"] + label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  content: '';
}

input[type=radio]:checked + label:after {
  border: none;
}

#qualification_container > .row > div > label::before {
  content: "";
  width: 100%;
  height: 50px;
  margin: 0 auto 5px;
  display: block;
}

#qualification_container > .row > div:nth-child(1) > label::before {
  background: url(../img/ico/ico_qu_01.png) center no-repeat;
  background-size: auto 50px;
}

#qualification_container > .row > div:nth-child(2) > label::before {
  background: url(../img/ico/ico_qu_02.png) center no-repeat;
  background-size: auto 50px;
}

#qualification_container > .row > div:nth-child(3) > label::before {
  background: url(../img/ico/ico_qu_03.png) center no-repeat;
  background-size: auto 50px;
}

#qualification_container > .row > div:nth-child(4) > label::before {
  background: url(../img/ico/ico_qu_04.png) center no-repeat;
  background-size: auto 50px;
}

#qualification_container > .row > div:nth-child(5) > label::before {
  background: url(../img/ico/ico_qu_05.png) center no-repeat;
  background-size: auto 50px;
}

#qualification_container > .row > div:nth-child(6) > label::before {
  background: url(../img/ico/ico_qu_06.png) center no-repeat;
  background-size: auto 50px;
}

#qualification_container > .row > div:nth-child(7) > label::before {
  background: url(../img/ico/ico_qu_07.png) center no-repeat;
  background-size: auto 50px;
}

#qualification_container > .row > div:nth-child(8) > label::before {
  background: url(../img/ico/ico_qu_08.png) center no-repeat;
  background-size: auto 50px;
}

#qualification_container > .row > div:nth-child(9) > label::before {
  background: url(../img/ico/ico_qu_09.png) center no-repeat;
  background-size: auto 50px;
}

#qualification_container > .row > div:nth-child(10) > label::before {
  background: url(../img/ico/ico_qu_10.png) center no-repeat;
  background-size: auto 50px;
}

#qualification_container > .row > div:nth-child(11) > label::before {
  background: url(../img/ico/ico_qu_11.png) center no-repeat;
  background-size: auto 50px;
}

#qualification_container > .row > div:nth-child(12) > label::before {
  background: url(../img/ico/ico_qu_12.png) center no-repeat;
  background-size: auto 50px;
}

#work_type_container > ul > li:nth-child(1) > label::before,
#work_type_container > ul > li:nth-child(2) > label::before {
  content: "";
  width: 100%;
  height: 50px;
  margin: 0 auto 5px;
  display: block;
}

#work_type_container > ul > li:nth-child(1) > label::before {
  background: url(../img/ico/ico_work_01.png) no-repeat center;
  background-size: auto 50px;
}

#work_type_container > ul > li:nth-child(2) > label::before {
  background: url(../img/ico/ico_work_02.png) no-repeat center;
  background-size: auto 50px;
}

#_div_base #form #work_type_container > ul > li:nth-child(3) > label,
#_div_base #form #work_type_container > ul > li:nth-child(4) > label {
  height: 75px;
}

.colWrap .col:first-child .radio {
  padding: 18px 0 0 0;
}

.colWrap .col:last-child .radio {
  padding: 18px 0;
}

#work_type_container .colWrap .col:nth-child(1) {
  order: 1;
}

#work_type_container .colWrap .col:nth-child(2) {
  order: 3;
}

#work_type_container .colWrap .col:nth-child(3) {
  order: 4;
}

#work_type_container .colWrap .col:nth-child(4) {
  order: 2;
}

#work_type_container > ul > li:nth-child(1) > label {
  font-size: 16px !important;
}

#work_type_container > ul > li:nth-child(4) > label {
  font-size: 16px !important;
}

#_div_base #form #sex-container label {
  height: 55px;
  border: 1px solid #ff34a3b8;
  width: 90%;
  margin: 0 auto;
}

#_div_base #form #sex-container li:nth-child(1) label {
  margin-right: 0;
}

#_div_base #form #sex-container li:nth-child(2) label {
  margin-left: 0;
}

.step8-bx-viewport .txtBox {
  margin-top: 0.3em;
}

#_div_base .cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: #000 !important;
  opacity: 0.5;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
}

.formLabel, .formLabel2, .formLabel3, .formLabel4 {
  position: absolute;
  top: 22px;
  left: 133px;
  font-size: 18px;
  font-weight: bold;
  color: #5f5f5fb0;
  -webkit-transition: font 0.1s ease, top 0.1s ease;
  transition: font 0.1s ease, top 0.1s ease;
  background-color: transparent !important;
  border: none !important;
}

.formLabel {
  left: 12px;
}

.formLabel2 {
  top: 18px;
  left: 43px;
}

.formLabel3 {
  left: 96px;
}

.formLabel4 {
  left: 90px;
}

.formLabel[for="mobile_tel"] {
  top: 15px;
  color: #5f5f5fb0;
  font-size: 18px !important;
  font-weight: normal;
}

.placeOn + .formLabel, .placeOn + .formLabel2, .placeOn + .formLabel3, .placeOn + .formLabel4 {
  position: absolute !important;
  top: 6px !important;
  left: 12px !important;
  font-size: 10px !important;
  font-weight: bold !important;
  color: #ff34a3b8 !important;
  background-color: transparent !important;
}

.placeOn + .formLabel[for="mobile_tel"] {
  color: #5f5f5fb0 !important;
}

.placeOn + .formLabel4 {
  left: 90px !important;
}

:not(.step10) > #_div_base > #_div_1 > #form > .link_area {
  display: none;
}

.link_area {
  font-size: 13px;
  margin-bottom: 100px;
}

.link_area a {
  display: block;
  color: #808080;
  font-size: 12px;
  text-decoration: none;
  width: 30%;
  margin: 0px auto;
  padding: 10px;
  border-radius: 7px;
}

.final-cta-terms {
  display: none;
  font-size: 12px;
  margin-top: 30px;
}

.final-cta-terms a,
.final-cta-terms a:visited {
  text-decoration: underline;
}

#_div_base, #_div_1, #footer {
  background-color: #fef4f4;
}

#_div_base #_div_1 select#add_area,
#_div_base #_div_1 select#add_city,
#_div_base #_div_1 input.add_city_text {
  background-color: #fff !important;
}

#_div_base #_div_1 select#add_city:disabled {
  background-color: #00000030 !important;
}

.step0-bx-viewport ~ .bx-controls .bx-controls-direction {
  display: none;
}

.rare_jobs_appeal_container span {
  color: #fe6696;
  font-size: 1.1em;
  font-weight: bold;
}

.rare_jobs_appeal_point {
  background: linear-gradient(transparent 50%, #ffff00 50%);
}
