﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  position: relative;
  min-height: 100%;
}

body {
  color: #333;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, Verdana, Geneva, Arial, Helvetica;
  font-size: 12px;
  height: 100%;
  line-height: 1.5;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

li {
  list-style-type: none;
}

a:link,
a:visited {
  text-decoration: none;
  color: #007acc;
}

img {
  max-width: 100%;
  vertical-align: top;
}

select {
  height: 39px;
  padding: 0 3vw;
  line-height: 18px;
  font-size: 4.3vw;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

button {
  background: #06c;
  color: #fff;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, Verdana, Geneva, Arial, Helvetica;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
button:disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
button.btn.submit:disabled,
button:disabled {
  pointer-events: none;
}

.job_info {
  font-weight: 700;
  background: #fff;
}

/* /////////////////////////////

ヘッダー

/////////////////////////////*/
.lp-header {
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
  background: #fff;
  position: relative;
  border-bottom: 2px solid #3cc;
  padding: 2%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-header .logo {
  pointer-events: none;
  width: 40%;
}
.lp-header .header-right {
  width: 35%;
}
.lp-header .header-right .number img {
  width: 100%;
}

.simple_title {
  text-align: center;
  background: #3cc;
  padding: 8px 1em;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

/* STEP画像 */
.five_step {
  position: relative;
}

.kangoshika {
  width: 30%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* フォーム */
.htx {
  font-weight: 700;
}

.tx {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.tel-comment {
  background-color: #ffebeb;
  color: #777;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  border-radius: 3px;
  letter-spacing: 0.05em;
}

form select,
form input[type="text"],
form input[type="tel"] {
  padding: 5px 8px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 2px;
  box-sizing: border-box;
  border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}

form input[type="text"],
form input[type="tel"] {
  height: 34px;
  box-sizing: border-box;
  width: 100%;
  line-height: 15px;
}

form input::-webkit-input-placeholder,
form input:-ms-input-placeholder,
form input::-moz-placeholder {
  color: #ccc;
}

form input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

form input[type="radio"] + label {
  display: block;
  padding: 4vw 4vw 4vw 10vw;
  width: 100%;
  box-sizing: border-box;
}

form .radioBg {
  font-size: 90%;
}

form .radioBg li {
  width: 50%;
}

form .radioBg li:last-of-type input[type="radio"] + label {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

form .form_inner .btn_txtDes {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  display: flex;
  padding: 0 10px 15px;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
}

form .form_inner .btn_txtDes button {
  border-radius: 5px;
  width: 75%;
  height: 50px;
  font-size: 4vw;
}

form .form_inner .btn_txtDes button.btn_next,
form .form_inner .btn_txtDes button.btn_submit {
  margin: auto;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffc600), to(#ff8d00));
  background: -moz-linear-gradient(#ffc600, #ff8d00);
  background: -ms-linear-gradient(#ffc600, #ff8d00);
  background: -o-linear-gradient(#ffc600, #ff8d00);
  background: linear-gradient(#ffc600, #ff8d00);
  border: 2px solid #f93;
  font-size: 18px;
  border-radius: 5px;
}

form .form_inner .btn_txtDes button.btn_next {
  font-size: 5vw;
}

form .form_inner .btn_txtDes button.btn_back {
  width: 25%;
  margin-right: 10px;
  color: #333;
  background: #ededed;
  background: -webkit-linear-gradient(#fff, #ededed);
  background: -moz-linear-gradient(#fff, #ededed);
  background: -ms-linear-gradient(#fff, #ededed);
  background: -o-linear-gradient(#fff, #ededed);
  background: linear-gradient(#fff, #ededed);
  border: 2px solid #dfdfdf;
  font-size: 14px;
}

form .form_inner .btn_txtDes button.btn_submit {
  padding: 0 4%;
  line-height: 1.3;
}

form .form_inner .btn_txtDes button:before,
form .form_inner .btn_txtDes button:after {
  font-family: FontAwesome;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  font-size: 5vw;
}

form .form_inner .btn_txtDes button.btn_back_last {
  width: 25%;
}

form .form_inner .btn_txtDes button.btn_back_last:before {
  left: 15%;
}

form .form_inner .btn_txtDes button.btn_submit_last {
  padding: 0 2%;
  width: 73%;
  font-size: 3.5vw;
  height: 68px;
}

form.entryBlock button {
  background: none;
  border: none;
}

form:not(#searchIndexForm):not(#searchFreeWordForm) {
  padding-bottom: 0;
}

.stepForm .form_inner .entryBox dl {
  margin: 10px 0;
  display: table;
  width: 100%;
}

.stepForm .form_inner .entryBox dl dt {
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
  display: block;
}

.stepForm .form_inner .entryBox dl dt .address-comments {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}

.stepForm .form_inner .entryBox dl dt .required {
  background-color: #f66;
  padding: 4px 10px;
  margin: 0 6px 5px 0;
  color: #fff;
  line-height: 1;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}

.stepForm .form_inner .entryBox dl dt .optional {
  padding: 4px 10px;
  margin: 0 6px 5px 0;
  color: #fff;
  line-height: 1;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  background: #999;
}

.stepForm .form_inner .entryBox dl dt .sTx {
  font-size: 3vw;
  font-weight: 400;
}

.stepForm .form_inner .entryBox dl dt .mTx {
  font-size: 15px;
  position: relative;
  margin-left: -7px;
}

.stepForm .form_inner .entryBox dl dd {
  padding: 0 10px;
  font-size: 15px;
}

.stepForm .form_inner .entryBox dl dd select {
  width: 100%;
  padding: 5px 4px;
  font-size: 4.3vw;
  background-color: #fff;
  margin: 0 0 4vw;
}

.stepForm .form_inner .entryBox dl dd input[type="tel"],
.stepForm .form_inner .entryBox dl dd input[type="text"] {
  height: 12vw;
  box-sizing: border-box;
  line-height: 15px;
  font-size: 4.3vw;
}

.stepForm .form_inner .entryBox dl ul.checkbox,
.stepForm .form_inner .entryBox dl ul.radioBg {
  border-top: 1px solid #cdcdcd;
  content: "";
  display: table;
  clear: both;
  padding: 0;
}

.stepForm .form_inner .entryBox dl ul.checkbox.cul_2,
.stepForm .form_inner .entryBox dl ul.radioBg.cul_2 {
  display: block;
  height: 43px;
}

.stepForm .form_inner .entryBox dl ul.checkbox li,
.stepForm .form_inner .entryBox dl ul.radioBg li {
  position: relative;
  float: left;
  width: 49.45%;
}

.stepForm .form_inner .entryBox dl ul.checkbox li input,
.stepForm .form_inner .entryBox dl ul.radioBg li input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.stepForm .form_inner .entryBox dl ul.checkbox li label,
.stepForm .form_inner .entryBox dl ul.radioBg li label {
  padding: 15px 0 15px 10px;
  font-size: 3.8vw;
}

.stepForm .form_inner .entryBox dl ul.checkbox li input[type="radio"]:checked + label,
.stepForm .form_inner .entryBox dl ul.radioBg li input[type="radio"]:checked + label {
  background-color: #3cc !important;
  border: 2px solid #3cc !important;
  color: #fff;
}

#step4 .name_area .name_title {
  float: left;
}
#step4 .name_area .name_input {
  float: right;
  width: 61%;
}
#step4 .name_area .name_input input {
  border: 1px solid #ff3330;
}

.address_select {
  display: flex;
  justify-content: space-between;
}

.address_select select {
  width: 49% !important;
  border-color: #ff3330;
}

.birth_select_area {
  display: flex;
  align-items: center;
}

.birth_select_area .birth_year {
  width: 60%;
  margin-right: 2%;
}
.birth_select_area .birth_month {
  width: 25%;
  margin-right: 2%;
}
.birth_select_area li {
  width: 5%;
}

.stepForm .form_inner .entryBox dl #userEntryBirthdayYear {
  margin: 0 2vw 0 0;
  border-color: #ff3330;
}

.stepForm .form_inner .entryBox dl #userEntryBirthdayMonth {
  margin: 0 2vw 0 0;
  border-color: #ff3330;
}

.stepForm .form_inner .step_btn button#next1 {
  width: 70%;
}

.stepForm .form_inner .hidden {
  display: none;
}

.stepForm .form_inner #step1 .entryBox dl ul.checkbox {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  border: none;
  justify-content: center;
}

.stepForm .form_inner #step1 .entryBox dl ul.checkbox li {
  border-radius: 2vw;
  margin: 5px 1vw;
  line-height: 4vw;
  width: calc(95% / 2);
  display: table;
}

.stepForm .form_inner #step1 .entryBox dl ul.checkbox p {
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}

.stepForm .form_inner #step1 .entryBox dl ul.checkbox li img {
  margin: 0 0 1.3vw;
  width: 22vw;
}

.stepForm .form_inner #step1 .entryBox dl ul.checkbox li input[type="checkbox"] + label {
  background: #fff;
  padding: 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2vw;
  min-height: 10vw;
  justify-content: center;
  border: 2px #cdcdcd solid;
  min-height: 57px;
  font-size: 17px;
}

.stepForm .form_inner #step1 .entryBox dl ul.checkbox li input[type="checkbox"]:checked + label {
  background-image: none;
  background-color: #3cc;
  border: 2px #3cc solid;
  color: #fff;
}

.stepForm .form_inner #step2 .entryBox dl ul.checkbox_panel_button {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  border: none;
  justify-content: space-between;
}

.stepForm .form_inner #step2 .entryBox dl ul.checkbox_panel_button li {
  border-radius: 2vw;
  width: 31%;
  margin-bottom: 5px;
}

.stepForm .form_inner #step2 .entryBox dl ul.checkbox_panel_button li p {
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}

.stepForm .form_inner #step2 .entryBox dl ul.checkbox_panel_button li img {
  margin: 0 0 1.3vw;
  width: 80%;
}

.stepForm .form_inner #step2 .entryBox dl ul.checkbox_panel_button li input[type="checkbox"] + label {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2vw;
  height: 11vw;
  justify-content: center;
  border: 2px solid #cdcdcd;
  padding: 0 4px;
  text-align: center;
  font-size: 3.8vw;
}

