@media (max-width: 740px) {
    .container {
        width: 100%;
    }
    header {
        padding: 20px;
    }
}

#register {
    background: #F7F7F7
}

#register .sectionHeader {
    color: #393939;
    text-align: left;
    margin-bottom: 25px;
}

#register .sectionHeader h3 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.6em;
    text-align: left;
}

#register .sectionHeader h3:after {
    display: none;
}

#register .sectionBody {
    padding: 35px;
    background: #fff;
}

#register .sectionBody {
    color: #43494D;
}

#register .sectionBody h4 {
    font-size: 1.4em;
    font-weight: normal;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #5D666C;
    margin-bottom: 1em;
}

#register .sectionBody h5 {
    font-size: 1.15em;
    font-weight: normal;
    margin-bottom: 0.5em;
}

#register .sectionBody input {
    border: 2px solid #D4D4D4;
    width: 100%;
    max-width: 340px;
    padding: 0.7em;
}

#register .sectionBody input[type="checkbox"],
#register .sectionBody input[type="radio"] {
    width: auto !important;
}

#register .item {
    font-size: 1.07em;
}

#register .item > *:not(.row) {
    margin-right: 20px;
}

#register .item > *:last-child {
    margin-right: 0px;
}

#register .itemBlock {
    margin-bottom: 35px;
}

.selectWrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    max-width: 289px;
    border: 2px solid #D4D4D4;
}

.selectWrap:before {
    content: '▼';
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 1em;
    line-height: 1;
    color: #F1871D;
    transform: scale( 1.7, 0.7);
}

.selectWrap select {
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    /* fallback non calc support */
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 0.7em;
    background: transparent;
    border: 0;
    outline: none;
}

.selectable.col2,
.selectable.col3 {
    border-top: 2px solid #F1871D;
    /*border-bottom: 2px solid #F1871D;*/
    border-left: 2px solid #F1871D;
}

#register .selectable .active,
#register .selectable .active.icon,
#register .selectable .active.check_num {
    background: #F1871D;
    color: #fff;
}

#register .selectable .icon p,
#register .selectable .check_num p {
    font-size: 0.93em;
    padding: 0;
    margin-top: 10px;
}

#register .selectable .active.icon p,
#register .selectable .active.check_num p {
    color: #fff;
}

#register .selectable p,
#register .selectable .icon,
#register .selectable .check_num {
    display: inline-block;
    border-right: 2px solid #F1871D;
    border-bottom: 2px solid #F1871D;
    color: #F1871D;
    text-align: center;
    padding: 0.7em;
    margin: 0;
    cursor: pointer;
}

#register .selectable.col2 p {
    border-bottom: none;
}

#register .selectable .icon,
#register .selectable .check_num {
    padding: 0;
    padding-top: 1em;
    height: 120px;
    vertical-align: top;
}

#register .selectable.col4 .icon .row2,
#register .selectable.col4 .check_num .row2 {
    line-height: 1.1;
    margin-top: 7px;
    font-size: 0.85em;
}

.selectable.col2 p {
    width: 50%;
}

#register .selectable.col5 p {
    border-top: 2px solid #F1871D;
    border-left: 2px solid #F1871D;
    margin-right: 22px;
    width: 164px;
}

#register .selectable.col4 .icon,
#register .selectable.col4 .check_num {
    border-top: 2px solid #F1871D;
    border-left: 2px solid #F1871D;
    margin-right: 20px;
    width: 100%;
    max-width: 212px;
}

#register .selectable.col4 .icon p,
#register .selectable.col4 .check_num p {
    border: none;
    display: block;
}

#register .selectable.col5 .row p:last-child,
#register .selectable.col4 .row .icon:last-child {
    margin-right: 0px;
}

#register .selectable .row {
    margin-bottom: 20px;
}

#register .selectable .row .icon:not(.active) .on {
    display: none;
}
#register .selectable .row .icon.active .off {
    display: none;
}

#register .sectionBody .textLong input {
    max-width: 726px;
}

#register .sectionBody h4 {
    position: relative;
}

