body {
    font-family: "メイリオ",Verdana,Arial,sans-serif;
}

.error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.notice {
    margin-bottom: 0;
    font-size: 14px;
    color: #8d99a8;
}

.login {
    font-size: 11px;
}
.login .error {
    color: #fff;
}
.login-user {
    font-size: 11px;
}
.login-user .error {
    color: red;
}
.auth-box .content {
    width: 95%;
}

.logout {
    padding: 28px 20px;
    border-width: 0;
}
.logout > i {
    font-size: 22px;
    margin-right: 2px;
    vertical-align: middle;
}
.logout > span {
    position: relative;
    top: 2px;
}

body .navbar-default .brand {
    padding: 10px 20px;
}

.label-nav{
    margin: 22px;
}
.brand-img{
    display: flex;
    margin: auto;
}

.navbar-default .brand .logo {
    height: 60px;
}

.panel .label {
    font-size: 110%;
}
.table .label {
    font-size: 90%;
}

.auth-box-left-user {
    background-color: #2B3986;
    color: #fff;
}
.navbar-user, .navbar-user .brand, .navbar-user .logout, .navbar-default.navbar-user .navbar-nav>li>a {
    background-color: #2B3986;
    color: #fff;
}


.navbar-admin, .navbar-admin .brand, .navbar-admin .logout, .navbar-default.navbar-admin .navbar-nav>li>a {
    background-color: #fff;
}

.drag-and-drop-area {
    color: #ccc;
    height: 100%;
    border-style: dashed;
    border-width: 2px;
    line-height: 200px;
    text-align: center;
    cursor: pointer;
}
.drag-and-drop-area-over {
    border-color: #0000FF;
}
.drag-and-drop-area-over span {
    opacity: 0.2;
}
.drag-and-drop-area-out {
    border-color: #ccc;
}
.drag-and-drop-area-out span {
    opacity: 1;
}

.del-culumn-button {
    margin-top: 30px;
    font-size: 1.5em;
}
.add-culumn-button {
    font-size: 1.5em;
}

.product-list h3 {
    display: inline-block;
}
.product-list dd, .product-list dt {
    margin-bottom: 10px;
}
.panel-list .label {
    font-size: 90%;
}
.panel-list:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.navigation {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.navigation a {
    display: block;
    text-decoration: none;
    background: #6c757d;
    color: #fff;
    padding: 20px;
}
.navigation button {
    display: block;
    text-decoration: none;
    background: #6c757d;
    color: #fff;
    padding: 20px;
    width: 100%;
    border: none;
}
.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}

#image-area img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.product-image {
    display: table;
    width: 100%;
}
.product-image label {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}
.product-image input[type="file"] {
    display: none;
}
.product-image p {
    margin: 5px 0 0 0;
}

.delete-image {
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}

.flatpickr-input[readonly] {
    background-color: #FCFCFC;
}

.modal-product-list, .modal-contact {
    width:75%;
    height:85%;
}

/* 幅指定 */
.w-5 {
  width: 5%;
}
.w-8 {
    width: 8%;
  }
.pdl-0 {
    padding-left: 0 !important;
}
.w-10 {
  width: 10%;
}
.w-15 {
    width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-40 {
    width: 40%;
  }
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
/* サイドメニューのスクロール */
.sidebar-scroll {
    overflow: auto; height: 100%;
}

.competitions.input-number {
    width: 7%;
}
.competitions.input-name {
    width: 15%;
}

.font-bold {
    font-weight: bold;
}

.point-plus {
    color: #BF9224;
}

.point-minus {
    color: #FF0000;
}

.linked-box {
    border: solid 1px #BF9224;
    color: #BF9224;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
}

/* タブレット対応 */
@media (max-width: 1199px) {
    .favorite-button {
        margin: 15px 0;
    }
}

/* スマホ対応 */
@media (max-width: 767px) {
    #wrapper #sidebar-nav, #wrapper .main {
        padding-top: 100px;
    }
    .main-content {
        padding: initial;
    }
    .panel .panel-heading, .panel .panel-body, .panel .panel-footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* オークション一覧 */
    .auction-list-time {
        font-size: 0.8em;
    }

    .modal-product-list, .modal-contact {
        width: auto;
        height: auto;
    }
    .sp-direction-column {
        flex-direction: column;
    }
}

/** チェックボックスの判定 */
.checkbox {
    font-weight: normal;
    cursor: pointer;
}

input[type=checkbox] {
    cursor: pointer;
}

.checkbox-inline {
    padding-left: 0px;
    margin-left: 0px;
}

/** ラジオボタンの判定 */
input[type=radio] {
    cursor: pointer;
}

.radio {
    font-weight: normal;
    cursor: pointer;
}

.sort-able {
    cursor: pointer;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.8) url('../img/loading.gif') center no-repeat;
}

#loadingSection.loading {
    overflow: hidden;
}

#loadingSection.loading .overlay {
    display: block;
}

#modal-content {
    border: 1px solid #e5e5e5;
    min-height: 200px;
    max-height: 500px;
    overflow-y: auto;
}

