* {
  word-wrap: break-word;
}

html,
body,
div,
form,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-feature-settings: "palt" 1;
  font-size: 1em;
  -webkit-text-size-adjust: none;
  outline: 0;
}

body,
table,
input,
textarea,
select,
option {
  color: #333;
  font-family: ArialMT, "Meiryo", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  font-size: 1em;
}

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;
}

div::after,
ul::after,
dl::after,
dt::after,
dd::after,
td::after,
article::after,
aside::after,
canvas::after,
details::after,
figcaption::after,
figure::after,
footer::after,
header::after,
hgroup::after,
menu::after,
nav::after,
section::after,
summary::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

/* ---------- 共通 ---------- */
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  background: #fff;
  color: #707070;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  line-height: 1.5;
  text-align: center;
}

html {
  height: auto;
  min-height: 100%;
}

input.color {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.bx-viewport {
  padding-bottom: 0;
}

@media only screen and (max-device-width: 320px) {
  .bx-viewport {
    padding-bottom: 0;
  }
}

div#_div_1 {
  width: 100%;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

h2 {
  margin: 10px auto 0;
  color: #333;
  font-size: 1.35rem;
}

h3 {
  max-width: 300px;
  margin: 0 auto 10px;
  padding: 0.2em;
  color: #333;
  font-size: 0.9rem;
}

h3 span {
  margin-left: 10px;
  color: #555;
  font-size: 0.65rem;
  font-weight: normal;
}

h3.inlineTitle2 {
  width: 5em;
  margin: 0;
  padding: 11px 1em;
  background: rgba(232, 247, 255, 0.8);
  color: #2bb2ff;
  white-space: nowrap;
}

h3.inlineTitle {
  display: inline;
  float: left;
  width: 8em;
  margin: 0;
  padding: 11px 0;
  background: rgba(232, 247, 255, 0.8);
  color: #2bb2ff;
  line-height: 1.1 !important;
}

small {
  display: inline;
  position: relative;
  margin-bottom: 20px;
  font-size: 0.7rem;
}

.contents {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/* ---------- ステータス ---------- */
.status {
  width: 100%;
  padding: 0 0 6px 0;
  margin: -6px 0 0;
  background: #988e8c;
}

.status img {
  width: 80%;
  margin: 0 auto;
}

#dialog_content {
  position: relative;
  margin-bottom: 0;
  padding: 6px 10px 0;
}

#form_status {
  position: absolute;
}

/* ---------- タイトル ---------- */
.formItem {
  position: relative;
  max-width: 300px;
  min-height: 2.5em;
  margin: 0 auto 20px;
}

.formItem ul {
  display: flex;
  margin: 10px auto 14px;
  flex-wrap: wrap;
}

#sex_selection.formItem ul {
  margin-top: 0;
}

.formItem li {
  width: 48%;
  margin: 1%;
}

#Step1 .formItemm {
  margin-top: 40px;
}

#step4 .formItem {
  margin-top: 20px;
}

#Step5 .formItem:first-of-type {
  /* display: flex;
  align-items: center;
  margin-top: 10px; */
}

#Step5 .formItem.bottomItem {
  margin-top: -6px;
}

.labelHeading,
.labelHeading_step1 {
  display: block;
  max-width: 100%;
  margin: 14px auto 1px;
}

.itemTitle {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #707070;
  font-size: 1em;
  text-align: left;
}

.itemTitle::before {
  content: "■";
  color: #93d6db;
}

.itemTitle.icon {
  padding-left: 24px;
}

.itemTitle.icon::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
}

#retirement_intention_selection .itemTitle::before {
  background: url(../img/ico_title-retirement.png) center no-repeat;
  background-size: contain;
}

.itemTitle.name::before {
  background: url(../img/ico_title-name.png) center no-repeat;
  background-size: contain;
}

.itemTitle.sex::before {
  background: url(../img/ico_title-sex.png) center no-repeat;
  background-size: contain;
}

.itemTitle.birthday::before {
  background: url(../img/ico_title-birth.png) center no-repeat;
  background-size: contain;
}

.itemTitle.sp::before {
  background: url(../img/ico_title-sp.png) center no-repeat;
  background-size: contain;
}

.itemTitle.mail::before {
  background: url(../img/ico_title-mail.png) center no-repeat;
  background-size: contain;
}

.itemTitle.pw::before {
  background: url(../img/ico_title-pw.png) center no-repeat;
  background-size: contain;
}

.row-wrap {
  display: flex;
  margin-top: 10px;
  align-items: center;
}

/* ---------- ボタン ---------- */
.bx-controls {
  margin: 14px auto 50px;
}

.bx-controls.index4 {
  margin-top: 30px;
}

.bx-controls-direction {
  display: table;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-device-width: 320px) {
  .bx-controls-direction {
    width: 100%;
  }
}

