@charset "UTF-8";

html * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-text-size-adjust: none;
  font-feature-settings: "palt"1;
}
body, table, input, textarea, select, option {
  font-size: 1em;
  color: #333;
  font-family: sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}
:focus {
  outline: 0;
}
a:link, a:visited, a:hover, a:active {
  color: #707070;
  text-decoration: underline;
}
/* ---------- 共通 ---------- */
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  line-height: 1.5;
  text-align: center;
  background: #fff;
}
html {
  height: auto;
  min-height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.bx-viewport {
  padding-bottom: 0;
}
#Step5 {
  margin-bottom: 20px;
}
div#_div_1 {
  width: 100%;
}
#form hr {
  margin: 0;
  background-color: #ccc;
  border: 0;
  height: 1px;
}
/* Change the white to any color ;) */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
header {
  padding: 4px 0;
  background: #555
}
#headerArea {
  position: fixed;
  width: 100%;
  padding: 10px 0 6px 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
  line-height: 1;
  z-index: 5;
}
#headerContent, #dialog_headerContent {
  width: 720px;
  margin: 0 auto;
}
#dialog_headerContent {
  text-align: right;
}
#headerContent h1 {
  margin: 0;
}
#headerContent h1 img {
  width: 640px;
}
#dialog_footer {
  background: #666; /*position:absolute;bottom:100px;*/ width: 100%;
}
#dialog_content {
  background: #fff;
  position: relative;
  padding: 70px 0 60px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.step1 #dialog_content:before {
  opacity: 1;
}
#dialog_content .login {
  position: absolute;
  bottom: 140px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#dialog_content .login a {
  background: none;
}
.status {
  width: 400px;
  margin: 15px auto 25px auto;
}
#dialog_content_inner {
  width: 720px; /*height: 770px;*/ margin: 0 auto;
  background: #fff;
  padding-top: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  position: relative;
}
#dialog_content_inner .img-free {
  position: absolute;
  top: -45px;
  right: -45px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.step1 #dialog_content_inner .img-free {
  opacity: 1;
}
.status {
  width: 400px;
  margin: 0 auto 0;
  text-align: center;
  display: block;
}
/* ---------- タイトル ---------- */
.formItem {
  margin: 4px auto 0;
  max-width: 420px;
  position: relative;
}
.formItem#retirement_intention_selection {
  margin-bottom: 20px;
}
.formItem_step1 {
  margin: 10px auto 16px !important;
}
.formItem_step3 {
  margin: 14px auto 2px auto;
  border-bottom: 1px solid #ccc;
}
.formItem_step4 {
  margin-top: 0px;
}
.formItem_step4 > div {
  position: relative;
}
.formItem_step5 {
  min-height: 3.5em;
  margin-top: 10px;
}
#Step5 .formItem.bottomItem {
  margin-top: -6px;
}
#license_container.formItem, #req_dates_area.formItem {
  border: 0;
  margin: 0 auto;
}
#req_emp_types_selection.formItem {
  margin: 0 auto 0;
}
#req_emp_types_selection.formItem {
  border: 0;
}
h2 {
  font-size: 16px;
  color: #707070;
}
.itemTitle {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  color: #333;
  text-align: left;
  box-sizing: border-box;
  font-weight: normal;
}
.itemTitle small {
  font-size: 12px;
}
#Step6 .itemTitle {
  max-width: 600px;
}
h3 {
  font-size: 14px
}
.bottom-line {
  margin: .5em auto .2em;
  color: #000;
  border-bottom: 1px solid #000;
}
.formTitle {
  position: inherit;
  margin: 4px 0 0;
  color: #000;
}
.keyMark, .keyMark2 {
  position: relative;
}
.keyMark:after, .keyMark2:after {
  background: url(../img/ico_key.png) center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  opacity: 0.3;
  visibility: visible;
}
.labelHeading {
  max-width: 420px;
  margin: 14px auto 1px;
  text-align: left
}
.labelHeading p {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
.step1 .labelHeading p {
  margin: 20px auto;
  font-size: 1.4rem;
}
/* #Step6 .labelHeading{max-width:600px;} */
.step3 .labelHeading {
  margin-bottom: 0;
}
.inquire-heading.itemTitle {
  text-align: center;
}
.inquire-heading.itemTitle::before {
  display: none;
}
.inquire-heading.itemTitle b {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
  padding-bottom: 3px;
  color: #0be;
}
.inquire-heading.itemTitle .innerTitle {
  display: block;
  margin: 15px auto;
  text-align: left;
}
.inquire-heading.itemTitle .innerTitle::before {
  content: "■";
  color: #93d6db;
}
/* ---------- テキストサイズ ---------- */
.smallTxt {
  display: inline-block;
  font-size: 10px;
  color: #555;
  position: relative;
  width: auto;
  white-space: nowrap;
  margin-bottom: 10px;
}
.telTxt {
  display: block;
  max-width: 420px;
  background: rgba(255, 255, 255, .5);
  margin: .2em auto 0;
  padding: .3em;
  text-align: center;
  color: #ff348e;
  font-size: 12px;
}
/* ---------- ボタン ---------- */
.bx-controls {
  margin: 25px auto 40px;
  max-width: 420px;
}
.bx-controls-direction {
  display: table;
  width: 100%;
}
.index1 .bx-controls-direction {
  display: block;
  text-align: center;
  margin: 0 auto 0;
}
.index1 .bx-controls-direction > a {
  display: block;
  margin: 0 auto;
  width: 90%;
}
.index1 .bx-controls-direction > a.bx-prev {
  display: none;
}
.bx-controls-direction > a {
  display: table-cell;
  vertical-align: middle;
}
.bx-controls-direction img {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a.bx-prev {
  width: 15%;
  padding-right: 1%;
  font-size: 12px;
}
a.bx-prev:before {
  content: "＜ ";
}
.step5 a.bx-prev {
  width: 16%;
  padding-right: 2%;
}
a.bx-next {
  position: relative;
  margin: 0 10px;
  display: block;
  text-decoration: none;
  z-index: 2;
}
.step1 a.bx-next {
  margin: 0;
}
a.bx-next span {
  z-index: 2;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 8px 0 10px;
  background: #109fb5;
  background: -webkit-linear-gradient(top, #fc3 0%, #f90 99%);
  background: linear-gradient(to bottom, #fc3 0%, #f90 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc3', endColorstr='#f90', GradientType=0);
  border-radius: 5px;
  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;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
  overflow: hidden;
}
a.bx-next.off span:before {
  display: none;
}
a.bx-next::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
a.bx-next span::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  display: block;
  width: 10px;
  height: 14px;
  margin-top: -6px;
  background: url(../img/ico_arrow2.png) no-repeat right center;
  background-size: contain;
}
.step1 a.bx-next span {
  width: 420px;
}
a.bx-next.newBtn03 {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none !important;
  overflow: hidden;
}
a.bx-next.newBtn03 {
  padding: 0 10px;
  box-sizing: border-box;
}
a.bx-next .last-btn {
  padding: 8px 0 5px;
}
a.bx-next .last-btn small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
a.bx-next .last-btn b {
  display: block;
  font-size: 22px;
}
.bx-wrapper {
  position: relative;
}
.bx-controls-direction .btn-area a.off span {
  background: rgba(200, 200, 200, .5);
  border: 1px solid rgba(200, 200, 200, .5);
  box-shadow: none;
}
a.bx-next.newBtn03 img.btn2, a.bx-next.newBtn03.off img.btn1 {
  display: none;
}
a.bx-next.newBtn03 img.btn1, a.bx-next.newBtn03.off img.btn2 {
  display: block;
}
/* ---------- フォーム ---------- */
.tableForm {
  display: table;
  width: 100%;
}
.selectWrap.addr1 {
  width: 100%;
  height: inherit;
}
input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: bold;
}
.bx-viewport {
  padding-bottom: 0;
}
input[type=checkbox], input[type=radio] {
  display: none;
  appearance: none;
  -webkit-appearance: none;
}
.colWrap {
  margin: 10px auto 14px;
  display: flex;
  flex-wrap: wrap;
}
.col {
  text-align: center;
}
#Step2 .colWrap {
  margin: 10px auto 14px;
}
.colWrap .col {
  width: 100%;
  margin: 1% 0;
}
#retirement_intention_list {
  display: flex;
  flex-wrap: wrap;
}
#req_date_list.colWrap .col, #retirement_intention_list li {
  width: 49%;
  margin: 1% 0 1% 2%;
}
#req_date_list.colWrap .col:nth-child(odd), #retirement_intention_list li:nth-child(odd) {
  margin-left: 0;
}
.colWrap .col:nth-child(odd) {
  margin-left: 0;
}
#Step1 .colWrap.step3col .col:last-child, #Step2 .colWrap .col:last-child, #Step3 .colWrap .col:last-child, #retirement_intention_list li:last-child {
  width: 100%;
  margin: 1% 0;
}
.colWrap .col .radio, .colWrap .col .checkbox, #retirementIntention label {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 14px .5em 12px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #666;
  box-sizing: border-box;
  line-height: 1.0;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
}
label span {
  display: block;
  width: 100%;
  font-size: 13px;
}
label strong {
  font-size: 24px;
}
label p {
  display: inline;
  vertical-align: baseline
}
.colWrap .col:nth-child(1) label:active {
  border-top: solid 3px #e89eba;
  border-bottom: solid 4px #e89eba;
}
.colWrap .col .checkbox.btn_off, .colWrap .col .radio.btn_off, #retirementIntention .btn_off {
  background-color: #eee;
  border: none;
}
.modalPulldown-pulldown label {
  font-size: 16px;
}
select {
  background: rgba(255, 255, 255, .8) url('../img/ico_arrow.png') no-repeat 97% center;
  background-size: 10px;
}
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: .2em .5em;
  box-sizing: border-box;
  border-radius: 0;
  vertical-align: middle;
  line-height: 2.2em;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  color: #000;
}
select#graduation_year,
select#birth_year {
  border: 1px solid #ccc;
}
input#password, input#mob_phone, input#mob_mail {
  font-weight: bold;
}
input#zip, input#name_kan, select#retirement_intention, input#mob_phone {
  border: 1px solid #ff348e;
  border-radius: 6px;
  position: relative
}
input#password, input#mob_mail {
  border-radius: 6px;
  position: relative
}
input#zip, input#mob_phone, input#name_kan {
  font-size: 20px;
  background: #ffffc7;
}
input#zip, input#password, input#mob_phone, input#mob_mail {
  padding: 4px .5em;
  padding-right: 0;
  letter-spacing: .1em;
}
input#password, input#mob_phone, input#mob_mail {
  letter-spacing: 0;
}
input#zip {
  background: #ffffc7 url(../img/ico_title-zip.png) center left 4px no-repeat;
  background-size: 30px;
  padding-left: 40px;
}
input#mob_mail, input#password {
  border: 1px solid #ccc;
  background-color: #fff;
}
input#zip.on, input#name_kan.on, select#retirement_intention.on, input#mob_phone.on, input#mob_mail.on, input#password.on {
  border: 1px solid #ccc;
  background-color: #fff;
}
.zip-count, .name_message, .name_message2 {
  position: absolute;
  top: -23px;
  right: 0;
  padding: 0px 8px 4px;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  font-size: 10px;
  width: auto;
  white-space: nowrap;
}
.zip-count span {
  color: #ff7e7e;
}
.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: #ccc;
  border-radius: 30px 0 30px 0;
  z-index: -1;
}
.zip-count:after, .tel-count:after, .name_message:after, .name_message2:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 15px;
  margin-left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 30px 0 30px 0;
  z-index: -1;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.step5_message {
  max-width: 420px;
  margin: 0 auto;
}
.step5_message img {
  border-radius: 6px;
  max-width: 78%;
  padding: 8px 28px 4px;
  background: #e2f4f59e;
  margin-top: 2px;
}
.tel-count {
  position: absolute;
  top: -12px;
  right: 4px;
  background: #f8f8f8;
  border-radius: 100px;
  padding: 0px 8px 4px;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  font-size: 12px;
}
.tel-count small {
  color: #ff7e7e !important;
  font-weight: bold;
  font-size: 105%;
}
.tel-count:before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 10px;
  margin-left: 0;
  display: block;
  width: 12px;
  height: 10px;
  background: #f8f8f8;
  border-radius: 30px 0 30px 0;
  z-index: 1;
}
.tel-count:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 8px;
  margin-left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 30px 0 30px 0;
  z-index: -1;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.key:before {
  background: url(../img/ico_key.png) center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: -14px;
  top: 0;
  opacity: 0.5;
}
.stackedList {
  margin: 10px auto 10px;
  text-align: center;
  list-style: none;
  padding: 1px 0 0;
  overflow: hidden;
}
.stackedList li {
  position: relative;
  width: 49%;
  margin: 2px 3px;
  float: left;
}
.stackedList li input[type=radio] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  height: 1em;
}
.stackedList li .radio {
  padding: 0.7em 2.4em 0.7em 0.7em;
  margin-top: -1px;
}
.step1 .stackedList {
  display: none;
}
/* modalプルダウン用 Start */
.modalPulldown-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.modalPulldown-pulldown {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  margin: 0;
  width: 90%;
  max-width: 480px;
  max-height: 75vh;
  overflow-y: scroll;
  color: #333;
  box-shadow: 0px 0px 10px 0px #555;
  -webkit-box-shadow: 0px 0px 10px 0px #555;
}
.modalPulldown-pulldown::-webkit-scrollbar { /* スクロールバー本体 */
  width: 5px;
  background: #ccc;
}
.modalPulldown-pulldown::-webkit-scrollbar:horizontal { /* 横方向のスクロールバー本体 */
  width: 5px;
  background: #ccc;
}
.modalPulldown-pulldown::-webkit-scrollbar-thumb { /* スクロールバーの動く部分 */
  background: #f90;
  border-radius: 2px;
}
.modalPulldown-pulldown::-webkit-scrollbar-thumb:horizontal { /* 横方向のスクロールバーの動く部分 */
  background: #f90;
  border-radius: 2px;
}
.modalPulldown-pulldown::-webkit-scrollbar-track-piece:start { /* スクロールバーの動く部分の前 */
  background: #aaa;
}
.modalPulldown-pulldown::-webkit-scrollbar-track-piece:end { /* スクロールバーの動く部分の後ろ */
  background: #ccc;
}
.modalPulldown-pulldown::-webkit-scrollbar-corner { /* スクロールバー角 */
  background: transparent;
}
.modalPulldown-modal {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: none;
}
.modalPulldown-pulldown ul {
  padding: 0;
  text-align: left;
}
.modalPulldown-pulldown li {
  padding: .6em;
  border-bottom: 1px solid #eee;
}
.modalPulldown-pulldown li:last-child {
  border-bottom: 0;
}
input[name="birth_year_modal"] + label {
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
input[name="birth_year_modal"] + label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 8px;
  right: 10px;
  display: block;
  margin-top: -7px;
  width: 7px;
  height: 13px;
  content: '';
  opacity: 0;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
input[type=radio]:checked + label, .checkCol input[type=checkbox]:checked + label {
  background: #3ad !important;
  border-color: #acf !important;
  color: #fff !important;
}
input[type=radio]:checked + label::before, .checkCol input[type=checkbox]:checked + label::before {
  opacity: 1;
}
/* modalプルダウン用 End*/
/* ---------- step3 accordion ---------- */
#zip2 {
  display: block;
  margin: 15px auto 0;
  clear: both;
  line-height: 1.2;
  font-size: 14px;
}
#zip2 small {
  padding: .3em 30px .4em .6em;
  font-weight: bold;
  font-size: 12px;
  color: #555;
  position: relative;
}
#zip2 small:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 10px;
  display: block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}
