/* Minification failed. Returning unminified contents.
(3812,29): run-time error CSS1039: Token not allowed after unary operator: '-color-sub'
(3828,22): run-time error CSS1039: Token not allowed after unary operator: '-color-main'
(3829,17): run-time error CSS1039: Token not allowed after unary operator: '-color-fg-on-accent'
(3830,28): run-time error CSS1039: Token not allowed after unary operator: '-color-fg-on-accent'
(3846,29): run-time error CSS1039: Token not allowed after unary operator: '-color-sub'
 */

* {
    margin: 0;
    padding: 0;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

html, body {
    height: 100%;
}

ul, li {
    margin: 0px;
}

p {
    margin-bottom: .5rem;
}

body {
    font-size: 14px;
    font-family: Noto Sans, Hiragino UD Sans Std, Poppins, 'Lato','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #F5F6F8;
    color: #334D6E;
}

a {
    color: #334D6E;
}

    a:hover, a.active {
        color: #F7685B;
        text-decoration: none;
    }

::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #90A0B7;
}

:-ms-input-placeholder, .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #90A0B7;
}

::placeholder, .form-control::placeholder { /* Others */
    color: #90A0B7;
}

#container {
    background: #F5F6F8;
    margin-left: 256px;
    position: relative;
    -moz-transition: margin-left .25s linear;
    -webkit-transition: margin-left .25s linear;
    transition: margin-left .25s linear;
    height: 100%;
}

#settings-container {
    background: #F5F6F8;
    position: relative;
    -moz-transition: margin-left .25s linear;
    -webkit-transition: margin-left .25s linear;
    transition: margin-left .25s linear;
    height: 100%;
}

    #settings-container #main {
        padding-bottom: 10px;
    }

    #main {
        background: #F5F6F8;
        padding-top: 60px;
        position: relative;
        margin-right: 0px;
        min-height: 100%;
        -moz-transition: margin-right .25s linear;
        -webkit-transition: margin-right .25s linear;
        transition: margin-right .25s linear;
    }

        #main h2, #main h3 {
            font-size: 14px;
            margin-top: 5px;
            margin-bottom: 25px;
        }

        #main h3 {
            margin-top: 15px;
            margin-bottom: 15px;
        }

    #main > .container-fluid {
        padding: 20px; 
    }

#supplier_layout #main > .container-fluid {
    width: calc(100% - 300px);
    margin-left: 300px;
    margin-top: 10px;
}

#supplier_layout #main h2 {
    font-weight: bold;
    width: 100%;
}

.position-right-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.flex-end {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.item-image img, .click-item-image img {
    /*max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;*/
    width: 100%;
}

.overlay {
    display: none;
    position: fixed;
    /*background: rgba(255, 255, 255, 0.59);*/
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.icon-list ul {
    list-style: none;
}

    .icon-list ul li  {
        margin-bottom: 15px;
    }

    .icon-list ul li:last-child {
        margin-bottom: 0px;
    }

    .icon-list ul li i, .icon-list ul li svg {
        margin-right: 14px;
        color: #C2CFE0;
    }

.border-radius-default {
    border-radius: 4px !important;
}

.border-bottom-white {
    border-bottom: 1px solid #FFF !important;
}

.card-img {
    height: 27px;
    width: auto;
}

.lightgray-sub-title {
    font-size: 12px;
    font-weight: bold;
    margin-left: 15px;
    color: #90A0B7;
    margin-bottom: 10px;
}

.card-body {
    padding: 1rem;
}

.password-box input {
    padding-left: 30px;
}

.password-box:before {
    position: absolute;
    top: 8px;
    left: 25px;
    content: '\f084';
    color: #90A0B7;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* suplier */
#supplier_layout #container {
    margin: auto;
    max-width: 100%;
}

#supplier_layout #container #main {
    margin: auto;
    max-width: 1050px;
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 5px;
}

/* consumer */
#consumer_home_layout #container {
    margin-left: 215px;
}

#consumer_home_layout #main {
    padding-top: 0;
    margin-right: 180px;
}

#consumer_home_layout #main h2 {
    font-size: 24px;
    font-weight: bold;
    margin-left: 15px;
}

#consumer_home_layout #main > .container-fluid {
    padding-right: 35px;
}

#settings-container #main.consumer-check-main.cnsm-ft {
    padding-bottom: 110px;
}
/* ---------------------------------------------------
	form-control
----------------------------------------------------- */
label {
    font-weight: bold;
}

label > span {
    margin-left: 3px;
}

label.form-check-label, label.ckbox {
    font-weight: normal;
}

.col-form-label {
    line-height: 1.9;
}

.form-control, .custom-select {
    color: #334D6E;
    height: calc(1.5em + .75rem + 10px);
    font-size: 12px;
}

.form-control, .custom-select-sm {
    color: #334D6E;
    height: calc(1.5em + .75rem + 2px);
    font-size: 12px;
}

.form-group {
    margin-bottom: 0px;
}

.form-control-static {
    margin-top: 7px;
}

.form-darkgray {
    border: 1px solid #334D6E;
}

.form-control-search {
    border: 1px solid #EBEFF2;
    box-sizing: border-box;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    padding-left: 43px;
}

.form-control-modal {
    background: rgba(194, 207, 224, 0.18);
    border: 1px solid #334D6E;
    border-radius: 1px;
}

    .form-control-modal::-webkit-input-placeholder, .form-control-modal:-ms-input-placeholder, .form-control-modal::placeholder {
        color: #334D6E;
    }

/* toggle-swich */
.toggle-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.toggle-label {
    width: 63px;
    height: 32px;
    background: #ccc;
    position: relative;
    display: inline-block;
    border-radius: 46px;
    transition: 0.4s;
    box-sizing: border-box;
}

.toggle-label:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    left: 3px;
    top: 3px;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
}

.toggle-input:checked + .toggle-label {
    background-color: #4BD865;
}

    .toggle-input:checked + .toggle-label:after {
        left: 34px;
    }

.toggle-switch {
    position: relative;
    width: 63px;
    height: 32px;
}

.rdio-list .rdiobox, .rdio-list .ckbox {
    display: inline;
}

.input-line-group input {
    border-bottom: none;
    border-radius: unset;
}

.input-line-group input:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.input-line-group input:nth-child(2) {
    border-bottom: 1px solid #ced4da;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* ▼A:アコーディオン内の1項目の装飾 */
.accordion label {
    display: block; /* ブロック化 */
    margin: 5px 0px; /* 外側の余白量 */
    padding: 0.5em 1em; /* 内側の余白量 */
    background-color: #e0e0ff; /* 背景色 */
    border-radius: 0.5em; /* 角丸 */
    cursor: pointer; /* マウスを指形に */
}

.accordion-radios .ac-body {
    background: #F5F6F8;
    border: 1px solid #FFF;
}



.supplier.input-container-box {
    padding-right: 15px;
    padding-left: 15px;
}

.supplier.input-container-box .row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.supplier.input-container-box label {
    font-size: 13px;
    line-height: 1.8;
    padding-right: 0;
}

.supplier.input-container-box .form-control, .supplier.input-container-box .form-control:focus, .supplier.input-container-box .custom-select, .supplier.input-container-box .custom-select:focus {
    border: none;
    font-size: 13px;
    box-shadow: unset;
}

.supplier.input-container-box input.form-control, .supplier.input-container-box .custom-select {
    height: calc(1.5em + .75rem + 5px);
}

.supplier.input-container-box .help-block  {
    padding-left: 0.75rem;
    font-weight: normal;
}

#main.consumer-check-main .input-form > div {
    max-width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
}

#main.consumer-check-main .input-form .col-form-label {
    line-height: 1;
    padding-top: calc(.375rem + 18px);
    padding-bottom: calc(.375rem + 1px);
}

#main.consumer-check-main .input-form .form-control {
    font-size: 20px;
    padding: .375rem 1.75rem;
    height: calc(1.5em + .75rem + 28px);
    border: none;
}

#settings-container #main.consumer-check-main .input-form .btn {
    font-size: 18px;
    font-weight: bold;
    padding: 1rem .75rem;
    min-width: 230px;
}
/* ---------------------------------------------------
	outline
----------------------------------------------------- */
.simple-box {
    background: #FFFFFF;
    border-radius: 4px;
}

.shadow-box {
    background: #FFFFFF;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.shadow-box.green.active {
    border: 3px solid #2ED47A;
}

.thema-title-box {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 10px 15px;
}

#main .thema-title-box h2 {
    font-size: 20px;
    margin-bottom: .75rem;
}