.index1 .bx-controls-direction {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.index1 .bx-controls-direction > a {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.index1 .bx-controls-direction > a.bx-prev {
  display: none;
}

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

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

a.bx-prev {
  width: 15%;
  padding-right: 2%;
  font-size: 12px;
}

a.bx-prev:before {
  content: "＜ ";
  font-size: 8px;
}

.step2 a.bx-prev {
  width: 50%;
  text-align: left;
}

.step3 .bx-controls-direction,
.step4 .bx-controls-direction {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.step3 .bx-controls-direction > a.bx-prev,
.step4 .bx-controls-direction > a.bx-prev {
  flex: 0 0 auto;
  width: auto;
  white-space: nowrap;
}

.step3 .bx-controls-direction > p.btn-area,
.step4 .bx-controls-direction > p.btn-area {
  flex: 1;
  margin: 0;
}

.step3 .bx-controls-direction > p.btn-area a.bx-next,
.step4 .bx-controls-direction > p.btn-area a.bx-next {
  text-align: center;
}

.step5 .bx-controls-direction {
  height: 60px !important;
}

.step5 a.bx-prev {
  width: 16%;
  padding-right: 2%;
}

a.bx-next {
  z-index: 2;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#109fb5', endColorstr='#0d7e91',GradientType=0 );
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.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;
}

a.bx-next.off::before {
  display: none;
}

a.bx-next span {
  position: relative;
}

a.bx-next span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 10px;
  height: 14px;
  margin-top: -7px;
  background: url(../img/ico_arrow2.png) no-repeat right center;
  background-size: contain;
}

.step1 a.bx-next {
  width: 80%;
}

a.bx-next.newBtn03 {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  box-shadow: none !important;
  background: transparent;
}

a.bx-next.newBtn03.off {
  opacity: 0.5;
}

.colWrap .col .checkbox.btn_off,
.radio.btn_off {
  background: #fff !important;
  color: #333;
}

.bx-controls-direction .btn-area a.off {
  border: 1px solid rgb(200, 200, 200);
  background: rgb(200, 200, 200);
}

a.bx-next.newBtn03.off {
  opacity: 0.5;
  border: none;
  background: 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;
}

a.bx-next::before {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  left: -30%;
  z-index: -1;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 50px;
  height: 100px;
  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%,
    #ffffff rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-animation: shiny 3s infinite linear;
  -moz-animation: shiny 3s infinite linear;
  animation: shiny 3s 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%;
  }
}

@-moz-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

/* ---------- フォーム ---------- */
select {
  float: right;
  width: 100%;
  padding: 4px 0.5em;
  border: 2px solid rgb(153, 153, 153);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 6px -2px;
  background: url(../img/ico_arrow.png) no-repeat 97% center;
  background-size: 10px;
  color: #707070;
  font-size: 16px;
  line-height: 2.2;
  -webkit-appearance: none;
}

.selectWrap.addr1 {
  width: 100%;
  height: inherit;
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 17px;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #ccc;
  font-size: 17px;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #ccc;
  font-size: 17px;
  font-weight: normal;
}

select#addr2::after {
  clear: both;
}

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

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

.col {
  text-align: center;
}

.colWrap,
.list_checkbox02,
.list_checkbox03 {
  display: flex;
  margin: 10px auto 14px;
  flex-wrap: wrap;
}

.selectWrap {
  margin: 0 auto;
}

.colWrap .col,
.formItem_step1 .colWrap .col:last-child,
.list_checkbox02 li,
.list_checkbox03 li {
  width: 48%;
  margin: 4px 0 4px 8px;
}

.colWrap .col:nth-child(odd) {
  margin-left: 0;
}

#req_emp_types_selection .colWrap .col:last-child,
#req_date_area .colWrap .col:last-child {
  width: 100%;
  margin: 1px;
}

#req_emp_types_selection .colWrap .col:last-child label,
#req_date_area .colWrap .col:last-child label {
  height: 68px;
  padding: 0;
}

#req_emp_types_selection .formItem_step1 .colWrap .col:last-child label,
#req_date_area .formItem_step1 .colWrap .col:last-child label {
  height: 120px;
  padding: 14px 0.5em 12px;
}

.stackedList {
  list-style: none;
  margin: 10px auto;
  padding: 1px 0 0;
  overflow: hidden;
}

.stackedList li {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.radio,
.checkbox {
  display: flex;
  position: relative;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  padding: 14px 0.5em 12px;
  border: 2px solid #999;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 6px -2px;
  box-sizing: border-box;
  background: #fff;
  color: #707070;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#retirement_intention_list li label {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 4px;
  padding: 0.8em 0 0.8em 0;
  border: 1px solid #555;
  border-radius: 6px;
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

#retirement_intention_list li label::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 14px;
  width: 36px;
  height: 36px;
  margin-top: -7px;
  background: url(../img/ico_04-1.png) center no-repeat;
  background-size: contain;
}

#retirement_intention_list li:nth-child(2) label::before {
  background: url(../img/ico_04-2.png) center no-repeat;
  background-size: contain;
}

#retirement_intention_list li:nth-child(3) label::before {
  background: url(../img/ico_04-3.png) center no-repeat;
  background-size: contain;
}

#retirement_intention_list li:nth-child(4) label::before {
  background: url(../img/ico_04-4.png) center no-repeat;
  background-size: contain;
}

#retirement_intention_list li:nth-child(5) label::before {
  background: url(../img/ico_04-5.png) center no-repeat;
  background-size: contain;
}

#retirement_intention_list li:nth-child(6) label::before {
  background: url(../img/ico_04-6.png) center no-repeat;
  background-size: contain;
}

#retirement_intention_list li:nth-child(7) label::before {
  background: url(../img/ico_04-7.png) center no-repeat;
  background-size: contain;
}

#req_date_list li:last-child {
  width: 100%;
}

#req_date_list li:last-child label {
  height: 50px;
  padding: 0;
}

#practice_list label::before,
#retirement_intention_list label::before {
  display: none;
}

#req_date_list li:last-child label::before {
  width: 50px;
  height: 50px;
  margin: 0;
}

#license_container span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
}

#license_container .checkbox {
  height: 110px;
  font-size: 1em;
  line-height: 0.8em;
}

