:root {
    --colorBlack: #333333;
    --colorBlue: #41c6ef;
    --colorGray100: #e8e8e8;
    --colorGray300: #bfbfbf;
    --colorGray50: #f8f8f8;
    --colorOrange: #ffc451;
    --colorYellow: #ffff33;
    --colorRed: #ED3300;
    --colorEmerald: #00a474;
    --fontNotoSans: "Noto Sans JP", sans-serif;
}

body {
    background: #fff !important;
}

main {
    font-family: var(--fontNotoSans);
}

.mt20 {
    margin-top: 20px;
}
.mt40 {
    margin-top: 40px;
}

.text-left {
    text-align: start;
}

/* ------------------------------------------------------

    commonHeader

------------------------------------------------------- */
.commonHeader__color {
    background-color: var(--colorBlack);
}
.commonHeader__color__order {
    background-color: black;
}
.commonHeader__color__distributor {
    background-color: blue;
}
.commonHeader__color__wholesale {
    background-color: brown;
}
.commonHeader__color__parts {
    background-color: darkblue;
}
.commonHeader__color__admin {
    background-color: darkgreen;
}
.commonHeader {
    /* background: var(--colorBlack); */
    left: 0;
    padding: 0 1.6%;
    position: fixed;
    top: 0;
    width: 100%; /*96.8%;*/
    z-index: 999;
}

.commonHeader__inner {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: space-between;
}

.commonHeader__logo img {
    height: 48px;
    width: auto;
}

.commonHeader__nav {
    align-items: center;
    column-gap: calc(8px * 2);
    display: flex;
}

.commonHeader__navList {
    align-items: center;
    column-gap: calc(8px * 2);
    display: flex;
    font-size: 14px;
    font-weight: 50;
    margin: 0;
    padding: 0;
}

.commonHeader__navList li a {
    color: #fff;
    text-decoration: none;
}

.commonHeader__navList li .buttonWhite {
    color: var(--colorBlack);
}

.commonHeader__login {
    align-items: center;
    column-gap: calc(8px * 5);
    display: flex;
}

.commonHeader__login--name {
    color: #fff;
    font-size: 14px;
}

.commonHeader__login--name a {
    color: #fff;
}

/* ------------------------------------------------------

    breadcrumbs

------------------------------------------------------- */
.breadcrumbs {
    padding: 14px 1.7%;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    background: #EAF3F9;
}

.breadcrumb {
    margin-bottom: 0!important;
}

.breadcrumb-item a,
.breadcrumb-item {
    font-size: 20px;
    font-weight: 500;
}

.breadcrumb-item a {
    color: #0A49B6;
}

.breadcrumb-item,
.breadcrumb-item.active {
    color: #000!important;
}

/* ------------------------------------------------------

    sideNav

------------------------------------------------------- */
.sideNav {
    background: var(--colorGray100);
    height: calc(100vh - 60px);
    left: 0;
    position: fixed;
    top: 60px;
    width: 16%;
}

.sideNav__inner {
    padding: 0 6.6%;
}

.sideNav__head {
    padding: calc(8px * 3) 0;
}

.sideNav__newCreate {
    margin-top: calc(8px * 2);
}

.sideNav__menu {
    margin-top: calc(8px * 2);
}

.sideNav__menuList {
    margin: 0;
    padding: 0;
}

.sideNav__menuList--item {
    padding: calc(8px * 2);
    position: relative;
}

.sideNav__menuList--item::after {
    color: var(--colorBlack);
    content: "";
    font-size: 14px;
    position: absolute;
    right: calc(8px * 2);
}

.sideNav__menuList--item span {
    margin-right: calc(8px * 1);
}

.sideNav__menuList--item img {
    height: 18px;
    position: relative;
    top: -1px;
    width: 18px;
}

.sideNav__menuList--item a {
    color: var(--colorBlack);
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
}

.sideNav__menuList--item a:hover {
    text-decoration: underline;
}


/* ------------------------------------------------------

    contents

------------------------------------------------------- */
.contents {
    background: #fff;
    /* margin-left: 18%; */
    padding-bottom: calc(8px * 10);
    padding-top: 60px;
}

.contents.contentsArea {
    align-items: center;
    display: flex;
    height: calc(100vh - 60px);
    justify-content: center;
    margin: 0;
    padding: 0;
}

.contentsArea__inner {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}

.contents__inner {
    max-width: 1600px;
    width: 100%;
    padding-inline: 20px;
}

.contentsNews {
    padding-block: 16px;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}

.contentsNews__item {
    display: flex;
    align-items: center;
    margin: 0;
}

.contentsNews__item--title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding-right: 24px;
    border-right: 1px solid #D2D2D2;
}

.contentsNews__item--text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    padding-left: 24px;
}

.contentsHead {
    padding: calc(8px * 2) 0;
}