.input-container-box {
    margin-top: 10px;
    background: #FFFFFF;
    border-radius: 4px;
    padding-right: 30px;
    padding-left: 30px;
}

    .input-container-box .row {
        border-bottom: 1px solid #EBEFF2;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .input-container-box .row:last-child {
        border-bottom: none;
    }

.input-container-box > .row .row {
    padding: 0;
}

.select-xs {
    font-size: 10px;
    font-weight: bold;
    padding: .3rem 1.75rem .3rem .75rem;
    height: auto;
}

.warning-box {
    background: #FFFFFF;
    border: 1px solid #F7685B;
    padding: 1.2rem 1.5rem;
    border-radius: 4px;
    color: #F7685B;
}

.navy-line-box {
    background: #FFFFFF;
    border: 1px solid #334D6E;
    border-radius: 10px;
    padding: 20px;
}
/* ---------------------------------------------------
	btn
----------------------------------------------------- */
.btn {
    font-size: 12px;
    padding: .47rem .75rem;
}

    .btn:hover {
        opacity: 0.8;
    }

.btn-sm {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 12px;
    padding: .25rem .5rem;
}

.btn-xs {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 10px;
    padding: .3rem .75rem;
}

.btn-xxs {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 10px;
    padding: .15rem .75rem;
}

.btn-100-st {
    min-width: 300px;
}

.btn-100-sp {
    height: 48px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 13px;
    min-width: 345px;
    line-height: 2rem;
}

.btn-orange, .btn-orange:hover, .btn-orange:focus {
    background-color: #F7685B;
    color: #FFFFFF !important;
}

.btn-blue {
    color: #109CF1 !important;
}

.btn-blue {
    color: #109CF1 !important;
}

.btn-blue:hover {
    text-decoration: underline;
}

    .btn-blue.active {
        color: #F7685B !important;
    }

.btn-white {
    background: #FFFFFF;
    border: 1px solid #C2CFE0;
    box-sizing: border-box;
    border-radius: 4px;
    color: #334D6E;
}

.btn-lightgreen, .btn-white.on {
    border: none;
    background: #2ED47A;
    color: #FFFFFF;
}

.btn-lightgreen:hover, .btn-white.on:hover {
     color: #FFFFFF;
}

.btn-lightgray-lightgreen, .btn-lightgray-lightgreen:hover, .btn-lightgray-lightgreen:focus, .btn-orange.on, .btn-orange.on:hover, .btn-orange.on:focus {
    background: #F5F6F8;
    color: #2ED47A !important;
    border: none;
}

.btn-trs-lightgreen, .btn-trs-lightgreen:hover, .btn-trs-lightgreen:focus {
    background: rgba(46, 212, 122, 0.9);
    color: #FFFFFF;
}

.btn-white-lightgreen {
    background: #FFF;
    color: #2ED47A;
    border: none;
}

.btn-white-lightgreen:hover {
    background: #FFF;
    color: #2ED47A !important;
    border: none;
}

.btn-yellow, .btn-yellow:hover {
    background: #FFBA00;
    color: #FFF;
}

.btn-line-orange, .btn-line-orange:hover {
    background: #FFF;
    border: 1px solid #F7685B;
    box-sizing: border-box;
    border-radius: 4px;
    color: #F7685B;
}

.btn-lightgray {
    color: #90A0B7;
}

.btn-gray, .btn-gray:hover {
    background: #C2CFE0;
    color: #334D6E;
}

.btn-line-navy, .btn-line-orange:hover {
    background: #FFF;
    border: 1px solid #334D6E;
    box-sizing: border-box;
    border-radius: 4px;
    color: #334D6E;
}

.btn-line-navy:hover {
    background: #334D6E;
    color: #FFF;
}

.btn-navy, .btn-navy:hover, .btn-navy:focus {
    background: #334D6E;
    border: none;
    color: #FFF;
}

.btn-green, .btn-green:hover, .btn-green:focus {
    background: #2ED47A;
    border: none;
    color: #FFF;
}

.btn-purple {
    background-color: #883DAF;
    color: #FFF;
}

.btn-bk-blue {
    background-color: #109CF1;
    color: #FFF;
}

.btn-red {
    background-color: red;
    color: #FFF;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/* ---------------------------------------------------
	background-color
----------------------------------------------------- */
.bg-danger {
    background-color: #F7685B !important;
}

.bg-white {
    background-color: #FFF !important;
}

.bg-lightgray {
    background-color: #F5F6F8 !important;
}

.bg-lightblue {
    background-color: #EAF6FF !important;
}

.bg-gray {
    background-color: #E1E5EA !important;
}

.bg-trimming {
    background-color: rgba(25,42,62,0.6) !important;
}

.bg-darkgray {
    background-color: #586A80 !important;
}

.bg-navy {
    background-color: #334d6e !important;
}

/* ---------------------------------------------------
	color
----------------------------------------------------- */
.text-blue {
    color: #109CF1 !important;
}

.text-orange {
    color: #F7685B !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-lightgray {
    color: #90A0B7 !important;
}

.text-gray {
    color: #707070 !important;
}

.text-darkgray {
    color: #192A3E !important;
}

.text-danger {
    color: #FF0000 !important;
}

.text-lightgreen {
    color: #2ED47A !important;
}


/* ---------------------------------------------------
	font-size
----------------------------------------------------- */
.font-size-9px {
    font-size: 9px !important;
}

.font-size-10px {
    font-size: 10px !important;
}

.font-size-11px {
    font-size: 11px !important;
}

.font-size-12px {
    font-size: 12px !important;
}

.font-size-13px {
    font-size: 13px !important;
}

.font-size-14px {
    font-size: 14px !important;
}

.font-size-15px {
    font-size: 15px !important;
}

.font-size-16px {
    font-size: 16px !important;
}

.font-size-18px {
    font-size: 18px !important;
}

.font-size-20px {
    font-size: 20px !important;
}

.font-size-22px {
    font-size: 22px !important;
}

.font-size-24px {
    font-size: 24px !important;
}

.font-size-26px {
    font-size: 26px !important;
}

.font-size-28px {
    font-size: 28px !important;
}

.font-size-30px {
    font-size: 30px !important;
}

.font-size-38px {
    font-size: 38px !important;
}

/* ---------------------------------------------------
	margin
----------------------------------------------------- */
.m-top-5px {
    margin-top: 5px !important;
}

.m-top-10px {
    margin-top: 10px !important;
}

.m-top-15px {
    margin-top: 15px !important;
}

.m-top-20px {
    margin-top: 20px !important;
}

.m-top-27px {
    margin-top: 27px !important;
}

.m-top-30px {
    margin-top: 30px !important;
}

.m-top-40px {
    margin-top: 40px !important;
}

.m-top-60px {
    margin-top: 60px !important;
}

.m-bottom-5px {
    margin-bottom: 5px !important;
}

.m-bottom-05rem {
    margin-bottom: .5rem !important;
}

.m-bottom-10px {
    margin-bottom: 10px !important;
}

.m-bottom-15px {
    margin-bottom: 15px !important;
}

.m-bottom-20px {
    margin-bottom: 20px !important;
}

.m-bottom-25px {
    margin-bottom: 25px !important;
}

.m-bottom-30px {
    margin-bottom: 30px !important;
}

.m-bottom-50px {
    margin-bottom: 50px !important;
}

.m-right-5px {
    margin-right: 5px !important;
}

.m-right-10px {
    margin-right: 10px !important;
}

.m-right-15px {
    margin-right: 15px !important;
}

.m-right-30px {
    margin-right: 30px !important;
}

/* ---------------------------------------------------
	padding
----------------------------------------------------- */
.p-2-5 {
    padding: .75rem !important;
}

.p-2-5 {
    padding: .75rem !important;
}

.p-20px {
    padding: 20px !important;
}

.p-10px {
    padding: 10px !important;
}

.p-30px {
    padding: 30px !important;
}

.p-35px {
    padding: 35px !important;
}

.p-top-0 {
    padding-top: 0 !important;
}

.p-top-5px {
    padding-top: 5px !important;
}

.p-top-10px {
    padding-top: 10px !important;
}

.p-top-15px {
    padding-top: 15px !important;
}

.p-bottom-5px {
    padding-bottom: 5px !important;
}

.p-bottom-10px {
    padding-bottom: 10px !important;
}

.p-bottom-15px {
    padding-bottom: 15px !important;
}

.p-bottom-20px {
    padding-bottom: 20px !important;
}

.p-top-20px {
    padding-top: 20px !important;
}

.p-left-15px {
    padding-left: 15px !important;
}

.p-left-30px {
    padding-left: 30px !important;
}


/* ---------------------------------------------------
	width
----------------------------------------------------- */
.w-100px {
    width: 100px;
}
.w-125px {
    width: 125px;
}
.max-w-100px {
    max-width: 100px !important;
}

.max-w-600px {
    max-width: 600px !important;
}

.max-w-400px {
    max-width: 400px !important;
}

.min-w-125px {
    min-width: 125px !important;
}

.min-w-200px {
    min-width: 200px !important;
}

.min-w-280px {
    min-width: 280px !important;
}

.min-w-300px {
    min-width: 300px !important;
}

/* ---------------------------------------------------
	height
----------------------------------------------------- */
.h-30px {
    height: 30px !important;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: 0;
    line-height: 1.25;
    color: #2196f3;
    background-color: transparent;
    border: 0 solid #dee2e6;
}

    .page-link:hover {
        color: #0a6ebd;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination > .page-item > .page-link,
.pagination > .page-item > span {
    border: 0;
    border-radius: 30px !important;
    transition: all .3s;
    padding: 0px 11px;
    margin: 0 3px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #334D6E;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    background: #EBEFF7;
    text-align: center;
}

    .pagination > .page-item > .page-link:hover,
    .pagination > .page-item > .page-link:focus,
    .pagination > .page-item > span:hover,
    .pagination > .page-item > span:focus {
        color: #334D6E;
    }

/* ---------------------------------------------------
	pageloading
----------------------------------------------------- */
#pageloading-wrap {
    display: none;
}

    #pageloading-wrap > div {
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        text-align: center;
        display: table;
    }

