@charset "utf-8";

/*------------------------------------------------------------
    Common
------------------------------------------------------------*/

/* reset */
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
table,
form,
img,
hr,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Hiragino Kaku Gothic Pro';
    background: #fff;
    color: #333;
    text-align: center;
}

input,
textarea,
body {
    font-family: 'Hiragino Kaku Gothic Pro';
}

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a img {
    border: 0;
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0px;
}


/* font */
.fontB {
    font-weight: bold;
}


/* float */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearLeft {
    clear: left;
    display: block;
    font-size: 0;
    line-height: 0;
}

.clearRight {
    clear: right;
    display: block;
    font-size: 0;
    line-height: 0;
}

.clearBoth {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
}

.iconImg {
    font-size: 0;
    line-height: 100%;
    vertical-align: top;
}



/* Entry
--------------------------------------- */

#entryPageContaigner {
    background: #fff;
    text-align: center;
    width: 100%;
}

h2.entryTitleSheet {
    border-bottom: 2px solid #ccc;
    color: #2585c3;
    font-size: 28px;
    line-height: 100%;
    margin: 15px auto;
    padding: 15px 0 10px 0;
}

#entryContainer {
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
}

.entryTermBox {
    padding-bottom: 40px;
}

#confirmContainer {
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
}


/*------------------------------------------------------------
    PC, SP 共通
------------------------------------------------------------*/

.entryAttentionText {
    line-height: 2;
    margin: 0 0 30px 0;
    text-align: left;
}

.entryAttentionTextScroll {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.entryAttentionTextScroll {
    border: 1px solid #b3b3b3;
    font-size: 14px;
    height: 100px;
    line-height: 2;
    margin: 20px 0 30px 0;
    overflow: auto;
    padding: 12px 0 12px 12px;
    text-align: left;
    width: 100%;
}

.entryAttentionTextScroll::-webkit-scrollbar {
    width: 8px;
}

.entryAttentionTextScroll::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

.entryAttentionTextScroll::-webkit-scrollbar-track-piece {
    background: #ddd;
}

.entryAttentionTextScroll ul {
    list-style-type: none;
    margin: 0 0 20px 0;
}

.entryAttentionTextScroll ul li {
    padding: 0;
    position: relative;
}

.entryAttentionTextScroll ul li span {
    display: block;
    padding: 3px 0 3px 20px;
}

.entryAttentionTextScroll ul li span:before {
    background-color: #ddd;
    border-radius: 100%;
    content: "";
    display: block;
    height: 8px;
    left: 3px;
    position: absolute;
    top: 12px;
    width: 8px;
}


/* input select の padding border 込おまじない */
form#entryFormBox input,
form#entryFormBox select,
form#entryFormBox textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}


/* select 系効果 */
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/images/common/obj_pulldownArrow.png), linear-gradient(top center, #fff 50%, #eaeaea 100%);
    background: url(/images/common/obj_pulldownArrow.png), -moz-linear-gradient(top, #fff 50%, #eaeaea 100%);
    /* Mozilla系 */
    background: url(/images/common/obj_pulldownArrow.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff) to(#eaeaea));
    /* webkit系 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eaeaea', GradientType=0)";
    /* IE8-9 */
    background: url(/images/common/obj_pulldownArrow.png), linear-gradient(to bottom, #fff 50%, #eaeaea 100%);
    /* IE10 */
    background-repeat: no-repeat;
    background-position: right 10px center, 0 0;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    height: 44px;
    padding: 0 40px 0 12px;
    text-indent: 0.01px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

.pulldownMenuText {
    display: block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    text-align: center;
    width: 8%;
}


/* エントリー職種 */
#entryEmploymentBox {
    border: 2px solid #ececec;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

#entryEmploymentTitle {
    background: #ececec;
    height: 50px;
    line-height: 50px;
    width: 40%;
}

#entryEmployment {
    height: 50px;
    line-height: 50px;
    width: 60%;
}

#confirmEmploymentBox {
    border: 2px solid #ececec;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

#confirmEmploymentTitle {
    background: #ececec;
    height: 50px;
    line-height: 50px;
    width: 40%;
}

#confirmEmployment {
    height: 50px;
    line-height: 50px;
    width: 60%;
}