#license_container .colWrap .col label::before,
#syugyo_list li label::before,
#req_date_list li label::before {
  content: "";
  width: 100%;
  height: 60px;
  margin: 0 auto;
}

#license_container .colWrap .col:first-child label::before {
  background: url(../img/ico_01.png) center / contain no-repeat;
}

#license_container .colWrap .col:nth-child(2) label::before {
  background: url(../img/ico_02.png) center / contain no-repeat;
}

#syugyo_list li:nth-child(1) label::before {
  background: url(../img/ico_03.png) center / contain no-repeat;
}

#syugyo_list li:nth-child(2) label::before {
  background: url(../img/ico_04.png) center / contain no-repeat;
}

#syugyo_list li:nth-child(3) label::before {
  background: url(../img/ico_05.png) center / contain no-repeat;
  width: 48px;
  height: 48px;
  margin: 0;
}

#req_date_list li:nth-child(1) label::before {
  background: url(../img/ico_06.png) center / contain no-repeat;
}

#req_date_list li:nth-child(2) label::before {
  background: url(../img/ico_07.png) center / contain no-repeat;
}

#req_date_list li:nth-child(3) label::before {
  background: url(../img/ico_08.png) center / contain no-repeat;
}

#req_date_list li:nth-child(4) label::before {
  background: url(../img/ico_09.png) center / contain no-repeat;
}

#req_date_list li:nth-child(5) label::before {
  background: url(../img/ico_10.png) center / contain no-repeat;
}

#req_date_list li:nth-child(6) label::before {
  background: url(../img/ico_11.png) center / contain no-repeat;
}

#req_date_list li:nth-child(7) label::before {
  background: url(../img/ico_12.png) center / contain no-repeat;
}

#sex_list label {
  height: 50px;
  line-height: 1;
}

.modalPulldown-pulldown label {
  font-size: 16px;
}

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

input#birth_year {
  width: 100%;
  background: none;
}

input#zip,
input#name_kan,
input#tel,
input#mail,
input#password {
  display: inline-block;
  position: relative;
  float: right;
  width: 100%;
  padding: 4px 0.5em;
  padding-right: 0;
  border: 1px solid #2bb2ff;
  border-radius: 6px;
  background: #ffffc7;
  letter-spacing: 0.1em;
}

input#zip {
  padding-left: 40px;
  background: #ffffc7 url(../img/ico_title-zip.png) center left 4px no-repeat;
  background-size: 30px;
}

input#addr3,
input#name_cana {
  padding-left: 14px;
  border-bottom: 1px solid #ccc;
  color: #707070;
}

.selectWrap.birth {
  display: flex;
  padding: 4px 20px 4px 0.5em;
  border: 1px solid #2bb2ff;
  border-radius: 6px;
  background: #ffffc7;
  align-items: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

input#zip.on,
input#name_kan.on,
.selectWrap.birth.on,
select#req_emp_type.on,
select#cm_practice.on,
select#req_date.on,
select#retirement_intention.on,
input#mob_phone.on,
input#mob_mail.on,
input#tel.on,
input#mail.on,
input#password.on {
  border: 2px solid #ffa5be;
  background-color: #fff;
}

input#addr3.on,
input#name_cana.on {
  border-bottom: 2px solid #ffa5be;
}

.zip-count,
.name_message,
.name_message2 {
  display: none;
  position: absolute;
  top: 18px;
  right: 0;
  width: auto;
  border-radius: 100px;
  padding: 2px 8px;
  background: #f8f8f8;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.name_message,
.name_message2 {
  top: 20px;
}

.zip-count {
  display: inline;
}

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

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

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

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

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

.key {
  font-size: 0.63rem;
}

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

.keyMark:after,
.keyMark2:after,
.branch-B-ON .keymark3::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;
}

.fyi {
  display: block;
  min-width: 100px;
  font-size: 12px;
  text-align: center;
}

.fyi span {
  display: inline;
  border-bottom: 2px dotted #2bb2ff;
  line-height: 1.8;
}

#Step5 input + label {
  display: block;
  width: 100%;
  position: relative;
  margin-top: -1px;
  padding: 0.5em 0;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 30%, rgba(238, 238, 238, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 30%, rgba(238, 238, 238, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 30%, rgba(238, 238, 238, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

#Step5 input + label::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-size: contain;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#Step5 input[type="radio"]:checked + label::before {
  opacity: 1;
}

#Step5 input[type="radio"]:checked + .radio2 {
  top: 0;
  border-color: #ccc;
  background: #fff4ea;
  color: #555;
  -webkit-animation: btnCheck 0.3s ease-in-out;
  animation: btnCheck 0.3s ease-in-out;
}

@keyframes btnCheck {
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes btnCheck {
  50% {
    -webkit-transform: scale(0.9);
  }
  90% {
    -webkit-transform: scale(1);
  }
}

.stackedList {
  list-style: none;
  margin: 10px auto 10px;
  padding: 1px 0 0;
  overflow: hidden;
  text-align: center;
}

.stackedList li {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.stackedList li input[type="radio"] {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  height: 1em;
  margin: auto;
}

.stackedList li .radio {
  padding: 0.7em 2.4em 0.7em 0.7em;
  margin-top: -1px;
}

/* modalプルダウン用 Start */
.modalPulldown-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.modalPulldown-pulldown {
  width: 90%;
  max-height: 77%;
  margin: auto;
  overflow: scroll;
  -moz-box-shadow: 0px 0px 10px 0px #555;
  -webkit-box-shadow: 0px 0px 10px 0px #555;
  box-shadow: 0px 0px 10px 0px #555;
  background: #fff;
  color: #333;
}

.modalPulldown-pulldown {
  overflow: auto;
}

.modalPulldown-pulldown::-webkit-scrollbar {
  /* スクロールバー本体 */
  width: 5px;
  background: #ccc;
}

.modalPulldown-pulldown::-webkit-scrollbar:horizontal {
  /* 横方向のスクロールバー本体 */
  width: 5px;
  background: #ccc;
}

.modalPulldown-pulldown::-webkit-scrollbar-thumb {
  /* スクロールバーの動く部分 */
  border-radius: 2px;
  background: #2bb2ff;
}

.modalPulldown-pulldown::-webkit-scrollbar-thumb:horizontal {
  /* 横方向のスクロールバーの動く部分 */
  border-radius: 2px;
  background: #2bb2ff;
}

.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 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}

#req_date_pulldown {
  margin-top: 53%;
}

#birth_year_modal,
#addr1_pulldown,
#addr2_pulldown {
  margin-top: 7%;
}