#pageloading-icon {
    display: table-cell;
    vertical-align: middle;
}

/* ---------------------------------------------------
	吹き出し
----------------------------------------------------- */
.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 8px 10px;
    max-width: 100%;
    background: #90A0B7;
    border-radius: 15px;
    color: #FFF;
    text-align: center;
}

    .balloon1:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #90A0B7;
    }

    .balloon1 p {
        margin: 0;
        padding: 0;
    }

/* ---------------------------------------------------
	table
----------------------------------------------------- */
.shadow-box.table thead th, .shadow-box tbody tr:first-child td {
    border-top: none;
}

.table {
    color: #334D6E;
    margin-bottom: 0px;
}

.table thead th {
    border-bottom: 1px solid #dee2e6;
}

.table th, .table td {
    font-weight: normal;
    vertical-align: middle;
}

.table-responsive {
    margin-bottom: 1rem;
}

.table.bg-white tr:first-child td, .table.bg-white tr:first-child th {
    border-top: none;
}

.table-confirm td:first-child {
    padding-left: 15px;
    padding-right: 20px;
    font-weight: bold;
}

.table-confirm td:last-child {
    padding-right: 15px;
}

.table-confirm td {
    padding-bottom: 5px;
}

.table-confirm tr:last-child td {
    padding-bottom: 0;
}

.table-hover tbody tr:hover {
    background: #F2F9FF;
    color: unset;
    cursor: pointer;
}

#settings-container .supplier-links > .row, #settings-container .supplier-links > .row > div {
    padding: 0;
}

#settings-container .supplier-links a {
    display: block;
    padding: 20px;
}

#settings-container table.supplier-links tr td {
    position: relative;
}

td.icon {
    width: 25px;
    vertical-align: unset;
}

    td.icon .rounded-circle {
        width: 40px;
        height: 40px;
        background: #C2CFE0;
        position: relative;
    }

td.icon-sm .rounded-circle {
    width: 26px;
    height: 26px;
    background: #C2CFE0;
    position: relative;
}

    td.icon .rounded-circle i, td.icon-sm .rounded-circle i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

#settings-container table.supplier-links tr td:last-child {
    padding-right: 20px;
}

#supplier_layout .global-nav .nav-category a svg, #settings-container .supplier-links a svg, #settings-container table.supplier-links tr td svg, table.system-links tr td svg {
    position: absolute;
    right: 8px;
    width: 17px;
    height: 19px;
    color: #C2CFE0;
    margin-top: 1px;
}

#settings-container .supplier-links a svg, #settings-container table.supplier-links tr td svg, table.system-links tr td svg {
    margin: 0;
    top: calc(50% - 8px);
}

#supplier_layout .global-nav .nav-category ul li:last-child a {
    border-bottom: none;
}

.table-option-text {
    line-height: 1.9;
}
/* ---------------------------------------------------
	dt dd
----------------------------------------------------- */

.dt-table dt {
    float: left;
    font-weight: normal;
}

.dt-table dd {
    margin-left: 80px;
    border-left: 1px solid #C2CFE0;
    padding-left: 20px;
    margin-bottom: 20px;
}
/* ---------------------------------------------------
	global-head
----------------------------------------------------- */
#global-head {
    position: fixed;
    color: #033560;
    width: calc(100% - 256px);
    padding: 5px 10px;
    padding-left: 20px;
    background: #fff;
    border-bottom: 1px solid #EBEFF2;
}

#settings-global-head {
    position: fixed;
    color: #033560;
    width: 100%;
    height: 60px;
    padding: 5px 30px;
    background: #fff;
    border-bottom: 1px solid #EBEFF2;
    text-align: center;
}

    #settings-global-head .nav-return {
        position: absolute;
        font-size: 30px;
        top: 8px;
        color: #000;
    }

#settings-title {
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
}

#settings-global-head .logo {
    position: absolute;
    top: 15px;
}

#settings-global-head .logo img {
    width: 78px;
}

#settings-container #main .btn {
    min-width: 300px;
}

#settings-container #main .input-container-box .btn, #settings-container #main .table .btn {
    min-width: unset;
}

#settings-container #main .input-container-box .btn.min300, #settings-container #main .table .btn.min300 {
    min-width: 300px;
}

.global-nav {
    position: fixed;
    height: calc(100% - 61px);
    width: 256px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.global-nav.scroll {
    overflow-y: auto;
}

.global-nav ul {
    list-style: none;
    margin-left: 0;
}

.global-nav > ul > li {
    position: relative;
}

    .global-nav a,
    .global-nav .nav-category > span {
        text-decoration: none;
        display: block;
        padding: 5px 24px;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        transition: color .3s linear;
        font-size: 13px;
        vertical-align: middle;
        height: 30px;
    }

    .global-nav .nav-category > span {
        color: rgba(51, 77, 110, 0.8);
    }

        .global-nav .nav-category a {
            padding-left: 54px;
        }

    .global-nav a i, .global-nav a svg, .global-nav .nav-category > span i, .global-nav .nav-category > span svg, .global-nav a span.icon {
        color: #C2CFE0;
        font-size: 16px;
        margin-right: 14px;
    }

    .global-nav .nav-category > span a {
        height: auto;
    }

    .global-nav .nav-category > span a i {
        color: #F7685B;
    }

        .global-nav a svg, .global-nav .nav-category > span svg {
            width: 16px;
            height: 16px;
        }

    .global-nav a:hover {
        color: #F7685B;
    }

.nav-category li.new a {
    color: #2ED47A;
}

    .nav-category li.new a span {
        background: #2ED47A;
        color: #FFF;
        border-radius: 4px;
        margin-left: 5px;
        font-size: 9px;
        padding-left: 3px;
        padding-right: 3px;
    }

.search-box {
    position: relative;
    display: inline-block;
    height: 50px;
    margin-right: 8px;
    width: 100%;
    max-width: 350px;
}

.system-search-box {
    height: 30px;
    max-width: 200px;
    margin-right: 0px;
}

#nav-search-box {
    width: calc(100% - 315px);
}

    .search-box input {
        border: 1px solid #EBEFF2;
        box-sizing: border-box;
        box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
        border-radius: 4px;
        color: #334D6E;
        height: 50px;
        line-height: 50px;
        padding-left: 43px;
    }

    .system-search-box input {
        height: 30px;
        line-height: 30px;
    }

    .search-box:before {
        position: absolute;
        top: 15px;
        left: 15px;
        content: '\f002';
        color: #90A0B7;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .system-search-box:before {
        top: 5px;
    }

#nav-sb-box {
    width: calc(100% - 68px);
}

#nav-btns {
    display: inline-block;
}

    #nav-btns .btn {
        border: 1px solid #C2CFE0;
        box-sizing: border-box;
        border-radius: 4px;
        height: 35px;
        line-height: 20px;
        font-size: 10px;
        padding: .375rem .5rem;
    }