.stepForm .form_inner #step2 .entryBox dl ul.checkbox_panel_button li input[type="radio"] + label {
  background: #fff;
  padding: 3vw 5vw 3vw 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2vw;
  height: 11vw;
  justify-content: center;
  border: 2px solid #cdcdcd;
}

.stepForm .form_inner #step2 .entryBox dl ul.checkbox_panel_button li input[type="checkbox"]:checked + label {
  background-image: none;
  background-color: #3cc;
  color: #fff;
  border: 2px solid #3cc;
}

.stepForm .form_inner #step3 .entryBox + .entryBox dl .mTx + .required {
  margin-left: 10px;
}

/* 郵便番号アコーディオン */
.aco-textarea {
  display: none;
}
.aco-textarea .other {
  height: 50px;
}
.aco-box .open {
  text-decoration: none;
}
.Qtitle:after {
  font-family: FontAwesome;
  content: "\f078";
  width: 12px;
  height: 12px;
  margin: auto;
  color: #715e3a;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: 2px;
}
.open:after {
  content: "\f077";
}

.error_name_require,
.error_name_max,
.error_mail_valid,
.error_tel_validate_min,
.error_tel_validate_max,
.error_zip_validate,
.error_tel_require,
.error_tel_mobile_phone,
.error_tel_ip_phone,
.error_tel_landline_phone,
.error_tel_format {
  display: none;
  font-size: 14px;
  color: #ff3330;
  font-weight: 700;
  padding: 0 15px 0 10px;
}