/* エラー枠 */
.errorBox {
    background: #ffebeb;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #ff0000;
    margin: 20px 0;
    padding: 15px;
    text-align: center;
    width: 100%;
    display: none;
}


/* 620 一行分 */
ul.entryFormList {
    margin: 0;
    padding: 0 10px 0 0;
    width: 100%;
}

ul.entryFormList li {
    text-align: left;
}


/* フォーム */
.entryFormContainer {
    margin: 15px 0 30px 0;
    text-align: center;
}

form#entryFormBox {
    margin: 20px 0 50px 0;
}

form#confirmFormBox {
    margin: 20px 0 50px 0;
}

.entryFormContainer pre {
    word-wrap: break-word;
    white-space: pre-wrap;
}

/* input 幅調整 */
li.boxWList {
    margin: 0;
    width: 100%;
}

input.inputBoxV {
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 3px;
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1) inset;
    font-size: 16px;
    line-height: 44px;
}

input.inputBox {
    background: #ffebeb;
    border: 1px solid #afafaf;
    border-radius: 3px;
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1) inset;
    font-size: 16px;
    line-height: 44px;
}

input.inputBox:focus {
    background-color: #fff;
}

input.boxW {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 100%;
}

input.boxW1 {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 100%;
}

span.itemTitle {
    background: #ececec;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin: 70px 0 16px 0;
    text-align: center;
    width: 100%;
}

span.itemName {
    display: block;
    font-size: 16px;
    line-height: 100%;
    margin: 20px 0 10px 0;
    text-align: left;
}


/* 必須・任意マーク */
span.essentialT {
    background: #ff5f5f;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    display: block;
    height: 16px;
    line-height: 16px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 30px;
}

span.essentialV {
    background: #3790c9;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    display: block;
    height: 16px;
    line-height: 16px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 30px;
}


/* 氏名 */
ul.entryFormNameList {
    padding: 0 10px 0 0;
}

li.entryFormNameListL {
    margin: 0;
}

li.entryFormNameListR {
    margin: 0;
}

input.boxW4L {
    height: 44px;
    margin: 0 10px 0 0;
    padding: 0 8px;
    width: 50%;
}

input.boxW4R {
    height: 44px;
    margin: 0 -10px 0 0;
    padding: 0 8px;
    width: 50%;
}


/* 生年月日調整 */
ul.entryFormBirthList {
    padding: 0
}

li.entryFormBirthListL {
    margin: 0;
    width: 100%;
}

li.entryFormBirthListR1 {
    margin: 0;
    width: 50%;
}

li.entryFormBirthListR2 {
    margin: 0;
    width: 50%;
}

select#birth_year {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 30%;
}

select#birth_month {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 23%;
}

select#birth_day {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 23%;
}

.ageText {
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
    text-align: left;
}


/* 性別 */
.entryFormBirthListR2 input {
    display: none;
}