#nav-info-icons {
    position: absolute;
    right: 10px;
    top: 9px;
}

    #nav-info-icons a {
        position: relative;
        display: inline-block;
        padding: 3px;
        margin: 7px;
        margin-right: 0px;
    }

        #nav-info-icons a i,
        #nav-info-icons a svg {
            font-size: 19px;
            color: #C2CFE0;
        }

        #nav-info-icons a svg {
            width: 19px;
        }

.info-circle {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 3px;
    right: -2px;
    border-radius: 50% !important;
}

/* suplier */
#supplier_layout .global-nav {
    width: 330px;
    height: 100%;
    padding-bottom: 0;
    position: relative;
}

#pc-left-sidebar .global-nav {
    position: relative;
    padding-top: 15px;
    width: 280px;
}

#supplier_layout #global-head {
    width: 100%;
    padding: 0px;
    border-bottom: none;
}

#supplier_layout #nav-sb-box {
    width: 100%;
}

#supplier_layout .nav-category > span {
    background: #EBEFF7;
    color: #334D6E;
}

#supplier_layout .global-nav a i, #supplier_layout .global-nav a svg, #supplier_layout .global-nav .nav-category > span i, #supplier_layout .global-nav .nav-category > span svg {
    color: #334D6E;
    width: 13px;
    height: 13px;
    font-size: 13px;
    margin-right: 6px;
}

#supplier_layout .global-nav .nav-category a {
    font-size: 14px;
    padding: 20px 24px;
    padding-left: 42px;
    padding-right: 28px;
    height: 60px;
    border-bottom: 1px solid #EBEFF2;
}

/* consumer */
#consumer_home_layout {
    min-width: 1024px;
}

#main.consumer-check-main {
    min-width: 1024px;
    padding-top: 0;
}

#consumer_home_layout .global-nav {
    width: 200px;
    height: calc(100% - 76px);
    padding-top: 0;
}

#consumer_home_layout .global-nav a {
    font-size: 14px;
    height: auto;
    margin: 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #EBEFF2;
}

#consumer_home_layout .global-nav ul li:last-child a {
    border: none;
}

/* ---------------------------------------------------
	nav-toggle
----------------------------------------------------- */
#nav-toggle {
    margin-right: 10px;
    display: none;
}

.nav-toggle {
    height: 28px;
    width: 28px;
    cursor: pointer;
}

    .nav-toggle > div {
        position: relative;
        margin: auto;
        width: 24px;
    }

    .nav-toggle span {
        width: 100%;
        height: 2px;
        left: 0;
        display: block;
        background: #000000;
        position: absolute;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

        .nav-toggle span:nth-child(1) {
            top: 5px;
        }

        .nav-toggle span:nth-child(2) {
            top: 13px;
        }

        .nav-toggle span:nth-child(3) {
            top: 21px;
        }

#nav-toggle-box {
    display: inline-block;
    padding-top: 10px;
    float: left;
}

    #nav-toggle-box .logo {
        display: none;
        margin-right: 38px;
    }

    #nav-toggle-box .logo img {
        width: 78px;
        cursor: pointer;
    }

/* suplier */
#supplier_layout #nav-toggle-box {
    display: block;
    float: none;
    border-bottom: none;
    padding-left: 10px;
    height: 60px;
    padding-top: 15px;
    text-align: center;
}

#supplier_layout #sidebar-nav-toggle {
    left: 285px;
    top: 10px;
}

#supplier_layout #sidebar-nav-toggle.nav-toggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 20px;
}

#supplier_layout #sidebar-nav-toggle.nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

#supplier_layout #sidebar-nav-toggle.nav-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    top: 20px;
}

#supplier_layout #nav-toggle-box .logo {
    display: inline-block;
}

    #supplier_layout #nav-toggle-box .logo span {
        margin-left: 10px;
        vertical-align: sub;
    }

#supplier_layout #nav-toggle {
    display: none;
}

/* ---------------------------------------------------
	left-sidebar
----------------------------------------------------- */
#sidebar {
    width: 256px;
    height: 100%;
    position: fixed;
    color: #334D6E;
    background: #FFFFFF;
    box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
}

#sidebar-nav-toggle {
    position: absolute;
    left: 220px;
    top: 15px;
}

#left-sidebar-head {
    position: relative;
    height: 61px;
    border-bottom: 1px solid #EBEFF2;
}

    #left-sidebar-head .logo {
        position: absolute;
        left: 24px;
        top: 15px;
    }

        #left-sidebar-head .logo img {
            width: 78px;
            cursor: pointer;
        }

.left-sidebar-foot {
    border-top: 1px solid #EBEFF2;
    padding-top: 15px;
}

.nav-login-user {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 34px;
}

    .nav-login-user:after, .nav-login-user:before {
        content: "";
        clear: both;
        display: block;
    }

    .icon.rounded-circle {
        background-color: #FFF;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        float: left;
    }

    .nav-login-user .login-user-info {
        width: 146px;
        overflow: hidden;
        float: right;
        padding-top: 3px;
    }


/* suplier */
#pc-left-sidebar {
    background: #FFFFFF;
    height: 100%;
    width: 280px;
    float: left;
    margin-top: 30px;
}

#supplier_layout #sidebar {
    display: none;
    width: 330px;
}

#supplier_layout .login-user-info {
    width: 200px;
    padding-left: 18px;
    float: left;
}

#supplier_layout #pc-left-sidebar .login-user-info {
    width: 180px;
    padding-left: 18px;
    float: left;
}

#supplier_layout .nav-login-user {
    padding-bottom: 25px;
    padding-top: 10px;
}

#supplier_layout .left-sidebar-foot {
    border-top: 1px solid #EBEFF2;
    padding: 0px;
    border-bottom: 1px solid #EBEFF2;
}

#supplier_layout .left-sidebar-foot .row > div {
    padding-right: 10px;
    padding-left: 10px;
}

#supplier_layout .left-sidebar-foot a {
    height: 60px;
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
}

.left-sidebar-foot-border-top {
    border-top: 1px solid #EBEFF2;
}

.left-sidebar-foot-border-left {
    border-left: 1px solid #EBEFF2;
}

/* consumer */
#consumer_home_layout #sidebar {
    width: 200px;
    top: 0px; /* 追加 */
    left: 0px; /* 追加 */
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    -o-transition: .25s linear;
}

#consumer_home_layout #left-sidebar-head {
    height: 76px;
}

#consumer-sidebar-nav-toggle {
    height: 60px;
    width: 30px;
    background: #334D6E;
    position: absolute;
    top: 10px;
    right: -30px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#consumer-sidebar-nav-toggle div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#consumer-sidebar-nav-toggle div svg {
    width: 24px;
    height: 24px;
    color: #FFF;
}

#consumer-sidebar-nav-toggle div.icon-open {
    display: block;
}

#consumer-sidebar-nav-toggle div.icon-close {
    display: none;
}




/* ---------------------------------------------------
	right-sidebar
----------------------------------------------------- */
#right-sidebar {
    width: 256px;
    height: calc(100% - 61px);
    position: fixed;
    color: #334D6E;
    background: #FFFFFF;
    box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
    top: 61px;
    right: 0;
    padding: 20px 12px;
}

    #right-sidebar .btn-orange {
        margin-bottom: 20px;
        width: 100%;
    }

    #right-sidebar .list-item-box {
        border: 1px solid #F0F0F0;
        padding: 8px;
        margin-bottom: 1px;
    }

    #right-sidebar .item-image {
        width: 75px;
        height: 75px;
    }

#right-sidebar .item-detail {
    width: calc(100% - 80px);
    position: relative;
    min-height: 75px;
}

#right-sidebar-close {
    display: none;
    text-align: right;
    margin-bottom: 20px;
}

    #right-sidebar-close a svg {
        width: 24px;
        height: 24px;
        color: #000000;
    }

#consumer_home_layout #right-sidebar {
    width: 180px;
    height: 100%;
    top: 0;
    background: #E1E5EA;
}

    #consumer_home_layout #right-sidebar .list-item-box .input-group .form-control, #main.consumer-check-main .input-group .form-control {
        border: 1px solid #334D6E;
        color: #F7685B;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        height: calc(1.5em + .75rem + 6px);
    }

    #consumer_home_layout #right-sidebar .list-item-box .input-group .input-group-text, #main.consumer-check-main .input-group .input-group-text {
        background: #EAF6FF;
        border: 1px solid #334D6E;
        padding: 0;
    }

        #consumer_home_layout #right-sidebar .list-item-box .input-group .input-group-text a, #main.consumer-check-main .input-group .input-group-text a {
            padding: .375rem .9rem;
            font-size: 15px;
            font-weight: bold;
        }

    #consumer_home_layout #right-sidebar .list-item-box .input-group .input-group-append .input-group-text a, #main.consumer-check-main .input-group .input-group-append .input-group-text a {
        font-size: 17px;
    }