#retirement_intention_pulldown {
  margin-top: 40%;
}

.modalPulldown-pulldown ul {
  padding: 0;
  text-align: left;
}

.modalPulldown-pulldown li {
  padding: 0.6em;
  border-bottom: 1px solid #eee;
}

.modalPulldown-pulldown li:last-child {
  border-bottom: 0;
}

input[name="req_date_modal"] + label,
input[name="birth_year_modal"] + label,
input[name="addr1_modal"] + label,
input[name="addr2_modal"] + label,
input[name="retirement_intention_modal"] + label {
  display: inline-block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

input[name="req_date_modal"] + label::before,
input[name="birth_year_modal"] + label::before,
input[name="addr1_modal"] + label::before,
input[name="addr2_modal"] + label::before,
input[name="retirement_intention_modal"] + label::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-size: contain;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

input[type="radio"]:checked + label::before {
  opacity: 1;
}

#mejb input[type="radio"]:checked + .radio {
  border: 1px solid #42d9bd;
  background: #42d9bd;
  color: #fff;
}

#hjb input[type="radio"]:checked + .radio {
  border: 1px solid #eb90a1;
  background: #eb90a1;
  color: #fff;
}

#kjb input[type="radio"]:checked + .radio {
  border: 1px solid #7ecef4;
  background: #7ecef4;
  color: #fff;
}

input[type="radio"]:checked + .radio::before {
  filter: invert(0) !important;
}

input[type="radio"]:checked + .radio::after {
  content: "";
  width: 28px;
  height: 12px;
  border-left: 5px solid #109fb5;
  border-bottom: 5px solid #109fb5;
  transform: rotate(-45deg);
  position: absolute;
  top: -4px;
  left: -2px;
  box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
}

#retirement_intention_list input[type="radio"]:checked + .radio::after {
  content: "";
  width: 28px;
  height: 12px;
  border-left: 5px solid #109fb5;
  border-bottom: 5px solid #109fb5;
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  left: 10px;
  box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
}

/* modalプルダウン用 End*/

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

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

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

.acoArea {
  display: none;
  margin-top: 20px;
}

p.addTxt {
  margin: 15px auto;
  overflow: auto;
  color: #2bb2ff;
  font-size: 12px;
  text-align: center;
}

#kjb p.addTxt {
  margin: 15px auto;
  overflow: auto;
  color: #eb90a1;
  font-size: 12px;
  text-align: center;
}

p.addTxt img {
  width: 60%;
  margin-top: 10px;
}

.step2 p.addTxt {
  display: block;
}

#Step4 p.addtxt {
  display: block;
  margin: 15px auto 40px;
}

#Step5 p.addTxt {
  display: block;
  margin: 10px auto 20px;
}

.step2 p.addTxt {
  margin: 0 auto 15px;
}

.message {
  display: flex;
  max-width: 300px;
  margin: 10px auto 0;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}

.message img {
  width: 18%;
  margin-top: 3%;
}

.message p {
  display: inline-block;
  position: relative;
  margin: 1.5em 0 0 10px;
  padding: 7px 10px;
  max-width: 100%;
  border-radius: 6px;
  background: #e2f4f5;
  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 {
  display: none;
  position: relative;
  clear: both;
  margin: 5px 0;
  padding: 1px 5px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fcebeb;
  color: red;
  font-size: 0.875rem;
}

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

#addr1or2_error_msgs::before {
  clear: both;
}

#birth_year_errmsg {
  top: 6px;
  margin: 0 0 10px 0;
}

/* ---------- footer ---------- */
footer {
  width: 100%;
  margin-top: auto;
  padding: 0 0 10px;
  background: #333;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
}

footer ul.footLink {
  display: flex;
  list-style: none;
  margin: 0 auto 5px;
  padding: 0;
  justify-content: center;
}

footer ul.footLink li {
  list-style-type: none;
  margin: 0 8px;
}

footer ul.footLink li::before {
  content: "\f0da";
  margin-right: 5px;
  font-family: "FontAwesome";
  font-weight: 700;
}

footer ul.footLink li a {
  text-decoration: underline;
  cursor: pointer;
}

footer ul.footLink.index5 li:first-child {
  display: none;
}

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

.pMark2 {
  position: absolute;
  bottom: -22%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  padding: 4px;
  overflow: hidden;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
}

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

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

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

/* ---------- lastupdate ---------- */
.lastupdate {
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.8);
  color: #ff6600;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: right;
}

.mar_m {
  margin: 10px !important;
}

