form@CHARSET "UTF-8";

html {
    width: 100%;
}

body {
    width: 100%;
    min-width: inherit;
    height: 100%;
    background-image: url(../img/img_left.png), url(../img/img_right.png), linear-gradient(to right, #f9fdff, #f9fdff);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom left, bottom right, center;
    background-attachment: fixed;
    background-size: contain;
}

body.tablet {
    background-image: url(../img/img_left.png), url(../img/img_top.png), linear-gradient(to right, #f9fdff, #f9fdff);
    background-repeat: no-repeat;
    background-position: bottom left, top 36px right, center;
    background-attachment: fixed;
    background-size: 46%, 43%, 100%;
}

@media screen and (max-width:768px) {
    body.tablet {
        background-size: 35%, 35%, 100%;
    }
}

.img.sp-image {
    background-size: contain;
}

.header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header-inner {
    overflow: hidden;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-top: 5px;
}

.logo-img {
    width: 150px;
}

.head-banner li {
    margin-right: 10px;
}

.head-banner li:last-child {
    margin-right: 0px;
}

.head-banner img {
    width: 80px;
}

.banner {
    float: right;
}

.list-item {
    display: inline-block;
}

.contents {
    overflow: hidden;
    margin: 3.5% auto 0;
    clear: both;
}

.form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 8%;
    left: 0;
    margin: auto;
    height: 535px;
}

.character {
    float: left;
    width: 490px;
    margin-right: 10px;
}

.character img {
    width: 100%;
}

h1 {
    text-align: center;
}

h1 img {
    width: 450px;
}

#contents {
    height: 100%;
    min-height: 100%;
    background: #fff;
}

.error_message {
    font-size: 10.5pt;
    color: red;
}

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

.form label {
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 0 20px 0;
    background: #555;
    text-align: center;
    z-index: 100;
}

#footer .lastupdate {
    background: #eee;
    width: 100%;
    padding: 4px 0;
    font-size: 13px;
    color: #2bb2ff;
}

#footer .innerfooter {
    width: 1000px;
    margin: 0 auto;
}

#footer small {
    color: #fff;
    font-size: 10px;
}

#footer .footLink {
    margin-top: 0;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 5px;
}

ul.ui-autocomplete {
    font-size: 13px;
    overflow: auto;
    height: 350px;
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#dialog_form {
    width: 100%;
    max-width: 800px;
    display: inherit;
    padding: 0 40px 0px 40px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .9);
    border-radius: 6px;
    text-align: center;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
}

.modal_close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/btn_close.png);
    z-index: 2;
}

#dialog_content {
    /*  height: 348px;*/
    border-radius: 0 0 3px 3px;
}

div.partial_form {
    text-align: left;
}

div.bx-controls-direction {
    vertical-align: middle;
    text-align: center;
}

img {
    vertical-align: middle;
}

form {
    margin: 20px auto;
    font-size: 16px;
}

.formHeader {
    background-color: #eee;
    margin: 0 -40px 10px;
    padding: 10px 0;
    border-radius: 6px 6px 0 0;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99000000, EndColorStr=#99000000);
}

.formFooter {
    border-radius: 3px 3px 0 0;
    padding: 10px;
}

.formBody {
    padding: 5px 10px 0 5px;
    box-sizing: border-box;
}

/*FAVOR-1444 微調整*/
.formFooter,
/*.bx-controls { border-radius: 0 0 3px 3px; padding:20px 50px 7px; }*/
.bx-controls.bx-has-pager.bx-has-controls-direction {
    background: rgba(200, 200, 200, .1);
    border-radius: 0 0 6px 6px;
    position: relative;
    margin: 0 -40px;
    padding: 15px 0 16px;
}

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

.rowTable .col {
    float: none;
    width: auto;
    vertical-align: middle;
}

h3.formTitle {
    position: relative;
    margin: 0 0 10px;
    color: #2bb2ff;
    font-weight: bold;
    font-size: 16px;
}

#Step1 h3.formTitle {
    margin: 1.5em 0 0 0;
}

#Step4 h3.formTitle,
#Step5 h3.formTitle {
    margin: 0 0 1em;
}

.formTitle small {
    margin-top: 0px;
    display: block;
    font-size: 12px;
    color: #555;
    text-align: center;
}

#Step3 .formTitle small {
    display: inline;
}

h3.inlineTitle {
    display: inline-block;
    color: #2bb2ff;
    font-weight: bold;
    font-size: 16px;
    line-height: 3;
}

.row {
    clear: both;
    display: block;
    overflow: auto;
}

#Step3 .row {
    margin-top: 20px;
}

.col {
    width: 50%;
    float: left;
}

.col02 {
    margin-top: -25px;
    margin-bottom: 15px;
    position: relative;
    clear: both;
}

.row3col .col {
    width: 224px;
    display: inline-block;
}

