@layer normalize {

    /****************************************

      normalize

    *****************************************/
    html,
    body {
        width: 100%;
        height: 100% !important;
        margin: 0;
        padding: 0;
        word-spacing: 1px;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        box-sizing: border-box;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
        margin: 0;
        min-inline-size: 0;
    }

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    fieldset,
    input,
    textarea,
    p,
    blockquote,
    th,
    td {
        margin: 0;
        padding: 0;
    }

    address,
    caption,
    cite,
    code,
    dfn,
    em,
    strong,
    th,
    var {
        font-style: normal;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        padding: 0;
    }

    figure {
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        background: transparent;
    }

    img,
    svg {
        margin: 0;
        padding: 0;
        vertical-align: bottom;
    }

    button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    ol,
    ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    li {
        list-style-type: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100% !important;
    }

    caption,
    th {
        text-align: left;
    }

    q:before,
    q:after {
        content: "";
    }

    img,
    object,
    embed {
        vertical-align: top;
    }

    legend {
        display: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 100%;
    }

    img,
    abbr,
    acronym,
    fieldset {
        border: 0;
    }

    li {
        list-style-type: none;
    }

    table {
        font-size: inherit;
        font: 100%;
    }

    pre,
    code,
    kbd,
    samp,
    tt {
        font-family: monospace;
        *font-size: 108%;
        line-height: 100%;
    }

    area {
        border: none;
        outline: none;
    }

    em,
    strong {
        font-weight: bold;
    }
}

