@CHARSET "UTF-8";
.tC {
    text-align: center;
}

/* 追加Margin */
.mT0 {
    margin-top: 0px!important;
}
.mT5 {
    margin-top: 5px!important;
}
.mT10 {
    margin-top: 10px!important;
}
.mT15 {
    margin-top: 15px!important;
}
.mT20 {
    margin-top: 20px!important;
}
.mT30 {
    margin-top: 30px!important;
}
.mT50 {
    margin-top: 50px!important;
}

.mB0 {
    margin-bottom: 0px!important;
}
.mB5 {
    margin-bottom: 5px!important;
}
.mB10 {
    margin-bottom: 10px!important;
}
.mB15 {
    margin-bottom: 15px!important;
}
.mB20 {
    margin-bottom: 20px!important;
}
.mB30 {
    margin-bottom: 30px!important;
}
.mB40 {
    margin-bottom: 40px!important;
}
.mB50 {
    margin-bottom: 50px!important;
}

.mL0 {
    margin-left: 0px!important;
}

/* 追加Padding */
.pT0 {
    padding-top: 0!important;
}
.pT10 {
    padding-top: 10px!important;
}
.pT20 {
    padding-top: 20px!important;
}

.pR0 {
    padding-right: 0!important;
}

.pB0 {
    padding-bottom: 0!important;
}

.pL0 {
    padding-left: 0!important;
}

/* グリッド高さを揃える */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/* グリッドシステム追加 5分割用 */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}

/* オーバーフローテキスト */
.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* ログイン画面 */
.login-box, .register-box {
    width:  380px;
}

.login-logo b {
    font-size: 25px;
}

.login-logo span {
    font-size: 20px;
}

/* フォーム全般 */
.checkbox label, .radio label {
    padding-left:  0;
    padding-right: 20px;
}
.checkbox label span, .radio label span {
    position: relative;
    top: 2px;
}

.error-message {
    font-weight:  bold;
    color:  #ff0000;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.error-message.ajax {
    font-weight:  bold;
    color:  #ff0000;
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 0;
}

input[type=file] {
    height: 41px;
}

table.dataTable td {
    vertical-align: middle!important;
}

.loading-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 2000;
    text-align: center;
    display: none;
}
.loading-wrap img {
    width: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}

