@import url(https://fonts.googleapis.com/css?family=Open+Sans);

input[type="checkbox"],
input[type="radio"]
{
    position: relative;
    top: 20px;
    left: 36px;
    width: 1px;
    height: 1px;
    opacity: 0.0;
}

input[type="checkbox"] + label,
input[type="radio"] + label
{
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 20px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"] + label:last-child,
input[type="radio"] + label:last-child
{ margin-bottom: 0; }

input[type="checkbox"] + label:before,
input[type="radio"] + label:before
{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #242946;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before
{
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.req_error_notice_div {
    background-color: #fff7f7;
    margin-top: 4px;
    margin-bottom: 4px;
}

.req_error_notice {
    color: red;
    margin-bottom: 5px;
    font-size: 14px;
}

.family_vartical_3col {
    margin-top: -18%;
}

.family_vartical_2col {
    margin-top: -8%;
}

.family_required_mark_sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .family_vartical_2col {
        font-weight: bold;
    }
    .family_vartical_3col {
        display: none;
        font-weight: bold;
    }
    .family_required_mark_pc {
        display: none;
    }
    .family_required_mark_sp {
        display: inline;
        margin-bottom: 14px !important;
        font-size: 9pt !important;
    }
    .request__form__familiy_number_fullnumber {
        margin-top: 5px;
    }
}
