.lqd-column .information-job{
    width: 100%;
    float: left;
}
.lqd-column .information-job ul li{
    width: 100%;
    float: left;
    list-style: none;
}
.lqd-column .information-job ul li i{
    float: left;
}
.alert-danger{
    color: red;
}
.contact-form input[type=radio], .contact-form input[type=checkbox]{
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    margin-right: 15px;
}
.modal-footer .btn, .confirmation,.contact_confirmation{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #343a40;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #f6f6f6;
    width: 30%;
    background-color: rgb(71, 98, 255);
    line-height: 2;
}
.contact_confirmation,.confirmation{
    width: 300px;
    padding: 10px;
}

.modal-title{
    line-height: 2;
}
.alert-hidden{
    display: none;
}
.confirmation2{
    display: none;
}
input, select, textarea{
    font-weight: bold !important;
    color: #796e6e !important;
}

textarea:focus, input:focus {
    font-weight: bold !important;
    color: #796e6e !important;
}
::placeholder {
    font-weight: normal !important;
    color: #b7b9c4 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: normal !important;
    color: #b7b9c4 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: normal !important;
    color: #b7b9c4 !important;
}
#ct-type,#ct-cv{
    display: none;
}
.check-data{
    display: -webkit-inline-box;
    display: inline-flex;
    height: 50px;
    margin-bottom: 0;
    padding: 0 2.8em;
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 50em;
}
.title-conf {
    background-color: #0b5eee;
    font-weight: bold;
    padding: 10px;
    color: #fff;
}
.btn-square-pop {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    /*border-bottom: solid 2px #d27d00;!*少し濃い目の色に*!*/
    border-radius: 4px;/*角の丸み*/
    /*box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);*/
    font-weight: bold;
    width: 30%;
    padding: 5px 0.5em 8px;;
    text-align: center;
    line-height: 2;
    border: 1px solid #fd9535;
}

.btn-square-pop:hover {
    border-bottom: solid 2px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
#confirmation_block{
    display: none;
}
#input_bock_back{
    cursor: pointer;
}