#consumer_home_layout .bill-area {
    position: fixed;
    bottom: 0;
    width: 180px;
    background: #334D6E;
    height: 120px;
    right: 0;
    padding: 15px;
}

#consumer_home_layout .bill-area a {
    line-height: 3.2;
}
/* ---------------------------------------------------
	notice
----------------------------------------------------- */
#notice {
    display: none;
    width: 350px;
    height: 300px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    position: fixed;
    top: 61px;
    right: 5px;
    background-color: #FFFFFF;
}

#notice-head {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #EBEFF2;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 12px;
}

.btn-close-notice {
    position: absolute;
    right: 10px;
}

    .btn-close-notice svg {
        width: 24px;
        height: 24px;
        color: #000000;
    }

#notice .main {
    padding: 20px;
    font-size: 12px;
    height: calc(100% - 30px);
    position: relative;
    overflow-y: auto;
}

/* ---------------------------------------------------
	progress-tracker
----------------------------------------------------- */

.progress-tracker--center {
    text-align: center;
}

.progress-tracker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto;
    padding: 0;
    list-style: none;
}

.progress-step {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin: 0;
    padding: 0;
    min-width: 24px;
}


    .progress-step .progress-marker {
        color: #FFF;
    }

.progress-marker {
    display: block;
    position: relative;
}

.progress-step.active .progress-marker::before, .progress-step.is-progress .progress-marker::before {
    background-color: #334D6E;
    border: solid 2px #FFF;
}

.progress-step .progress-marker::before {
    background-color: #FFF;
}

.progress-marker::before {
    content: attr(data-text);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 20;
    width: 13px;
    height: 13px;
    padding-bottom: 2px;
    border-radius: 50%;
    -webkit-transition: background-color, border-color;
    transition: background-color, border-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: 0 0 0 1px #90A0B7;
    -webkit-box-shadow: 0 0 0 1px #90A0B7;
    -moz-box-shadow: 0 0 0 1px #90A0B7;
}

.progress-step.active .progress-marker::after, .progress-step.is-progress .progress-marker::after {
    background-color: #90A0B7;
}

.progress-step .progress-marker::after {
    background-color: #90A0B7;
}

.progress-marker::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -10;
    top: 5px;
    right: -12px;
    width: 100%;
    height: 1px;
    -webkit-transition: background-color 0.3s, background-position 0.3s;
    transition: background-color 0.3s, background-position 0.3s;
}

.progress-step.active .progress-text {
    color: #334D6E;
}

.progress-step .progress-text {
    color: #90A0B7;
}

.progress-text {
    display: block;
    padding: 8px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.progress-step.active .progress-title {
    font-weight: bold;
}

.progress-title {
    margin-top: 0;
    font-size: 16px;
}

.progress-step:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .progress-step:last-child .progress-marker::after {
        display: none;
    }

.progress-tracker--center .progress-marker::before, .progress-tracker--center .progress-text--dotted::before {
    margin-left: auto;
    margin-right: auto;
}

.progress-tracker--center .progress-marker::after {
    right: -50%;
}



/* ---------------------------------------------------
	modal
----------------------------------------------------- */

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0,0,0,0.5);
}

.modal__bg {
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: -1;
}

.modal_table {
    display: table;
    table-layout: fixed;
    padding: 10px 0;
    width: 100%;
    height: 100%;
}

.modal_cell {
    display: table-cell;
    padding: 2em 1.5em;
    vertical-align: middle;
}

.modal__content {
    margin: 0 auto;
    /*padding: 30px 40px;*/
    width: 60%;
    background-color: #fff;
    position: relative;
}

.modal .page-title {
    font-size: 13px;
    font-weight: bold;
    padding: 20px 40px;
    border-bottom: 1px solid #ebeff2;
}

.modal .icon-list {
    padding: 0px 40px;
    padding-bottom: 30px;
}

.btn-modal-close {
    position: absolute;
    right: 0;
    color: #FFF;
    top: -38px;
    font-size: 32px;
    cursor: pointer;
}

.modal h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.modal table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 10px;
}

    .modal table th {
        font-weight: normal;
    }

.msg-modal {
    text-align: center;
}

.confirm-modal label {
    margin-top: 10px;
}

.confirm-modal .btns {
    margin-top: 40px;
}

.modal td.icon-cell {
    width: 32px;
}

    .modal td.icon-cell a {
        line-height: inherit;
        text-align: center;
        display: block;
        height: auto;
    }

        .modal td.icon-cell a > i {
            font-weight: bold;
            vertical-align: middle;
        }

/* ---------------------------------------------------
	
    
    s-modal
----------------------------------------------------- */
    .add-to-plists-modal .modal__content {
        padding-left: 0px;
        padding-right: 0px;
    }

        .add-to-plists-modal .modal__content > h2, .add-to-plists-modal .modal__content > div > ul {
            padding-left: 40px;
            padding-right: 40px;
        }

.add-to-plists-modal .icon-list, .delivery-status-modal .icon-list {
    position: relative;
    min-height: 140px;
    height: 50vh;
}

#precook-modal .icon-list {
    position: relative;
    min-height: 140px;
    height: 70vh;
}

#precook-modal .movie {
    max-width: 600px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#precook-modal .container-fluid {
    max-width: 800px;
    margin: auto;
}

.add-to-plists-modal .icon-list ul li a,
.add-to-plists-modal .icon-list ul li span {
    font-size: 16px;
}

.add-to-plists-modal .icon-list ul li svg {
    width: 16px;
}

.add-to-plists-modal .icon-list ul:first-child {
    border-bottom: 1px solid #EBEFF2;
    padding-bottom: 20px;
}

.add-to-plists-modal .icon-list ul:nth-child(2) {
    margin-top: 20px;
}


/* ---------------------------------------------------
	add-plist-modal
----------------------------------------------------- */
.add-plist-modal h2 {
    margin-bottom: 40px;
}

/* ---------------------------------------------------
	option-update-modal
----------------------------------------------------- */
.option-update-modal table {
    border-bottom: 1px solid #EBEFF2;
}

.option-update-modal table td input {
    padding-left: 0px;
    padding-right: 0px;
}

.option-update-modal .optionItemPrice input {
    width: calc(100% - 18px);
    display: inline-block;
}

.option-update-modal .optionItemVisible {
    max-width: 35px;
}
.option-update-modal .row {
    padding-left: 40px;
    padding-right: 40px;
}
/* ---------------------------------------------------
	quick-detail-modal
----------------------------------------------------- */
.quick-detail-modal .modal__content {
    padding: 30px 20px;
}


#consumer_home_layout .relation_items {
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
}

    #consumer_home_layout .relation_items::-webkit-scrollbar { /* Chrome, Safari 対応 */
        display: none;
    }

    #consumer_home_layout .relation_items > div {
        white-space: nowrap;
    }

    #consumer_home_layout .relation_items > div > div {
        width: 280px;
        display: inline-block;
        padding: 10px;
        margin-right: 15px;
        position: relative;
        clear: both;
    }

        #consumer_home_layout .relation_items > div > div img {
            width: 120px;
            margin-right: 10px;
        }

        #consumer_home_layout .relation_items > div > div .price {
            position: absolute;
            right: 10px;
            bottom: 10px;
        }
/* ---------------------------------------------------
	catalog-home-items
----------------------------------------------------- */
.catalog-home-items > div > div {
    margin-bottom: 15px;
}

.catalog-home-items > div > div > a {
    display: block;
}

.catalog-home-items > div > div > a:hover {
    color: #334D6E;
}

.click-item-image {
    width: 100%;
    background-color: rgba(0,0,0,.2);
    position: relative;
}