.mar_bx {
  margin-bottom: 20px !important;
}

.mar_bl {
  margin-bottom: 15px !important;
}

.mar_tbm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.fz_3 {
  font-size: 13px !important;
}

.fz_4 {
  font-size: 14px !important;
}

.align_r {
  text-align: right !important;
}

.td_u {
  text-decoration: underline !important;
}

ol.list_nmb {
  margin-left: 0;
  padding-left: 0;
  counter-reset: li;
}

ol.list_nmb > li {
  list-style: none;
  position: relative;
  margin: 0 0 8px 2em;
}

ol.list_nmb > li::before {
  content: counter(li);
  display: block;
  position: absolute;
  top: 2px;
  left: -2em;
  width: 21px;
  margin-right: 8px;
  background: #eee;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  counter-increment: li;
}

dl.plain_list {
  margin: 0px 10px;
}

dl.plain_list > dt {
  margin-bottom: 5px;
  border-bottom: 1px solid #333;
}

dl.plain_list > dt {
  margin-bottom: 5px;
  font-weight: bold;
}

dl.plain_list dd {
  margin-right: 10px;
  margin-left: 10px;
}

dl.plain_list > dd {
  margin-bottom: 20px;
  word-wrap: break-word;
}

.list_notice > li,
.notice {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.3em;
  color: #999;
  font-size: 92%;
}

.list_notice > li::before,
.notice:before {
  content: "※";
  display: block;
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 92%;
}

.list_alpha > li {
  list-style: upper-alpha;
  list-style-position: outside;
  margin-left: 25px;
}

.list_basic > li {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.3em !important;
}

.list_basic li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  color: #999;
  font-size: 77%;
}

/***** suggestEmail.css *****/
#suggest {
  z-index: 1000;
  padding-left: 0.5em;
  background: #f8f8f8;
  text-align: left;
}

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

#suggest div.select {
  background: #3366ff;
  color: #fff;
}

#suggest div.over {
  background: #99ccff;
}

#suggest span.bef {
  color: gray;
}

/* ---------- hand ---------- */
.hands {
  opacity: 0.8;
  position: absolute;
  right: 8%;
  bottom: 14%;
  z-index: 99;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  width: 64px;
  height: 64px;
  background: url(../img/hand_on.png) no-repeat;
  background-size: 94% auto;
  pointer-events: none;
  -webkit-animation: hands 2.5s linear 0s infinite;
  animation: hands 2.5s linear 0s infinite;
  transition: bottom 0.3s;
}

@-webkit-keyframes hands {
  0% {
    -webkit-transform: translate(0, 0) rotate(-30deg);
  }
  50% {
    -webkit-transform: translate(-15px, 0) rotate(-30deg);
    background: url(../img/hand_on.png) no-repeat;
    background-size: 100% auto;
  }
  75% {
    -webkit-transform: translate(0, 0) rotate(-30deg);
  }
  100% {
    background: url(../img/hand_on.png) no-repeat;
    background-size: 95% auto;
  }
}

@keyframes hands {
  0% {
    transform: translate(0, 0) rotate(-30deg);
  }
  50% {
    transform: translate(-15px, 0) rotate(-30deg);
    background: url(../img/hand_on.png) no-repeat;
    background-size: 100% auto;
  }
  75% {
    transform: translate(0, 0) rotate(-30deg);
  }
  100% {
    background: url(../img/hand_on.png) no-repeat;
    background-size: 95% auto;
  }
}

.arrow_step5 {
  display: none;
  opacity: 0.8;
  position: absolute;
  bottom: 13.5%;
  left: 50%;
  z-index: 99;
  width: 60px;
  height: 45px;
  margin-left: -35px;
  background-size: 100% auto;
  -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;
}

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

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

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

/* ---------- 求人 ---------- */
.baloon-box {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}

.baloon-box span.list {
  margin-right: 5em;
}

.baloon-left {
  float: left;
  width: 40px;
  margin-right: 2%;
  vertical-align: middle;
}

.baloon-left img {
  width: auto;
  height: 50px;
}

.baloon-right {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
}

.baloon-right__inner {
  position: relative;
  padding: 4px 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
}

.baloon-right__inner span > span {
  color: #ff6b6b;
}

.marquee {
  overflow: hidden;
  box-sizing: border-box;
}

.marquee p::after {
  content: "";
  padding-right: 50px;
  white-space: nowrap;
}

.marquee p {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  -webkit-animation: listShow 2s ease-out 0s 1, marquee 18s linear 3s infinite;
  animation: listShow 2s ease-out 0s 1, marquee 18s linear 3s infinite;
}

@-webkit-keyframes listShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
  }
  99%,
  to {
    -webkit-transform: translate(-100%);
  }
}

@keyframes marquee {
  from {
    transform: translate(0%);
  }
  99%,
  to {
    transform: translate(-100%);
  }
}

