.form-customer-search-div-input{
    overflow: hidden;
    margin-bottom: 10px;
}
.form-customer-search-div-input-responsive{
    word-break: break-word;
}
.customer-table{
    margin: auto;
}
.table-head > th:first-child{
    width: 130px;
}
.table-head > th:nth-child(-n+8), .customer-table > tbody > tr > td:nth-child(-n+8){
    width: 100px;
}
.table-head > th:nth-child(n+9){
    width: 300px;
}
.table-head > th:nth-child(n+10){
    width: 130px;
}
.table-head > th:nth-child(n+11){
    width: 200px;
}
.table-head > th:nth-child(n+13){
    width: 140px;
}
.customer-table td{
    word-break: break-word;
}
.name-kana2{
    padding-left: 33px;
    padding-right: 0;
}

.radio-customer-search {
    font-size: 12px;
}
.radio input[type=radio], .radio-inline input[type=radio] {
    top: -5px;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.radio-inline span {
    padding-left: 10px;
}
.content-title {
    height: 45px;
    padding-top: 12px;
    margin-top: 0px;
}
.show_more_search_condition{
    display: none;
}

#show_more_search_menu_container{
    cursor: pointer;
}

#show_more_search_menu{
    font-size: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

@media screen and (max-width: 1538px) {
    #search-result > .selection {
        overflow: scroll;
        max-height: 500px;
    }
    .table-head > th {
        background: #F2FBEF;
    }
    .table-head {
        background: #F2FBEF;
    }
    .customer-table{
        border-collapse: unset !important;
        border: 0;
    }
}

@media screen and (max-width: 1024px){
    .form-customer-search, .form-customer-button-search{
        padding-left: 0;
    }
    .form-customer-button-search > label{
        width: 16.66666667%;
    }
    .form-customer-button-search > div{
        width: 83.33333333%;
    }
    .customer-layout{
        width: 100%;
        float: none;
    }
    input::placeholder{
        font-size: 11px;
    }
    .name-res > div {
        padding-right: 15px !important;
    }
    .name-kana-responsive{
        padding-left: 0;
    }
    .name-kana1{
        padding-left: 0;
    }
    .name-kana2{
        padding-left: 20px;
    }
    .name-res, .kana-res{
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .checkboxFive > label {
        width: 80%;
        height: 80%;
    }
    .checkboxFive > input {
        width: 50%;
    }
     .checkboxFive > label{
        padding: 2px;
    }
     .is-not-visited-responsive td{
         width: auto !important;
         margin: 0 !important;
     }
    .checkboxFive label:after{
        margin-left: -3px;
        margin-top: -2px;
    }
    .datepicker-responsive .pd0, .datepicker-responsive label{
        float: left;
    }
    .datepicker-responsive .pd0{
        width: 40%;
    }
    .member-search input, .member-search select{
        height: 40px;
    }
    .btn-youtube{
        font-size: 11px;
    }
    .member-search-responsive{
        padding: 0 !important;
    }
    .content-wrapper-responsive{
        padding: 20px 15px;
    }
    .datepicker-responsive > label {
        width: 20%;
    }
}


@media (max-width: 767px) {
    .name-kana-responsive{
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 480px) {
    .name-kana-responsive{
        padding-left: 0px !important;
    }
    .form-customer-search-div-input{
        padding-left: 15px;
    }
    #btnCreateCustomer, #btn-search, #btn-search1{
        margin-top: 5px;
    }
    .form-customer-search-div-input-responsive td {
        width: 12.5%;
    }
    .member-search tr td {
        padding-right: 0 !important;
        font-size: 10px;
        width: 10%;
        word-break: break-word;
    }
}
@media screen and (max-width: 430px) {
    #btn-clear{
        margin-right: 14%;
    }
}
@media screen and (max-width: 360px) {
    .checkboxFive{
        margin-left: 4px;
    }
}