.catalog-item-menu {
    border-top: 1px solid #EBEFF2;
    padding: 5px;
    margin-bottom: 0;
    margin-top: auto;
}

    .catalog-item-menu > div {
        display: flex;
        align-items: center;
    }

    .catalog-item-menu .dropdown-menu-right {
        left: 65%;
        top: -280%;
        font-size: 12px;
        border: none;
        box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
        border-radius: 4px;
    }

    .catalog-item-menu .dropdown-item {
        padding: 0px;
    }

        .catalog-item-menu .dropdown-item a {
            display: inline-block;
            width: 100%;
            padding: .25rem 1rem;
        }

    .catalog-item-menu > div {
        text-align: center;
    }

        .catalog-item-menu > div > a, .catalog-item-menu > div > span {
            cursor: pointer;
            margin: auto;
            padding: 5px;
        }

        .catalog-item-menu > div svg, .catalog-item-menu > div i {
            color: #B8C5D0;
        }

        .catalog-item-menu > div svg {
            width: 16px;
            height: 16px;
        }

        .catalog-item-menu > div i {
            font-size: 16px;
        }

        .catalog-item-menu > div > a.active i, .catalog-item-menu > div > a.active svg {
            color: #109CF1;
        }

.catalog-item-menu .dropdown-item:hover {
    background: none;
}

.icon-favorite i, .icon-favorite svg {
    color: #B8C5D0;
}

    .icon-favorite.on i, .icon-favorite.on svg {
        color: #F7685B;
    }

.icon-favorite +button {
    position: absolute;
    display: none;
    float: left;
    left: 50%;
    top: -120%;
    width: 210px;
}

/* ---------------------------------------------------
	tag
----------------------------------------------------- */
.tags span {
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #F7685B;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 11px;
    color: #F7685B;
    line-height: 16px;
    padding: 10px 15px;
    margin-right: 8px;
}

/* ---------------------------------------------------
	tags-scroll
----------------------------------------------------- */
.tags-scroll {
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
}

    .tags-scroll::-webkit-scrollbar { /* Chrome, Safari 対応 */
        display: none;
    }

.tags-scroll > div {
    word-break: keep-all;
}

#main > .container-fluid > .tags-scroll {
    margin-bottom: 20px;
}

.tags-scroll .ps:hover > .ps__scrollbar-x-rail, .tags-scroll .ps:hover > .ps__scrollbar-y-rail, .tags-scroll .ps:hover > .ps__scrollbar-x-rail:hover {
    opacity: 0;
}

/* ---------------------------------------------------
	detail
----------------------------------------------------- */
.sub-images {
    width: calc(100% + 8px);
    margin-left: -4px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.sub-images.u4 {
    justify-content: start;
}

    .sub-images > div {
        margin-top: 10px;
        margin-bottom: 20px;
        width: 23%;
        text-align: center;
    }

    .sub-images.u4 > div {
        margin-right: 5px;
    }

#item-detail .float-left {
    /*max-width: 400px;*/
    width: 30%;
    padding-right: 20px;
    /*min-width: 145px;*/
}

#item-detail video {
    aspect-ratio: 16 / 9;
    background-color: #334d6e;
    height: auto;
}

#item-detail #item-detail-content {
    width: 70%;
    float: right;
}

#consumer_home_layout #item-detail #item-detail-content {
    width: 55%;
}

#consumer_home_layout #item-detail .float-left {
    width: 45%;
}

/* ---------------------------------------------------
	item new
----------------------------------------------------- */

.file-upload-image {
    /*    display: block;*/
    /* height: auto;*/
    height: auto; /*
      width: inherit;*/
    max-width: 100%;
 /*   max-height: 100%;
      max-width:100%;*/
    /*padding-bottom: 100%;*/
    /*    position: relative;*/
    object-fit: scale-down;
}

.file-upload-box .col-12, .file-upload-box .col-3 {
    padding-left: 8px;
    padding-right: 8px;
}

.file-upload-content {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow:hidden;
    /*background: #FFF;*/
}

.file-upload-content.active {
    /* background: #C2CFE0;*/
}

    .file-upload-content .num {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 0;
        width: 25%;
        padding-bottom: 25%;
        background: #90A0B7;
        text-align: center;
        color: #FFF;
        font-size: 10px;
        margin: 0;
    }

        .file-upload-content .num > span {
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        }

    .file-upload-content .add-icon {
        margin: 0;
        background-color: #FFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        border-radius: 50%;
        display: block;
        height: 0;
        width: 25%;
        padding-bottom: 25%;
    }

        .file-upload-content .add-icon > span {
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            color: #F7685B;
            font-size: .75rem;
        }

.picture-edit-modal .icon-btn {
    margin: 0;
    background-color: #192A3E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 50%;
    display: block;
    height: 0;
    width: 50px;
    padding-bottom: 50px;
}

    .picture-edit-modal .icon-btn > span {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        color: #FFF;
        font-size: 1rem;
    }

/* ---------------------------------------------------
	tab
----------------------------------------------------- */

.tab-area {
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
}

.tab-nav {
    width: calc(100%/2);
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    display: block;
    float: left;
    order: -1;
    color: #C2CFE0;
    border-bottom: 2px solid #C2CFE0;
    cursor: pointer;
    margin: 0;
}

input[name="tab_name"] {
    display: none;
}

input:checked + .tab-nav {
    color: #334D6E;
    border-bottom: 2px solid #334D6E;
}

.tab-content {
    display: none;
    width: 100%;
    background: #FFF;
    padding: 20px 35px;
}

input:checked + .tab-nav + .tab-content {
    display: block;
}

.sales-main > div {
    position: relative;
}

.sales-main a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.sales-main a.left {
    position: absolute;
    left: -10px;
}

.sales-main a.right {
    position: absolute;
    left: unset;
    right: -40px;
}

    .sales-main a svg {
        width: 30px;
        height: 30px;
        color: #C2CFE0;
    }

/* ---------------------------------------------------
	login
----------------------------------------------------- */
#main.login-main {
    padding-top: 10px;
}

    #main.login-main .container-fluid > form, #main.login-main .container-fluid > div {
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        min-height: calc(100vh - 110px);
        position: relative;
        justify-content: center;
        align-items: center;
    }

/* ---------------------------------------------------
	consumer
----------------------------------------------------- */
.tag-gray {
    height: 25px;
    background: #EBEFF2;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 12px;
    padding: 3px 12px;
}

#main.consumer-check-main .confirm-box {
    border-radius: 4px;
    border: 2px solid #334D6E;
    margin-top: 20px;
}

    #main.consumer-check-main .confirm-box .title {
        border: 2px solid #334D6E;
        padding: .75rem;
        color: #FFF;
        font-weight: bold;
        font-size: 15px;
        background: #334D6E;
    }

    #main.consumer-check-main .confirm-box .content {
        padding: .75rem;
        background: #FFF;
    }

        #main.consumer-check-main .confirm-box .content table {
            border-bottom: 1px solid #334D6E;
            margin-bottom: 15px;
        }

#settings-container #main.consumer-check-main .confirm-box .content .btn-order {
    font-size: 22px;
    font-weight: bold;
    height: 80px;
    line-height: 3;
    min-width: unset;
    width: 100%;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
}

.cnsm-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #334D6E;
    height: 70px;
    min-width: 1024px;
}

    .cnsm-footer > div {
        display: inline-block;
        padding: .7rem 1.5rem;
        vertical-align: bottom;
    }

    .cnsm-footer .title {
        padding: 1rem 1.5rem;
        font-size: 22px;
        font-weight: bold;
        background: #90A0B7;
        line-height: 2;
        vertical-align: middle;
    }

/* ---------------------------------------------------
	monitor
----------------------------------------------------- */

.monitor-header {
    width: 100%;
    height: 70px;
    font-size: 1.4rem;
}

.monitor-header.today {
    background: #F7685B;
    color: #FFF;
}

.monitor-header .float-left, .monitor-header .float-right
{
    line-height: 70px;
}

.monitor-header .float-right > div {
    line-height: normal;
}

.monitor-table {
    height: calc(100% - 140px);
    display: block;
    overflow-y: scroll;
}

    .monitor-table thead {
        width: 100%;
        display: inline-table;
        position: sticky;
        top: -1px;
        z-index: 1;

    }

    .monitor-table tr th, .monitor-table tr td {
        width: 20%;
    }

    .monitor-table tr th:last-child, .monitor-table tr td:last-child {
        width: 35%;
    }

    .monitor-table tr th:nth-child(3), .monitor-table tr td:nth-child(3) {
        width: 35%;
    }

    .monitor-table tr:last-child td {
        border-bottom: 1px solid #dee2e6;
    }

.monitor-table tbody {
    width: 100%;
    display: inline-table;
}

.monitor-table th {
    font-size: 1rem;
    font-weight: bold;
    background-color: #ebeff7;
}

.monitor-table td {
    font-size: 1.4rem;
}

.monitor-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #90a0b7;
    height: 70px;
}