.error_name_require::before,
.error_name_max::before,
.error_mail_valid::before,
.error_tel_require::before,
.error_tel_validate_min::before,
.error_tel_validate_max::before,
.error_zip_validate::before,
.error_tel_mobile_phone::before,
.error_tel_ip_phone::before,
.error_tel_landline_phone::before,
.error_tel_format::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 13px;
  background-image: url(../img/icon-caution.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 10px;
  vertical-align: text-bottom;
}

.error_name_require.show,
.error_name_max.show,
.error_mail_valid.show,
.error_tel_require.show,
.error_tel_validate_min.show,
.error_tel_validate_max.show,
.error_zip_validate.show,
.error_tel_mobile_phone.show,
.error_tel_ip_phone.show,
.error_tel_landline_phone.show,
.error_tel_format.show {
  display: block;
}

/* TEL  */
.contactArea .secContactMini {
  margin: 30px auto 0;
  width: 290px;
  padding-bottom: 30px;
}

#step5 .tel_area .tel_title {
  float: left;
}
#step5 .tel_area .tel_input {
  float: right;
  width: 60%;
}
#step5 .tel_area .tel_title {
  float: left;
  font-size: 14px;
}
#step5 .tel_area .tel_input {
  float: right;
  width: 60%;
}

#step5 .mail_area .tel_title {
  float: left;
}
#step5 .mail_area .mail_input {
  float: right;
  width: 60%;
}
#step5 .mail_area .mail_title {
  float: left;
}
#step5 .mail_area .mail_input {
  float: right;
  width: 60%;
}

