.jconfirm {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin-top: 20px;
}
.alert_success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert_danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.valid_message {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #dc3545;
}

.upload_image_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.upload_image_list > li {
    width: 190px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.upload_image_list img {
    max-width: 190px;
    max-height: 300px;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .upload_image_list {
        justify-content: space-between;
    }
    .upload_image_list > li {
        width: 46%;
    }
    .upload_image_list > li:nth-child(even) {
        margin-right: 0px;
    }
    .upload_image_list > li:nth-child(even) input {
        float: left;
    }
    .upload_image_list img {
        max-width: 100%;
        max-height: 300px;
        margin-bottom: 5px;
    }
}

.customer_alert_button,
.customer_confirm_button {
    background: #71CAEF;
    color: #fff;
}

.error {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #dc3545;
}

.customer_textarea {
    width: 100%;
    height: 100px;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-color: #F7F7F7;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 6px 10px 6px 10px;
    box-sizing: border-box;
}

.customer_select {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    padding: 0 30px 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #F7F7F7 url(/img/customer/hs_26.png) right 10px top 50% no-repeat;
    background-size: auto;
    background-size: 10px auto;
}

label.customer_label_date {
    display: inline-block;
    position: relative;
}

label.customer_label_date::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/img/customer/hs_22.png) no-repeat center center/auto 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    cursor: pointer;
}

label.customer_label_date input[type="date"] {
    width: 150px;
    height: 30px;
    padding: 0 10px;
    background-color: #DFEAF0;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.ellipsis_4box {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ellipsis_4box:hover {
    -webkit-line-clamp: none;
}

#media-box {
    width: 787px;
}

ul.images_list {
    display: flex;
    flex-wrap: wrap;
}

ul.images_list li {
    width: 180px;
    padding-bottom: 10px;
}

ul.images_list li img {
    max-width: 180px;
}

img.news_eye_catch_image {
    object-fit: cover;
    width: 44px;
    height: 44px;
}

.scout_users_last_scout_at {
    color: #cc4400;
}

.character-length-text {
    color: #ff4400;
}

#inner-box-03 #inner-box-17 + h2 {
    margin: 30px 0 0 0;
}

#inner-box-14 .area-1 ul.group-01 li p.name a,
#inner-box-14 .area-2 .text-box .group-02 .name-box p.name a {
    cursor: pointer;
}

table.user-info-table {
    width: 100%;
    margin: 30px 0 0 0;
    border: 1px solid #d6d6d6;
}

table.user-info-table tr {
    border-bottom: 1px solid #d6d6d6;
}

table.user-info-table tr th {
    width: 15%;
    background: #f8f6f1;
    font-size: 13px;
    line-height: 1.2;
    font: normal 1.3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    text-align: left;
    padding: 15px;
    border-right: 1px solid #d6d6d6;
    vertical-align: middle;
    white-space: nowrap;
}

table.user-info-table tr td {
    font-size: 13px;
    line-height: 2;
    font: normal 1.3rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #444;
    padding: 15px;
    border-right: 1px solid #d6d6d6;
    vertical-align: middle;
}

table.user-info-table tr td:last-of-type {
    border: none;
}

.user_freq_status_new {
    background-color: #fc2e00ff !important;
    color: #fff;
    padding: 2px 5px;
    margin: 5px 0;
    min-width: 36px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.user_freq_status_new:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.user_freq_status_profile_update {
    background-color: #4285f4ff !important;
    color: #fff;
    padding: 2px 5px;
    margin: 5px 0;
    min-width: 36px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.user_freq_status_profile_update:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.user_freq_status_hot {
    background-color: #F6845B !important;
    color: #fff;
    padding: 2px 5px;
    margin: 5px 0;
    min-width: 36px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.user_freq_status_hot:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
    #inner-box-14 .area-2 .group-04 form select {
        width: 168px;
    }
    .reply_require_text {
        top: 7px;
        left: -11px;
    }
}

[class^="facility_upload_image_list"] {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
[class^="facility_upload_image_list"] > li {
    width: 190px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
[class^="facility_upload_image_list"] img {
    max-width: 190px;
    max-height: 300px;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    [class^="facility_upload_image_list"] {
        justify-content: space-between;
    }
    [class^="facility_upload_image_list"] > li {
        width: 46%;
    }
    [class^="facility_upload_image_list"] > li:nth-child(even) {
        margin-right: 0px;
    }
    [class^="facility_upload_image_list"] > li:nth-child(even) input {
        float: left;
    }
    [class^="facility_upload_image_list"] img {
        max-width: 100%;
        max-height: 300px;
        margin-bottom: 5px;
    }
}