@layer variable {
    :root {
        /* z-index */
        --z-background: 1;
        --z-globalFooter: 2;
        --z-globalHeader: 3;
        --z-fixedMenu: 9;
        --z-drawer: 10;
        --z-drawerBackdrop: 11;
        --z-drawerMenu: 12;
        --z-drawerOpen: 13;
        --z-backdrop: 19;
        --z-modal: 20;
        --z-loading: 100;
        /* variable */
        --scrollbarWidth: 15px;
        --half-leading: calc((1em - 1lh) / 2);
        --headerHeight: 70px;
        --contentWidth: 1024px;
        --sideWidth: 240px;
        --gutter: 16px;
        --infoBoxHeight: fit-content;
        /* font */
        --f-device: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
            "Hiragino Sans", "BIZ UDPGothic" Meiryo, sans-serif;
        --f-sansSerif: "Noto Sans JP", "Helvetica Neue", Arial,
            "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic",
            Meiryo, sans-serif;
        /* font-size */
        --font-size-small: 12px;
        --font-size-14: 14px;
        --font-size-16: 16px;
        --font-size-18: 18px;
        --font-size-big: 20px;
        /* color */
        --c-text: #333333;
        --c-primary: #34992c;
        --c-secondary: #29aba4;
        --c-link: #2980b9;
        --c-hover: #b48327;
        --c-active: #2980b9;
        --c-enable: #2980b9;
        --c-disabled: #a6a6a6;
        --c-errorMessage: #ff4444;
        --c-blue: #2980b9;
        --c-green: #34992c;
        --c-emerald: #0bbea2;
        --c-ochre: #b48327;
        --c-beige: #f5f2e8;
        --c-yellow: #ffff00;
        --c-lightGray: #f2f2f2;
        --c-border: #a6a6a6;
        --c-foundation: #fafafa;
        /* easing */
        --ease: ease;
        --linear: linear;
        --easeIn: ease-in;
        --easeOut: ease-out;
        --easeInOut: ease-in-out;
        --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
        --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
        --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
        --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
        --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
        --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
        --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
        --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
        --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
        --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
        --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
        --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
        --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
        --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
        --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
        --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
        --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
        --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
}

@layer foundation {
    body {
        position: relative;
        width: 100%;
        height: 100%;
        color: var(--c-text);
        font-family: var(--f-sansSerif);
        line-height: 1.7;
        font-feature-settings: "palt";
        background-color: var(--c-lightGray);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* overscroll-behavior-y: none; */
    }

    body>.wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    input,
    textarea {
        font-family: var(--f-device);
    }

    img,
    svg {
        display: block;
        width: 100%;
        height: auto;
    }

    iframe {
        vertical-align: bottom;
    }

    button {
        font-family: inherit;
        line-height: inherit;
    }

    a[href^="tel:"] {
        color: inherit;
        text-decoration: none;
    }

    @media (768px < width) {
        a[href^="tel:"] {
            pointer-events: none;
        }
    }
}

@layer utility {
    .is-disabled {
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s;
    }

    @media (width < 768px) {
        .u-hidden-sp {
            display: none;
        }
    }

    @media (768px < width) {
        .u-hidden-pc {
            display: none;
        }
    }
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    color: #fff;
    text-decoration: none;
    padding-inline: 1em;
    height: 30px;
    font-size: var(--font-size-14);
    border-radius: 5px;
    background: #666;
}

.button--square {
    border-radius: 0;
}

.button--large {
    height: 54px;
    font-size: var(--font-size-big);
}

.button--wide {
    width: 100%;
}

.button--w200 {
    width: 200px;
}

.button--primaryColor {
    background-color: #1fa056;
}

.button--base {
    background-color: var(--c-link);
}

.button--delete {
    background-color: var(--c-errorMessage);
}

.button--primary {
    background: linear-gradient(to top, #40ae6f 55%, rgba(64, 174, 111, 0.8) 100%);
}

.button--secondary {
    background: linear-gradient(#303030 0%, #0d0d0d 100%);
}

.button--secondary:hover {
    background: linear-gradient(#303030 0%, #303030 100%);
}

.button--tertiary {
    background: linear-gradient(#b3b3b3 0%, #a6a6a6 100%);
}

.button--important {
    background: #000;
}

.button--round {
    border-radius: 15px;
}

.button--shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.button--black {
    background-color: #000;
}

.button__icon {
    width: 1.2em;
}

.list-btn.arrow {
    color: var(--c-link);
    border: 1px solid var(--c-link);
    border-radius: 15px;
    padding: 2px 23px 2px 13px;
    display: block;
}

.list-btn.arrow::after {
    width: 8px;
    height: 8px;
    right: 12px;
}

.toggleButton {
    display: inline-block;
    position: relative;
    width: 3em;
    height: 1.5em;
    border-radius: 100vmax;
    background-color: #dddddd;
    transition: background-color 0.4s;
    cursor: pointer;
}

.toggleButton input {
    opacity: 0;
}

.toggleButton:has(:checked) {
    background-color: #4bd865;
}

.toggleButton::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    content: "";
    transition: left 0.3s var(--easeOutCirc);
}

.toggleButton:has(:checked)::after {
    left: 1.5em;
}

.pagination {
    font-size: var(--font-size-14);
}

.pagination__container {
    display: flex;
    gap: 0.5em;
}

.pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 0.5em;
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

@media (any-hover: hover) {
    .pagination__link:hover {
        color: var(--c-hover);
    }
}

.pagination__link:not([href]) {
    opacity: 0.2;
    pointer-events: none;
}

.modal {
    margin: auto;
    padding: 0;
    opacity: 1;
    border: none;
    max-height: 90%;
    transition: opacity 0.4s var(--easeInOutCirc);
}

.modal--full {
    max-width: 100%;
    max-height: 100%;
}

.modal::-webkit-backdrop {
    display: none;
}

.modal::backdrop {
    display: none;
}

body:has(.modal)::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--z-backdrop);
    transition: all 0.3s;
    pointer-events: none;
    opacity: 0;
}

body:has(.modal:not(.is-closing))::after {
    content: "";
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal.is-closing {
    opacity: 0;
}

.modal__closeButton {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 32px;
    height: 32px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.modal__closeButton::before,
.modal__closeButton::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 0.5px);
    margin: auto;
    width: 32px;
    height: 1px;
    background-color: var(--c-text);
}

.modal__closeButton::before {
    transform: rotate(45deg);
}

.modal__closeButton::after {
    transform: rotate(-45deg);
}

.modal__closeButton--top24 {
    top: 24px;
}

.modal__closeButton.close-size-small::before,
.modal__closeButton.close-size-small::after {
    width: 22px;
    height: 2px;
}

.globalHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: var(--z-globalHeader);
}

.globalHeader__container {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
    padding-inline: var(--gutter);
    background-color: #fff;
}

.globalHeader__title {
    width: 190px;
}

.globalHeader__titleImage {
    width: 100%;
    height: auto;
    translate: 0 -4px;
}

.globalHeader__menuPrimary {
    display: flex;
    align-items: center;
    -webkit-margin-start: 40px;
    margin-inline-start: 40px;
    display: none;
}

@media (min-width: 1024px) {
    .globalHeader__menuPrimary {
        display: block;
    }
}

.globalHeader__menuSecondary {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.globalHeader__menuSecondary .logout__username {
    display: none;
}

@media (min-width: 1024px) {
    .globalHeader__menuSecondary {
        margin-left: 0px;
    }

    .globalHeader__menuSecondary .logout__username {
        display: block;
    }
}

/* 操作マニュアルのリンク */
.globalHeader__menuManual {
    display: none;
    align-items: center;
    margin-inline-start: auto;
}

@media (min-width: 1024px) {
    .globalHeader__menuManual {
        display: flex;
    }
}

.globalNav__list.no-gap {
    display: flex;
    align-items: center;
    gap: 0;
}

.drawerButton {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 8px;
}

.drawerButton>span {
    display: block;
    position: absolute;
    top: 50%;
    width: calc(100% - 16px);
    height: 2px;
    opacity: 1;
    background-color: #a6a6a6;
    transition: translate 0.2s var(--easeOutCirc) 0.1s, rotate 0.2s var(--easeOutCirc) 0s, opacity 0.2s;
}

:root.is-drawerOpen .drawerButton>span {
    transition: translate 0.2s var(--easeOutCirc) 0s, rotate 0.2s var(--easeOutCirc) 0.1s, opacity 0.2s;
}

.drawerButton>span:nth-child(1) {
    translate: 0 calc(-50% - 10px);
}

.drawerButton>span:nth-child(2) {
    translate: 0 -50%;
}

.drawerButton>span:nth-child(3) {
    translate: 0 calc(-50% + 10px);
}

:root.is-drawerOpen .drawerButton>span:nth-child(1) {
    translate: 0 -50%;
    rotate: 45deg;
}

:root.is-drawerOpen .drawerButton>span:nth-child(2) {
    opacity: 0;
}

:root.is-drawerOpen .drawerButton>span:nth-child(3) {
    translate: 0 -50%;
    rotate: -45deg;
}

.globalNav__list {
    display: flex;
    align-items: center;
    gap: 40px;
}

.globalNav__link {
    text-decoration: none;
    color: var(--c-text);
}

.logout {
    display: flex;
    align-items: center;
    gap: 16px;
}

.logout__username {
    text-decoration: none;
}

.logout__image {
    width: 32px;
}

.mainContainer {
    display: grid;
    height: 100%;
    grid-template-columns: auto 1fr;
    -webkit-padding-before: var(--headerHeight);
    padding-block-start: var(--headerHeight);
}

.bodyBox {
    min-width: var(--contentWidth);
    padding: 5px var(--gutter);
    box-sizing: border-box;
}

.bodyBox .btn-area {
    text-align: center;
}

.bodyBox .btn-area .createDashboard__action {
    padding-bottom: 0;
}

.bodyBox .btn-area .createUser__action,
.bodyBox .btn-area .createDashboard__action {
    padding-bottom: 30px;
}

.bodyBox .btn-area .delete-btn {
    color: #e8272b;
    border-bottom: 1px solid #e8272b;
    margin: 0 0 30px;
}

.bodyBox .iframe-googleMap {
    width: 100%;
    height: calc(100% + 300px);
    margin-top: -150px;
}

.bodyBox .pin-for-map {
    position: absolute;
    inset: 45%;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: var(--font-size-small);
}

.bodyBox .pin-for-map--new {
    background-color: #a6a6a6;
}

.bodyBox .pin-for-map[data-color="#E67E22"] {
    background-color: #e67e22;
}

.bodyBox .pin-for-map[data-color="#E74C3C"] {
    background-color: #e74c3c;
}

.bodyBox .map-copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px;
    background-color: #fff;
    padding: 0 5px;
}

html:has(dialog[open]) {
    overflow: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.text-color {
    color: var(--c-link);
}

.text-color-gray {
    color: #a6a6a6;
}

.center {
    text-align: center;
}

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

.text-14 {
    font-size: var(--font-size-14);
}

.text-16 {
    font-size: var(--font-size-16);
}

.text-20 {
    font-size: var(--font-size-big);
}

.text-small {
    font-size: var(--font-size-small);
}

table {
    width: 100%;
}

#breadcrumb {
    padding: 0 0 5px;
}

#breadcrumb ol li {
    display: inline-block;
    font-size: var(--font-size-small);
    padding-right: 5px;
    position: relative;
    min-height: 11px;
    line-height: 11px;
}