a.branch_btn-A,
a.branch_btn-B {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 8px 0;
  border: 1px solid #eb8003;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
  background: #4dc443;
  background: -webkit-linear-gradient(top, #ffaa06 0%, #ffaa06 50%, #f79e04 50%, #f79e04 100%);
  background: linear-gradient(to bottom, #ffaa06 0%, #ffaa06 50%, #f79e04 50%, #f79e04 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none;
}

a.branch_btn-B {
  border: 1px solid #e0b106;
  background: #f7c200;
  background: -webkit-linear-gradient(top, #ffc906 0%, #ffc906 50%, #ecbb04 50%, #ecbb04 100%);
  background: linear-gradient(to bottom, #ffc906 0%, #ffc906 50%, #ecbb04 50%, #ecbb04 100%);
}

.modalBK2 {
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #000;
}

.branch-A,
.branch-B {
  display: none;
}

.branch-A-ON .branch-B,
.branch-B-ON .branch-A {
  display: none !important;
}

.branch-A-ON .branch-A,
.branch-B-ON .branch-B {
  display: block;
}

.branch-A-ON .branch-A.note,
.branch-B-ON .branch-B.note {
  display: inline-block;
}

#mainArea h1 {
  margin: 0;
  padding: 6px 2px;
  background: #fff;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}

#mainArea h1 img {
  width: 100%;
  margin: 0px auto;
}

#mainArea p img {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  vertical-align: bottom;
}

#mainArea p.mejb {
  border-top: 1px solid #26b597;
}

#mainArea p.hjb {
  border-top: 1px solid #eb90a1;
}

#mainArea p.kjb {
  border-top: 1px solid #7ecef4;
}

/* 保有資格「学生」選択時のみ表示 */
.show_gra {
  display: block;
  margin-bottom: 20px;
}

.hide_gra {
  display: none;
}

.login {
  display: block;
  width: 85%;
  margin: 20px auto 0;
  padding: 8px;
  border: 1px solid #ec91a2;
  border-radius: 5px;
  background: #fff;
  font-size: 0.85rem;
  text-align: center;
}

.login a {
  color: #ec91a2;
  font-weight: 400;
  text-decoration: none;
}

.login a:link {
  color: #ec91a2;
}

.login a:visited {
  color: #ec91a2;
}

#retirement_intention_list,
#syugyo_list,
#practice_list,
#req_date_list,
#retirement_intention_list {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

#syugyo_list li:nth-child(3) .ui-radio,
#license_list li:nth-child(3) .ui-radio {
  width: 100%;
  font-size: 13px;
}

label.ui-btn {
  padding-right: 0.3em;
}

/*checkbox*/
#shokusyu_list,
#syugyo_list,
#license_list {
  display: flex;
  width: 100%;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  justify-content: center;
}

#license_list {
  float: none;
  width: 100%;
  margin: 20px auto 0;
}

.ui-checkbox,
.ui-radio {
  margin: 0 auto;
}

.ui-checkbox input,
.ui-radio input {
  display: none;
}

.ui-field-contain {
  padding: 0;
}

.list_checkbox03 li {
  display: inline;
  float: left;
  width: calc(100% / 3 - 2%);
  margin: 4px 1%;
}

#mainArea #retirement_intention_list.col1 .ui-btn {
  padding: 0.5em 0;
  font-size: 14px;
}

#mainArea #retirement_intention_list.col1 li + li .ui-btn {
  border-top: none;
}

/* title*/
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
  text-shadow: none;
}

ul {
  margin: 0;
  -webkit-padding-start: 0;
}

.ui-controlgroup-controls {
  width: 100% !important;
}

.ui-controlgroup-controls li {
}

.ui-field-contain .ui-radio {
  width: 32%;
  margin: 0 2% 0 0;
  text-align: center;
}

.ui-controlgroup-controls li:last-child .ui-radio {
  margin: 0 0 1px 0;
}

#valid_license .ui-controlgroup-controls > li > .ui-radio,
#valid_sex .ui-controlgroup-controls > li > .ui-radio {
  width: 49%;
}

.ui-radio label {
  padding: 11.2px 0;
}

.ui-field-contain,
.ui-mobile fieldset.ui-field-contain {
  padding: 0;
}

.message_mypage {
  color: #2bb2ff;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
}

#Step4 .message_mypage {
  margin-top: 20px;
}

/* ---------- modal ---------- */
.modal {
  display: none;
  color: #333;
  font-size: 0.85rem;
  text-align: left;
}

footer .modal p {
  text-align: left;
}

.modalBody {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  width: 280px;
  height: 340px;
  padding: 13px;
  border-radius: 4px;
  background: #fff;
  line-height: 1.6;
}

.modalBK {
  -moz-opacity: 0.9;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=90);
}

footer .modal .close {
  margin: 10px 0;
  border-radius: 4px;
  background: #999;
  color: #fff;
  font-size: 1.2rem;
  line-height: 32px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

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

.scroll_box::-webkit-scrollbar {
  display: none;
}

.modal h2 {
  margin: 0 auto 20px;
  font-size: 18px;
  text-align: center;
}

.modal h3 {
  margin: 30px 0 10px;
  border-bottom: 1px solid #ccc;
}

.modalBody a {
  color: rgb(0, 0, 238);
}

.modalBody #company dl dt {
  font-weight: 700;
}

.modalBody #company dl dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.modalBody ol,
.modalBody ul {
  list-style-type: decimal;
  margin: 0;
  padding-left: 20px;
}

.modalBody li {
  margin-bottom: 10px;
}

/* terms
 ----------------------------------------------------- */

.terms-link {
  display: flex;
  padding: 1em 0;
  font-size: 12px;
  text-decoration: underline;
  justify-content: center;
}

.terms-link a,
.terms-link a:visited {
  color: #3388cc;
}

.terms-item {
  padding: 0 1em;
  border-right: 1px solid #ccc;
}

.terms-item:last-child {
  border-right: none;
}

.index1 .terms-link {
  display: none;
}

.message p.message02 {
  display: none;

}

#orderCountArea {
  display:none;
  max-width: 320px;
  position: relative;
  margin:0 auto;
  padding:10px;
  background: #fff;
  border-radius:8px;
  font-size:14px;
  z-index: 2
}

