/*member / withdrawal / inquiry*/

:placeholder-shown {
    color: #bbbbbb;
}

::-webkit-input-placeholder {
    color: #bbbbbb;
}

:-moz-placeholder {
    color: #bbbbbb;
    opacity: 1;
}

::-moz-placeholder {
    color: #bbbbbb;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #bbbbbb;
}

#main_store {
    width: 720px;
    margin: auto;
}


/*form*/

.form_lead {
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    color: #388bb3;
    line-height: 24px;
    text-align: center;
}

.form_flow {
    margin: 30px auto 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #7fbec7;
}

.form_flow:after {
    display: block;
    content: "";
    clear: both;
}

.form_flow>li {
    position: relative;
    float: left;
    vertical-align: middle;
    width: 30.555555555%;
}

.form_flow>li:nth-child(n+2) {
    margin-left: 4.166666666%;
}

.form_flow>li:nth-child(n+2):before {
    position: absolute;
    left: -10%;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #7fbec7;
    border-right: solid 2px #7fbec7;
    /* 角度をつける（45度） */
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form_flow>li>span {
    display: block;
    padding: 4px 0;
    margin: auto;
    text-align: center;
    border: 2px solid #fff;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #aaa;
    line-height: 20px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.form_flow>li>span.now {
    color: #388bb3;
    background: #fff;
    border: 2px solid #388bb3;
}

.form_flow>li>span.comp {
    color: #fff;
    background: #f69835;
    border: 2px solid #f69835;
}

.form_flow>li>span>span {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    width: 50%;
    margin-bottom: 4px;
    border-bottom: 1px solid #ddd;
}


/*form*/

#form_box {
    margin: 20px auto 60px auto;
    background: #7fbec7;
}

.form_table {
    margin: 0 auto;
    border: 5px solid #7fbec7;
    width: 100%;
    background: #fff;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.member_table02,
.member_table03 {
    margin-top: -5px;
}

.form_table tr:nth-child(n+1) {
    border-top: 1px solid #7fbec7;
}

.form_table tr,
.form_table th,
.form_table td {
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form_table th {
    background: #fafafa;
    width: 30%;
}

.form_table th p {
    position: relative;
    background: #fafafa;
    color: #555;
    font-size: 13px;
    /* font-weight: bold; */
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
}

.form_table tr td {
    padding: 0 20px;
    word-break: break-all;
}

.form_table label {}

.form_table label span {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    text-align: center;
}

.input_name input[type="text"],
.input_kana input[type="text"] {
    width: 140px;
}

.form_table label input,
.form_table select,
.form_table textarea {
    margin: 10px 0;
    padding: 0 10px;
    height: 38px;
    background: #fff;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; */
}

.form_table textarea {
    padding: 5px 10px;
    line-height: 18px;
}

.form_contactinfo label input {
    width: 45%;
}

.form_table select {
    width: 30%;
    height: 40px;
}

.validate-message_ph,
.validate-message_ad,
.validate-message {
    margin-left: 10px;
    display: inline-block;
    color: #555;
    font-size: 10px;
}

.sheet_ttl {
    font-size: 12px;
    font-weight: bold;
    color: #388bb3;
}

.form_skillinfo input[type="file"] {
    margin: 5px 0;
    padding: 10px 5px;
    width: 100%;
    background: #fafafa;
    border: none;
    line-height: 1;
    color: #333;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.member_file_txt {
    display: inline-block;
    color: #555;
    font-size: 10px;
}

.sheetup {
    padding: 10px 0;
}

.sheetdown {
    margin: 0 0 10px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.sheetdown>* {
    display: table-cell;
    vertical-align: middle;
}

.sheetdown_ttl {
    width: 70%;
}

.member_download_btn {
    width: 30%;
}

.member_download_btn a {
    display: block;
    background: #fafafa;
    border: 1px solid #7fbec7;
    line-height: 24px;
    color: #333;
    font-size: 10px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.member_download_btn a:hover {
    background: #7fbec7;
    color: #fff;
}

.form_otherinfo textarea {
    width: 100%;
    height: 80px;
    resize: none;
}

.textarea_txt {
    display: inline-block;
    padding: 10px 0;
}

.text-danger {
    margin: 0 0 5px;
    display: block;
    /* display: none; */
    color: #ff5555;
    font-size: 10px;
    line-height: 14px;
}

#skillSheetErrMsg {
    display: none;
}

/**/

.consentBack {
    margin: 15px auto;
    display: table;
    table-layout: fixed;
    width: 85%;
}

.consentBack>* {
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.consentText {
    width: 80%;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
}

.consentUl {
    width: 20%;
}

.consentUl li a {
    display: block;
    padding: 0 10px;
    background: #fafafa;
    border: 1px solid #7fbec7;
    line-height: 24px;
    color: #333;
    font-size: 12px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;margin: 0 auto; 
}

.consentUl li a:hover {
    border: 1px solid #fff;
    background: #7fbec7;
    color: #fff;
}


/**/

.confirmBtn {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 120px;
    text-align: center;
}

.confirmBtn>li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.confirmBtn input {
    position: relative;
    margin: auto;
    width: 85%;
    height: 60px;
    border-bottom: 2px solid #C5680A;
    background: #f69835;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
}

.btn_back input {
    background: #aaa;
    border-bottom: 2px solid #777;
}

.confirmBtn input:hover {
    top: 2px;
    padding-bottom: 2px;
    border-bottom: 0 solid #999;
    opacity: .8;
}

.confirmBtn form {
    text-align: center;
}


/**/

.tag_any,
.tag_required {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    display: inline-block;
    padding: 0 2px;
    height: 18px;
    border: 1px solid #fff;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.tag_any {
    display: none;
    background: #aaa;
    color: #fff;
}

.tag_required {
    background: #ff5555;
    color: #fff;
}


/* ------store_box--------- */

#store_box {
    background: #fff;
    margin: 30px auto 60px;
    padding: 20px 20px 40px;
    border: 5px solid #7fbec7;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#store_box p {
    text-align: center;
}

.comp_catch {
    width: 80%;
    margin: auto;
    border-bottom: 2px solid #7fbec7;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    color: #f69835;
}

p.comp_txt1 {
    margin: 20px auto 0;
    font-size: 14px;
}

p.comp_txt2 {
    margin: 20px auto 0;
    font-size: 14px;
}

.comp_txt2 a {
    color: #388bb3;
}


/*contact*/

.contact_block {
    margin: 30px auto 0;
    padding: 15px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #fafafa;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.contact_block>* {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.contact_lp {
    margin: 30px auto 0;
    width: 30%;
}
.contact_lp>a {
    position: relative;
    display: block;
    margin: auto;
    width: 90%;
    height: 40px;
    border-bottom: 2px solid #07a33e;
    background: #8fc31f;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    vertical-align: middle;
}
.contact_lp>a:hover {
    top: 2px;
    padding-bottom: 2px;
    border-bottom: 0 solid #999;
    opacity: .8;
}

.contact_mail>p {
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.contact_mail>a {
    position: relative;
    display: block;
    margin: auto;
    width: 90%;
    height: 40px;
    border-bottom: 2px solid #07a33e;
    background: #8fc31f;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    vertical-align: middle;
}

.contact_mail>a:hover {
    top: 2px;
    padding-bottom: 2px;
    border-bottom: 0 solid #999;
    opacity: .8;
}

.contact_tel {
    border-left: 1px solid #ddd;
}

.contact_tel p {
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.contact_tel dl {}

.contact_tel dt {
    color: #388bb3;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.contact_tel dd {
    color: #555;
    font-size: 11px;
    text-align: center;
}


/*alert*/

.alert {
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.alert-danger {
    color: #ff5555;
    line-height: 14px;
}

/*============================================================
プライバシーポリシー
============================================================*/
/* add */
.form_privacy {
    background: #fafafa;
    padding: 20px 0;
    margin-top: 15px;
    box-sizing: border-box;
    border: 5px solid #7fbec7;
}
/* add */
.form_privacy-ttl {
    text-align: center;
    height: 20px;
    background-size : contain;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.86rem;
    font-weight: bold;
}
.form_privacy-txt {
    margin-top: 4%;
    padding-bottom: 4%;
    font-size: 0.86rem;
    line-height: 1.2;
    text-align: center;
}
.privacy_txt {
    margin: 0 auto;
    padding: 15px;
    width: 85%;
    height: 156px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.86rem;
    line-height: 18px;
    vertical-align: middle;
    overflow: auto
}
.privacy_txt, .privacy_txt p, .privacy_txt span, .privacy_txt li {
    font-size: 12px;
}
.txt-agree {
    font-size: 0.86rem;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
}
.txt-agree span {
    vertical-align: middle;
    margin-top: 5px;
}
.privacy_txt-agree {
    margin-top: 15px;
}
.txt-agree input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background: #fff;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}