#register .sectionBody h6,
#register .sectionBody h5 {
    line-height: 2;
    border-bottom: 2px solid #CDD5DC;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 1.15em;
    position: relative
}

#register .sectionBody h5 {
    border-bottom-width: 1px;
    position: relative;
}

#register .publish {
    width: 230px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.8em;
    color: #999;
}

#register .publish select {
    position: relative;
    z-index: 2;
    display: block;
    padding-right: 30px;
    padding-left: 5px;
}

#register .publish:before {
    content: '▼';
    position: absolute;
    top: 50%;
    z-index: 1;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 0.9em;
    line-height: 1;
    color: #ccc;
    transform: scale( 1.7, 0.7);
}

#register .sectionBody h6 span {
    color: #757575;
    font-size: 0.75em;
    margin-left: 1.5em
}

#register .wishBlock .itemBlock {
    margin-bottom: 22px;
}

#register .selectable.item.col2 p,
#register .selectable.item.col3 p {
    margin-right: 0;
}

#register .selectable.col3 p {
    width: 100%;
    max-width: 33.33%;
    /*border-top: 2px solid #F1871D;*/
}

#register .selectable.col3 p:not(.lastCol),
#register .selectable.col2 p:not(.lastCol) {
    border-bottom: 2px solid #F1871D;
}

#register textarea {
    width: 100%;
    border: 2px solid #d4d4d4;
    padding: 0.7em;
}

#register .sectionBody .subInput input {
    max-width: 598px;
}

.careerBlock .icon p span,
.careerBlock .check_num p span {
    display: block;
    font-size: 0.8em;
}

#register .careerBlock .selectable .icon,
#register .careerBlock .selectable .check_num {
    padding: 0;
    height: 75px;
}

#register .careerBlock .selectable .icon p,
#register .careerBlock .selectable .check_num p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

#register .careerBlock .selectNum .selectable .check_num {
    height: 50px;
}

#register .careerBlock .selectNum .selectable .check_num p {
    display: inline-block;
    border-right: 2px solid #F1871D;
    height: 104%;
    padding-top: 13px;
    width: 69.3px;
}

#register .careerBlock .selectNum .selectable .row > div .icon p:last-child,
#register .careerBlock .selectNum .selectable .row > div .check_num p:last-child {
    border: none;
}

#register .careerBlock .selectNum .selectable .row > div {
    display: inline-block;
    margin-right: 20px;
}

#register .careerBlock .selectNum .selectable .row > div:last-child {
    margin-right: 0px;
}

.item span.caption {
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
}

.companyInput .selectWrap {
    max-width: 249px;
}

.companyInput .item {
    margin-bottom: 15px;
}

.companyInput .item textarea {
    max-width: 823px;
}

#register .companyInput h6 {
    border-bottom-width: 1px;
}

#register .companyInput label,
#register .companyInput textarea,
#register .capacityInput label {
    vertical-align: bottom;
}

.capacityInput .selectWrap {
    max-width: 245px;
}

.capacityInput .item {
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #CDD5DC;
}

.capacityInput .itemBlockInner .item:last-child {
    border-bottom: none;
}


#inputMoreBlock {
    display: none;
}
.inputMoreBtnDiv {
    text-align: center;
    margin-bottom: 10px;
    background-image: url(/assets/img/profile_bg.jpg);
    background-repeat: no-repeat;
    padding-top: 190px;
}
.inputMoreBtnDiv a#inputMoreBtn {
    display: inline-block;
    padding: 13px 40px;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    transition: .2s;
    cursor: pointer;
}
.inputMoreBtnDiv a#inputMoreBtn:hover {
    text-decoration: none;
}

.inputMoreBtnDiv p{
    padding: 10px;
}

#register .sectionBody .btn {
    display: inline-block;
    padding: 13px 40px;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    transition: .2s;
    cursor: pointer;
}

.btnDark {
    background: #5D666C;
    border: none;
}


/*CheckBoxとText */

label.checkBoxText {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    padding-left: 25px;
    display: inline-block;
    box-sizing: border-box;
}

label.checkBoxText:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0;
    border: 2px solid #D4D4D4;
    z-index: 3;
}