#breadcrumb ol li:not(:first-child) {
    padding-left: 25px;
}

#breadcrumb ol li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 1px;
    background: #707070;
    transform: rotate(-45deg);
    transform-origin: center;
}

#breadcrumb ol li a {
    font-size: var(--font-size-small);
}

form input {
    border: none;
    outline: none;
}

form input::-moz-placeholder {
    font-size: var(--font-size-16);
}

form input::placeholder {
    font-size: var(--font-size-16);
}

.white-wrap {
    background-color: #fff;
    padding: 3%;
}

.white {
    color: #fff;
}

.pointer {
    cursor: pointer;
}

.plus,
.minus {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0 0 0 20px;
}

.plus::before,
.plus::after,
.minus::before,
.minus::after {
    content: "";
    position: absolute;
    background-color: #fff;
}

.plus::before,
.minus::before {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plus::after {
    width: 2px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.with-icn {
    display: flex;
}

.with-icn span {
    margin: 0 0 0 10px;
}

.icn-user-svg {
    width: 31px;
    height: auto;
}

.area-list-common li {
    display: inline-block;
    padding-right: 10px;
    font-size: var(--font-size-14);
}

.area-list-common li:not(:first-child)::before {
    content: "/";
    color: #0d0d0d;
    padding-right: 10px;
}

.area-list-common li a {
    color: var(--c-link);
}

.user-menu-detail {
    position: absolute;
    width: 240px;
    right: 0;
    background-color: #595959;
    opacity: 0.9;
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, height 0.5s ease;
}

.user-menu-detail.show {
    opacity: 1;
    height: auto;
}

.user-menu-detail li:not(:first-child) {
    border-top: 1px solid #fff;
}

.user-menu-detail li a {
    color: #fff;
    font-size: var(--font-size-14);
    padding: 3px 10px;
    display: block;
}

.map-btn-box.siteShow {
    position: relative !important;
    left: calc(100% - 80px);
    top: -55px;
    height: 0;
}

.map-btn-box {
    position: absolute;
    bottom: 25px;
    right: 20px;
}

.map-btn-box .layer {
    background-color: #fff;
    font-size: 13px;
    padding: 3px 10px;
}

.map-btn-box button.zoom {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.map-btn-box button span::before,
.map-btn-box button span::after {
    background-color: var(--c-link);
}

.map-btn-box button span::before {
    width: 18px;
}

.map-btn-box button span.plus::after {
    height: 18px;
}

.theme-color {
    display: flex;
    gap: 20px;
}

.theme-color li {
    text-align: center;
}

.theme-color li input {
    display: none;
}

.theme-color li label {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
}

.theme-color li label[for=color-01] {
    background-color: #000;
}

.theme-color li label[for=color-02] {
    background-color: #54a0ff;
}

.theme-color li label[for=color-03] {
    background-color: #2ecc71;
}

.theme-color li label[for=color-04] {
    background-color: #e67e22;
}

.theme-color li label[for=color-05] {
    background-color: #e74c3c;
}

.theme-color li label.border {
    border: 3px solid var(--c-link);
}

.theme-color li small {
    font-size: 11px;
}

.title-bar {
    display: flex;
    align-items: center;
    background: #000;
    color: #fff;
}

.title-bar .js-updown-icon {
    display: flex;
    width: 40px;
    padding: 15px 15px 14px;
    background-color: #a6a6a6;
    margin: 0 10px 0 0;
}

.title-bar .js-updown-icon::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform-origin: center center;
    transform: rotate(-45deg);
}

.title-bar .js-updown-icon.open {
    background-color: var(--c-primary);
    padding: 14px 15px 15px;
}

.title-bar .js-updown-icon.open::before {
    transform: rotate(135deg);
}

.js-sidebar-icon::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform-origin: center center;
    transform: rotate(-45deg);
}

.js-sidebar-icon.open::before {
    transform: rotate(135deg);
}

.sidebar-menu-detail {
    height: auto;
    overflow: hidden;
    transition: height 0.3s ease;
}

.sidebar-menu-detail.regular-side-menu {
    height: 179px;
}

.sidebar-menu-detail.manager-side-menu {
    height: 224px;
}

.info-box-style {
    height: var(--infoBoxHeight);
    overflow: hidden;
    transition: height 0.3s ease, padding 0.3s ease;
    padding: 0 40px;
    margin: 0 0 20px;
}

.info-box-style.open {
    padding: 40px;
}

.info-box-style table {
    border: 1px solid #dcdcdc;
}

.info-box-style table tr {
    border-bottom: 1px solid #dcdcdc;
}

.info-box-style table tr th {
    font-weight: normal;
    width: 20%;
    padding: 15px;
    background-color: #f2f2f2;
    color: #595959;
    text-align: right;
}

.info-box-style table tr td {
    padding: 15px;
}

.info-box-style table tr.w-row>td {
    width: 30%;
}

.thumnail-box {
    display: flex;
}

.thumnail-box #thumnail-imgBox {
    flex: 0 0 80px;
    background-color: #000;
    height: 80px;
    margin: 0 3% 0 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eeeeee;
    background-size: cover;
    background-position: center center;
}