label.checkBoxGender,
label.radioBoxEmployment{
    background: linear-gradient(top center, #fff 50%, #eaeaea 100%);
    background: -moz-linear-gradient(top, #fff 50%, #eaeaea 100%);
    /* Mozilla系 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff) to(#eaeaea));
    /* webkit系*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eaeaea', GradientType=0)";
    /* IE8-9 */
    background: linear-gradient(to bottom, #fff 50%, #eaeaea 100%);
    /* IE10 */
    border: 1px solid #afafaf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    transition: .2s;
    width: 50%;
}

.entryFormBirthListR2 label:first-of-type {
    border-radius: 3px 0 0 3px;
    border-right: 0;
}

.entryFormBirthListR2 label:last-of-type {
    border-radius: 0 3px 3px 0;
}

.entryFormBirthListR2 input[type="radio"]:checked+label {
    background: #FFC7C7;
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1) inset;
    color: #dd3e3e;
    cursor: default;
    font-weight: bold;
}


/* 郵便番号 */
ul.entryFormZipcodeList {
    padding: 0 10px 0 0;
}

li.boxWzipcodeListL {
    margin: 0 10px 0 0;
    width: 70%;
}

input.L1 {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 40%;
}

span.L2 {
    display: block;
    height: 44px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 5%;
}

input.L3 {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 55%;
}


/* 住所検索ボタン */
li.boxWzipcodeListR {
    margin: 0 -10px 0 0;
    padding: 46px 0 0 0;
    text-align: left;
    width: 30%;
}

input#zipsearch {
    border: 1px solid #afafaf;
    border-radius: 3px;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    text-align: center;
    width: 100%;
}

.btnGrdationDefault {
    background: linear-gradient(top center, #fff 0%, #ddd 100%);
    background: -moz-linear-gradient(top, #fff, #ddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ddd', GradientType=0)";
    background: linear-gradient(to bottom, #fff, #ddd);
    border: 1px solid #afafaf;
}


/* 学校種別調整 */
/* 都道府県調整 */
li.boxW1List,
li.boxW1List select {
    margin: 0;
    width: 100%;
}


/* 電話番号 */
li.boxW1List {
    margin: 0;
    width: 100%;
}

input#tel1 {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 28%;
}

input#tel2 {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 28%;
}

input#tel3 {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 28%;
}


/* e-mail */
li.boxWeList {
    margin: 0;
    width: 100%;
}

input.email_local {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 50%;
}

input.email_domain {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 42%;
}


/* 入学・卒業 */
/* 入社 */
ul.entryFormPeriodList {
    padding: 0;
}

li.boxWgListL {
    margin: 0;
    width: 100%;
}

li.boxWgListR {
    margin: 0;
    width: 100%;
}


/* 退職 */
li.boxWaListR {
    margin: 20px 0 0 0;
    width: 100%;
}

span.admissionText {
    display: block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: left;
    width: 31%;

}


/* 入学 */
select#admission_year {
    height: 44px;
    padding: 0 8px;
    width: 30%;
}

select#admission_month {
    height: 44px;
    padding: 0 8px;
    width: 23%;
}


/* 卒業 */
select#graduate_year {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 30%;
}

select#graduate_month {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 23%;
}

select#graduate_type {
    height: 44px;
    margin: 0;
    padding: 0 8px;
    width: 31%;
}


/* 入社 */
select.join_year {
    height: 44px;
    padding: 0 8px;
    width: 30%;
}

select.join_month {
    height: 44px;
    padding: 0 8px;
    width: 23%;
}


/* 退職 */
select.leave_year {
    height: 44px;
    padding: 0 8px;
    width: 30%;
}

select.leave_month {
    width: 23%;
    height: 44px;
    padding: 0 8px;
}

.reasonTextT {
    background: #ffebeb;
    border: 1px solid #afafaf;
    border-radius: 3px;
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1) inset;
    font-size: 16px;
    height: 200px;
    line-height: 140%;
    margin: 0;
    padding: 8px;
    width: 100%;

}

.reasonTextV {
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 3px;
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1) inset;
    font-size: 16px;
    height: 200px;
    line-height: 140%;
    margin: 0;
    padding: 8px;
    width: 100%;
}


/* エントリーボタン 上部注意文言 */
.entryAlertBox {
    color: #ff0000;
    line-height: 2;
    margin-bottom: 30px;
}


/* エントリーボタン枠 */
.entryBtmBox {
    text-align: center;
    width: 100%;
}


/* 確認ボタン */
.entryConfirmBtn {
    border-radius: 6px;
    border: 1px solid #afafaf;
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 20px auto 40px;
    text-align: center;
    width: 80%;
}



/* 確認画面
--------------------------------------- */

.confirmAttentionText {
    line-height: 2;
    margin-bottom: 30px;
    text-align: center;
}