#zip2.on small:before {
  top: 11px;
  transform: rotate(-135deg);
}
.acoArea {
  display: none;
}
.message {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 420px;
  margin: 10px auto 0;
  font-size: 12px;
}
.message img {
  width: 18%;
  float: left;
  margin-top: 3%;
}
.message p {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0 10px;
  padding: 7px 10px;
  max-width: 100%;
  background: #e2f4f5;
  border-radius: 6px;
  color: #555;
  text-align: left
}
.message p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #e2f4f5;
}
/* ---------- error ---------- */
.errorBox {
  clear: both;
  background: #fcebeb;
  position: relative;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 1px 5px;
  margin: 5px 0;
  color: red;
  font-size: 12pt;
  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 #fcebeb transparent;
}
#addr1or2_error_msgs:before {
  clear: both;
}
#birth_year_errmsg {
  margin: 0 0 10px 0;
  top: 6px;
}
/* ---------- footer ---------- */
#footer_image {
  border-top: 1px solid #fff;
  background: #fcfcfc;
}
#footer_image .footerInner {
  padding: 4px 0;
  text-align: center;
}
#footer_image .footer_copy small {
  font-size: 11px;
}
.footLink ul {
  text-align: center;
  line-height: 1;
}
.footLink li {
  display: inline;
  margin-right: 10px;
  white-space: nowrap;
}
.footLink li:last-child {
  margin-right: 0;
}
.footLink ul li a {
  font-size: 10px;
}
/* ---------- Pmark ---------- */
.pMark {
  overflow: hidden;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fcfcfc;
}
.pMark2 {
  position: absolute;
  width: 420px;
  left: 50%;
  margin-left: -150px;
  bottom: -22%;
  overflow: hidden;
  padding: 4px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .8);
}
.pMark p, .pMark2 p {
  margin: 0 auto;
  padding: 0;
  text-align: left !important;
  font-size: 10px;
  width: 480px
}
.pMark p b, .pMark2 p b {
  font-weight: bold;
}
.pMark img, .pMark2 img {
  float: left;
  margin-right: 10px;
  width: 34px;
}
/* ---------- modal ---------- */
.modal {
  display: none;
  text-align: left;
  text-align: justify;
}
.modalBody {
  position: fixed;
  z-index: 1000;
  background: #fdffed;
  width: 640px;
  left: 50%;
  top: 50%;
  height: 600px;
  padding: 13px;
  line-height: 1.6;
  border-radius: 4px;
}
.modalBK {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=90);
}
.window_close, .close {
  cursor: pointer;
  text-align: center;
  margin: 10px 0;
  text-decoration: underline;
  color: #fff;
  background-color: #999;
  border-radius: 4px;
  line-height: 32px;
  font-size: 1.2rem;
}
.scroll_box {
  overflow-y: auto;
  height: 556px;
  padding: 2px;
}
.scroll_box::-webkit-scrollbar {
  width: 5px;
  background: #d7d7d7;
}
.scroll_box::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 2px;
}
.modal h2 {
  font-size: 18px;
}
.modal .row {
  margin-top: 1em
}
/***** suggestEmail.css *****/
#suggest {
  background-color: #f8f8f8;
  padding-left: 0.5em;
  z-index: 1000;
  text-align: left;
}
#suggest div {
  padding: 1px;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#suggest div.select {
  color: #fff;
  background-color: #3366ff;
}
#suggest div.over {
  background-color: #99ccff;
}
#suggest span.bef {
  color: gray;
}
/* ---------- hand ---------- */
.hands, .hands_modal {
  display: none !important;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 0;
  bottom: 14%;
  background: url(../img/img_hand.png) no-repeat;
  background-size: contain;
  z-index: 99;
  pointer-events: none;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  animation: hand 2.5s linear 0s infinite;
  -webkit-animation: hand 2.5s linear 0s infinite;
}
.hands_modal {
  top: 8%;
  right: 5%;
}
@-webkit-keyframes hand {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15px, 0);
  }
  75% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes hand {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15px, 0);
  }
  75% {
    transform: translate(0, 0);
  }
}
.step1.modal-on .hands {
  display: none;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a.bx-next span:before {
  display: block;
  position: absolute;
  z-index: -1;
  left: -30%;
  top: -50%;
  content: "";
  width: 50px;
  height: 120px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 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, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
  animation: shiny 4s infinite linear;
  -webkit-animation: shiny 4s infinite linear;
}
@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.fukidashi {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border: solid 1px #ffa821;
  box-sizing: border-box;
  background: rgba(249, 253, 255, 0.9);
  border-radius: 6px;
  color: #ffa821;
  font-size: 12px;
}
.fukidashi:before, .fukidashi:after {
  content: "";
  position: absolute;
}
.fukidashi:before {
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #f6fafc;
  z-index: 2;
}
.fukidashi:after {
  top: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #ffa821;
  z-index: 1;
  visibility: visible;
}
.fukidashi p {
  margin: 0;
  padding: 0;
}
.formLabel, .formLabel2, .formLabel3, .formLabel4 {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 14px;
  color: #999;
  -webkit-transition: font 0.1s ease, top 0.1s ease;
  transition: font 0.1s ease, top 0.1s ease;
}
.formLabel2 {
  left: 44px;
}
.formLabel3 {
  left: 96px;
}
.placeOn + .formLabel, .placeOn + .formLabel2, .placeOn + .formLabel3, .placeOn + .formLabel4 {
  position: absolute;
  top: 2px;
  left: 12px;
  font-size: 10px;
  color: #ff348e;
}
.step1 .hands, .bx-clone {
  display: none;
}
.cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.step-wrap {
  margin-top: 1em
}
.step-item-number {
  background: #eee;
  margin-right: .2em;
  padding: .1em 1em;
  display: inline-block;
}
.step1 .privacy_link, .step2 .privacy_link, .step3 .privacy_link, .step4 .privacy_link {
  display: none
}
.step5 .privacy_link {
  font-size: 12px;
  position: absolute;
  bottom: 18%;
  line-height: 1.3em;
  text-align: center;
  width: 100%
}
/* 保有資格「学生」選択時のみ表示 */
.show_gra {
  display: block;
  margin-bottom: 20px;
}
.hide_gra {
  display: none;
}
.login a {
  display: block;
  width: 350px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0.5em;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.login a:link {
  color: #3388cc;
}
.login a:visited {
  color: #3388cc;
}
/* icon
 ----------------------------------------------------- */
.entry-support {
  font-size: 0.9em;
}
.entry-support > a {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.entry-support-icon {
  position: relative;
  margin-right: 0.2em;
}
.entry-support-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2bb2ff;
}
.entry-support-icon::after {
  content: "？";
  position: absolute;
  top: 0;
  left: calc(0% + 4px);
  color: #fff;
  font-weight: 700;
}
/* terms
 ----------------------------------------------------- */
.terms-link {
  display: flex;
  padding: 15px 0 0;
  font-size: 12px;
  text-decoration: underline;
  justify-content: center;
}
.terms-link a, .terms-link a:visited {
  color: #707070;
}
.terms-item {
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
.terms-item:last-child {
  border-right: none;
}
.index1 .terms-link {
  display: none;
}
.step5 .entry-support {
  font-size: 0.9em;
}
.message_mypage {
  margin-top: 20px;
  color: #2bb2ff;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
}
/* 求人数
 ----------------------------------------------------- */
.count_data {
  display: inline-block;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: right;
}
.total_count {
  color: #ff6600;
}
.total_count_day {
  color: #ff6600;
}
/*ステータスバーここから*/
.lpStatusBar {
  position: relative;
}
.lpStatusBar_contents {
  margin: 0;
  z-index: 0;
  position: relative;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.lpStatusBar_contents li {
  list-style-type: none;
  width: calc(100% / 5);
  height: 20px;
  float: left;
  font-size: 10px;
  position: relative;
  text-align: center;
  border: 1px solid #eee;
  box-sizing: border-box;
  overflow: hidden;
}
.lpStatusBar_contents li:first-child {
  width: 0;
}
.lpStatusBar_contents li span {
  left: -100%;
  background-color: #f90;
  position: absolute;
  font-size: 10px;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.lpStatusBar_contents li.active {
  position: relative;
  border-color: #fc3;
}
.lpStatusBar_contents li.active span {
  left: 0;
}
/*ステータスバーここまで*/
/*各ステップ説明文*/
.labelEx {
  font-size: 12px;
  background: #f0ffff;
  padding: 10px;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: left;
}
.labelEx.in {
  max-width: 420px;
  margin: 20px auto;
  box-sizing: border-box;
}
/*STEP1,2ボタンデザイン調整*/
.step1 .bx-controls-direction, .step2 .bx-controls-direction {
  display: table;
  padding-bottom: 10px;
}
.step1 .bx-controls-direction a, .step2 .bx-controls-direction a {
  vertical-align: top;
}
.step1 .bx-controls-direction p, .step2 .bx-controls-direction p {
  width: 100%;
  display: table-cell;
  text-align: right;
  margin: 0 auto;
}
.step1 a.bx-next, .step2 a.bx-next {
  width: auto;
  display: inline-block;
  padding: 0;
  padding-left: 2%;
  text-decoration: underline;
  font-size: 12px;
  vertical-align: top;
}
.step1 a.bx-next span, .step2 a.bx-next span {
  padding: 0;
  font-size: 12px;
  color: #707070;
  background: none;
  border: none;
  box-shadow: none;
  display: inline;
}
.step1 .bx-controls-direction .btn-area a.off span, .step2 .bx-controls-direction .btn-area a.off span {
  background: none;
  border: none;
  box-shadow: none;
}
.step1 a.bx-next:after, .step2 a.bx-next:after {
  content: " ＞";
  position: relative;
}
.step1 a.bx-next span:after, .step2 a.bx-next span:after {
  content: none;
}
.step1 a.bx-next span:before, .step2 a.bx-next span:before {
  content: none;
}
/*矢印つきボタン*/
.arrow-in label::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 30px;
  margin: auto 0;
  z-index: 1;
}
.arrow-in input[type=radio]:checked + label:before, .arrow-in input[type=checkbox]:checked + label:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.off-border.arrow-in label:before {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}
/*ブラウザバック時のモーダル*/
.modal_banner {
  display: none;
  position: fixed;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal_wrap {
  position: fixed;
  width: 480px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_wrap_inner {
  padding: 10px;
}
.modal_wrap_inner_contents {
  position: relative;
}
.modal_wrap_inner_contents_middle {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(112, 112, 112, 0.2);
  box-shadow: 0 0 20px rgba(112, 112, 112, 0.2);
}
.modal_wrap_inner_contents_middle img {
  display: block;
  margin: 0;
}
.modal_wrap_inner_contents_button {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -60px;
  right: -20px;
  background: none;
  border: none;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 1.8em;
  cursor: pointer;
}
/*ブラウザバック時のモーダルここまで*/

/* 都道府県 Start */
#addr {
  max-width: 420px;
  margin: 10px auto;
}
#addr ul {
  height: 45vh;
  overflow-y: scroll;
  margin: 10px auto;
  padding: 15px;
  background: #fff9e6;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
#addr ul label {
  display: block;
  margin: 0 0 10px 0;
  padding: 10px 0;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 4px;
  font-size: 100%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
}