.thumnail-box #thumnail-imgBox #thumnail-name {
    font-size: 2em;
    color: #fff;
}

.thumnail-box .thum-detail {
    flex: 0 0 250px;
}

.thumnail-box .thum-detail .selected-area {
    border-bottom: 1px solid #a6a6a6;
    padding: 0 0 5px;
    margin: 0 40px 10px 0;
}

.thumnail-box .thum-detail .selected-area span {
    color: #707070;
}

.thumnail-box .thum-detail input[type=file] {
    display: none;
}

.thumnail-box .thum-detail label {
    background-color: var(--c-link);
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
}

.sideBar {
    width: 0;
    height: 100%;
    -webkit-padding-before: var(--_shadowHeight);
    padding-block-start: var(--_shadowHeight);
    overflow: hidden;
    background-color: #fff;
    transform: translateX(calc(-1 * var(--sideWidth)));
    transition: all 0.2s var(--easeOutCirc);
}

:root.is-drawerOpen .sideBar {
    width: var(--sideWidth);
    transform: translateX(0);
    transition: all 0.2s var(--easeOutCirc);
}

.sideBar__container {
    width: var(--sideWidth);
}

#modal-domain-switch select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 10px 0;
    outline: none;
    position: relative;
}

#modal-domain-switch .m-lostPassword__inputField {
    position: relative;
    border-bottom: 1px solid #a6a6a6;
}

#modal-domain-switch .m-lostPassword__inputField::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 17px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #0d0d0d;
    border-left: 1px solid #0d0d0d;
    pointer-events: none;
    transform: translateY(-50%) rotate(-135deg);
}

.sideMenu {
    font-size: var(--font-size-14);
    word-break: break-all;
}

.arrow {
    display: block;
    position: relative;
}

.arrow::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 9px;
    top: calc(50% - 1px);
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
}

.sideTop {
    background-color: #1fa056;
    padding: 1em 0.5em;
    cursor: pointer;
}

.sideTop a {
    font-size: var(--font-size-16);
    font-weight: 600;
    overflow-wrap: break-word;
    padding: 0 17px 0 0;
}

.sideMenu__item:not(:first-child) {
    border-top: 1px solid #ccc;
}