p.to-signup-login {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

img.thumb {
    display: block;
    width: 200px;
}
img.master-list-image {
    height: 60px;
}

.master-detail-wrap table {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.master-detail-wrap table th,
.master-detail-wrap table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 6px 8px;
}
.master-detail-wrap {
    padding: 10px;
}
.master-detail-wrap table th {
    background: #ffdad4;
    width: 12em;
}

p.detail-status-txt {
    font-size: 18px;
    text-align: center;
    margin: 0;
}
p.detail-status-txt.red {color: red;}
p.detail-status-txt.green {color: green;}

img[id^=upload-image] {
    max-width: 200px;
    max-height: 200px;
}

table.history-detail-image {border: none;}
table.history-detail-image td {border: none;width: 20%;padding: 5px;}
table.history-detail-image td img {width: 100%;}

.history-image-wrap img {width: 100%;}
.callout h4 {margin: 0;}

.segmented label {margin-left: 5px;margin-right: 15px;;margin-bottom: 0;position: relative;top: 2px;font-size: 16px;}

.nav-tabs-custom span.badge {position: absolute;top: -10px;right: -10px;display: none;}

span.required {color: red;}

.btn-export {position: absolute;top: 15px;right: 15px;}

span.wareki-wrap {
    display: block;
    padding-left: 13px;
    padding-top: 6px;
    font-size: 12px;
    color: #555;
}

span.wareki-wrap span {
    display: inline-block;
    color: red;
}

p.qualification-title {
    margin: 0;
    padding: 5px 8px;
    font-size: 16px;
    font-weight: bold;
    background: #bfe8ff;
}

span.pay-until {
    font-weight: bold;
    color: red;
}
span.pay-already {
    color: blue;
}
span.pay-nopay {
    color: green;
}

p.notes-alert {
    color: red;
}

.payment-csv-list {
    padding-top: 5px;
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2489c5;
    border: 1px solid #2489c5;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}

label.checkbox-label {
    display: inline-block;
    margin-top: 5px;
    margin-right: 12px;
}

.table-scroll {
    overflow-x: scroll;
}
.table-scroll table {
    /*min-width: 2600px;*/
    table-layout: fixed;
    word-break: break-all;
}
.table-scroll table td.dataTables_empty {
    text-align: left!important;
}

td.non {
    color: red;
    font-weight: bold;
}
td.ok {
    color: green;
    font-weight: bold;
}
td.sp {
    color: blue;
    font-weight: bold;
}
td.out {
    color: black;
    font-weight: bold;
}

.registration-check-modal h4 {
    font-weight: bold;
    text-align: center;
}
.registration-check-info table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
.registration-check-info table th,
.registration-check-info table td {
    padding: 6px 10px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}
.registration-check-info table th {
    width: 12em;
    background: #d7f4ff;
}

.registration-alert {
    margin-bottom: 30px;
    color: red;
    font-weight: bold;
}

.login-box-body .modal-form-wrap {
    margin-top: 20px;
}
.login-box-body .payment-info {
    text-align: center;
    font-size: 120%;
}
.login-box-body .payment-info span {
    color: red;
    font-weight: bold;
}

p.release-alert {
    text-align: center;
    padding: 0;
    font-size: 120%;
    font-weight: bold;
    color: red;
}

.submit-copy {
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-top: -50px;
}

.wrapper.members a.logo {
}
.wrapper.members .navbar {
}
.wrapper.members .navbar a.sidebar-toggle {
    display: none;
}
.wrapper.members .main-sidebar {
    display: none;
}
.wrapper.members .content-wrapper {
    margin-left: 0;
}
.wrapper.members .main-footer {
    margin-left: 0;
}

.member-csv-list {
    display: none;
    position: absolute;
    right: 10px;
    top: 100%;
    z-index: 100;
}

table.mail-list-table {
    table-layout: fixed;
}

input.no-input {
    color: #fff;
}

input::-webkit-calendar-picker-indicator {
    display:none!important;
}

.dataTables_filter label {
    position: relative;
}
.dataTables_filter label i {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -8px;
}

span.red {
    font-weight: bold;
    color: red;
}

.reward-table-wrap table {
    width: 100%;
    table-layout: fixed;
    font-size: 16px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.reward-table-wrap table th,
.reward-table-wrap table td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;
    padding: 5px;
}
.reward-table-wrap table th {
    background: #7cf8fa;
}
.reward-table-wrap table td.is-risk {
    background: #ffe9e9;
    font-weight: bold;
    color: red;
}

.joblist-wrap {
    width: 100%;
    overflow-x: scroll;
}
.joblist-wrap table {
    /*min-width: 1600px;*/
    table-layout: fixed;
}

label.checkbox-label div {
    position: relative;
    top: -2px;
}

[class^=pjobs-], [class^=djobs-] {
    padding-left: 25px;
}

tr.total td {
    background-color: #cbecfd;
}

.wrapper.influencer .navbar a.sidebar-toggle {
    display: none;
}
.wrapper.influencer .main-sidebar {
    display: none;
}
.wrapper.influencer .content-wrapper {
    margin-left: 0;
}
.wrapper.influencer .main-footer {
    margin-left: 0;
}

select#select-earn-year {
    width: 4.5em;
}

.switch-year {
    font-size: 18px;
}

p.privacy-body {
    font-size: 16px;
    margin-bottom: 20px;
}

.btn-agree-wrap {
    text-align: center;
}
.btn-agree-wrap button, .btn-agree-wrap a {
    margin: 0 5px;
}

a.thumb {
    display: block;
    width: 60px;
}
a.thumb img {
    width: 100%;
}

.image-upload-wrap {
    position: relative;
    height: 200px;
    border: 2px dashed #999;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}
.image-upload-wrap input {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.image-upload-wrap label {
    width: 100%;
    line-height: 200px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.upload-image-wrap {
    margin-bottom: 10px;
}

.images-grid-wrap {
    display: flex;
    flex-wrap: wrap;
}
.image-box {
    aspect-ratio: 1 /1;
    width: 25%;               /* ← 4カラム固定幅 */
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.image-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

a.tile-image {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
a.tile-image .image-information {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(0,0,0,0.5);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    transition: all 0.5s 0s ease;
    opacity: 0;
}
a.tile-image .image-information p {
    color: #fff;
    font-size: 16px;
    padding: 10px 10px 0;
}
a.tile-image:hover .image-information {
    opacity: 1;
}

.login-box.registration {
    width: 80%;
}

#registration-check-modal h4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.registration-check-wrap table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #000000;
    border-left: 1px solid #000;
}
.registration-check-wrap table th, .registration-check-wrap table td {
    padding: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    vertical-align: middle;
}
.registration-check-wrap table th {
    background: #d9eeff;
    width: 10em;
    text-align: right;
}