.itemTitleConfirm {
    color: #3d9adf;
    font-size: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.careerTitle {
    color: #6db6dd;
    font-size: 16px;
    padding: 10px 0 10px 20px;
    text-align: left;
}

.entryConfirmContainer,
.entryConfirmContainer dt,
.entryConfirmContainer dd,
.entryConfirmTextContainer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.entryConfirmContainer {
    color: #333;
    margin: 0 0 40px 0;
}

.entryConfirmContainer dt {
    background: #f1f1f1;
    color: #434343;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    padding: 8px 0 8px 20px;
    text-align: left;
    line-height: 1;
}

.entryConfirmContainer dd {
    background: #fff;
    font-size: 16px;
    line-height: 150%;
    padding: 10px 20px 20px 20px;
    text-align: left;
    width: 100%;
}

.entryConfirmTextContainer {
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    line-height: 200%;
    margin: 0 0 40px 0;
    padding: 10px;
    text-align: left;
    width: 100%;
    word-wrap: break-word;
}

.confirmBtnContainer {
    text-align: left;
    width: 100%;
}

/* モーダル */
#modal {
    margin:0 auto;
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 0%;
    left: 50%;
    transform: translateY(7%);
    transform:translateX(-50%);
    -webkit-transform: translateY(7%) translateX(-50%);
    -ms-transform: translateY(7%) translateX(-50%);
    z-index:2500;
    display: none;
}
#modalcontact {
    margin:0 auto;
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 0%;
    left: 50%;
    transform: translateY(7%);
    transform:translateX(-50%);
    -webkit-transform: translateY(7%) translateX(-50%);
    -ms-transform: translateY(7%) translateX(-50%);
    z-index:2500;
    display: none;
}

.modal_wrap {
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    display: none;
}

.loadingModal {
    margin:0 auto;
    padding: 20px;
    position: absolute;
    width: 50%;
    text-align: center;
    background-color: aliceblue;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform:translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    z-index:3000;
    display:none;
}

/* 完了画面
--------------------------------------- */

a.btnEntryTerm {
    border: 1px solid #afafaf;
    border-radius: 6px;
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 10px auto 30px auto;
    text-align: center;
    width: 50%;
}




/*------------------------------------------------------------
    PC 用（幅 1001px 以上）
------------------------------------------------------------*/