#orderCountArea:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
  z-index: -1;
  visibility: visible;
}

#order_count {
  color: #ff348e;
  font-size:120%;
}

.order_count_area, .order_count_area_sub {
  display: flex;
  justify-content: center;
  padding: 5px 0px;
  background-color: rgba(255,255,255,.8);
  color: #ff6600;
  font-size: 12px;
  line-height: 1.2rem;
}

.order_count_area {
  font-size: 14px;
}

.order_count_area_sub {
  font-size: 10px;
}

.count_data{
  padding: 0px 15px;
  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;
}

/* ブラウザバック時のモーダル
 ----------------------------------------------------- */
.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 {
  display: table;
  width: 100%;
  height: 100%;
}

.modal_wrap_inner {
  padding: 0 16px;
  display: table-cell;
  vertical-align: middle;
}

.modal_wrap_inner_contents {
  position: relative;
  background: #fff url(../img/modal_logo.png) no-repeat left 20px top 20px / 150px auto;
  border-radius: 10px;
  padding: 55px 20px 20px 20px;
}

.modal_wrap_inner_contents_button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40px;
  right: 10px;
  background: none;
  border: none;
}

.modal_wrap_inner_contents_button span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.modal_wrap_inner_contents_button span:before,
.modal_wrap_inner_contents_button span:after {
  content: "";
  width: 20px;
  height: 3px;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.modal_wrap_inner_contents_button span:before {
  transform: rotate(45deg);
}

.modal_wrap_inner_contents_button span:after {
  transform: rotate(135deg);
}

.modal_wrap_inner_contents .link_btn {
  display: block;
  background: #2CC36B;
  border-radius: 10px;
  padding: 10px;
  margin: 15px auto;
  text-decoration: none;
  position: relative;
}

.modal_wrap_inner_contents .link_btn:after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}

@media only screen and (max-device-width: 320px) {
  .modal_wrap_inner_contents .link_btn:after {
    display: none;
  }
}

.modal_wrap_inner_contents .link_btn span {
  display: block;
  font-weight: bold;
}

.modal_wrap_inner_contents .link_btn .upper {
  color: #fff;
  font-size: 22px;
  background: url(../img/modal_btn_icon.png) no-repeat left center / contain;
  height: 30px;
  padding-left: 42px;
  width: 210px;
  margin: 0 auto 7px auto;
  box-sizing: border-box;
}

.modal_wrap_inner_contents .link_btn .lower {
  color: #2CC36B;
  background: #fff;
  padding: 2px 0 0 0;
  text-align: center;
  font-size: 10px;
  width: 210px;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 10px;
}

.modal_wrap_inner_contents .conut-display {
  margin: 10px auto 0;
  text-align: right;
}

.modal_wrap_inner_contents .conut-display .count_data{
  padding: 0;
  color: #000;
  font-size: 11px;
}

.modal_wrap_inner_contents .conut-display .total_count,
.modal_wrap_inner_contents .conut-display .total_count_day {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 0.1em;
}

#hjb .modal_wrap_inner_contents .conut-display .total_count,
#hjb .modal_wrap_inner_contents .conut-display .total_count_day { color: #eb90a1; }
#kjb .modal_wrap_inner_contents .conut-display .total_count,
#kjb .modal_wrap_inner_contents .conut-display .total_count_day { color: #66c7f7; }
#mejb .modal_wrap_inner_contents .conut-display .total_count,
#mejb .modal_wrap_inner_contents .conut-display .total_count_day { color: #1bbc9b; }


/*SP用の表示をPC用の表示に合わせる*/
#mainArea h1 img {
  width: 450px;
}

#mainArea p {
  background: #E1DFCE;
  margin-top: 5px;
}

#mainArea p img {
  width: 450px;
}

#mainArea .lastupdate,
#mainArea .count_data {
  width: 450px;
  margin: 0 auto;
  padding: 0;
}

#dialog_content {
  width: 320px;
  margin: 0 auto;
}

.modal_wrap_inner_contents {
  width: 400px;
  margin: auto;
}

.modalBody {
  width: 500px;
  height: 500px;
}

.scroll_box {
  height: 454px;
}

.header-data-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEFFF2;
}

.lastupdate,
.count_data {
  background: none;
}

/* プライバシーマークエリア */
.privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 10px;
  background: #eee;
  padding: 8px;
  color: #333;
  margin-bottom: 10px;
}

.privacy img {
  width: 34px;
  height: 100%;
  margin-right: 10px;
}

.privacy-box {
  display: flex;
  align-items: center;
  width: 340px;
}

.graduation-year-box {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.graduation-year-box select {
  width: 170px;
}

.graduation-year-box p {
  margin-left: 10px;
}

#graduation_year_container {
  display: none;
}

/* ---------- ステータスバー ---------- */
body .status{
  text-align:center;
  padding: 15px 0;
  display: block;
  background-color: #ffffff;
}

#form_status.lpStatusBar {
  position: relative;
}

.lpStatusBar_contents {
  margin: 0;
  z-index: 0;
  position: relative;
  padding: 28px 2px 0;
  display: flex;
  justify-content: space-between;
}

.lpStatusBar_contents li {
  list-style-type: none;
  width: calc((100%/4) - 4px);
  float: left;
  font-size: 10px;
  position: relative;
  text-align: center;
  color: #dcdcdc;
}

.lpStatusBar_contents li:first-child {
  width: 15px;
}