#modal-review {
    border: 1px solid #e5e5e5;
    min-height: 200px;
    max-height: 500px;
    overflow-y: auto;
    background: url(https://static.line-scdn.net/biz-app/17dc6eed8c7/manager/img/common/chatroom-cloud.jpg) center bottom / 100% rgb(140, 171, 217);
}

.emoji-line {
    display: inline-block;
    height: 2rem;
    width: 2rem;
}

.cke_notification.cke_notification_warning {
    display: none;
}

.select2-selection.select2-selection--single {
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    border-color: #eaeaea;
    background-color: #fcfcfc;
}

.select2-selection.select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.navbar-admin .container-fluid {
    justify-content: space-between;
}

.navbar-admin .container-fluid,
.navbar-admin .container-fluid > .logo {
    display: flex;
    align-items: center;
    flex: 1;
}

.navbar-admin .container-fluid > .logo > a {
    display: inline-block;
}

.navbar-admin .container-fluid > .logo img {
    height: 40px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.navbar-admin .navbar-btn {
    margin-left: 1rem;
}

.auth-box .right div.overlay {
    display: none;
}

.auth-box .right {
    background-image: url(../img/login-background.png);
    background-position: center;
}

.modal-body--heading span,
.heading {
    font-size: 16px;
    font-weight: bold;
    border-left: #59A946 4px solid;
    margin-bottom: 10px;
    padding-left: 10px;
    display: inline-block;
}

.editor-parameters {
    list-style: none;
    padding: unset;
}

.editor-parameters li {
    display: flex;
}

.editor-parameters li span {
    display: inline-block;
    flex-shrink: 0;
}

.editor-parameters li span.parameter {
    width: 150px;
}

.input-range-date {
    display: flex;
    align-items: center;
}

.input-range-date > span {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
}

.text-sm {
    font-size: 12px;
}

.table-mx-1000 {
    overflow: auto;
}

.table-mx-1000 table {
    min-width: 1000px;
}

@media only screen and (max-width: 991px) {
    footer {
        position: unset;
    }
}

.btn-default-cz {
    border: unset;
    background-color: transparent;
    box-shadow: unset;
    padding: 6px 22px;
    display: inline-block;
}

.td__button-group {
    width: max-content;
    min-width: 320px;
}

.mr-3 {
    margin-right: .75rem;
}

.panel-actions a#btn-clear,
.panel-actions a.btn-clear {
    margin-right: 10px;
}

.group-message-type {
    display: flex;
    align-items: center;
}
.message-type-item {
    position: relative;
    display: flex;
}
.mr-10 {
    margin-right: 10px;
}

.mb-2 {
    margin-bottom: 0.5rem; /* 8px */
}

.notice-content-detail img {
    max-width: 100%;
}

.group-checkbox-item input[type="checkbox"] {
    position: static;
    margin-top: 2px;
    margin-right: 5px;
}

.dp-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-end {
    justify-content: flex-end;
}
.align-items-center {
    align-items: center;
}

.message-card.mc-sender .message img.expried-image {
    max-width: 250px;
    border-radius: 10px;
  }

.messages.is-loading {
    visibility: hidden;
}
:root {
    --message-max-height: 200px;
}

.message-card .message img,
.message-card .message video {
    max-height: var(--message-max-height);
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.file-review {
    margin-top: 1rem;
    position: relative;
    margin-bottom: 10px;
}
.file-review--close {
    background-color: rgba(0, 0, 0, 0.5);
    width: 26px;
    height: 26px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
.file-review--preview {
    width: 100%;
    height: auto;
}

.modal-body-mh-400 {
    max-height: 400px;
    overflow: auto;
}
.ml-10 {
    margin-left: 10px;
}

.questions-error .panel-custom{
    border-color: red;
}

.no-border-last-col td:last-child {
    border :none;
    background-color: #ffffff;
}

.no-border-last-col td{
    border: 1px solid #dddddd;
}

.no-border-last-col th{
    border: 1px solid #dddddd !important;
}

.btn-row-split-noflex {
    width: 100%;
    overflow: hidden;
    padding: 1rem;
    box-sizing: border-box;
    padding-top: 0;
}

.btn-left {
    float: left;
}

.btn-right {
    float: right;
}

.min-w-100 {
    min-width: 100px;
}

.min-w-50 {
    min-width: 50px;
}

.min-w-150 {
    min-width: 150px;
}

.w-150 {
    width: 150px;
}
h4.panel-title-custom {
    border-left: #59A946 4px solid;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 16px;
}
.btn-a-link {
    color: #3287B2;
    background: none;
    border: none;
    padding: 0;
}
.w-160px {
    width: 160px;
}

#inquiry-modal .modal-header {
    display: flex;
    justify-content: space-between;
}

#inquiry-modal .modal-header::before,
#inquiry-modal .modal-header::after {
    content: unset;
}

.mb-10 {
    margin-bottom: 10px;
}

.button-modal-replacement {
    display: none;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}
