@charset "utf-8";

.customer-code {
    max-width: 150px;
    min-width: 80px;
    margin-left: 5px;
    margin-right: 15px;
}

.customer-name {
    max-width: 600px;
    min-width: 300px;
    margin-left: 5px;
    width: 35vw;
}

.search-input-area .btn {
    width: 125px;
    height: 38px;
    margin: 2px 5px;
}

.search_header {
    padding-top: 15px;
}

.search_result td {
    padding: 5px;
}
.report-table {
    font-size: 13px;
    border-collapse: collapse;
    width: 100%;
}
.report-table thead {
    padding-right: 15px;
}
.report-table thead,
.report-table thead td {
    border: none;
}

.report-table tbody.report-list-table {
    overflow-y: scroll;
    height: auto;
}

.report-table tbody.report-list-table td {
    padding: 5px;
}

.report-table td {
    border: 1px solid #dee2e6;
    padding: 5px 0;
}

.report-btn-area {
   white-space: nowrap;
   width: 160px;
}
.report-btn-area a ,
.report-btn-area button {
   width: 50px;
   height: 56px;
}
.report-btn-area a {
    align-items: center;
    justify-content: center;
}
.btn_mail{
    font-size: 12px;
    display: block;
    margin: auto;
    padding: 5px;
}
/* .btn_edit{ */
/*     font-size: 12px; */
/*     display: block; */
/*     margin: auto; */
/*     padding: 5px; */
/* } */

/*
 * 検索入力(得意先複数一致)
*/
.customers-message-table,
.customers-table {
    font-size: 16px;
}
.customers-message-table td {
    border: none;
}
.customers-message-table {
    overflow-y: hidden;
    height: auto;
}
.customers-table {
    overflow-y: scroll;
    height: auto;
}
.customers-table tr,
.customers-table td {
    table-layout:fixed;
}

div.search_header tbody.report-list-table tr:nth-child(4n),
div.search_header tbody.report-list-table tr:nth-child(4n-1) {
    background-color: #f4e4dc;
}

div.agreement-radio label.active {
    background-color: #325D88;
    color: #fff;
}

.radio {
    display: none;
}
.radio + .radio-icon{
    padding-left: 30px;
    position:relative;
    margin-right: 0px;
    display: inline-block;
}
.radio + .radio-icon::before{
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #325D88;
    border-radius: 50%;
}
.radio:checked + .radio-icon{
    color: #325D88;
}
.radio:checked + .radio-icon::after{
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 3px;
    width: 15px;
    height: 15px;
    background: #325D88;
    border-radius: 50%;
}

.radio-label {
    display: inline-block;
    font-size: 16px;
}

.radio-inline {
    margin-left: 0;
    padding-left: 0;
}
@media only screen and (max-width: 750px){
    .row div {
        padding: 5px;
        vertical-align: middle;
    }
    .repo-row div {
        padding: 5px;
    }

    .search-input-area .btn {
        width: 100%;
        height: 38px;
        margin: 2px 0;
    }

    .report-area {
        font-size: 13px;
    }

    .report-area a:nth-of-type(even) div.report-list div {
        background-color: #f4e4dc;
    }

    .report-list {
        margin: 5px;
    }
    .report-list:first {
        margin-top: 0px;
    }

    .modal_link,
    .modal_link:hover,
    .modal_link:focus,
    .modal_link:visited,
    .modal_link:active {
        text-decoration: none;
        color: unset;
    }

    .customers-list a {
        text-decoration: none;
        color: unset;
    }

     .customers-list a:nth-of-type(odd) div.customers div {
        background-color: rgba(0, 0, 0, 0.05);
    }
}