.marquee {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    gap: 1rem;
    color: #FFF;
    font-size: 1.4rem;
    line-height: 70px;
}
/* ---------------------------------------------------
	z-index
----------------------------------------------------- */
#right-sidebar {
    z-index: 800;
}

#container, #settings-container {
    z-index: 900;
}

#main {
    z-index: 905;
}

#global-head, #settings-global-head {
    z-index: 908;
}

#left-sidebar-overlay {
    z-index: 910;
}

#consumer_home_layout #sidebar {
    z-index: 920;
}

#consumer_home_layout #right-sidebar {
    z-index: 920;
}

#nav-toggle {
    z-index: 1000;
}

#consumer_home_layout .bill-area {
    z-index: 1000;
}

#notice-overlay {
    z-index: 1300;
}

#notice {
    z-index: 1310;
}

#pageloading-wrap > div {
    z-index: 2100;
}

.icon-favorite + button {
    z-index: 1020;
}






/* ---------------------------------------------------
	left-menu-close
----------------------------------------------------- */
.left-menu-close #container {
    margin-left: 0;
}

#consumer_home_layout.left-menu-close #container {
    margin-left: 15px;
}

#consumer_home_layout.left-menu-close #sidebar {
    left: -200px;
}

.left-menu-close #nav-toggle {
    display: inline-block;
}

.left-menu-close #global-head {
    width: 100%;
}

.left-menu-close #nav-search-box {
    width: calc(100% - 350px);
}

.left-menu-close #consumer-sidebar-nav-toggle div.icon-open {
    display: none;
}

.left-menu-close #consumer-sidebar-nav-toggle div.icon-close {
    display: block;
}

/* ---------------------------------------------------
	right-menu-open
----------------------------------------------------- */
.right-menu-open #main {
    margin-right: 256px;
}

@media screen and (max-width: 991px) {
    /* checkout */
    .checkout-block2 {
        margin-top: 20px;
    }
}

@media screen and (min-width: 992px) {
    /* checkout */
    .checkout-block1 .shadow-box, .checkout-block2 .shadow-box {
        min-height: calc(100vh - 150px);
        height: 100%;
    }
}


@media (min-width: 769px) and (max-width: 991px) {
    /* right-menu-open */
    .right-menu-open .item-detail .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .left-menu-close .item-detail .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    /* catalog-home-items */
    .catalog-home-items > div:nth-child(4n) .dropdown-menu-right {
        right: 85%;
        left: unset;
    }
    .catalog-home-items > div:nth-child(4n) .icon-favorite + button {
        right: -150%;
        left: unset;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    /* catalog-home-items */
    .catalog-home-items > div:nth-child(3n) .dropdown-menu-right {
        right: 85%;
        left: unset;
    }
    .catalog-home-items > div:nth-child(3n) .icon-favorite + button {
        right: -150%;
        left: unset;
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    /* catalog-home-items */
    .catalog-home-items > div:nth-child(2n) .dropdown-menu-right {
        right: 85%;
        left: unset;
    }
    .catalog-home-items > div:nth-child(2n) .icon-favorite + button {
        right: -150%;
        left: unset;
    }

    #item-detail .float-left, #consumer_home_layout #item-detail .float-left {
        width: 100%;
        max-width: unset;
        padding-right: 0px;
    }

    #item-detail #item-detail-content, #consumer_home_layout #item-detail #item-detail-content {
        width: 100%;
    }

    .btnExpectedShipping {
        margin-top: 10px;
    }
}




@media screen and (max-width: 1500px) {
    /* modal */
    .modal__content {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    #container {
        margin-left: 0;
    }

    #consumer_home_layout #container {
        margin-left: 215px;
    }

    #container #main {
        padding-top: 176px;
    }

    #supplier_layout #container #main {
        padding-left: 0;
        padding-right: 0;
    }

    #supplier_layout #main > .container-fluid,
    #supplier_layout #main > .container-fluid .container,
    #settings-container #main > .container-fluid .container {
        width: 100%;
        max-width: unset;
        margin: 0;
    }

    #settings-container #main.consumer-check-main > .container-fluid .container {
        margin-left: auto;
        margin-right: auto;
    }

    #consumer_home_layout #container #main {
        padding-top: 0;
    }

    /* btn */
    .btn-100-st, .btn-100-sp {
        min-width: unset;
        width: 100%;
    }

    /* nav-toggle */
    #nav-toggle, #supplier_layout #nav-toggle {
        display: inline-block;
        float: left;
    }

    #nav-toggle-box {
        display: block;
        float: none;
        border-bottom: 1px solid #EBEFF2;
        padding-left: 10px;
        height: 60px;
        padding-top: 15px;
        text-align: center;
    }

        #nav-toggle-box .logo {
            display: inline;
        }

    /* global-head */

    #global-head {
        width: 100%;
        padding: 0px;
    }

    #nav-sb-box {
        width: 100%;
    }

    .search-box {
        max-width: none;
    }

    #nav-search-box, #nav-btns {
        display: block;
        margin-top: 10px;
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        box-sizing: border-box;
    }

            #nav-btns {
                margin-bottom: 10px;
                text-align: center;
            }
                #nav-btns .btn {
                    font-size: 11px;
                    width: 32.5%;
                }
    
    /*left-sidebar*/
    #sidebar {
        left: -256px;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #supplier_layout #sidebar {
        display: block;
        left: -330px;
    }

    #pc-left-sidebar {
        display: none;
    }

    #left-sidebar-head {
        border-bottom: none;
    }

    /* right-sidebar */
    #right-sidebar {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    #right-sidebar-close {
        display: block;
    }

    #consumer_home_layout #right-sidebar {
        display: block;
    }

    /* notice */
    #notice {
        width: calc(100% - 10px);
        height: calc(100% - 120px);
        min-height: 300px;
    }

    .btn-close-notice {
        display: none;
    }

    /* modal */
    .modal__content {
        width: 90%;
    }

    /* checkout */
    .checkout-block1-2 {
        margin-top: 30px;
    }

    /* z-index */
    #sidebar {
        z-index: 920;
    }

    #right-sidebar {
        z-index: 1200;
    }

    /* left-menu-close */
    .left-menu-close #sidebar, #supplier_layout.left-menu-close #sidebar {
        left: 0px;
    }

    #consumer_home_layout .left-menu-close #sidebar {
        left: unset;
    }

    .left-menu-close #left-sidebar-overlay, #supplier_layout.left-menu-close #left-sidebar-overlay {
        display: block;
    }

    /* right-menu-open */
    .right-menu-open #main {
        margin-right: 0px;
    }

    /* notice-open */
    .notice-open #notice-overlay {
        display: block;
    }

    .btnTracking {
        margin-top: 10px;
    }
}

@media screen and (max-width: 420px) {
    #nav-btns .btn {
        font-size: 9px;
        width: 32%;
    }

    /* modal */
    .modal__content {
        width: 100%;
    }

    #settings-container .container {
        min-width: unset;
        width: 100%;
    }

    #main.login-main .container {
        padding-right: 0;
        padding-left: 0;
    }

    #settings-container #main .btn, #settings-container #main .input-container-box .btn.min300, #settings-container #main .table .btn.min300 {
        min-width: unset;
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    #nav-btns .btn {
        padding: .375rem .0rem;
    }
}

/* ---------------------------------------------------
    validation
----------------------------------------------------- */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #23BF08;
    font-size: 12px;
}

.has-success .form-control {
    border-color: #23BF08;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .input-group-addon {
    color: #23BF08;
    background-color: #dff0d8;
    border-color: #23BF08;
}

.has-success .form-control-feedback {
    color: #23BF08;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
    font-size: 12px;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error.help-block {
    color: #DC3545;
    font-size: 12px;
}

.has-error .form-control {
    border-color: #DC3545;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .input-group-addon {
    color: #DC3545;
    background-color: #f2dede;
    border-color: #DC3545;
}

.has-error .form-control-feedback {
    color: #DC3545;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

/*quill*/
.ql-editor {
    height: auto;
    line-height: 1.5;
}

.form-group .ql-editor {
    min-height: 100px;
    height: 100%;
}

.ql-editor ol, .ql-editor ul {
    padding-left: 0;
}

.ql-editor ol li, .ql-editor ul li {
    margin-bottom: 10px;
}

#main .ql-editor h2,
#main .ql-editor h3 {
    margin: 0;
}

#main .ql-editor h3 {
    font-size: 16px;
}

#main .ql-editor h2 {
    font-size: 20px;
}

#main .ql-editor h1 {
    font-size: 24px;
}