label.checkBoxText:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 6px;
    display: block;
    margin-top: -8px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #F1871D;
    border-bottom: 3px solid #F1871D;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: 1;
}

label.checkBoxText input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px;
}

label.checkBoxText input[type="checkbox"]:checked {
    box-shadow: none;
}

#register .submit {
    text-align: center;
}

#register .sectionBody .btnDarkBlue {
    background: #2A6A90;
    border: none;
}

.profBlock,
.wishBlock,
.typeBlock {
    margin-bottom: 40px;
}

@media (min-width: 981px) {
    #register .selectable .icon,
    #register .selectable .check_num > p,
    #register .selectable .row > p,
    #register #gender_list.selectable > p,
    #register .item.selectable > p {
        position: relative;
    }
    #register .selectable .icon:hover:after,
    #register .selectable .check_num > p:hover:after,
    #register .selectable .row > p:hover:after,
    #register #gender_list.selectable > p:hover:after,
    #register .item.selectable > p:hover:after {
        display: block;
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 740px) {
    #register .selectable.col3 p {
        max-width: 100%;
    }
    #register .selectable.col3 .lastCol:not(:last-child) {
        /*border-bottom: 2px solid #F1871D;*/
    }
    #register .selectable.col5 .row {
        /*display: inline;*/
    }
    #register .selectable.col5 p,
    #register .selectable.col4 .icon {
        margin-right: 0;
        width: 48%;
        max-width: 48%;
        margin-bottom: 10px;
    }
    #register .selectable.col5 p,
    #register .selectable.col4 .icon {
        margin-right: 2%;
    }
    #register .selectable.col5 p img,
    #register .selectable.col4 .icon img {
        max-height: 45px;
    }
    #register .selectable .row {
        margin-bottom: 0;
    }
    #register .sectionBody h5,
    #register .careerBlock .selectNum .selectable .row > div {
        margin: 0;
    }
    #register .sectionBody h5,
    #register .sectionBody h6 {
        margin-bottom: 10px;
        margin-bottom: 40px;
    }
    #register .selectNum .selectable .row > div,
    #register .selectNum .selectable .row .icon {
        width: 100%;
        max-width: 100%;
    }
    #register .careerBlock .selectNum .selectable .icon p {
        width: 33.3%;
    }
    .companyInput label,
    .capacityInput label,
    .capacityInput input,
    #register .sectionBody input {
        margin-bottom: 10px;
    }
    #register .sectionBody h6 span {
        display: inline-block;
        line-height: 1.5;
    }
    label[for=companyCount] {
        max-width: 220px;
    }
    .companyInput .selectWrap {
        max-width: 100%;
    }
    .selectWrap {
        vertical-align: bottom;
        margin-bottom: 10px;
    }
    #register .sectionHeader h3,
    .description {
        text-align: center;
    }
}


/*Nhatdt*/

@media (min-width: 320px) and (max-width: 480px) {
    #register .publish {
        position: relative;
    }
    #register .sectionBody h6 span {
        display: block;
        margin-left: 0;
    }
}

@media (min-width: 740px) and (max-width: 1078px) {
    #register .selectable.col5 p,
    #register .selectable.col4 .icon {
        width: 48%;
        max-width: 48%;
        margin-bottom: 10px;
        margin-right: 2%;
    }
}

@media (min-width: 485px) and (max-width: 1046px) {
    #qualification1 input,
    #qualification2 input,
    #qualification3 input,
    #qualification4 input,
    #qualification5 input {
        display: block;
    }
}

@media (min-width: 741px) and (max-width: 1046px) {
    #qualification1 input,
    #qualification2 input,
    #qualification3 input,
    #qualification4 input,
    #qualification5 input {
        margin-bottom: 10px;
    }
}

#profJobStatus select {
    padding: 10px 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fffcda;
}

#changeJobStatus {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

#changeJobStatus p {
    position: absolute;
    width: 100%;
    background-color: #efefef;
    padding: 15px;
    top: 50%;
    text-align: center;
}

#changeJobStatus p a {
    color: #042ed0;
    text-decoration: underline;
}