.sideMenu__item.sideMenu__title {
    background-color: #595959;
    color: #fff;
    border-top: none;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sideMenu__item.sideMenu__title span {
    padding: 7px 9px;
}

.sideMenu__item.sideMenu__title span.open {
    padding: 4px 9px 7px;
}

.sideMenu__button {
    display: flex;
    gap: 1em;
    padding: 0.5em 0.5em 0.5em 1em;
    color: var(--c-text);
    text-decoration: none;
    align-items: center;
}

@media (any-hover: hover) {
    .sideMenu__button:hover {
        color: var(--c-hover);
    }
}

.sideMenu__buttonIcon {
    width: 30px;
    flex: 0 0 30px;
}

.sideMenu__buttonLabel {
    font-weight: bold;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.2em;
}

.mainStage {
    height: 100%;
    overflow: auto;
}

.mainStage__container {
    height: 100%;
}

.mainMenu__container {
    display: grid;
    align-items: center;
    grid-template-columns: auto 537px;
    padding: 0 0 10px;
}

.mainMenu__container.style-signage-edit {
    grid-template-columns: auto 537px;
}

.mainMenu__primary {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mainMeu__buttonBack {
    width: 1.8em;
    border: 1px solid var(--c-link);
    border-radius: 100vmax;
}

@media (any-hover: hover) {
    .mainMeu__buttonBack:hover {
        border-color: var(--c-hover);
    }

    .mainMeu__buttonBack:hover svg * {
        fill: var(--c-hover);
    }
}

.dashboard__title {
    font-size: var(--font-size-big);
}

.mainMenu__secondary {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

.mainMenu__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-box {
    display: flex;
    margin-right: 20px;
}

.search-box input[type=text] {
    padding: 3px 10px;
}

.search-box input[type=button] {
    background-color: var(--c-link);
    width: 30px;
    height: 30px;
    background-image: url("/assets/images/icons/icon_search.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
    margin-left: 2px;
}

.toggleButton.color:has(:checked) {
    background-color: var(--c-link);
}

.tab-top {
    background-color: #262626;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--font-size-14);
}

.tab-top .tab-top-left {
    display: flex;
    align-items: center;
}

.tab-top .tab-top-left dl {
    display: flex;
    margin-right: 15px;
}

.tab-top .tab-top-left dl dt {
    padding: 0 5px 0 0;
}

.tab-top .tab-top-left ul::before {
    content: "[";
}

.tab-top .tab-top-left ul::after {
    content: "]";
}

.tab-top .tab-top-left ul li {
    display: inline-block;
}

.tab-top .tab-top-left ul li:not(:first-child)::before {
    content: "|";
    padding-right: 5px;
}

.tab-top .tab-top-right button {
    font-size: var(--font-size-14);
}

.tab-top .tab-top-right .plus-btn {
    background-color: #fff;
    padding: 5px 10px;
    color: var(--c-link);
    margin-left: 10px;
    display: inline-block;
}

.tab-top .tab-top-right .plus-btn .plus::before,
.tab-top .tab-top-right .plus-btn .plus::after {
    background-color: var(--c-link);
}

.tab-list ul.tab-menu {
    display: flex;
}

.tab-list ul.tab-menu li {
    background-color: #a6a6a6;
    color: #fff;
    padding: 8px 15px;
    box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.tab-list ul.tab-menu li:not(:first-child) {
    border-left: 1px solid #fff;
}

.tab-list ul.tab-menu li.active {
    background-color: #262626;
}

.tab-list .tab-panel {
    display: none;
}

.tab-list .tab-panel.active {
    display: block;
    opacity: 1;
}

.tab-top .search-box input.unit-input-01 {
    margin-right: 7px;
    width: 100px;
}

.tab-detail-list {
    min-height: 415px;
}

.tab-detail-list table {
    font-size: var(--font-size-14);
    background: #fff;
}

.tab-detail-list table input[type=checkbox].check {
    accent-color: var(--c-link);
}

.tab-detail-list table thead {
    background-color: #595959;
}

.tab-detail-list table thead tr th {
    background-color: #595959;
    border-bottom: 1px solid #efefef;
    top: 0;
    padding: 10px;
}

.tab-detail-list table thead tr th:first-child {
    width: 30px !important;
}

.tab-detail-list table thead tr th.width-50 {
    width: 50px !important;
}

.tab-detail-list table thead tr th.width-65 {
    width: 65px !important;
}

.tab-detail-list table thead tr th.width-90 {
    width: 90px !important;
}

.tab-detail-list table thead tr th.width-140 {
    width: 140px !important;
}

.tab-detail-list table thead tr th.width-160 {
    width: 160px !important;
}

.tab-detail-list table thead tr th.width-200 {
    width: 200px !important;
}

.tab-detail-list table thead tr th.width-220 {
    width: 220px !important;
}

.tab-detail-list table thead tr th.width-280 {
    width: 280px !important;
}


.tab-detail-list table thead tr th.width-300 {
    width: 300px !important;
}

.tab-detail-list table thead tr th.width-400 {
    width: 400px !important;
}

.tab-detail-list table thead tr th.width-auto {
    width: auto !important;
}

.tab-detail-list table tbody tr td {
    padding: 10px;
    border-bottom: 1px solid #efefef;
    word-break: break-all;
}

.tab-detail-list table tbody tr td.url-column * {
    fill: #a6a6a6;
}

.tab-detail-list table tbody tr td img {
    width: 20px;
    height: auto;
    margin: 0 auto;
}

.tab-detail-list table tbody tr td img.link-img {
    display: inline;
    padding: 5px 0 0;
}

.tab-detail-list table tbody tr td svg {
    width: 20px;
    height: auto;
    display: inline;
    margin: 0 5px 0 0;
}

.tab-detail-list table tbody tr.url-checked .url-column {
    color: #2980b9;
}

.tab-detail-list table tbody tr.url-checked .url-column * {
    fill: #2980b9;
}

.tabList__bottom {
    padding: 10px 0 20px;
}

.unregistered {
    color: #707070;
    margin: 0 10px 0 0;
}

.m-lostPassword__container {
    position: relative;
    padding: 5% 64px 6%;
    width: 800px;
}

.m-lostPassword__container--width880 {
    width: 880px;
}

.m-lostPassword__title {
    font-size: var(--font-size-big);
}

.m-lostPassword__caption {
    margin-top: 24px;
}

.m-lostPassword__content {
    width: 424px;
    margin-inline: auto;
    -webkit-margin-before: 64px;
    margin-block-start: 64px;
}

.m-lostPassword__inputField {
    display: flex;
    flex-direction: column;
}

.m-lostPassword__inputLabel {
    font-size: var(--font-size-14);
}

.m-lostPassword__inputWrap {
    position: relative;
    display: grid;
}

.m-lostPassword__input {
    border: none;
    padding: 1em;
}

.m-lostPassword__input[type=text],
.m-lostPassword__input[type=email] {
    border-bottom: 1px solid #000;
}

.m-lostPassword__errorMessage {
    -webkit-margin-before: 4px;
    margin-block-start: 4px;
    font-size: var(--font-size-small);
    color: var(--c-errorMessage);
}

.m-lostPassword__action {
    display: flex;
    gap: 24px;
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
}

.m-lostPassword__action--alignCenter {
    justify-content: center;
}

.m-device__container {
    position: relative;
    padding: 3% 5% 5%;
    width: 880px;
}

.m-device__title {
    font-size: var(--font-size-big);
    font-weight: 500;
}

.m-device__content {
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
}

.m-device__logon {
    -webkit-margin-before: 12px;
    margin-block-start: 12px;
    padding: 80px 80px;
    background-color: var(--c-lightGray);
    border: 1px solid var(--c-border);
}

.m-device__logonInner {
    display: grid;
    gap: 40px;
    width: 300px;
    margin-inline: auto;
}

.m-device__inputField {
    display: flex;
    flex-direction: column;
}

.m-device__inputLabel {
    font-size: var(--font-size-14);
}

.m-device__inputWrap {
    position: relative;
    display: grid;
}

.m-device__input {
    border: none;
    padding: 1em;
}

.m-device__input[type=text],
.m-device__input[type=email],
.m-device__input[type=password] {
    background-color: var(--c-lightGray);
    border-bottom: 1px solid #000;
}

.m-device__input[type=password] {
    -webkit-padding-end: 2.5em;
    padding-inline-end: 2.5em;
}

.m-device__inputButton {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    place-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: auto;
}

input[type=text]+.m-device__inputButton .m-device__inputButtonIcon::before {
    background-image: url(/assets/images/icons/icon_visibility.svg);
}

.m-device__inputButtonIcon::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url(/assets/images/icons/icon_visibility--hidden.svg);
    background-size: cover;
}

.m-device__description {
    margin-block-start: 4px;
    font-size: var(--font-size-small);
    color: var(--c-errorMessage);
    white-space: nowrap;
}

.m-device__errorMessage {
    -webkit-margin-before: 4px;
    margin-block-start: 4px;
    font-size: var(--font-size-small);
    color: var(--c-errorMessage);
}

.m-device__errorMessage:empty {
    display: none;
}

.m-device__action {
    display: flex;
    gap: 24px;
    -webkit-margin-before: 64px;
    margin-block-start: 64px;
}

.m-device__action--alignCenter {
    justify-content: center;
}

ul.unitLink-list {
    margin-top: var(--gutter);
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

ul.unitLink-list li {
    background-color: #f2f2f2;
    flex: 0 1 49%;
}

ul.unitLink-list li a {
    color: var(--c-link);
    display: block;
    padding: 10px;
    position: relative;
}

ul.unitLink-list li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: calc(50% - 1px);
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: #2980b9;
}

.modal-table-con {
    border: 1px solid #a6a6a6;
    margin-top: var(--gutter);
}

.modal-table-con .tab-top {
    border-bottom: 1px solid #707070;
}

.modal-table-con .tab-detail-list {
    background-color: #f2f2f2;
    height: 300px;
    overflow-y: auto;
}

.modal-table-con .tab-detail-list table thead {
    background-color: #262626;
}

.modal-table-con .tab-detail-list table thead th {
    padding: 5px 10px;
}

.modal-table-con .tab-detail-list table thead th:first-child {
    width: 20px;
}

.modal-table-con .tab-detail-list table tbody {
    background-color: #fff;
}

.modal-table-con .tab-detail-list table tbody td {
    padding: 2px 10px;
    border-bottom: 1px solid #efefef;
}

.m-layer-setting .order-btn>span {
    display: block;
    width: 12px;
    height: 2px;
    background-color: var(--c-link);
}

.m-layer-setting .order-btn>span:nth-child(1) {
    margin-bottom: 4px;
}

.m-layer-setting .order-btn>span:nth-child(2) {
    margin-bottom: 4px;
}

.m-layer-setting table {
    font-size: var(--font-size-14);
    margin-top: var(--gutter);
}

.m-layer-setting table thead {
    background-color: #0d0d0d;
    color: #fff;
}

.m-layer-setting table thead th {
    padding: 3px 0;
    border-bottom: 1px solid #efefef;
}

.m-layer-setting table thead th span {
    text-align: center;
    display: block;
}

.m-layer-setting table thead th:first-child {
    width: 20%;
}

.m-layer-setting table thead th:nth-child(2),
.m-layer-setting table thead th:nth-child(3) {
    width: 60px;
}

.m-layer-setting table thead th:nth-child(4) {
    text-align: right;
}

.m-layer-setting table thead th:nth-child(4) span {
    text-align: right;
    padding: 0 10px 0 0;
}

.m-layer-setting table tbody td {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    width: 60px;
}

.m-layer-setting table tbody td:first-child {
    position: relative;
    padding: 0 0 0 35px;
    text-align: left;
    width: 161.05px;
}

.m-layer-setting table tbody td:nth-child(4) {
    text-align: right;
    padding: 0 15px 0 0;
    width: 524.2px;
}

.m-layer-setting .circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #388a30;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: calc((100% - 16px) / 2);
}

.m-layer-setting .circle.c1 {
    background-color: #388a30;
}

.m-layer-setting .circle.c2 {
    background-color: #b0d6e5;
}

.m-layer-setting .circle.c3 {
    background-color: #fa5252;
}

.m-layer-setting .circle.c4 {
    background-color: #333333;
}

.m-layer-setting .circle.c5 {
    background-color: #a22e2e;
}

.m-layer-setting .circle.c6 {
    background-color: #fcf430;
}

.m-layer-setting .circle.c7 {
    background-color: #19349e;
}

.m-layer-setting .circle.c8 {
    background-color: #fbaf24;
}

.m-layer-setting .circle.c9 {
    background-color: #3bfefe;
}

.m-basicModal__container {
    position: relative;
    width: 880px;
}

.m-basicModal__header {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 24px;
    color: #fff;
    background: #1fa056;
}

.m-basicModal__header--error {
    background-color: var(--c-errorMessage);
}

.m-basicModal__title {
    font-size: var(--font-size-big);
    font-weight: 500;
}

.m-basicModal__body {
    padding: 40px;
}

.m-basicModal__content {
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
}

.m-basicModal__heading {
    font-weight: 500;
    font-size: var(--font-size-18);
}

.m-basicModal__logon {
    -webkit-margin-before: 12px;
    margin-block-start: 12px;
    padding: 80px 80px;
    background-color: var(--c-lightGray);
    border: 1px solid var(--c-border);
}

.m-basicModal__logonInner {
    display: grid;
    gap: 40px;
    width: 300px;
    margin-inline: auto;
}

.m-basicModal__inputField {
    display: flex;
    flex-direction: column;
}

.m-basicModal__inputLabel {
    font-size: var(--font-size-14);
}

.m-basicModal__inputWrap {
    position: relative;
    display: grid;
}

.m-basicModal__input {
    border: none;
    padding: 1em;
}

.m-basicModal__input[type=text],
.m-basicModal__input[type=email],
.m-basicModal__input[type=password] {
    background-color: var(--c-lightGray);
    border-bottom: 1px solid #000;
}

.m-basicModal__input[type=password] {
    -webkit-padding-end: 2.5em;
    padding-inline-end: 2.5em;
}

.m-basicModal__inputButton {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    place-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: auto;
}

.m-basicModal__inputButtonIcon::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url(/assets/images/icons/icon_visibility.svg);
    background-size: cover;
}

.m-basicModal__errorMessage {
    -webkit-margin-before: 4px;
    margin-block-start: 4px;
    font-size: var(--font-size-small);
    color: var(--c-errorMessage);
}

.m-basicModal__errorMessage:empty {
    display: none;
}

.m-basicModal__action {
    display: flex;
    gap: 24px;
    -webkit-margin-before: 64px;
    margin-block-start: 64px;
}

.m-basicModal__action--alignCenter {
    justify-content: center;
}

#modal-areaSelect ul.modal-tab-menu,
#modal-registAreaSelect ul.modal-tab-menu {
    margin-top: var(--gutter);
}

#modal-areaSelect ul.modal-tab-menu li,
#modal-registAreaSelect ul.modal-tab-menu li {
    flex: 1 1 auto;
    text-align: center;
}