/* /////////////////////////////

フッター

/////////////////////////////*/

#lp_footer_step {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 0 0 10px;
  font-size: 10px;
}

#lp_footer_step .policyLink {
  margin: 10px;
}

#lp_footer_step .policyLink a {
  margin-right: 10px;
  color: #999;
}

.footer {
  width: 100%;
  height: 70px;
  text-align: center;
  background-color: #fff;
  color: #fff;
  font-size: 11px;
  left: 0;
  bottom: 0;
  display: table;
}
.footer-lp {
  margin: 0 auto 1%;
  padding: 2%;
  box-sizing: border-box;
  text-align: center;
  font-size: 2.6vw;
  color: #333;
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-width: 1px 0;
}
.footer-lp p {
  padding: 0 0 1vw;
}
.footer-lp p span {
  font-weight: 700;
}
.footer-lp .wrap {
  display: flex;
  width: 90%;
  align-items: center;
  margin: 0 0 0 10%;
}
.footer-lp .wrap img {
  width: 20%;
}
.footer-lp .wrap ul {
  margin: 0 0 0 5%;
  text-align: left;
  font-size: 12px;
}
.footer-lp .wrap ul li {
  border-right: 1px solid #ccc;
  display: inline-block;
  line-height: 1;
  padding-right: 5%;
  margin: 0 4% 0 0;
}
.footer-lp .wrap ul li:last-child {
  border-right: none;
  margin: 0;
  padding-right: 0;
}
.footer-lp .wrap ul a {
  color: #007acc;
}
.footer-lp .wrap ul a:visited {
  color: #007acc;
}
.footer-lp-copyright {
  color: #666;
  font-size: 10px;
  padding: 12px 0;
  text-align: center;
}

/* 規約 */
.policyLt {
  font-size: 3.4vw;
  text-align: center;
}

.policyLt a {
  margin: 0 4vw;
  color: #0042b5;
}