@media screen and (min-width : 1001px) {

    body {
        font-family: 'Meiryo', 'メイリオ';
    }

    input,
    textarea {
        font-family: 'Meiryo', 'メイリオ';
    }

    #entryPageContaigner {
        background: #fff;
        padding: 120px 0 20px;
    }

    h2.entryTitleSheet {
        width: 640px;
    }

    #entryContainer {
        margin: 0 auto;
        width: 620px;
    }


    .entryAttentionText {
        text-align: center;
    }


    /* エントリー職種*/
    #entryEmploymentTitle {
        width: 30%;
    }

    #entryEmployment {
        width: 70%;
    }


    /* フォーム */
    .entryFormContainer {
        margin: 15px 0 30px 0;
        text-align: center;
    }

    form#entryFormBox {
        margin: 20px 0 50px 0;
    }


    /* input幅調整 */
    li.boxWList {
        margin: 0;
        width: 300px;
    }

    input.inputBoxV {
        background: #fff;
        border: 1px solid #afafaf;
        border-radius: 3px;
        box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1) inset;
        font-size: 16px;
        line-height: 44px;
    }

    input.inputBox {
        background: #ffebeb;
        border: 1px solid #afafaf;
        border-radius: 3px;
        box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1) inset;
        font-size: 16px;
        line-height: 44px;
    }

    input.inputBox:focus {
        background-color: #fff;
    }

    input.boxW {
        height: 44px;
        margin: 0;
        padding: 0 8px;
        width: 100%;
    }

    input.boxW1 {
        height: 44px;
        margin: 0;
        padding: 0 8px;
        width: 100%;
    }

    span.itemTitle {
        background: #ececec;
        display: block;
        font-size: 18px;
        height: 36px;
        line-height: 36px;
        margin: 70px 0 0 0;
        text-align: center;
        width: 620px;
    }

    span.itemName {
        display: block;
        font-size: 16px;
        line-height: 100%;
        margin: 20px 0 10px 0;
    }

    span.essentialT {
        background: #ff5f5f;
        border-radius: 3px;
        display: block;
        color: #fff;
        font-size: 12px;
        height: 16px;
        line-height: 16px;
        margin: 0 10px 0 0;
        text-align: center;
        width: 30px;
    }

    span.essentialV {
        background: #3790c9;
        border-radius: 3px;
        color: #fff;
        display: block;
        font-size: 12px;
        height: 16px;
        line-height: 16px;
        margin: 0 10px 0 0;
        text-align: center;
        width: 30px;
    }


    /* 氏名 */
    ul.entryFormNameList {
        padding: 0 20px 0 0;
    }

    li.entryFormNameListL {
        margin: 0 20px 0 0;
        padding: 0 10px 0 0;
        width: 290px;
    }

    li.entryFormNameListR {
        margin: 0 -20px 0 0;
        padding: 0 10px 0 0;
        width: 290px;
    }

    input.boxW4L {
        width: 50%;
    }

    input.boxW4R {
        width: 50%;
    }


    /* 生年月日調整 */
    ul.entryFormBirthList {
        padding: 0 20px 0 0;
    }

    li.entryFormBirthListL {
        margin: 0 20px 0 0;
        width: 50%;
    }

    li.entryFormBirthListR1 {
        margin: 0;
        width: 25%;
    }

    li.entryFormBirthListR2 {
        margin: 0 -20px 0 0;
        width: 25%;
    }


    /* 郵便番号 */
    ul.entryFormZipcodeList {
        padding: 0 20px 0 0;
    }

    li.boxWzipcodeListL {
        margin: 0 20px 0 0;
        width: 50%;
    }


    /* 住所検索ボタン */
    li.boxWzipcodeListR {
        margin: 0 -20px 0 0;
        padding: 46px 0 0 0;
        text-align: left;
        width: 50%;
    }

    input#zipsearch {
        width: 50%;
    }

    li.entryFormListL {
        float: left;
        margin: 0 10px 0 0;
        padding: 0;
        width: 290px;
    }

    li.entryFormListR {
        float: right;
        margin: 0 10px 0 0;
        padding: 0;
        width: 290px;
    }


    /* 学校種別調整 */
    /* 都道府県 調整 */
    li.boxW1List,
    li.boxW1List select {
        margin: 0;
        width: 300px;
    }


    /* e-mail */
    li.boxWeList {
        margin: 0;
        width: 80%;
    }


    /* 入学・卒業 */
    /* 入社 */
    ul.entryFormPeriodList {
        padding: 0 20px 0 0;
    }

    li.boxWgListL {
        margin: 0 20px 0 0;
        width: 300px;
    }

    li.boxWgListR {
        width: 300px;
    }


    /* 退職 */
    li.boxWaListR {
        width: 300px;
    }


    /* 確認ボタン */
    .entryConfirmBtn {
        font-size: 18px;
        width: 50%;
    }

    .entryAttentionTextScroll {
        overflow: auto;
    }

    /* モーダル */
    #modal {
        margin:0 auto;
        background-color: #fff;
        position: absolute;
        width: 620px;
        top:  0%;
        left: 50%;
        transform: translateY(10%);
        transform:translateX(-50%);
        -webkit-transform: translateY(10%) translateX(-50%);
        -ms-transform: translateY(10%) translateX(-50%);
        z-index:2500;
        display: none;
    }
    #modalcontact {
        margin:0 auto;
        background-color: #fff;
        position: absolute;
        width: 620px;
        top:  0%;
        left: 50%;
        transform: translateY(18%);
        transform:translateX(-50%);
        -webkit-transform: translateY(18%) translateX(-50%);
        -ms-transform: translateY(18%) translateX(-50%);
        z-index:2500;
        display: none;
    }

    /* 完了画面
    --------------------------------------- */

    .itemTitleConfirm {
        background: #ececec;
        color: #333333;
        display: block;
        font-size: 18px;
        font-weight: bold;
        height: 36px;
        line-height: 36px;
        margin: 70px 0 16px 0;
        text-align: center;
        width: 100%;
    }

    .careerTitle {
        padding: 10px 0 10px 10px;
    }

    .entryConfirmContainer {
        color: #333333;
        margin: 0 0 40px 0;
    }

    .entryConfirmContainer dt {
        background: #fff;
        clear: both;
        float: left;
        height: 100%;
        line-height: 150%;
        padding: 10px 0 20px 10px;
        width: 166px;
    }

    .entryConfirmContainer dd {
        padding: 10px 10px 20px 186px;
        width: 100%;
    }


}

/*------------------------------------------------------------
    エラー用（要 後勝ち記述）
------------------------------------------------------------*/

input.inputError {
    border: 3px solid #F00;
}

select.inputError {
    border: 3px solid #F00;
}

label.inputError {
    border: 3px solid #F00;
}

textarea.inputError {
    border: 3px solid #F00;
}