/* line */
/*///////////line here////////////*/
.line__container {
    padding: 0;
    overflow: hidden;
    margin: 15px auto;
    margin-top: 0;
    font-size: 90%;
}

    /* タイトル部分 */
    .line__container .line__title {
        background: #fff;
        padding: 10px;
        text-align: center;
        font-size: 150%;
        font-weight: bold;
    }

    /* 会話部分 */
    .line__container .line__contents {
        padding: 10px;
        overflow: hidden;
        line-height: 135%;
    }

    .line__container .scroll {
        max-height: 500px;
        height: calc(100vh - 270px);
        overflow-y: scroll;
    }

    /* スタンプ画像最大幅 */
    .line__container .stamp img {
        max-width: 150px;
        height: auto;
    }

    /* 相手の会話 */
    .line__container .line__left {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 5px;
        max-width: 80%;
        clear: both;
    }

   /* アイコン画像 */
  .line__container .line__left figure {
      width: 50px;
      position: absolute;
      top: 15px;
      left: 0;
      padding: 0;
      margin: 0;
  }
  

        /* 正方形を用意 */
        .line__container .line__left figure img {
            border-radius: 50%;
            width: 50px;
            height: 50px;
        }

        .line__container .line__left .line__left-text {
            margin-left: 10px; /*iconある時増やす*/
        }

            .line__container .line__left .line__left-text .name {
                font-size: 80%;
                color: #3c4858;
            }

    .line__container .line__right .name {
        margin-left: 80px;
        font-size: 80%;
        color: #3c4858;
        text-align: right;
    }

    /* コメントエリア */
    .line__container .line__left .text {
        margin: 0;
        position: relative;
        padding: 10px;
        border-radius: 5px;
    }

    /* 自分の会話 */
    .line__container .line__right {
        position: relative;
        display: block;
        margin: 5px 0;
        max-width: 75%;
        float: right;
        margin-right: 15px;
        clear: both;
    }

        /* コメントエリア */
        .line__container .line__right .text {
            padding: 10px;
            border-radius: 5px;
            margin: 0;
            margin-left: 80px;
            width: calc(100% - 80px);
        }

        /* 既読エリア */
        .line__container .line__right .date {
            content: '';
            position: absolute;
            display: block;
            width: 100px;
            text-align: right;
            left: -30px;
            bottom: 0px;
            font-size: 80%;
        }

    .line__container .text {
        background-color: #f5f6f8;
    }

.w350 {
    max-width: 350px;
    min-width: 350px;
}

.line-center-date {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .line-center-date > span {
        margin: 0;
        position: relative;
        padding: 10px;
        border-radius: 20px;
        font-size: .75rem;
        color: #fff;
        background-color: rgb(42, 131, 143);
    }

.line__container .line__left .date {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    text-align: right;
    right: -60px;
    bottom: 0px;
    font-size: 80%;
}

.line__container .line__left .date,
.line__container .line__right .date {
    line-height: .9rem;
}

    .line__container .line__left .date.read,
    .line__container .line__right .date.read {
        bottom: 12px;
    }

.line__container .line__left .text,
.line__container .line__right .text {
    word-break: break-all;
    display: inline-block;
}

.line__container .line__left .img,
.line__container .line__right .img {
    flex: 1;
    aspect-ratio: 4/3;
    width: 200px;
    border-radius: 15px;
}

.line__container .line__left .line__left-text,
.line__container .line__left .stamp,
.line__container .line__right .stamp {
    display: inline-block;
}

.line__container .line__left .line__left-text {
    position: relative;
}

.chatroom .icon-image {
    background-color: #90a0b7;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
}

.chatroom .icon-image i {
    color: #FFF;
}

.chatroom textarea {
    background-color: #f5f6f8;
    border-radius: 20px;
    border: none;
    width: calc(100% - 100px);
}

.chatroom button {
    padding: 0;
}

.chatroom button i {
    transform:rotate(60deg);
    color: #f7685b;
    font-size: 22px;
}

.picture-box {
    margin-left: 55px;
    margin-right: 50px;
    background-color: #f5f6f8;
    margin-bottom: 2px;
    border-radius: 15px;
    padding: 15px;
}

.picture-field {
    flex: 1;
    aspect-ratio: 4/3;
    border: 2px dashed var(--color-sub);
    border-radius: 15px;
    width: 200px;
}

    .picture-field.has-picture {
        position: relative;
    }

.picture-field-remove-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 27px;
    height: 27px;
    padding: 0;
    background: var(--color-main);
    color: var(--color-fg-on-accent);
    border: 2px solid var(--color-fg-on-accent);
    border-radius: 50%;
}

    .picture-field-remove-button::before {
        content: "\f057";
        font-family: "Font Awesome 5 Free";
        font-size: 24px;
        position: absolute;
        top: -1.3px;
        left: -0.5px;
    }

.picture-field.empty {
    display: flex;
    align-items: center;
    border: 2px dashed var(--color-sub);
}

/* 食材図鑑 */
#ingredients_layout #nav-toggle-box {
    padding-bottom: 5px;
}

#ingredients_layout #nav-toggle-box .logo-box {
    width: 115px;
    float: left;
}

#ingredients_layout #nav-toggle-box .nav-msg {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
}

#ingredients_layout #nav-toggle-box .logo {
    display: block;
    width: 90px;
    margin: 0;
}

#ingredients_layout #nav-toggle-box .logo > img {
    width: 100px;
}

#ingredients_layout #nav-toggle-box .logo-box > span {
    border-radius: 20px;
    display: block;
    padding: 0rem .75rem;
    width: 100px;
    line-height: 1.1;
}

#ingredients_layout #nav-search-box {
    float: right;
    margin-top: 7px;
}

#ingredients_layout #nav-sb-box {
    clear: both;
    width: 100%;
}

#ingredients_layout #main > .line {
    background-color: #334d6e;
    color: #FFF;
    font-weight: bold;
    padding: 10px 40px;
}

#ingredients_layout #main {
    padding-top: 74px;
}

#ingredients_layout #main .container-fluid {
    padding: 20px 40px;
}

#ingredients_layout #main .container-fluid > h2 {
    font-weight: bold;
}

    #ingredients_layout #main .container-fluid > h2 > span:first-child {
        border-right: 1px solid #334d6e;
        margin-right: 10px;
        padding-right: 10px;
    }

    #ingredients_layout #main .container-fluid > h2 > span:nth-child(2) {
       vertical-align: text-top;
    }

#ingredients_layout .calendar {
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    background-color: #FFF;
    clear: both;
    overflow: hidden;
    height: auto;
    display: flex;
}

#ingredients_layout .calendar-title {
    background-color: #334d6e;
    color: #FFF;
    font-weight: bold;
    float: left;
    width: 150px;
    font-size: 20px;
    padding: 20px;
    text-align:center;
}

#ingredients_layout .calendar-title span {
    vertical-align: sub;
}

#ingredients_layout .calendar-body {
    width: calc(100% - 150px);
    float: left;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

#ingredients_layout .calendar-body a {
    display: inline-block;
    height: 100%;
    font-weight: bold;
}

#ingredients_layout .tags span {
    padding: 5px 10px;
}

.calendar-month {
    font-weight: bold;
    color: #FFF;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}

.calendar-body > div {
    display: none;
}

.calendar-month1 {
    background-color: #DDB602;
}

.calendar-month2 {
    background-color: #D49DC0;
}

.calendar-month3 {
    background-color: #DE8E6B;
}

.calendar-month4 {
    background-color: #DCAE4F;
}
.calendar-month5 {
    background-color: #78BF9A;
}

.calendar-month6 {
    background-color: #82C4D7;
}

.calendar-month7 {
    background-color: #C5A5D4;
}

.calendar-month8 {
    background-color: #B5C47C;
}

.calendar-month9 {
    background-color: #A97D7E;
}

.calendar-month10 {
    background-color: #9B9EEC;
}

.calendar-month11 {
    background-color: #D39B9C;
}

.calendar-month12 {
    background-color: #D5B990;
}

@media screen and (max-width: 767px) {
    #ingredients_layout #nav-toggle-box {
        height: 70px;
    }

    #ingredients_layout #nav-search-box {
        width: calc(100% - 20px);
        margin: 10px;
        float: none;
    }

    #ingredients_layout #main {
        padding-top: 141px;
    }

    #ingredients_layout .calendar-body {
        display: block;
    }

    .calendar-body > div {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    #ingredients_layout .calendar-body > a {
        display: none;
    }
}