#Step3 .row3col .col {
    width: 280px;
    text-align: left;
}
#Step5 .row3col {
    margin-bottom: 8px;
}

#Step5 .row3col .col {
    width: 168px;
    margin: 0 10px 8px 0;
    font-size: 14px;
}
#Step5 .row3col .col .radio.row02 {
    line-height: 16px;
    padding: 10px 0 10px;
}


#Step5 .col:nth-child(4n) {
    margin-right: 0;
}

.inlineList li {
    display: inline-block;
    margin-right: 1em;
}

.errorBox {
    width: 95%;
    background: #fcebeb;
    border-radius: 3px;
    position: absolute;
    top: -12px;
    left: 0;
    padding: 1px 1em;
    font-size: 13px;
    display: none;
    white-space: nowrap;
    z-index: 99;
}

.errorBox02 {
    background: #fcebeb;
    border-radius: 3px;
    position: relative;
    top: 0;
    left: 0;
    padding: 1px 1em;
    font-size: 13px;
    display: none;
    white-space: nowrap;
    margin-bottom: 4px;
    z-index: 99;
}

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

.err_pos02 {
    left: 288px;
}

#addr1or2_error_msgs {
    left: 290px;
}

#addr3_errmsg {
    left: 84px;
}

#req_date_errmsg {
    left: 0;
}

.formItem {
    position: relative;
    display: block;
    clear: both;
    min-height: 3em;
}

#Step4 .formItem {
    margin-bottom: 20px;
}

#Step5 .formItem {
    margin-bottom: 0;
}

.formItem.box_pos {
    margin: 20px 0 0;
    clear: both;
}

.formItem.addr {
    margin: 0 0 5px;
}

.itemTitle {
    float: left;
    display: inline-block;
    font-size: 10px;
    vertical-align: bottom;
    height: 3em;
    padding-top: 1em;
}

#req_emp_types_selection {
    margin-bottom: 0px;
}

input[type="text"],
input[type="tel"],
select {
    width: 100%;
    height: 44px;
    font-size: 18px;
    border: 1px solid #2bb2ff;
    box-sizing: border-box;
    padding: 9px;
    border-radius: 3px;
}

input#zip {
    letter-spacing: .1em;
}

input#birth_year {
    width: 268px;
    margin: 0 4px;
}

select[name="addr1"] {
    width: 74%;
    float: right;
}

input[type="text"].err,
select.err {
    border-color: #e60000;
}

label {
    color: #fff;
}

.error {
    border-color: #e60000;
}

.bx-next,
.bx-prev {
    text-decoration: none;
    display: block;
}

.bx-prev {
    opacity: 0.7;
    visibility: hidden;
    position: absolute;
    bottom: 5px;
    left: 15px;
}

.bx-prev img {
    width: 60px;
}

.bx-prev:hover {
    opacity: 1;
}

.bx-nextArea {
    display: inline-block;
}

a.bx-next.last_btn.off {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
}

.col225 {
    width: 255px !important;
    display: inline-block;
    float: right;
}

.col500 {
    width: 500px !important;
    display: inline-block;
    float: right;
    margin-left: 10px;
}

.col620 {
    width: 620px !important;
    display: inline-block;
    float: right;
    margin-left: 10px;
}

.col305 {
    width: 345px !important;
    margin-left: 30px !important;
}

.col150 {
    width: 150px !important;
}

.col200 {
    width: 330px !important;
}

.row .offset42>.col+.col {
    margin-top: 10px;
    margin-left: 10px;
}


div#zip_area {
    margin-top: 15px;
}

.offset42>.col+.col.btn_area {
    width: 260px;
    margin: 0.5em 0 0 10px;
}

.col.btn_area:hover {
    cursor: pointer;
}
#Step3 .row3col .col.btn_area {
    width: 260px;
}

.col.btn_area p {
    line-height: 1.2;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
    display: inline-block;
}

.col.btn_area p small {
    background: #f8f8f8 url(../img/arrow02.png) no-repeat 98% center;
    background-size: 14px;
    border-radius: 100px;
    padding: .3em 30px .3em 1em;
    font-weight: bold;
    font-size: 12px;
    color: #555;
    padding: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

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

p.message01,
p.message02 {
    position: relative;
    display: block;
    margin: 1.5em auto;
    padding: 10px 36px;
    max-width: 100%;
    background: #e2f4f5;
    border-radius: 6px;
    color: #555;
    font-size: 14px;
    text-align: center;
    width: 350px;
    margin-top: 20px;
}
p.message02 {
    display: none;
}

.acoArea {
    position: relative;
    display: none;
    margin-top: 5px;
}
#orderCountArea {
    display: none;
    width: 320px;
    position: absolute;
    margin: 24px auto 10px;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    z-index: 200;
    left: 28%;
    bottom: 20%;
}
#order_count {
    color: #ff348e;
    font-size: 120%;
}
#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%;
}
.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);
    -moz-opacity: 0.30;
}