#modal-areaSelect .tab-detail-list,
#modal-registAreaSelect .tab-detail-list {
    border: 1px solid #a6a6a6;
    background-color: #f2f2f2;
    border-top: none;
    min-height: 318px;
}

#modal-areaSelect .style-overflow,
#modal-registAreaSelect .style-overflow {
    height: 290px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f2f2f2;
}

#modal-areaSelect .style-overflow::-webkit-scrollbar,
#modal-registAreaSelect .style-overflow::-webkit-scrollbar {
    display: none;
}

#modal-areaSelect .keyword-area,
#modal-registAreaSelect .keyword-area {
    padding: 5px 10px;
    border-bottom: 1px solid #efefef;
    font-size: var(--font-size-14);
    background-color: #fff;
    display: block;
}

#modal-areaSelect .keyword-area:hover,
#modal-registAreaSelect .keyword-area:hover {
    background-color: var(--c-link);
    color: #fff;
    cursor: pointer;
}

#modal-areaSelect .keyword-area:hover ul li,
#modal-registAreaSelect .keyword-area:hover ul li {
    color: #fff;
}

#modal-areaSelect .keyword-area.selected,
#modal-registAreaSelect .keyword-area.selected {
    background-color: #2e8ece;
    color: #fff;
}

#modal-areaSelect .keyword-area.selected ul li,
#modal-registAreaSelect .keyword-area.selected ul li {
    color: #fff;
}