.history-head {
    margin-bottom: 20px;
}

.contentsNav__body {
    padding: 16px;
    background: #F8FAFC;
    border: 1px solid #D2D2D2;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.alreadyRead__wrap {
    margin-bottom: 0.5rem;
}

.alreadyRead__wrap .buttonChat {
    margin: 0;
    text-decoration: none;
}

.contentsNav__body p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 12px;
}

.contentsNav__title {
    font-size: 14.4px;
    font-weight: 600;
    margin-bottom: 0;
}

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

.menuNavList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

.menuNavList li {
    padding: 6px;
    position: relative;
}

.menuNavList li a,
.menuNavList li button {
    align-items: center;
    background: linear-gradient(
    to bottom,
    #EBF5FF 0%,
    #E1F0FF 50%,
    #B9D6F5 100%
    );
    border: 1px solid #C7DAFA;
    border-radius: 5px;
    color: #0A49B6;
    padding-inline : 14px;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 36px;
    gap: 4px;
}

.menuNavList li button:disabled {
    opacity: 0.5;
}

.menuNavList li button:disabled:hover {
    cursor: auto;
}

.menuNavList li a.is-active {
    background: var(--colorBlue);
    color: #fff;
}

.menuNavList__icon img {
    width: 24px;
    height: 24px;
}

.account ,
.case {
    margin-top: 24px;
}

.filterClear {
    height: 36px;
    margin: 30px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 12px;
    background: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 50%, #E3E3E3 100%);
    width: fit-content;
    padding-inline: 14px;
    color: var(--colorBlack);
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
}

.filterClear__text {
    font-size: 14px;
    font-weight: 700;
    margin-block: 20px 0;
}

.status {
    margin-top: calc(8px * 5);
}

.statusNav {
    border-bottom: 1px solid #d7d7d7;
    column-gap: 8px;
    display: flex;
}

.statusNav__item {
    border: 1px solid #d7d7d7;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    color: #919191;
    cursor: pointer;
    font-size: 11px;
    padding: calc(8px * 1.5) 0;
    text-align: center;
    width: 100%;
}

.statusNav__item.is-active {
    border-bottom: none;
    color: var(--colorBlack);
    font-weight: bold;
    position: relative;
}

.statusNav__item.is-active::after {
    border-bottom: 1px solid #fff;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.statusNav__item span {
    margin-left: calc(8px * 1);
}

.contentsTable {
    margin-top: calc(8px * 2);
}

.formArea__send {
    display: flex;
    justify-content: center;
    margin-left: 50px;
    margin-top: calc(8px * 5);
    gap: 10px;
}
.custom-margin {
    position: absolute;
    top: 25px;
    left: 240px;
}

.breadcrumb-custom-margin {
    position: absolute;
    top: 85px;
    left: 240px;
}
.breadcrumb-custom-margin-estimate-not-possible {
    position: absolute;
    top: 25px;
    left: 520px;
}

.status-color-default {
    color: black;
}
.status-color-blue {
    color: blue;
}
.status-color-red {
    color: red;
}
.status-color-green {
    color: green;
}

.backButton {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

a.disabled,
button.disabled {
    pointer-events: none;
    opacity: 0.5;
    background-color: darkgray;
}

input {
    width: 100%;
}

.formArea__item--select input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
}

.is-hidden {
    display: none;
}

.list-none {
    list-style: none;
}

.flex {
    display: flex;
}

/* #tab_button_delete:disabled{
    opacity: 0.5;
    cursor:none;
} */

.hidden {
    display: none;
}

.input-date{
    width: 150px;
}

.contentsNav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
    padding-left: 0;
    margin-top: 36px;
}

.contentsNav__item {
    padding: 6px;
}

.contentsNav__link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: var(--colorBlack);
    text-decoration: none;
    background: #F8FAFC;
    border: 1px solid #D2D2D2;
    height: 56px;
    border-radius: 4px;
    padding-inline: 16px;
    position: relative;
    gap: 4px;
}

.contentsNav__link::after {
    position: absolute;
    content: "＋";
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.contentsNav__link.is-plus-hidden::after {
    content: none;
}

.contentsNav__link.is-active {
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}

.contentsNav__link.is-active::before {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - 32px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #D2D2D2;
}

.contentsNav__link.is-active::after {
    content: "－";
}

.contentsNav__icon {
    position: relative;
}

.contentsNav__num {
    position: absolute;
    right: -4px;
    top: -4px;
    background: var(--colorRed);
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    color: #fff;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.commonList__inner {
    display: grid;
    gap: 16px;
}

.commonList {
    padding: 0 6px;
    margin-top: 16px;
}

.commonList__item {
    margin-bottom: 32px;
}

.commonListTable {
    min-width: unset;
    width: 100%;
    margin-top: 24px;
}

.commonListTable thead th::after {
    content: none;
}