#license_container {
    padding: 40px 0 0;
}

.radio {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #eee;
    border-radius: 8px;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    z-index: 0;
}

#step1 #license_container {
    margin-top: 50px;
}

.checkbox {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    background: #eee;
    border-radius: 8px;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    z-index: 0;
    line-height: 17px;
}

.radio.row01 {
    line-height: 16px;
    padding: 17px 0 16px;
}

.radio.row02 {
    line-height: 16px;
    padding: 9px 0 8px;
}

.radio.row02 span {
    font-size: 80%;
}

.checked input[type=checkbox]+.checkbox {
    background: #ff7c7c;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
}

.checked input[type=radio]+.radio,
.checked input[checked=checked]+.radio {
    background: #ff7c7c;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
}

.checkboxCol {
    position: absolute;
    top: 17px;
    left: 10px;
    margin: auto;
    z-index: 10;
}

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

#Step1 .col,
#Step2 .col {
    position: relative;
    margin-right: 10px;
    margin-bottom: 14px;
    float: none;
}

#Step1 .col:nth-child(3n),
#Step2 .col:nth-child(3n) {
    margin-right: 0 !important;
}

#Step2 .col {
    margin-bottom: 8px;
}

.row.row3col.s3Col.col01 {
    margin-bottom: -10px;
}

.footLink {
    margin: 7px 0 0;
    font-size: 12px;
}

.footLink a {
    display: inline-block;
    background: url(../img/arrow.png) no-repeat scroll left center;
    margin: 0 10px;
    padding: 0 0 0 10px;
    color: #fefefe;
    text-decoration: none;
}

.footLink a:hover {
    text-decoration: underline;
}

/**/
.tableLabel {
    display: table;
    vertical-align: bottom;
}

span.required,
span.required2 {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 10px;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: border-box;
    line-height: 1;
    vertical-align: middle;
    border: 1px solid #ff6699;
    color: #ff6699;
    font-size: 14px;
    font-weight: normal;
}

span.required2 {
    border: 1px solid #66a9ff;
    color: #66a9ff;

}

span.any+span.infoTxt {
    color: #000000;
    vertical-align: bottom;
    font-size: 13px;
}

input#mail:focus+.mailCheckBtn>[data-bubble] {
    display: none;
}

.bx-controls-direction {
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 9999;
}

.index1 .bx-next {
    margin-left: 0px;
}

a.bx-next {
    position: relative;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
[data-page-num="3"] a.bx-next {
    filter: brightness(120%);
}

a.bx-next.last_btn {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

a.bx-next span.nextBtn {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 314px;
    padding: 8px 0;
    border-radius: 6px;
    background: rgb(0, 19, 142);
    background: -moz-linear-gradient(top, rgba(0, 19, 142, 1) 0%, rgba(0, 10, 84, 1) 50%);
    background: -webkit-linear-gradient(top, rgba(0, 19, 142, 1) 0%, rgba(0, 10, 84, 1) 50%);
    background: linear-gradient(to bottom, rgba(0, 19, 142, 1) 0%, rgba(0, 10, 84, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00138e', endColorstr='#000a54', GradientType=0);
    border: 1px solid #000a54;
    color: #fff;
}

.bx-controls-direction .btn-area a.off span.nextBtn,
.bx-next.off span.nextBtn,
.bx-controls-direction .btn-area a.off span.nextBtn:hover,
.bx-next.off span.nextBtn:hover {
    background: rgba(200, 200, 200, .5);
    border: 1px solid rgba(200, 200, 200, .5);
    box-shadow: none;
}

a.bx-next span.nextBtn:hover {
    background: rgba(0, 19, 142, 1);
    /*background: rgba(0,4,36,1);*/
}

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

a.bx-next span.lastBtn {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 314px;
    margin: 0 auto;
    padding: 2px 0;
    border-radius: 6px;
    border: 1px solid #eb8003;
    background: #f79e04;
    background: -moz-linear-gradient(top, #ffaa06 0%, #ffaa06 50%, #f79e04 50%, #f79e04 100%);
    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%);
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

a.bx-next small {
    font-size: 12px;
}

a.bx-next .lastBtn:after {
    position: absolute;
    right: 4px;
    top: 50%;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../img/ico_arrow.gif) no-repeat left top;
    background-size: contain;
}


/* modal
 ----------------------------------------------------- */
.modal {
    display: none;
    text-align: left;
}

.modalBody {
    position: fixed;
    z-index: 999999;
    background: #fff;
    width: 80%;
    height: 80%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

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

.modalBody {
    padding: 13px;
    line-height: 1.6;
    border-radius: 4px;
}

.btns {
    cursor: pointer;
    text-decoration: underline;
}

.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: 90%;
    padding: 2px;
}

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

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


/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color: #ccc;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #ccc;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #ccc;
}


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

.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);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.row_retirement_intention {
    font-size: ;
}