.lpStatusBar_contents li span{
  position: absolute;
  bottom: 36px;
  left: 52%;
  font-size: 10px;
  font-family: 'arial';
  font-weight: normal;
  transform: scale(0.9);
}

.lpStatusBar_contents li:first-child span{
  left: -30%;
}

.lpStatusBar_contents li:last-child span{
  left: 0;
  right: -45%;
}

.lpStatusBar_contents li span strong{
  font-weight: normal;
  font-size: 15px;
  margin-left: 1px;
}

.lpStatusBar_contents li:before {
  width: 15px;
  height: 15px;
  content: '';
  display: block;
  text-align: center;
  margin: 0 0 0 auto;
  border-radius: 50%;
  background-color: #D2D2D2;
}

.lpStatusBar_contents li:first-child:before {
  margin: 0 auto 10px 0;
}

.lpStatusBar_contents li:after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #D2D2D2;
  top: calc(2vw/2 + 0.66vw);
  left: -7.5px;
  z-index: -1;
  top: 6px;
}

.lpStatusBar_contents li:first-child:after {
  content: none;
}

.lpStatusBar_contents li.active {
  position: relative;
}

.lpStatusBar_contents li.active:before {
  background-color: #FFAA8F;
}

.lpStatusBar_contents li.active:after {
  background-color: #FFAA8F;
}

.lpStatusBar_contents li.active span {
  color: #FFAA8F;
}

.lpStatusBar .navi{
  position: absolute;
  background: url(../img/img_btn_dog.png) no-repeat;
  background-size: contain;
  z-index: 1;
  width: 33px;
  height: 33px;
  top: 18px;
  left: -2%;
}
/*ステータスバーここまで*/

.lastQuestionMsg {
  background-color: #E2F4F5;
  padding: 10px;
  margin: 0 22px;
  border-radius: 8px;
  color: #707070;
}

p.lastQuestionMsg__title {
  color: #67bae8;
  font-weight: bold;
}

p.lastQuestionMsg__title span {
  font-size: 13px;
}

p.lastQuestionMsg__text {
  font-weight: bold;
}

p.lastQuestionMsg__text span {
  color: #FF1183;
}

/* STEP2,STEP3,STEP4 のctaボタンの装飾をシンプルにする */
.step2 .bx-controls,
.step3 .bx-controls,
.step4 .bx-controls {
    max-width: 300px;
}

.step2 .bx-controls-direction {
    display: table;
    padding-bottom: 10px;
}

.step2 .bx-controls-direction a {
    vertical-align: top;
}

.step2 .bx-controls-direction p {
    width: 100%;
    display: table-cell;
    text-align: right;
    margin: 0 auto;
}

.step2 a.bx-next {
    width: auto;
    display: inline-block;
    padding: 0;
    padding-left: 2%;
    text-decoration: underline;
    font-size: 12px;
    vertical-align: top;
}

.step2 .bx-controls-direction .btn-area a,
.step2 .bx-controls-direction .btn-area a.off {
  background: inherit;
  border: none;
  box-shadow: none;
  color: #707070;
}

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

.scroll_box::-webkit-scrollbar {
  display: none;
}

.modalnew h2 {
  color: #7ecef4;
  margin: 10px auto;
  font-size: 1.1rem;
}

.modalnew .modalBody {
  position: fixed;
  top: calc(50% - 144px);
  right: 0;
  left: 0;
  z-index: 1000;
  width: 370px;
  height: auto;
  margin: auto !important;
  padding: 1.5em 13px;
  border-radius: 3px;
  background: #fff;
}

.modalnew .modalBody .scroll_box {
  height: auto;
}

.modalnew .modal-logo {
  width: 70%;
  margin: 1em 0;
}

.modalnew .modal-heading {
  margin: 1em;
  color: #555;
  font-size: 1rem;
  font-weight: 400;
}

.modalnew .modal-heading span {
  font-weight: 700;
}

.modalnew .branch_btn-A.job-reentry-btn,
.modalnew .branch_btn-B.job-reentry-btn {
  display: inline-flex;
  position: relative;
  width: 70.7142857%;
  margin: 0.714em 0.357em;
  padding: 0.5em;
  border: 1px solid #2cc36b;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgb(115 115 115 / 70%);
  background: #2cc36b;
  color: #fff;
  font-size: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modalnew .branch_btn-B.job-reentry-btn {
  border-color: #ff9922;
  background: #ff9922;
}

.modalnew .job-reentry-btn i {
  position: absolute;
  top: calc(50% - 7px);
  right: 1em;
}

.modalnew .modal-close {
  position: absolute;
  top: 1em;
  right: 1em;
  margin: 0;
  color: #a2a2a5;
  font-size: 0.875rem;
}

.modalnew .modal-close i {
  margin-right: 0.5em;
}

.modal h2 {
  margin: 0 auto 20px;
  font-size: 18px;
  text-align: center;
}

.modal h3 {
  margin: 30px 0 10px;
  border-bottom: 1px solid #ccc;
}

.modalBody a {
  color: rgb(0, 0, 238);
}

.modalBody #company dl dt {
  font-weight: 700;
}

.modalBody #company dl dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.modalBody ol,
.modalBody ul {
  list-style-type: decimal;
  margin: 0;
  padding-left: 20px;
}

.modalBody li {
  margin-bottom: 10px;
}

.forCustomerLink {
  display: block;
  width: 250px;
  margin: 30px auto;
}

.forCustomerLink a {
  font-size: 14px;
  display: block;
  padding: 14px 0 14px 30px;
  background: #fff url(../img/cus_ico.png) no-repeat left 24px center / 24px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
}