#modal-areaSelect .keyword-area ul li,
#modal-registAreaSelect .keyword-area ul li {
    color: #a6a6a6;
    font-size: 11px;
}

#modal-areaSelect .keyword-area ul li:not(:first-child)::before,
#modal-registAreaSelect .keyword-area ul li:not(:first-child)::before {
    color: #a6a6a6;
}

#modal-areaSelect .selected-area,
#modal-registAreaSelect .selected-area {
    background-color: #595959;
}

#modal-areaSelect .selected-area .area-list-common,
#modal-registAreaSelect .selected-area .area-list-common {
    display: flex;
    padding: 5px 10px;
}

#modal-areaSelect .selected-area .area-list-common li,
#modal-registAreaSelect .selected-area .area-list-common li {
    color: #fff;
    font-size: 11px;
}

#modal-areaSelect .selected-area .area-list-common li:not(:first-child)::before,
#modal-registAreaSelect .selected-area .area-list-common li:not(:first-child)::before {
    color: #fff;
}

#modal-areaSelect .area-wrap,
#modal-registAreaSelect .area-wrap {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
}

#modal-areaSelect .area-wrap .block,
#modal-registAreaSelect .area-wrap .block {
    display: inherit;
    width: 200px;
    flex: 0 0 45%;
    height: 290px;
    overflow: hidden;
    box-shadow: 2px 0 3px rgba(0, 0, 0, 0.7);
}

#modal-areaSelect .area-wrap .block::-webkit-scrollbar,
#modal-registAreaSelect .area-wrap .block::-webkit-scrollbar {
    display: none;
}

#modal-areaSelect .area-wrap .block:not(:first-child),
#modal-registAreaSelect .area-wrap .block:not(:first-child) {
    margin-left: 3px;
    margin-right: 0;
}

#modal-areaSelect .area-wrap .block ul,
#modal-registAreaSelect .area-wrap .block ul {
    width: 100%;
    height: 290px;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

#modal-areaSelect .area-wrap .block ul::-webkit-scrollbar,
#modal-registAreaSelect .area-wrap .block ul::-webkit-scrollbar {
    display: none;
}

#modal-areaSelect .area-wrap .block ul li,
#modal-registAreaSelect .area-wrap .block ul li {
    border-bottom: 1px solid #efefef;
    background-color: #fff !important;
    padding: 0;
}