/* ローディング */
.loading {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

.loading .text {
  margin-right: 10px;
}

.isLoading {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
}

/* アップ */
.lp_step_question_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.lp_step_question_popup .modal {
  position: relative;
  top: 30%;
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.lp_step_question_popup .modal .popup_title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #ff6600;
}

.lp_step_question_popup .modal .close-button {
  display: block;
  font-size: 1rem;
  width: 230px;
  margin: 14px auto;
  padding: 1rem;
  color: white;
  text-align: center;
  border-radius: 10px;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  border: none;
}

.lp_step_question_popup .modal .close-button.first-button {
  background-color: #ff6600;
}

.lp_step_question_popup .modal .close-button.second-button {
  background-color: #3dc308;
}

/* ポインタ */
.pointer_img {
  display: none;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 15px;
  top: 17%;
  background: url(../img/img-pointer.png) no-repeat;
  background-size: 94% auto;
  z-index: 10;
  opacity: 0.8;
  animation: hands 2.5s linear 0s infinite;
  -webkit-animation: hands 2.5s linear 0s infinite;
  transition: 0.4s;
  pointer-events: none;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}
.pointer_none .pointer_img {
  display: none !important;
}

/* loading アニメーション */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ハンド アニメーション*/
@keyframes hands {
  0% {
    transform: translate(0) rotate(-30deg);
  }
  50% {
    transform: translate(-15px) rotate(-30deg);
    background: url(../img/img-pointer.png) no-repeat;
    background-size: 100% auto;
  }
  75% {
    transform: translate(0) rotate(-30deg);
  }
  to {
    background: url(../img/img-pointer.png) no-repeat;
    background-size: 95% auto;
  }
}

/* GS チェックボックス */
.gs-check {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  display: block;
}
.gs-check .checkbox {
  align-items: center;
  display: flex;
  justify-content: center;
}
.gs-check .checkbox input {
  margin-right: 5px;
}
.gs-check .checkbox input[type="checkbox"] {
  opacity: 1;
}
.gs-check .policies {
  margin-top: 5px;
}
.gs-check .policies li {
  line-height: 100%;
}
.gs-check .policies li + li {
  padding-left: 10px;
  border-left: 1px solid #b3b3b3;
  margin-left: 10px;
}

/* /////////////////////////////

PC表示最適化

/////////////////////////////*/

@media screen and (min-width: 460px) {
  body {
    width: 460px;
    margin: auto;
    position: relative;
    background: #fff;
  }
  .lp-header {
    padding: 10px;
  }
  #container {
    margin-bottom: 0;
  }
  .stepForm .form_inner #step1 .entryBox dl ul.checkbox li img {
    margin: 0 0 20px;
    width: 100px;
  }
  .stepForm .form_inner #step1 .entryBox dl ul.checkbox li {
    width: 209px;
    border-radius: 50px;
    margin: 5px;
    line-height: 21px;
  }
  .stepForm .form_inner #step1 .entryBox dl ul.checkbox li input[type="checkbox"] + label {
    padding: 10px;
    border-radius: 8px;
  }
  .stepForm .form_inner #step2 .entryBox dl ul.checkbox_panel_button li input[type="checkbox"] + label {
    border-radius: 10px;
    height: 60px;
    font-size: 18px;
  }
  .stepForm .form_inner #step2 .entryBox dl ul.checkbox_panel_button li input[type="radio"] + label {
    padding: 10px 10px;
    border-radius: 10px;
    height: 60px;
    font-size: 18px;
  }
  .stepForm .form_inner .entryBox dl dd input[type="tel"] {
    font-size: initial;
    height: 60px;
  }
  .stepForm .form_inner .entryBox dl dd select {
    font-size: initial;
    margin: 0 0 15px;
  }
  .stepForm .form_inner .entryBox dl dt .sTx {
    font-size: initial;
  }
  .stepForm .form_inner .entryBox dl dd input[type="text"] {
    padding: 5px 8px;
    border: 1px solid #ccc;
    font-size: initial;
    height: 60px;
  }
  .stepForm .form_inner .entryBox dl #userEntryBirthdayYear {
    margin: 0 10px 0 0;
  }
  .stepForm .form_inner .entryBox dl #userEntryBirthdayMonth {
    margin: 0 10px 0 0;
  }
  form .form_inner .btn_txtDes button.btn_next {
    font-size: initial;
  }
  form .form_inner .btn_txtDes button.btn_submit_last {
    font-size: initial;
  }
  .policyLt {
    font-size: initial;
    text-align: center;
  }
  .policyLt a {
    margin: 0 20px;
    color: #0042b5;
    font-size: 12px;
  }
  .footer {
    position: initial;
    width: 100%;
    height: 70px;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    left: 0;
    bottom: 0;
    display: table;
  }
  .footer-lp {
    margin: 0 auto 1%;
    padding: 2%;
    box-sizing: border-box;
    text-align: center;
    font-size: initial;
    color: #333;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-width: 1px 0;
  }
  .footer-lp p {
    padding: 0 0 10px;
    font-size: 13px;
  }
  #modalLine .modalInner {
    width: 366px;
    margin: 0 auto;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 102;
    top: 100px;
  }
  #modalLine .modalInner .backtohome {
    margin: 0;
  }
  #modalLine img {
    width: 366px;
  }
  .lineBtn {
    width: 340px;
    height: 68px;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: table;
    box-sizing: border-box;
    background-color: #3cc;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .lp_step_question_popup .modal {
    width: 400px;
  }
}