#modal-areaSelect .area-wrap .block ul li a,
#modal-registAreaSelect .area-wrap .block ul li a {
    font-size: var(--font-size-14);
    color: #0d0d0d;
    display: block;
    padding: 5px 10px;
    position: relative;
    white-space: normal;
}

#modal-areaSelect .area-wrap .block ul li a:hover,
#modal-registAreaSelect .area-wrap .block ul li a:hover {
    background-color: var(--c-link);
    color: #fff;
}

#modal-areaSelect .area-wrap .block ul li a:hover::after,
#modal-registAreaSelect .area-wrap .block ul li a:hover::after {
    color: #fff;
}

#modal-areaSelect .area-wrap .block ul li a.selected,
#modal-registAreaSelect .area-wrap .block ul li a.selected {
    background-color: #2e8ece;
    color: #fff;
}

#modal-areaSelect .area-wrap .block ul li a::after,
#modal-registAreaSelect .area-wrap .block ul li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: calc(50% - 1px);
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: #2980b9;
}

#modal-areaSelect .m-device__action,
#modal-registAreaSelect .m-device__action {
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
}

.preview {
    width: 100vw;
    height: 100vh;
    color: #fff;
    background-color: #595959;
}

.preview__header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    height: 60px;
    padding-inline: var(--gutter);
    background-color: #333;
}

.preview__title {
    font-size: var(--font-size-big);
    font-weight: 500;
}

.preview__close {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--font-size-16);
    color: #fff;
}

.preview__closeIcon {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 1;
}

.preview__closeIcon::before,
.preview__closeIcon::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 0.5px);
    width: 32px;
    height: 1px;
    background-color: #fff;
}

.preview__closeIcon::before {
    transform: rotate(45deg);
}

.preview__closeIcon::after {
    transform: rotate(-45deg);
}

@layer normalize, variable, foundation, utility, common;
/*# sourceMappingURL=style.css.map */

.selectSiteModal .tab-detail-list {
    border: 1px solid #a6a6a6;
    background-color: #f2f2f2;
    border-top: none;
    min-height: 318px;
}

.selectSiteModal .style-overflow {
    height: 290px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f2f2f2;
}

.selectSiteModal .style-overflow::-webkit-scrollbar {
    display: none;
}

.selectSiteModal .keyword-area {
    padding: 5px 10px;
    border-bottom: 1px solid #efefef;
    font-size: var(--font-size-14);
    background-color: #fff;
}

.selectSiteModal .keyword-area ul li {
    color: #a6a6a6;
    font-size: 11px;
}

.selectSiteModal .keyword-area ul li:not(:first-child)::before {
    color: #a6a6a6;
}

.selectSiteModal .selected-area {
    background-color: #595959;
}

.selectSiteModal .selected-area ul {
    display: flex;
    padding: 5px 10px;
}

.selectSiteModal .selected-area ul li {
    color: #fff;
    font-size: 11px;
}

.selectSiteModal .selected-area ul li:not(:first-child)::before {
    color: #fff;
}

.selectSiteModal .area-wrap {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
}

.selectSiteModal .area-wrap .block {
    display: inherit;
    width: 200px;
    flex: 0 0 45%;
    height: 290px;
    overflow: hidden;
    box-shadow: 2px 0 3px rgba(0, 0, 0, 0.7);
}

.selectSiteModal .area-wrap .block::-webkit-scrollbar {
    display: none;
}

.selectSiteModal .area-wrap .block:not(:first-child) {
    margin-left: 3px;
    margin-right: 0;
}

.selectSiteModal .area-wrap .block ul {
    width: 100%;
    height: 290px;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.selectSiteModal .area-wrap .block ul::-webkit-scrollbar {
    display: none;
}

.selectSiteModal .area-wrap .block ul li {
    border-bottom: 1px solid #efefef;
    background-color: #fff !important;
    padding: 0;
}

.selectSiteModal .area-wrap .block ul li span {
    font-size: var(--font-size-14);
    color: #0d0d0d;
    display: block;
    padding: 5px 10px;
    position: relative;
}

.selectSiteModal .area-wrap .block ul li span:hover {
    background-color: var(--c-link);
    color: #fff;
    cursor: pointer;
}

.selectSiteModal .area-wrap .block ul li span:hover::after {
    color: #fff;
}

.selectSiteModal .area-wrap .block ul li span::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: calc(50% - 1px);
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: #2980b9;
}

.selectSiteModal .m-device__action {
    margin-block-start: 30px;
}

.selectSiteModal .button--tertiary:disabled {
    cursor: default;
}


.m-device__action.notMargin {
    -webkit-margin-before: 0 !important;
    margin-block-start: 0 !important;
}

[id$="-bulk-destroy"] {
    display: none;
}

.modalErrorMessage {
    -webkit-margin-before: 4px;
    margin-block-start: 4px;
    font-size: var(--font-size-small);
    color: var(--c-errorMessage);
}

.whiteSpace__nowrap {
    white-space: nowrap;
}

/* 災害情報通知ダッシュレットアイコン領域 */
.widget .infoRowTitleElement {
    margin: 2px 0 2px 10px;
    z-index: 0;
}

/* 災害情報通知ダッシュレットアイコン */
.widget .dashletIcon {
    width: 20px;
    cursor: pointer;
}

/* スライドショーの災害情報通知ダッシュレットアイコン領域非表示 */
.swiper-slide .infoRowTitleElement {
    display: none;
}

/* 郵便番号の入力フォームの下に表示する説明領域 */
.postal-code-form-description {
    font-size: 12px;
    margin-top: 4px;
    color: #ff4444;
}

/* パスワードの入力フォームの下に表示する説明領域 */
.password-form-description {
    font-size: 12px;
    color: #ff4444;
    margin-top: 4px;
}
