*, ::before, ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

main {
    display: block
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

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

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img, embed, object, iframe {
    vertical-align: bottom
}

button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type='checkbox'] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

[type='radio'] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type='button'], [type='reset'], [type='submit'] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    button[disabled], [type='button'][disabled], [type='reset'][disabled], [type='submit'][disabled] {
        cursor: default
    }

    button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
        outline: 1px dotted ButtonText
    }

select::-ms-expand {
    display: none
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
    height: auto
}

[type='search'] {
    outline-offset: -2px
}

    [type='search']::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable] {
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    text-align: left
}

td, th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: bold
}

template {
    display: none
}

[hidden] {
    display: none
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #eee
}

::-webkit-scrollbar-thumb {
    background-color: rgba(126,136,173,0.35)
}

:root {
    --contentsContainerWidth: 1160px
}

html {
    font-size: 62.5%;
    height: 100%
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type='submit'], input[type='button'], button {
    cursor: pointer
}

body:not(.is-safari) input:focus-visible, body:not(.is-safari) optgroup:focus-visible, body:not(.is-safari) select:focus-visible, body:not(.is-safari) textarea:focus-visible {
    outline: 2px solid #005FCC;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    outline-offset: -1px
}

body:not(.is-safari) input[type="checkbox"]:focus-visible + i, body:not(.is-safari) input[type="radio"]:focus-visible + i {
    outline: 2px solid #005FCC;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    outline-offset: 1px
}

body:not(.is-safari) button:focus-visible {
    outline: 2px solid #005FCC;
    outline-offset: 2px;
    -webkit-box-shadow: 0 0 0 6px #fff;
    box-shadow: 0 0 0 6px #fff
}

body.is-safari input:focus, body.is-safari optgroup:focus, body.is-safari select:focus, body.is-safari textarea:focus {
    outline: 2px solid #005FCC;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    outline-offset: -1px
}

body.is-safari input[type="checkbox"]:focus + i, body.is-safari input[type="radio"]:focus + i {
    outline: 2px solid #005FCC;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    outline-offset: 1px
}

body.is-safari button:focus {
    outline: 2px solid #005FCC;
    outline-offset: 2px;
    -webkit-box-shadow: 0 0 0 6px #fff;
    box-shadow: 0 0 0 6px #fff
}

body {
    color: #333;
    font-size: 1.6rem;
    font-family: "メイリオ","Meiryo","ＭＳ ゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
    height: 100%;
    line-height: 1.2
}

img {
    max-width: 100%
}

svg {
    fill: currentColor
}

.c-button {
    display: inline-block;
    border: #262934 1px solid;
    border-radius: 10rem;
    font-size: 1.6rem;
    text-align: center;
    padding: 0.4rem 1rem;
    background-color: #fff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

    .c-button:hover, .c-button.is-active {
        background-color: #e5eafc
    }

    .c-button.u-block {
        display: block;
        width: 100%
    }

    .c-button.small {
        font-size: 1.4rem;
        padding: 0.2rem 1rem
    }

    .c-button.large {
        font-size: 1.8rem
    }

    .c-button.black {
        color: #fff;
        background-color: #262934;
        border-color: #262934
    }

        .c-button.black:hover, .c-button.black:focus {
            background-color: #52586f;
            border-color: #52586f
        }

    .c-button.black2 {
        color: #fff;
        background-color: #262934;
        border-color: #fff
    }

        .c-button.black2:hover {
            background-color: #52586f;
            border-color: #e5eafc
        }

        .c-button.black2:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            outline-offset: 2px
        }

    .c-button.danger {
        border-color: currentColor;
        color: #ff1a30
    }

    .c-button.danger2 {
        border-color: currentColor;
        color: #ff1a30
    }

        .c-button.danger2:hover {
            background-color: #efdcdc
        }

    .c-button.accent {
        color: #fff;
        border-color: #7e88ad;
        background-color: #7e88ad
    }

        .c-button.accent:hover, .c-button.accent:focus {
            background-color: #52586f;
            border-color: #262934
        }

    .c-button.accentWhite {
        color: #7e88ad;
        border-color: currentColor
    }

        .c-button.accentWhite:hover {
            color: #fff;
            border-color: #7e88ad;
            background-color: #7e88ad
        }

    .c-button.mapAreaEdit {
        color: #fff;
        background-color: #009c8d;
        border-color: #009c8d
    }

        .c-button.mapAreaEdit:hover, .c-button.mapAreaEdit:focus {
            background-color: #03675d;
            border-color: #03675d
        }

        .c-button.mapAreaEdit.is-active {
            background-color: #03675d;
            border-color: #03675d
        }

    .c-button.done {
        color: #fff;
        background-color: #262934;
        border-color: #262934
    }

        .c-button.done:hover, .c-button.done:focus {
            background-color: #52586f;
            border-color: #52586f
        }

.c-button-control {
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    border-radius: 0.6rem;
    display: block;
    overflow: hidden;
    display: inline-block;
    min-width: 2.7rem;
    height: 8rem;
    background-color: #fff
}

    .c-button-control::-webkit-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-button-control:-ms-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-button-control::-ms-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-button-control::placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-button-control::-ms-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-button-control > button {
        width: 100%
    }

        .c-button-control > button:hover {
            background-color: #e5eafc
        }

.c-button-control_plus {
    height: calc(100% / 3);
    position: relative
}

    .c-button-control_plus::after, .c-button-control_plus::before {
        cursor: pointer;
        content: '';
        display: block;
        position: absolute;
        height: 0.3rem;
        width: 1.155rem;
        background-color: #262934;
        top: 50%;
        left: 50%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    .c-button-control_plus::before {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg)
    }

.c-button-control_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100% / 3);
    border-top: 1px solid #828cb2;
    border-bottom: 1px solid #828cb2;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1px 2px 0
}

.c-button-control_minus {
    height: calc(100% / 3);
    position: relative
}

    .c-button-control_minus::after {
        cursor: pointer;
        content: '';
        display: block;
        position: absolute;
        height: 0.3rem;
        width: 1.155rem;
        background-color: #262934;
        top: 50%;
        left: 50%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

.c-button-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-button-sort_item + .c-button-sort_item {
    margin-left: 0.3rem
}

.c-button-sort_btn svg {
    color: #fff;
    width: 1.65rem
}

.c-button-sort_btn:hover svg {
    color: #e5eafc
}

.c-button-sortArrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-button-sortArrow_item + .c-button-sort_item {
    margin-left: 0.3rem
}

.c-button-sortArrow_btn svg {
    color: #22242b;
    width: 1.4rem
}

.c-button-sortArrow_btn:hover svg {
    color: #7e88ad
}

.c-button-plusText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e5eafc;
    border: 1px solid #7e88ad;
    border-radius: 6px;
    padding: .5rem 1rem
}

.c-button-plusText_icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #7e88ad;
    border-radius: 100%;
    margin-right: .6em;
    position: relative
}

    .c-button-plusText_icon::after, .c-button-plusText_icon::before {
        content: "";
        position: absolute;
        display: block;
        width: 60%;
        height: 2px;
        background-color: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .c-button-plusText_icon::after {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg)
    }

.c-button-plusText:hover {
    background-color: #fff
}

.c-button-add {
    border-radius: 6px;
    border: 1px solid #7e88ad;
    background: #e5eafc;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 10px
}

    .c-button-add:hover {
        background-color: rgba(229,234,252,0.65)
    }

    .c-button-add i {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background: #7e88ad;
        margin-right: 8px;
        position: relative
    }

        .c-button-add i::before, .c-button-add i::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 2px;
            background: #fff;
            inset: 0;
            margin: auto
        }

        .c-button-add i::after {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

.c-button-blockPlus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #7e88ad;
    border-radius: 6px;
    padding: .5rem 1rem;
    width: 100%
}

.c-button-blockPlus_icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #7e88ad;
    border-radius: 100%;
    position: relative
}

    .c-button-blockPlus_icon::after, .c-button-blockPlus_icon::before {
        content: "";
        position: absolute;
        display: block;
        width: 60%;
        height: 2px;
        background-color: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .c-button-blockPlus_icon::after {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg)
    }

.c-button-blockPlus:hover {
    background-color: #e5eafc
}

.c-button-icon > .icon {
    margin-right: 0
}

.is-disabled, button:disabled {
    pointer-events: none;
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
    opacity: .3
}

.c-icon-account {
    width: 32px;
    height: 32px
}

    .c-icon-account svg {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%
    }

.icon-dataUpdate {
    color: #F23B3B;
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: bottom;
    margin-right: 0.2em
}

.icon-dupulicate {
    width: 1.6rem
}

.c-table, .c-table2 {
    border: 1px solid #e5eafc;
    width: 100%
}

    .c-table thead th, .c-table2 thead th {
        border: none;
        border-right: 1px solid #fff;
        background-color: #e5eafc;
        padding: 0.8rem 0.6rem
    }

        .c-table thead th:last-child, .c-table2 thead th:last-child {
            border-right: none
        }

    .c-table th, .c-table2 th, .c-table td, .c-table2 td {
        padding: 0.8rem 0.6rem
    }

        .c-table th.center, .c-table2 th.center, .c-table td.center, .c-table2 td.center {
            text-align: center
        }

        .c-table th.middle, .c-table2 th.middle, .c-table td.middle, .c-table2 td.middle {
            vertical-align: middle
        }

        .c-table th a, .c-table2 th a, .c-table td a, .c-table2 td a {
            text-decoration: underline
        }

            .c-table th a:hover, .c-table2 th a:hover, .c-table td a:hover, .c-table2 td a:hover {
                text-decoration: none
            }

    .c-table th, .c-table2 th {
        font-weight: normal;
        white-space: nowrap
    }

    .c-table td, .c-table2 td {
        border: 1px solid #e5eafc
    }

.c-table2 {
    border: 1px solid #262934;
    border-width: 1px 0
}

    .c-table2 th {
        background-color: #e5eafc;
        white-space: normal
    }

    .c-table2 th, .c-table2 td {
        border: 1px solid #262934;
        border-width: 0 0 1px 0;
        padding: 1.2rem .5rem 1.2rem 1rem
    }

    .c-table2 tr:last-of-type th, .c-table2 tr:last-of-type td {
        border: none
    }

.c-table2_halfCont {
    width: 100%;
    max-width: 421px
}

.c-table2.is-multiColumns {
    table-layout: auto
}

    .c-table2.is-multiColumns tbody > tr td {
        width: calc(var(--contentsContainerWidth) / 2 - 134px);
        white-space: normal
    }

        .c-table2.is-multiColumns tbody > tr td[rowspan] {
            width: auto
        }

.c-table tr.is-selected th, .c-table2 tr.is-selected th, .c-table tr.is-selected td, .c-table2 tr.is-selected td {
    background: #FDF8E0
}

.c-table .l-innerTableWrap, .c-table2 .l-innerTableWrap {
    padding: 0
}

.c-table .l-innerTable, .c-table2 .l-innerTable {
    border: none;
    width: 100%
}

    .c-table .l-innerTable td, .c-table2 .l-innerTable td, .c-table .l-innerTable th, .c-table2 .l-innerTable th {
        border: none
    }

.c-table.l-listSearchResultsTable th, .l-listSearchResultsTable.c-table2 th, .c-table.l-listSearchResultsTable td, .l-listSearchResultsTable.c-table2 td {
    padding-right: 1rem;
    padding-left: 1rem
}

.c-table_error {
    background-color: rgba(255,0,0,0.15)
}

.l-modal {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .45s,opacity .2s;
    transition: visibility .45s,opacity .2s;
    position: relative;
    z-index: 500
}

    .l-modal.is-active {
        opacity: 1;
        visibility: visible
    }

.l-modal_layer {
    background-color: rgba(34,36,43,0.65);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500
}

.l-modal_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 510
}

.c-modalRadioBox {
    text-align: center;
    max-width: 876px
}

.c-modalRadioBox_txt {
    line-height: 1.6;
    padding: 10px 0 20px
}

.c-modalRadioBox-list {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-modalRadioBox-list_item {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .c-modalRadioBox-list_item + .c-modalRadioBox-list_item {
        margin-left: 20px
    }

.c-modalEdit {
    width: 100vw;
    max-width: 1000px;
    max-height: 95vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.9rem;
    background-color: #fff
}

.c-modalEdit_ttl {
    background-color: #7e88ad;
    border-radius: 0.4rem 0.4rem 0 0;
    font-weight: bold;
    color: #fff;
    padding: 1rem 2rem
}

.c-modalEdit_subttl {
    margin-bottom: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-modalEdit_inner {
    max-height: 65vh;
    overflow-y: auto;
    padding: 0 30px 1px 0
}

.c-modalEdit_inner_full {
    margin: -2rem -2.2rem 0
}

.c-modalEdit_textarea130 {
    height: 130px
}

.c-modalGallery {
    max-width: 876px;
    width: calc(100vw - 40px);
    max-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 0 20px
}

.c-modalGallery_view {
    width: 76.14155%;
    margin-right: auto;
    position: relative
}

    .c-modalGallery_view img {
        -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
        box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
        border-radius: 9px
    }

.c-modalGallery_viewNum {
    position: absolute;
    top: 1em;
    left: 1.5em
}

.c-modalGallery_thumb {
    width: 20.77625%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

    .c-modalGallery_thumb img {
        -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
        box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
        border-radius: 9px
    }

.c-modalGallery_thumbList {
    height: 100%;
    overflow-y: auto
}

    .c-modalGallery_thumbList::-webkit-scrollbar-track {
        background: none
    }

    .c-modalGallery_thumbList::-webkit-scrollbar-thumb {
        background-color: rgba(255,255,255,0.65)
    }

.c-modalGallery_thumbItem {
    position: relative;
    cursor: pointer
}

    .c-modalGallery_thumbItem + .c-modalGallery_thumbItem {
        margin-top: 10px
    }

.c-modalGallery_thumbNum {
    position: absolute;
    top: 0.5em;
    left: 0.5em
}

.c-modalGallerylocation {
    max-width: 742px;
    width: calc(100vw - 40px);
    max-height: 558px;
    position: relative
}

.c-modalGallerylocation_view {
    border-radius: 10px;
    overflow: hidden
}

    .c-modalGallerylocation_view > img {
        max-width: unset;
        width: 100%
    }

.c-modalGallerylocation .c-button-control {
    position: absolute;
    top: 3rem;
    left: 3rem
}

.c-modalGallerylocation .c-modal_close {
    position: absolute;
    right: 1.2rem;
    top: 1.2rem
}

.c-modalGallerylocation-info {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 1rem 2.7rem
}

.c-modalGallerylocation-info_inner {
    margin-left: auto;
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.4rem;
    position: relative;
    line-height: 1.8
}

.c-modalGallerylocation-info_num {
    position: absolute;
    top: 3px;
    left: -14px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 1.6rem;
    height: 1.6rem;
    background-color: #fff;
    color: #22242b;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1
}

.c-modalGalleryZoom {
    max-width: 742px;
    width: calc(100vw - 40px);
    max-height: 558px;
    position: relative
}

.c-modalGalleryZoom_view {
    border-radius: 10px;
    overflow: hidden
}

    .c-modalGalleryZoom_view > img {
        max-width: unset;
        width: 100%
    }

.c-modalGalleryZoom .c-button {
    position: absolute;
    top: 1.8rem;
    right: 1.7rem;
    background-color: #e5eafc
}

.c-modal_close {
    position: absolute;
    top: -20px;
    right: -80px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%
}

@media screen and (max-width: 1200px) {
    .c-modal_close {
        right: 30px;
        top: -60px
    }
}

.c-modal_close::before, .c-modal_close::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 5px;
    height: 60%;
    border-radius: 2px;
    background: #22242b
}

.c-modal_close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-modal_close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-modal_background {
    border-radius: 0.9rem;
    background-color: #fff;
    border: 0.5rem solid #fff
}

.c-modal_heading {
    background-color: #7e88ad;
    border-radius: 0.4rem 0.4rem 0 0;
    font-weight: bold;
    color: #fff;
    padding: 1rem 2rem
}

.c-modal_body {
    margin: 2rem 2.2rem 2rem
}

.c-modal_footer {
    margin: 3rem 2.2rem 2rem
}

.c-modal_error {
    margin: 0 30px 2em
}

.c-modal_text {
    margin: 0 0 2em
}

.c-modal_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-modal_button {
    max-width: 13.5rem;
    margin: 0 0.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-modal_buttons-large .c-modal_button {
    max-width: 15em
}

.c-modal_alert {
    min-width: 200px;
    text-align: center;
    padding: 2.5rem 5rem
}

.c-modal_confirm {
    min-width: 400px;
    padding: 1rem 1rem
}

.c-modal_textMargin {
    margin: .5em 0
}

.c-modal_errorText {
    color: #ff1a30
}

    .c-modal_errorText .u-list-disc > li {
        margin-top: .5em;
        margin-bottom: .5em
    }

.c-modal-table {
    width: 100%;
    border: 1px solid transparent
}

.c-modal-table_wrap {
    margin-top: 2rem;
    display: block;
    overflow-y: auto;
    max-height: 16rem
}

    .c-modal-table_wrap.is-notScroll {
        max-height: none;
        overflow-y: auto
    }

.c-modal-table thead th {
    border: none;
    border-right: 1px solid #fff;
    background-color: #e5eafc;
    padding: 0.8rem 0.6rem
}

    .c-modal-table thead th:last-child {
        border-right: none
    }

.c-modal-table th, .c-modal-table td {
    padding: 0.8rem 0.6rem
}

    .c-modal-table th.center, .c-modal-table td.center {
        text-align: center
    }

    .c-modal-table th.middle, .c-modal-table td.middle {
        vertical-align: middle
    }

.c-modal-table th {
    font-weight: normal;
    white-space: nowrap
}

.c-modal-table td {
    border: 1px solid #e5eafc
}

.c-modal-ttlCont {
    border-radius: 0.9rem;
    background-color: #fff;
    border: 0.5rem solid #fff;
    max-width: 742px
}

.c-modal-ttlCont_ttl {
    background-color: #7e88ad;
    border-radius: 0.4rem 0.4rem 0 0;
    font-weight: bold;
    color: #fff;
    padding: 1rem 2rem
}

.c-modalPhotoRequest {
    width: 100vw;
    max-width: 650px;
    max-height: 95vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.9rem;
    background-color: #fff
}

.c-modalPhotoRequest_caution {
    padding: 0;
    max-height: 65vh;
    overflow-y: auto
}

.c-modalPhotoRequest_deadline {
    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;
    margin: 3em 3em 3em
}

    .c-modalPhotoRequest_deadline dt {
        margin-right: 1em;
        font-weight: normal
    }

    .c-modalPhotoRequest_deadline input[type="date"] {
        width: 13em;
        padding: 1em 0 1em 1em
    }

.c-modalLandSearch {
    border-radius: 0.9rem;
    background-color: #fff;
    width: 64.8rem
}

.c-modalLandSearch_inner {
    padding: 0;
    overflow-y: auto;
    max-height: 65vh
}

.c-modalLandSearch_text {
    padding: 0 0 1.5em
}

.c-modalLandSearch_layerName {
    font-weight: bold
}

    .c-modalLandSearch_layerName:not(:first-child) {
        margin-top: 40px
    }

.c-modalLandSearch_table {
    max-height: 200px;
    overflow-y: auto
}

.c-modalCombinedWriting .c-form-input-withTextUnit {
    margin-top: 1.5rem
}

.c-modalCombinedWriting .c-modal_errorText {
    margin-top: .6rem
}

.c-modalCombinedWriting .u-table-fixedHight {
    max-height: 20rem
}

.c-modalCombinedWriting td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: -1px;
    background: #fff
}

.c-modalConfirm .c-modal_alert {
    text-align: left
}

.c-modalConfirm .c-form-radio_withText {
    display: block;
    margin: 1em 0
}

.c-modalConfirmWithTtl {
    border-radius: 0.9rem;
    background-color: #fff;
    min-width: 40rem
}

.c-modalConfirmWithTtl_inner {
    overflow-y: auto;
    max-height: 65vh
}

.c-modalConfirmWithTtl_ttl {
    background-color: #7e88ad;
    border-radius: 0.4rem 0.4rem 0 0;
    font-weight: bold;
    color: #fff;
    padding: 1rem 2rem
}

.c-modalConfirmWithTtl_txt {
    margin-bottom: 1em
}

.c-modalManagerSelect {
    text-align: center;
    max-width: 720px;
    width: 100vw
}

.c-modalManagerSelect_caution {
    font-size: 1.6rem;
    padding: 1em 0 2em
}

.c-modalManagerSelect_list {
    border: solid #e5eafc;
    border-width: 1px 0;
    max-height: 320px;
    overflow-y: auto
}

    .c-modalManagerSelect_list dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #e5eafc
    }

        .c-modalManagerSelect_list dl:last-child {
            border-bottom: none
        }

        .c-modalManagerSelect_list dl > * {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin: 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: left;
            font-weight: normal;
            padding: 1em 1em;
            font-size: 1.6rem
        }

.c-modalManagerSelect_buttons {
    padding: 1em 0
}

.c-dialog_closeBtn.u-circleBatsu {
    z-index: 1;
    position: absolute;
    right: 1.5rem;
    top: 1rem
}

    .c-dialog_closeBtn.u-circleBatsu:hover {
        background-color: #d9deef
    }

.c-dialog-label {
    position: relative;
    background: #fff;
    border-radius: 22px;
    width: 287px;
    padding: 13px 15px;
    -webkit-box-sizing: 0 3px 6px rgba(0,0,0,0.1);
    box-sizing: 0 3px 6px rgba(0,0,0,0.1);
    max-width: 550px;
    overflow-y: auto;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.3)
}

.c-dialog-label_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -4px;
    margin-bottom: 0.5em
}

.c-dialog-label_icon {
    margin: 4px 4px 0 0
}

    .c-dialog-label_icon span {
        pointer-events: none;
        padding: 0.15em 0.3em
    }

        .c-dialog-label_icon span > svg {
            margin-right: 0
        }

.c-dialog-label_memoHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .c-dialog-label_memoHeader dt {
        font-size: 1.4rem;
        margin-right: 1em;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .c-dialog-label_memoHeader dd {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

.c-dialog-label_memoBody {
    margin-top: 5px;
    line-height: 1.166;
    height: 4.8em;
    overflow-y: auto
}

    .c-dialog-label_memoBody p {
        height: 4.8em
    }

    .c-dialog-label_memoBody textarea {
        height: 4.8em
    }

.c-dialog-label_memoLine {
    width: 100%;
    height: 1px;
    border: none;
    border-top: 1px solid #7e88ad;
    margin: 8px 0
}

.c-dialog-label_memoButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 10px -8px 0 -7px
}

.c-dialog-label_memoButton {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 8px 0 7px;
    max-width: 120px
}

.c-dialog-label_data {
    font-size: 1.4rem;
    margin-top: 10px
}

    .c-dialog-label_data dd {
        margin-top: 3px
    }

.c-dialog-label_image {
    position: relative;
    width: 75%;
    margin: 0 auto;
    cursor: pointer
}

    .c-dialog-label_image::before {
        content: '';
        display: block;
        padding-top: 75%
    }

    .c-dialog-label_image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }

.c-dialog-range {
    position: relative;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    background-color: #fff;
    border-radius: 0.6rem;
    width: 188px;
    padding: 1.3rem 1.5rem 1.5rem
}

.c-dialog-range_ttl {
    font-weight: bold;
    padding-bottom: 2rem
}

.c-dialog-range-items_item + .c-dialog-range-items_item {
    margin-top: 1rem
}

.c-dialog-range_btn {
    margin: 1.5rem auto 0;
    display: block
}

.c-dialog-range_closeBtn.u-circleBatsu {
    z-index: 1;
    position: absolute;
    right: 1.5rem;
    top: 1rem
}

    .c-dialog-range_closeBtn.u-circleBatsu:hover {
        background-color: #d9deef
    }

.c-dialog-measurement {
    position: relative;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    background-color: #fff;
    border-radius: 0.6rem;
    display: inline-block;
    min-width: 200px;
    padding: 1.3rem 0 1rem
}

.c-dialog-measurement_ttl {
    padding: 0 4.5rem 1rem 1.5rem;
    font-weight: bold
}

.c-dialog-measurement-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-dialog-measurement-nav_item {
    width: 50%;
    text-align: center
}

    .c-dialog-measurement-nav_item > button {
        width: 100%;
        padding: .4em;
        color: #22242b;
        background-color: #E6E6E6
    }

        .c-dialog-measurement-nav_item > button:hover {
            background-color: #e5eafc
        }

    .c-dialog-measurement-nav_item.is-active > button {
        color: #fff;
        background-color: #22242b
    }

        .c-dialog-measurement-nav_item.is-active > button:hover {
            background-color: #52586f
        }

.c-dialog-measurement-result_header {
    padding: .5rem 1.5rem;
    font-size: 1.4rem
}

.c-dialog-measurement-result_num {
    background-color: #e5eafc;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 0.8rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 4.7rem
}

.c-dialog-measurement-result_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .7rem 2rem 0 1rem
}

.c-dialog-measurement_closeBtn.u-circleBatsu {
    z-index: 1;
    position: absolute;
    right: 1.5rem;
    top: 1rem
}

    .c-dialog-measurement_closeBtn.u-circleBatsu:hover {
        background-color: #d9deef
    }

.c-dialog-printRange {
    position: relative;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    background-color: #fff;
    border-radius: 0.6rem;
    width: 280px;
    padding: 22px 18px 20px
}

.c-dialog-printRange_ttl {
    font-weight: bold;
    padding-bottom: 1em
}

.c-dialog-printRange_sec {
    padding-bottom: 10px
}

    .c-dialog-printRange_sec + .c-dialog-printRange_sec {
        margin-top: 12px
    }

.c-dialog-printRange .c-form-select {
    margin-bottom: 1em
}

.c-dialog-printRange-list_item + .c-dialog-printRange-list_item {
    margin-top: 10px
}

.js-dialog {
    display: none
}

    .js-dialog.is-active {
        display: block
    }

.c-form-input {
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    border-radius: 0.6rem;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #7e88ad;
    padding-right: 1em;
    padding-left: 1em;
    background: #fff
}

    .c-form-input::-webkit-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-form-input:-ms-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-form-input::-ms-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-form-input::placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-form-input::-ms-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-form-input.date {
        width: 15rem;
        display: inline-block;
        vertical-align: middle
    }

    .c-form-input.short {
        width: 4em;
        display: inline-block;
        vertical-align: middle
    }

    .c-form-input.rounded {
        border-radius: 0.9rem
    }

    .c-form-input[type="date"] {
        padding-right: 0;
        padding-left: 0.25em;
        position: relative
    }

        .c-form-input[type="date"]:disabled {
            background: #22242b;
            pointer-events: none;
            background-color: #eee;
            color: rgba(34,36,43,0.35)
        }

        .c-form-input[type="date"]::-webkit-calendar-picker-indicator {
            position: absolute;
            width: 20px;
            height: 20px;
            opacity: 1;
            right: 0
        }

.c-form-input-numberRange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-form-input-numberRange_mark {
    display: inline-block;
    padding: 0 .45rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-form-input-numberRange_text {
    padding-right: 1em;
    padding-left: 1em;
    text-align: right
}

.c-form-input-withIconText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-form-input-withIconText_icon {
    margin-right: .8rem
}

    .c-form-input-withIconText_icon > svg {
        height: 2rem;
        width: 2rem
    }

.c-form-input-withIconText_text {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 2rem
}

.c-form-input-withIconText .c-form-input {
    height: 2.8rem
}

.c-form-input-search {
    position: relative;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    border-radius: 0.6rem
}

.c-form-input-search_icon {
    position: absolute;
    top: 50%;
    left: 0.8rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .c-form-input-search_icon > svg {
        width: 1.6rem;
        color: rgba(38,41,52,0.35)
    }

.c-form-input-search_input {
    background-color: #fff;
    width: 100%;
    padding: 0.45rem 1rem 0.35rem 3rem;
    border-radius: 0.6rem
}

    .c-form-input-search_input::-webkit-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-form-input-search_input:-ms-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-form-input-search_input::-ms-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-form-input-search_input::placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-form-input-search_input::-ms-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

.c-form-input-search.withBtn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .c-form-input-search.withBtn .c-form-input-search_input {
        border: solid #7e88ad;
        border-width: 1px 0 1px 1px;
        border-radius: 0.6rem 0 0 0.6rem
    }

    .c-form-input-search.withBtn .c-form-input-search_btn {
        white-space: nowrap;
        color: #fff;
        background-color: #262934;
        height: 100%;
        padding: 0 1.8rem;
        border-left: 1px solid #7e88ad;
        border-radius: 0 .6rem .6rem 0
    }

        .c-form-input-search.withBtn .c-form-input-search_btn:hover {
            background-color: #52586f;
            border-color: #52586f
        }

.c-form-input-withUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .c-form-input-withUnit .c-form-input {
        margin-right: .5rem;
        text-align: right
    }

.c-form-input-withUnit_unit {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.c-form-input-withTextUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-form-input-withTextUnit_input {
    margin-left: 1em
}

    .c-form-input-withTextUnit_input .c-form-input {
        width: 15rem;
        display: inline-block;
        margin-right: .5em;
        text-align: right
    }

    .c-form-input-withTextUnit_input .unit {
        vertical-align: bottom
    }

.c-form-checkbox-slide {
    display: inline-block;
    position: relative
}

    .c-form-checkbox-slide > [type='checkbox'] {
        position: absolute;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        opacity: 0
    }

        .c-form-checkbox-slide > [type='checkbox']:checked + .c-form-checkbox-slide_inner {
            background-color: #7e88ad
        }

            .c-form-checkbox-slide > [type='checkbox']:checked + .c-form-checkbox-slide_inner::after {
                -webkit-transform: translateX(100%);
                transform: translateX(100%)
            }

.c-form-checkbox-slide_inner {
    width: 2.4rem;
    height: 1.3rem;
    background-color: #d9deef;
    border: 1px solid #7e88ad;
    border-radius: 10rem;
    position: relative;
    z-index: 1;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

body.is-safari [type="checkbox"]:focus + .c-form-checkbox-slide_inner {
    outline: 2px solid #005FCC;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    outline-offset: 1px
}

body:not(.is-safari) [type="checkbox"]:focus-visible + .c-form-checkbox-slide_inner {
    outline: 2px solid #005FCC;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    outline-offset: 1px
}

.c-form-checkbox-slide_inner::after {
    position: absolute;
    display: block;
    z-index: 2;
    content: '';
    border-radius: 50%;
    border: 1px solid #7e88ad;
    background-color: #fff;
    left: -2px;
    top: -1px;
    width: 1.3rem;
    height: 1.3rem;
    -webkit-transition: .2s;
    transition: .2s
}

.c-form-radio {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    border: #262934 1px solid;
    border-radius: 100%;
    vertical-align: bottom;
    background: #fff
}

    .c-form-radio input[type='radio'] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        position: absolute;
        display: block;
        z-index: 2;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 65%;
        height: 65%;
        border-radius: 100%;
        background: #fff
    }

        .c-form-radio input[type='radio']:focus {
            outline: 2px solid #005FCC;
            outline-offset: 5px;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .c-form-radio input[type='radio']:checked {
            background: #262934
        }

        .c-form-radio input[type='radio']:disabled {
            pointer-events: none;
            -webkit-filter: grayscale(0.5);
            filter: grayscale(0.5);
            background: #ddd
        }

.c-form-radio_withText .c-form-radio {
    margin-right: 0.5em
}

.c-form-radioBox {
    display: inline-block;
    position: relative
}

.c-form-radioBox_inner {
    display: inline-block;
    border: 3px solid rgba(34,36,43,0.15);
    padding: 20px 16px;
    min-width: 220px;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer
}

body.is-safari input[type="radio"]:focus + .c-form-radioBox_inner {
    outline: 2px solid #005FCC;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    outline-offset: 1px
}

body:not(.is-safari) input[type="radio"]:focus-visible + .c-form-radioBox_inner {
    outline: 2px solid #005FCC;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    outline-offset: 1px
}

.c-form-radioBox input[type="radio"] {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0
}

    .c-form-radioBox input[type="radio"]:checked + .c-form-radioBox_inner {
        background-color: #e5eafc;
        border-color: #7e88ad
    }

.c-form-radioBox_txt {
    margin-bottom: 8px
}

.c-form-radioBox_num {
    font-size: 2.4rem
}

    .c-form-radioBox_num .num {
        font-size: 3.2rem;
        font-weight: bold
    }

.c-form-check {
    display: inline-block;
    vertical-align: middle
}

    .c-form-check input[type='checkbox'] {
        opacity: 0;
        position: absolute;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .c-form-check i {
        position: relative;
        width: 1.6rem;
        height: 1.6rem;
        display: inline-block;
        vertical-align: middle;
        border: #7e88ad 1px solid;
        background: #fff
    }

    .c-form-check span {
        display: inline-block;
        margin-left: 0.5em;
        vertical-align: middle
    }

    .c-form-check input[type='checkbox']:checked + i::before {
        content: '';
        position: absolute;
        width: 6px;
        height: 8px;
        border: 1.5px solid;
        border-color: transparent #22242b #22242b transparent;
        inset: 0 0 4px;
        margin: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .c-form-check.block {
        display: block
    }

    .c-form-check.withText > i {
        margin-right: 0.5em
    }

    .c-form-check input[type='checkbox']:disabled + i {
        pointer-events: none;
        -webkit-filter: grayscale(0.5);
        filter: grayscale(0.5);
        background: #ddd
    }

.c-form-buttonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.c-form-buttonList_item {
    width: 118px;
    margin: 0 1rem
}

.c-form-radioCheckList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-form-radioCheckList_item {
    line-height: 2.5rem
}

    .c-form-radioCheckList_item label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .c-form-radioCheckList_item:not(:last-of-type) {
        margin-right: 2rem
    }

    .c-form-radioCheckList_item .c-form-radio, .c-form-radioCheckList_item .c-form-check i {
        margin: -.1rem .6rem 0 0
    }

    .c-form-radioCheckList_item .c-form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

.c-form-range {
    cursor: pointer;
    background: #7e88ad;
    height: 2px;
    width: 100%;
    border-radius: 2px
}

    .c-form-range * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .c-form-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        background: #fff;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: 1px solid #7e88ad
    }

    .c-form-range::-moz-range-thumb {
        background: #fff;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: 1px solid #7e88ad
    }

    .c-form-range::-moz-focus-outer {
        border: 0
    }

.c-form-textarea {
    border: 1px solid #7e88ad;
    border-radius: 10px;
    width: 100%;
    background: #fff;
    line-height: 1.166;
    padding: 0.5em 0.833em
}

.c-form-select {
    position: relative;
    border-radius: 10px;
    background: #fff;
    display: block
}

    .c-form-select::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 0 9px 9px 0;
        background: #7e88ad;
        width: 30px
    }

    .c-form-select::after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        top: 26%;
        bottom: 0;
        right: 8px;
        margin: auto;
        border: transparent solid 8px;
        border-top-color: #fff;
        -webkit-transform: scale(0.8, 1);
        transform: scale(0.8, 1)
    }

.c-form-select_select {
    border: 1px solid #7e88ad;
    width: 100%;
    line-height: 1.166;
    padding: .3em 3em .3em 0.833em;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    height: 100%
}

.c-form-select.inBlock {
    display: inline-block;
    min-width: 30rem;
    max-width: 100%
}

.c-form-select.small .c-form-select_select {
    padding: 0.25em 3.5em 0.2em 0.833em
}

.c-block-layer {
    border-radius: 1.1rem;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.c-block-layer_ttl {
    background-color: #262934;
    color: #fff;
    padding: 0.5rem 1.3rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-block-layer_ttlDelCheck {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.5em
}

.c-block-layer_ttlLabel {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-block-layer_ttlToggle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0.5em;
    line-height: 1;
    font-size: 1px
}

.c-block-layer_cont {
    background-color: #e5eafc;
    padding: 0.8rem 1.3rem;
    line-height: 1.6
}

.c-block-layer.deleteMode {
    cursor: pointer
}

    .c-block-layer.deleteMode:hover::before, .c-block-layer.deleteMode:hover::after {
        position: absolute;
        display: inline-block;
        z-index: 2;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .c-block-layer.deleteMode:hover::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(38,41,52,0.6)
    }

    .c-block-layer.deleteMode:hover::after {
        content: '削除';
        padding-left: 2.2rem;
        font-weight: bold;
        color: #fff;
        background: url("../images/icons/icon-delete.svg") no-repeat left center;
        background-size: contain
    }

.c-block-layer.deleted::before, .c-block-layer.deleted::after {
    position: absolute;
    display: inline-block;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.c-block-layer.deleted::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(38,41,52,0.6)
}

.c-block-layer.deleted::after {
    content: '削除済み';
    color: #fff;
    font-weight: bold
}

.c-block-layer.sortMode .c-block-layer_ttl {
    position: relative
}

    .c-block-layer.sortMode .c-block-layer_ttl .c-button-sort {
        position: absolute;
        right: 1rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.c-numberCircle {
    width: 23px;
    height: 23px;
    text-align: center;
    background: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    border-radius: 100px;
    padding-top: 0.2em;
    font-size: 1.4rem
}

.c-headerLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    z-index: 300;
    visibility: hidden
}

    .c-headerLayer.is-active {
        visibility: visible
    }

.c-subAreaInformation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-subAreaInformation_heading {
    font-weight: bold;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 1em;
    font-size: 2rem
}

.c-subAreaInformation_button {
    margin-right: auto;
    font-weight: normal
}

.c-subAreaLayerName_buttons {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -6px
}

.c-subAreaLayerName_button {
    margin: 13px 6px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 108px
}

.c-subAreaLayerName_bottomButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.c-subAreaLayerName_bottomButton {
    margin-left: 6px
}

    .c-subAreaLayerName_bottomButton button {
        min-width: 7em
    }

    .c-subAreaLayerName_bottomButton.is-create {
        margin: 0 auto 0 0
    }

.c-subAreaLayerName_selectView {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .85em 0 0;
    border-top: 1px solid rgba(126,136,173,0.35)
}

.c-subAreaSetting {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -6px
}

.c-subAreaSetting_item {
    margin: 0 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-subAreaSetting-cont {
    padding-top: 20px
}

.c-subAreaSetting-labelCont_heading {
    border-bottom: 1px solid #7e88ad;
    padding-bottom: 0.5em
}

.c-subAreaSetting-labelCont-borderList_item {
    border-top: 1px solid #7e88ad
}

    .c-subAreaSetting-labelCont-borderList_item:first-of-type {
        border-top: none
    }

.c-subAreaSetting-labelCont-label {
    margin: 1em 0;
    display: block
}

.c-subAreaSetting-routeCont_selectWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0.9rem
}

.c-subAreaSetting-routeCont_selectLabel {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1em
}

.c-subAreaSetting-routeCont_selectSelector {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-subAreaSetting-routeCont_selectControl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1.1rem
}

.c-subAreaSetting-routeCont_selectButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .c-subAreaSetting-routeCont_selectButton li {
        margin-right: 0.5em
    }

    .c-subAreaSetting-routeCont_selectButton .u-button-icon > svg {
        width: 1rem;
        height: 1rem
    }

.c-subAreaSetting-routeCont_selectShow {
    margin-left: .5em;
    font-size: 1.4rem
}

.c-subAreaSetting-routeCont > .l-subArea-inBgColor {
    padding-top: 0.9rem;
    padding-bottom: 1.2rem
}

.c-subAreaSetting-routeCont_nameWrap {
    padding-bottom: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .c-subAreaSetting-routeCont_nameWrap .c-form-input {
        height: 2.4rem
    }

.c-subAreaSetting-routeCont_nameTtl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    margin-right: 1.2em
}

.c-subAreaSetting-routeCont-check_heading {
    font-size: 1.4rem;
    font-weight: normal;
    padding-bottom: 0.6em
}

.c-subAreaSetting-routeCont-check + .c-subAreaSetting-routeCont-check {
    padding-top: 1.6rem
}

.l-subArea-inBgColor + .c-subAreaSetting-routeCont-check {
    margin-top: 1.6rem
}

.c-subAreaSetting-routeCont-check_data .c-form-radio_withText {
    min-width: 12rem;
    display: inline-block
}

.c-subAreaSetting-routeCont > .c-form-input-withIconText {
    margin: 1.2rem 0
}

.c-subAreaSetting-routeCont_addressControl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.2em 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .c-subAreaSetting-routeCont_addressControl li {
        margin: 0 .5em
    }

    .c-subAreaSetting-routeCont_addressControl.flex-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

.c-subAreaSetting-routeCont_bottomWrap {
    padding-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 1.5rem;
    border-top: 1px solid #7e88ad
}

.c-subAreaSetting-routeCont_bottomButton {
    width: auto
}

.c-subAreaSetting-routeCont_buffer .txt {
    font-size: 1.4rem;
    margin-bottom: .5em
}

.c-subAreaSetting-routeCont_buffer .c-form-input-withUnit .c-form-input {
    width: 102px;
    height: 26px
}

.c-subAreaSetting-routeCont_buffer .c-form-input-withUnit .c-form-input-withUnit_unit {
    width: 1em
}

.c-subAreaSetting-colorCont-colorCoded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #7e88ad;
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

    .c-subAreaSetting-colorCont-colorCoded .c-form-select {
        width: 26.6rem
    }

.c-subAreaSetting-colorCont-usageGuide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-subAreaSetting-colorCont-transparent {
    width: 17rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .c-subAreaSetting-colorCont-transparent svg {
        width: 17px;
        color: #808080
    }

.c-subAreaSetting-colorCont-transparent_val {
    display: inline-block;
    margin-left: .3rem;
    margin-right: 1rem
}

.c-subAreaSetting-colorCont-list {
    padding: 1.5rem .5rem 0 1rem
}

.c-subAreaSetting-colorCont-list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.65rem
}

    .c-subAreaSetting-colorCont-list_item .u-button-icon {
        margin-left: .5rem
    }

        .c-subAreaSetting-colorCont-list_item .u-button-icon svg {
            margin-right: 0
        }

    .c-subAreaSetting-colorCont-list_item .c-form-input-numberRange_text, .c-subAreaSetting-colorCont-list_item .c-form-input, .c-subAreaSetting-colorCont-list_item .c-form-input-numberRange, .c-subAreaSetting-colorCont-list_item .c-form-select {
        width: 298px
    }

        .c-subAreaSetting-colorCont-list_item .c-form-select select {
            padding-right: 2em;
            padding-left: 1em
        }

.c-subAreaSetting-colorCont-list_colorBtn {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #e5eafc;
    margin-right: .6rem
}

.c-subAreaSetting-colorCont-list_label {
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    border-radius: 0.6rem;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding-right: 1em;
    padding-left: 1em;
    width: 298px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .c-subAreaSetting-colorCont-list_label::-webkit-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-subAreaSetting-colorCont-list_label:-ms-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-subAreaSetting-colorCont-list_label::-ms-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-subAreaSetting-colorCont-list_label::placeholder {
        color: rgba(38,41,52,0.35)
    }

    .c-subAreaSetting-colorCont-list_label::-ms-input-placeholder {
        color: rgba(38,41,52,0.35)
    }

.c-subAreaAreaSearchWindow {
    margin: -14px -30px;
    padding: 14px 30px;
    background-color: #e5eafc
}

.c-subAreaAreaSearchWindow_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5em 0 1.5em
}

.c-subAreaAreaSearchWindow_heading {
    margin-right: 1em
}

.c-subAreaAreaSearchWindow_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 12px
}

.c-subAreaAreaSearchWindow_label {
    width: 3.5em;
    padding-top: 0.25em;
    font-weight: normal
}

.c-subAreaAreaSearchWindow_data {
    width: calc(100% - 3.5em)
}

.c-subAreaAreaSearchWindow_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px solid #7e88ad;
    padding: 20px 0
}

.c-subAreaAreaSearchWindow_button {
    max-width: 118px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 6px
}

.c-subAreaAreaSearch_headerInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.c-subAreaAreaSearch_heading {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 10px
}

.c-subAreaAreaSearch_buttons {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.c-subAreaAreaSearch_button {
    margin: 10px 0 0 4px
}

.c-subAreaAreaSearch_table {
    margin-top: 14px
}

    .c-subAreaAreaSearch_table table {
        table-layout: auto
    }

    .c-subAreaAreaSearch_table th {
        max-width: 210px
    }

    .c-subAreaAreaSearch_table td {
        white-space: nowrap
    }

        .c-subAreaAreaSearch_table td > span {
            display: block;
            white-space: normal
        }

        .c-subAreaAreaSearch_table td.check {
            position: -webkit-sticky;
            position: sticky;
            left: 0;
            background: #fff
        }

        .c-subAreaAreaSearch_table th.check, .c-subAreaAreaSearch_table td.check, .c-subAreaAreaSearch_table td.no {
            vertical-align: middle;
            text-align: center
        }

        .c-subAreaAreaSearch_table td.address p {
            white-space: normal;
            min-width: 150px;
            max-width: 200px
        }

        .c-subAreaAreaSearch_table td.address a {
            display: inline-block;
            white-space: normal;
            min-width: 150px
        }

            .c-subAreaAreaSearch_table td.address a.is-wide {
                max-width: 265px
            }

.c-subAreaNewAgricultural {
    margin-top: 1rem
}

.c-subAreaNewAgricultural-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-subAreaNewAgricultural-item_name {
    width: 8rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: normal
}

.c-subAreaNewAgricultural-item_data {
    width: calc(100% - 8rem)
}

.c-subAreaNewAgricultural-item .c-form-textarea {
    resize: none;
    height: 5.3rem
}

.c-subAreaNewAgricultural-item + .c-subAreaNewAgricultural-item {
    margin-top: 1.6rem
}

.c-subAreaNewAgricultural-textLinks {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-subAreaNewAgricultural-textLinks_item {
    margin: .5em 1em
}

.c-subAreaMapAction_header {
    border-bottom: 1px solid #22242b;
    padding: .6rem 0 1rem;
    font-weight: bold
}

.c-subAreaMapAction_btns {
    margin-top: 2.2rem
}

.c-subAreaMapAction_btn + .c-subAreaMapAction_btn {
    margin-top: 1.5rem
}

.c-subAreaMapAction_btn .c-button {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-paging_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-paging li {
    margin-left: 5px
}

    .c-paging li:first-child {
        margin-left: 0
    }

.c-paging a, .c-paging span {
    min-width: 2.4em;
    height: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    font-size: 1.2rem
}

    .c-paging a:hover, .c-paging span:hover {
        background-color: #ddd
    }

.c-paging svg {
    width: 1.6em;
    height: 1.6em
}

.c-paging .is-current a, .c-paging .is-current span {
    background: #7e88ad;
    color: #fff;
    pointer-events: none
}

.c-textFrame {
    background: #fff;
    border: 1px solid #7e88ad;
    padding: 1rem 2rem
}

.c-textFrame-caution {
    color: #F23B3B;
    border-color: #F23B3B
}

.c-level1-heading {
    font-size: 2rem
}

.c-level2-heading {
    font-size: 1.8rem
}

.c-level3-heading {
    font-size: 1.6rem
}

.c-button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-button-list_item:not(:last-of-type) {
    margin: 0 1rem 0 0
}

.c-footerButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px 0;
    margin: 0
}

.c-footerButtons_item {
    margin: 0 10px;
    min-width: 135px
}

.c-editFormTable table {
    height: 100%
}

.c-editFormTable .c-editFormTable_thItem {
    vertical-align: top
}

    .c-editFormTable .c-editFormTable_thItem .c-tag {
        margin-top: .6rem
    }

.c-editFormTable_thItem {
    height: 100%
}

    .c-editFormTable_thItem > p {
        white-space: normal
    }

    .c-editFormTable_thItem textarea {
        height: 9rem;
        line-height: 1.3
    }

.c-editFormTable_thEditWrap {
    margin: -3px 0 0 -5px
}

.c-editFormTable_thItembtnArea {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .c-editFormTable_thItembtnArea .c-button-sort svg {
        color: #22242b
    }

.c-editFormTable_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-bottom: -1rem
}

.c-editFormTable_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    width: calc(100% / 3);
    padding-right: 1.5rem;
    padding-bottom: 1rem
}

    .c-editFormTable_item .c-form-radio_withText {
        border-radius: 6px;
        border: 1px solid rgba(126,136,173,0.35);
        display: block;
        padding: 1rem 1.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .c-editFormTable_item .c-form-radio_withText:hover {
            background-color: rgba(229,234,252,0.5)
        }

        .c-editFormTable_item .c-form-radio_withText .c-form-radio {
            -ms-flex-negative: 0;
            flex-shrink: 0
        }

    .c-editFormTable_item .c-button-plusText {
        background-color: rgba(0,0,0,0.05);
        padding: .6rem 1.2rem;
        border: none;
        width: 100%
    }

        .c-editFormTable_item .c-button-plusText:hover {
            background-color: #e5eafc
        }

.c-editFormTable_item_input {
    padding: .6rem 1.2rem;
    background-color: rgba(0,0,0,0.05);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .c-editFormTable_item_input .c-form-input {
        height: 2.4rem
    }

    .c-editFormTable_item_input .u-button-icon {
        margin-left: .9rem
    }

        .c-editFormTable_item_input .u-button-icon svg {
            margin-right: 0
        }

.c-editFormTable_explanation {
    margin-bottom: 1em;
    white-space: normal
}

.c-memo {
    border: 1px solid #7e88ad;
    border-radius: 6px;
    padding: 9px
}

.c-memo_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-memo_edit {
    width: 90px
}

    .c-memo_edit svg {
        width: 16px;
        height: 16px;
        margin: -2px 0 -3px -2px
    }

.c-memo_date {
    margin-left: 1em;
    font-size: 1.4rem
}

.c-memo_name {
    margin-left: 2em
}

.c-memo_text {
    white-space: normal
}

.c-memo_delete {
    margin-left: auto;
    width: 3em
}

.c-memo_deleteButton {
    width: 20px;
    padding: 0 2px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.c-photoList_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-photoList_all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(34,36,43,0.25);
    margin-left: 20px;
    padding-left: 20px
}

.c-photoList_allButton {
    margin-left: 10px
}

.c-photoList_listWrap {
    margin-top: 20px;
    width: 100%;
    overflow-x: auto
}

.c-photoList_list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap
}

.c-photoList_item {
    width: 170px
}

    .c-photoList_item + .c-photoList_item {
        margin-left: 24px
    }

.c-photoList_itemHeader {
    position: relative
}

.c-photoList_itemBody {
    font-size: 1.4rem
}

.c-photoList_thumb {
    border-radius: 6px;
    border: 1px solid #7e88ad
}

    .c-photoList_thumb img {
        border-radius: 5px
    }

.c-photoList_check {
    position: absolute;
    top: 10px;
    left: 10px
}

.c-photoList_delete {
    position: absolute;
    top: 6px;
    right: 6px
}

    .c-photoList_delete button {
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 100%;
        text-align: center
    }

        .c-photoList_delete button:disabled {
            opacity: 1;
            color: rgba(34,36,43,0.2)
        }

    .c-photoList_delete svg {
        width: 20px
    }

.c-photoList_dataWrap {
    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;
    margin-top: 10px
}

.c-photoList_number {
    border: 1px solid currentColor;
    color: rgba(34,36,43,0.5);
    width: 2em;
    height: 2em;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.3em
}

.c-photoList_name {
    text-align: center;
    margin-top: 0.45em
}

.c-photoList_source {
    text-align: center;
    margin-top: 0.45em
}

.c-photoList_map {
    text-align: center;
    padding: .65em 0 1.5em
}

.c-sliderToggleButton {
    margin-left: -20px;
    width: 80px;
    background: #22242b;
    margin-top: 20px;
    height: 54px;
    border-radius: 0 8px 8px 0;
    border: 1px solid rgba(255,255,255,0.5);
    border-left: none;
    position: relative;
    color: #fff;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap
}

    .c-sliderToggleButton i {
        inset: 0;
        margin: auto;
        width: 21px;
        height: 20px;
        position: absolute;
        overflow: hidden;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        color: #fff
    }

        .c-sliderToggleButton i::before {
            content: "";
            position: absolute;
            inset: 0 0 0 7px;
            border: 10px solid transparent;
            border-left-color: currentColor;
            -webkit-transform: scale(1.4, 1);
            transform: scale(1.4, 1);
            -webkit-transform-origin: left center;
            transform-origin: left center
        }

        .c-sliderToggleButton i::after {
            content: "";
            height: 20px;
            width: 3px;
            background: currentColor;
            position: absolute;
            top: 0;
            left: 0
        }

    .c-sliderToggleButton.is-active i {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
        color: #7e88ad
    }

.c-line-base {
    border: none;
    border-bottom: 1px solid #22242b;
    opacity: .15;
    margin: 5rem 0 3.5rem
}

.c-printRange {
    position: relative;
    z-index: 0;
    top: 8%;
    left: 8%;
    width: 90%;
    height: 88%
}

    .c-printRange::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        z-index: 1;
        border: 4px dashed #fff;
        -webkit-filter: drop-shadow(2px 2px 0 #22242b);
        filter: drop-shadow(2px 2px 0 #22242b)
    }

.c-printRange_ttl {
    position: absolute;
    z-index: 5;
    top: -10px;
    left: -10px;
    font-weight: bold;
    background-color: #fff;
    padding: 8px 14px;
    display: inline-block;
    -webkit-box-shadow: 2px 2px #22242b;
    box-shadow: 2px 2px #22242b
}

.c-printRange-usageGuide {
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
    background-color: #fff;
    border: 5px solid #fff;
    width: 210px
}

.c-printRange-usageGuide_ttl {
    background-color: #22242b;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px
}

.c-printRange-usageGuide_inner {
    padding: 15px 5px
}

.c-printRange-usageGuide-list {
    margin-top: 18px;
    font-size: 1.4rem
}

.c-printRange-usageGuide-list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .c-printRange-usageGuide-list_item + .c-printRange-usageGuide-list_item {
        margin-top: 8px
    }

.c-printRange-usageGuide-list_colorIcon {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    margin-right: 5px
}

.c-printRange-labelBox {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    max-width: calc(100% - 40px);
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 1.4rem
}

.c-printRange .c-dialog-printRange {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.c-copylight {
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-block;
    background-color: rgba(34,36,43,0.45);
    padding: 7px 9px
}

    .c-copylight > a {
        color: #fff;
        font-size: 1.4rem;
        text-decoration: underline
    }

        .c-copylight > a:hover {
            color: #22242b
        }

.c-buttonWithMapPin {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    margin: 0 0 0 auto;
    padding: 0 0 0 1rem;
    white-space: nowrap
}

    .c-buttonWithMapPin .icon.mapPin {
        width: 2.2rem;
        margin: 0 0 0 1rem
    }

.c-borderListDouble {
    margin: -12px 0
}

.c-borderListDouble-item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0
}

.c-borderListDouble-item:first-of-type {
    padding-top: 0
}

.c-borderListDouble-item:last-of-type {
    padding-bottom: 0
}

.c-borderListDouble-item + .c-borderListDouble-item {
    border-top: 1px solid rgba(34,36,43,0.15)
}

.c-borderListDouble-item_cont {
    width: 50%
}

    .c-borderListDouble-item_cont + .c-borderListDouble-item_cont {
        margin-left: 10px
    }

.c-lineContList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    margin: -3.5px
}

    .c-lineContList > li {
        position: relative;
        display: inline-block;
        background-color: rgba(34,36,43,0.05);
        border-radius: 6px;
        border: 1px solid rgba(34,36,43,0.25);
        padding: 5px 30px 6px 10px;
        margin: 3.5px
    }

        .c-lineContList > li .c-button-icon {
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: rgba(34,36,43,0.3)
        }

            .c-lineContList > li .c-button-icon > svg {
                width: 11.5px
            }

.c-loader {
    position: fixed;
    inset: 0;
    background: rgba(34,36,43,0.45);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: -1;
    font-size: 1.8rem
}

    .c-loader.is-active {
        opacity: 1;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
        z-index: 750
    }

.c-loader_inner {
    background: #000;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1rem;
    padding: .85em 1.8em .85em 1.25em;
    -webkit-box-shadow: 0 0 14px rgba(34,36,43,0.15);
    box-shadow: 0 0 14px rgba(34,36,43,0.15)
}

.c-loader_icon {
    width: 42px;
    height: 42px;
    border: 4px solid rgba(126,136,173,0.2);
    border-radius: 50%;
    border-top-color: #7e88ad;
    -webkit-animation: spin 1.35s linear infinite;
    animation: spin 1.35s linear infinite
}

.c-loader_text {
    margin-left: 1.2em
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.c-tag {
    border-radius: 3px;
    background-color: #fff;
    color: #22242b;
    font-size: 1.4rem;
    padding: .2em .2em .15em;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-top: 0.5em;
    white-space: normal;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    .c-tag.caution {
        background-color: #F23B3B;
        color: #fff
    }

    .c-tag.inline {
        display: inline-block;
        margin-top: 0;
        margin-left: .5rem
    }

.c-tag-required {
    background-color: #ff1a30;
    color: #fff;
    padding-right: 0;
    padding-left: 0;
    min-width: 3.4em;
    text-align: center
}

.l-appPreview {
    font-size: 14px
}

.l-appPreview_inner {
    background: #fff;
    overflow-y: scroll;
    width: 414px;
    height: 90vh
}

.l-appPreview_close .c-modal_close {
    top: 0;
    right: -80px
}

.l-appPreviewHeader {
    background: #0077C1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 9.17874% 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    font-size: 20px;
    z-index: 10
}

.l-appPreviewHeader_heading {
    margin: 0
}

.l-appPreviewHeader_number {
    margin: 0
}

.l-appPreviewSection {
    margin: 20px 9.17874%;
    border: 1px solid #DBDBDB;
    background: #000;
    background: #F8F9FA;
    border-radius: 6px
}

    .l-appPreviewSection + .l-appPreviewSection {
        margin-top: 10px
    }

.l-appPreviewSection_header {
    background: #DFDFDF;
    width: calc(100% + 2px);
    margin: -1px -1px 0;
    border-radius: 6px 6px 0 0;
    line-height: 1;
    padding: 9px 15px;
    font-size: 16px;
    cursor: default;
    position: relative
}

    .l-appPreviewSection_header::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border: 1px solid #22242b;
        border-radius: 100%;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .l-appPreviewSection_header::after {
        content: "";
        width: 6px;
        height: 6px;
        border: 6px solid transparent;
        border-bottom-color: #22242b;
        position: absolute;
        top: 0;
        bottom: 8px;
        right: 17px;
        margin: auto;
        -webkit-transform: scale(0.6, 1);
        transform: scale(0.6, 1)
    }

.l-appPreviewFooter {
    position: -webkit-sticky;
    position: sticky;
    bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F5F5F5;
    border-top: 2px solid #dbdbdb;
    padding: 10px 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10
}

.l-appPreviewFooter_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 148px;
    margin: 0 12px
}

.l-appPreviewFooter_button {
    border: 1px solid #DBDBDB;
    background: #fff;
    font-size: 18px;
    width: 100%;
    height: 38px;
    text-align: center;
    border-radius: 6px;
    cursor: default
}

    .l-appPreviewFooter_button.is-primary {
        background: #913DBE;
        background-color: #913DBE;
        color: #fff
    }

.l-appPreviewContents {
    font-size: 14px
}

.l-appPreviewContents_heading {
    background: #DBDBDB;
    padding: 4px 15px;
    font-weight: normal;
    margin-top: 1px
}

.is-info .l-appPreviewContents_heading {
    background: #C6C6C6;
    margin-top: 0
}

.l-appPreviewContents_data {
    padding: 10px 15px 20px
}

.is-info .l-appPreviewContents_data {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px
}

.l-appPreviewContents_comment {
    font-size: 1.2rem;
    line-height: 1.666;
    margin-bottom: 1em
}

.l-appPreviewContents_required {
    font-size: 1.2rem;
    margin-left: 0.5em
}

.l-appPreviewContents_bottomLink {
    border-top: 1px solid #DBDBDB
}

    .l-appPreviewContents_bottomLink span {
        display: block;
        padding: 8px 15px;
        text-align: center;
        text-decoration: underline
    }

.l-appPreviewLabel-heading_data {
    font-size: 1.2rem;
    line-height: 1.666
}

.l-appPreviewLabel-contents {
    margin: -5px 15px 20px;
    background: #fff;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 1.2rem;
    font-weight: normal
}

.l-appPreviewLabel-heading + .l-appPreviewLabel-contents {
    margin-top: -10px
}

.l-appPreviewLabel-contents_heading {
    font-weight: normal
}

.l-appPreviewLabel-contents_data {
    line-height: 1.666;
    margin-top: 0.5em
}

.l-appPreviewRadios_item + .l-appPreviewRadios_item {
    margin-top: 10px
}

.c-appPreviewRadio {
    position: relative
}

    .c-appPreviewRadio input {
        position: absolute;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        opacity: 0
    }

    .c-appPreviewRadio i {
        border: 1px solid #913DBE;
        display: block;
        border-radius: 9px;
        padding: 5px 10px;
        text-align: center;
        font-style: normal;
        cursor: pointer
    }

    .c-appPreviewRadio input:checked + i {
        background: #913DBE;
        color: #fff
    }

.c-appPreviewSelectBox {
    position: relative;
    border: 1px solid #913DBE;
    border-radius: 6px;
    background: #fff;
    height: 28px
}

    .c-appPreviewSelectBox::before {
        content: "";
        border-radius: 0 6px 6px 0;
        height: 28px;
        width: 28px;
        background: #913DBE;
        position: absolute;
        top: -1px;
        right: 0
    }

    .c-appPreviewSelectBox::after {
        content: "";
        width: 6px;
        height: 6px;
        border: 6px solid transparent;
        border-top-color: #fff;
        position: absolute;
        top: 10px;
        right: 8px;
        bottom: 0;
        margin: auto;
        -webkit-transform: scale(1, 1.5);
        transform: scale(1, 1.5)
    }

    .c-appPreviewSelectBox select {
        width: 100%;
        height: 100%;
        padding-right: 30px;
        padding-left: 10px;
        position: relative;
        z-index: 1
    }

.c-appPreviewInput {
    border: 1px solid #913DBE;
    border-radius: 6px;
    background: #fff;
    height: 28px;
    width: 100%;
    padding: 0 10px
}

.p-error {
    height: 100%;
    width: 100%;
    background-color: rgba(126,136,173,0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 5px solid #e5eafc;
    padding: 50px 25px
}

.p-error_inner {
    background: #fff;
    border: 2px solid #e5eafc;
    -webkit-box-shadow: 0 2px 10px #e5eafc;
    box-shadow: 0 2px 10px #e5eafc;
    border-radius: 20px;
    max-width: 1000px;
    width: 80%;
    max-height: 90vh;
    padding: 2rem 6rem;
    overflow-y: auto
}

.p-error_ttl {
    font-size: 5.8rem;
    letter-spacing: 0.05em;
    font-family: Helvetica, Arial, "メイリオ","Meiryo","ＭＳ ゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
    color: #7e88ad;
    padding: .5em 0;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

.p-error_lead {
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #7e88ad;
    margin-top: 1rem
}

.p-error_data {
    letter-spacing: 0.05em;
    line-height: 1.8;
    border-top: 2px solid #e5eafc;
    padding: 1em 0 0;
    margin-bottom: 2em;
    font-size: 18px
}

    .p-error_data p {
        padding-top: 1em;
        font-size: inherit
    }

    .p-error_data ul {
        margin-left: 1.5em;
        list-style: disc;
        margin: 1em 0 1em 1.5em;
        font-size: inherit
    }

    .p-error_data li {
        margin-top: 0.65em;
        font-size: inherit
    }

    .p-error_data dl {
        margin: 1.5em 0;
        font-size: inherit
    }

    .p-error_data dt {
        font-size: inherit
    }

        .p-error_data dt:not(:first-child) {
            margin-top: 0.5em
        }

    .p-error_data dd {
        font-size: inherit
    }

    .p-error_data a {
        text-decoration: underline;
        color: #7e88ad
    }

        .p-error_data a:hover {
            color: #50566c;
            text-decoration: none
        }

.p-error_link {
    margin: 3em 0 2rem
}

.u-button-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .u-button-icon > svg {
        width: 1.7rem;
        margin-right: 0.5rem;
        color: inherit
    }

.u-button-bold {
    border-width: 2px
}

.u-button-transparent {
    background-color: transparent
}

    .u-button-transparent:hover {
        background-color: rgba(255,255,255,0.5)
    }

.u-icon-fit {
    font-size: 1px;
    line-height: 1
}

    .u-icon-fit svg {
        vertical-align: bottom
    }

.u-circleBatsu {
    position: relative;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px #262934 solid;
    border-radius: 50%
}

    .u-circleBatsu::before, .u-circleBatsu::after {
        content: '';
        position: absolute;
        display: block;
        width: 2px;
        height: 90%;
        background-color: #262934;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .u-circleBatsu::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }

.u-text-bold {
    font-weight: bold
}

.u-text-caution {
    color: #F23B3B
}

.u-text-primary {
    color: #7e88ad
}

.u-text-link {
    font-weight: bold;
    text-decoration: underline
}

    .u-text-link:hover {
        opacity: .3
    }

.u-mg-top10 {
    margin-top: 1rem
}

.u-mg-btm10 {
    margin-bottom: 1rem
}

.u-lineHight-fit {
    line-height: 1
}

.u-lineHight-base {
    line-height: 1.2
}

.u-lineHight-middle {
    line-height: 1.6
}

.u-border-caution {
    border-color: #F23B3B
}

.u-text-defaultSize {
    font-size: 1.6rem
}

.u-tableSticky-left {
    position: -webkit-sticky;
    position: sticky;
    left: -1px;
    background: #fff;
    z-index: 50
}

.u-tableSticky-topLeft {
    position: -webkit-sticky;
    position: sticky;
    left: -1px;
    top: -1px;
    background: #fff;
    z-index: 60
}

.u-tableSticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    background: #fff;
    z-index: 50
}

.u-cellBreakWrap {
    width: 200px;
    white-space: normal
}

.u-cellBreak {
    white-space: normal
}

.u-table-fixedHight {
    max-height: 350px
}

.u-disabled {
    pointer-events: none;
    background-color: #eee;
    border-color: #ccc
}

.u-list-decimal > li {
    list-style: decimal;
    margin-left: 1.6em
}

.u-list-disc > li {
    list-style: disc;
    margin-left: 1.6em
}

.u-w40percent {
    width: 40%
}

.u-fh275 {
    height: 275px
}

.l-globalHeader {
    background: #22242b;
    color: #fff;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1)
}

.l-globalHeader-full {
    background: #22242b;
    color: #fff;
    height: 73px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1)
}

.c-navi-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.5em
}

.c-navi-main_item {
    height: 100%;
    position: relative;
    cursor: pointer
}

.c-navi-main_heading {
    height: 100%;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.5em
}

    .c-navi-main_heading span {
        padding: 0.25em 0;
        position: relative
    }

li:hover .c-navi-main_heading span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff
}

.c-navi-main_submenu {
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    color: #333;
    min-width: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .1s,visibility .1s;
    transition: opacity .1s,visibility .1s;
    -webkit-box-shadow: rgba(0,0,0,0.1);
    box-shadow: rgba(0,0,0,0.1)
}

li:hover .c-navi-main_submenu {
    visibility: visible;
    opacity: 1
}

.c-navi-full {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 30px;
    height: 100%
}

.c-navi-full_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-top: 5px;
    height: 100%
}

    .c-navi-full_inner > button, .c-navi-full_inner > a {
        margin-right: 2rem
    }

.c-navi-full-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-top: 5px;
    height: 100%
}

.c-navi-full-between_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

    .c-navi-full-between_inner > button, .c-navi-full-between_inner > a {
        margin-right: 2rem
    }

.c-navi-full_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-navi-full_heading {
    font-size: 2rem;
    padding-bottom: 0.17em;
    letter-spacing: 0.1em
}

.c-navi-submenu_item > a, .c-navi-submenu_item > p {
    padding: 1em 0.8em;
    display: block
}

.c-navi-submenu_item:hover {
    background: #e5eafc
}

.c-navi-submenu_child {
    position: absolute;
    left: 100%;
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 50vw;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .1s,visibility .1s;
    transition: opacity .1s,visibility .1s;
    border: 1px solid #e5eafc;
    max-height: 440px;
    overflow-y: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.c-navi-submenu_item:hover .c-navi-submenu_child {
    visibility: visible;
    opacity: 1
}

.c-navi-submenu_childItem a {
    padding: 0 0.8em 0 calc(1em - 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    width: 100%;
    border-bottom: 2px solid #e5eafc;
    position: relative;
    padding-right: 34px
}

    .c-navi-submenu_childItem a:hover {
        background: #e5eafc
    }

.c-navi-submenu_childItem i {
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% + 1px);
    background: #e5eafc;
    width: 25px;
    border-bottom: 1px solid #fff
}

    .c-navi-submenu_childItem i svg {
        width: 12px;
        height: 12px;
        position: absolute;
        inset: 0;
        margin: auto
    }

.c-navi-submenu_smallList {
    background: #fff;
    font-size: 1.4rem;
    padding: 0 0.93em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 20em;
    overflow-y: auto;
    margin: 10px 0
}

    .c-navi-submenu_smallList a {
        text-decoration: underline;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 2em
    }

        .c-navi-submenu_smallList a:hover {
            text-decoration: none
        }

.c-navi-acount {
    margin-left: auto;
    position: relative
}

.c-navi-acount_heading {
    height: 100%;
    padding: 8px 10px 0;
    margin-right: 20px;
    color: #fff
}

.c-navi-acount:hover .c-navi-acount_heading {
    color: #e5eafc
}

.c-navi-acount_data {
    position: absolute;
    top: 100%;
    right: 20px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    background: #e5eafc;
    color: #333;
    padding-top: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .1s,visibility .1s;
    transition: opacity .1s,visibility .1s
}

.c-navi-acount:hover .c-navi-acount_data {
    visibility: visible;
    opacity: 1
}

.c-navi-acount_block {
    padding: 8px 16px;
    border-bottom: 1px solid #fff
}

    .c-navi-acount_block > dt {
        font-size: 1.4rem;
        font-weight: normal
    }

    .c-navi-acount_block > dd {
        margin-top: 0.45em
    }

.c-navi-acount_logout {
    padding: 10px 12px;
    text-align: center;
    max-width: 120px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto
}

.l-container {
    height: 100%;
    padding-top: 50px
}

    .l-container.full {
        padding-top: 73px
    }

.l-container_header {
    height: 50px;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 350
}

    .l-container_header.full {
        height: 73px
    }

.l-container_body-map {
    height: 100%
}

.l-container_body-full {
    width: 100%;
    padding-bottom: 60px
}

.l-container_footer-full {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #e5eafc;
    z-index: 100
}

.l-container_map {
    height: 100%;
    position: relative;
    overflow: hidden
}

.l-container_sub {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    width: 470px;
    background: #fff;
    -webkit-transition: -webkit-transform .45s;
    transition: -webkit-transform .45s;
    transition: transform .45s;
    transition: transform .45s, -webkit-transform .45s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

    .l-container_sub.is-active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .l-container_sub .c-dialog-range {
        position: absolute;
        left: calc(100% + 100px);
        bottom: 20px
    }

    .l-container_sub .c-dialog-measurement {
        position: absolute;
        left: calc(100% + 100px);
        bottom: 214px
    }

.l-inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 30px
}

.l-inner-modal {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 2rem
}

.l-map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/dammy/map.jpg) no-repeat center/cover
}

    .l-map.is-graph {
        background-image: url(../images/dammy/map_graph.png)
    }

.l-mapControl-leftTop {
    position: absolute;
    top: 20px;
    left: calc(100% + 30px)
}

.l-mapControl-leftTop_input {
    width: 230px
}

.l-mapControl-leftTop_scale {
    margin-top: 13px
}

.l-mapControl-leftBottom {
    position: absolute;
    bottom: 20px;
    left: calc(100% + 20px)
}

.l-mapControl-leftBottom_item + .l-mapControl-leftBottom_item {
    margin-top: 6px
}

.l-mapControl-leftBottom_item--mapSelect {
    position: relative
}

.l-mapControl-leftBottom_tooltip {
    position: absolute;
    left: calc(100% + 8px);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    line-height: 1;
    padding: .65em 1em;
    background: #22242b;
    top: -.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    border-radius: 6px;
    font-style: normal;
    visibility: hidden;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: visibility .2s,opacity .2s,-webkit-transform .2s;
    transition: visibility .2s,opacity .2s,-webkit-transform .2s;
    transition: transform .2s,visibility .2s,opacity .2s;
    transition: transform .2s,visibility .2s,opacity .2s,-webkit-transform .2s;
    opacity: 0;
    color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(255,255,255,0.35);
    box-shadow: 0 0 4px rgba(255,255,255,0.35)
}

    .l-mapControl-leftBottom_tooltip::before {
        content: "";
        width: 8px;
        height: 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 8px transparent;
        border-right-color: #22242b;
        position: absolute;
        left: -16px;
        top: 2.4rem;
        -webkit-transform: scale(1, 0.65);
        transform: scale(1, 0.65)
    }

li:hover .l-mapControl-leftBottom_tooltip {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.l-mapControl-leftBottom_tooltip li button {
    display: block;
    padding: .85em .15em;
    min-width: 8em
}

    .l-mapControl-leftBottom_tooltip li button:hover {
        opacity: .65
    }

.l-mapControl-leftBottom_tooltip li + li {
    border-top: 1px solid rgba(255,255,255,0.15)
}

.l-mapControl-leftBottom_button {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-color: #E8E8E8;
    color: #252832;
    box-shadow: 0 0 4px 1px #707070;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

    .l-mapControl-leftBottom_button + .l-mapControl-leftBottom_button {
        margin-top: 6px
    }

    .l-mapControl-leftBottom_button:hover, .l-mapControl-leftBottom_button.is-active {
        background-color: #7E88AD;
        color: #FFFFFF;
    }

    .l-mapControl-leftBottom_button svg {
        -webkit-transition: color .2s;
        transition: color .2s
    }

.l-mapControl-mapToggle {
    width: 54px;
    height: 54px
}

.l-mapControl-mapToggle_item {
    display: none;
    position: relative;
    cursor: pointer
}

    .l-mapControl-mapToggle_item.is-active {
        display: block
    }

.l-mapControl-mapToggle_tooltip {
    position: absolute;
    left: calc(100% + 8px);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    line-height: 1;
    padding: .65em 1em;
    background: rgba(38,41,52,0.85);
    top: 0;
    bottom: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    border-radius: 6px;
    font-style: normal;
    visibility: hidden;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: visibility .2s,opacity .2s,-webkit-transform .2s;
    transition: visibility .2s,opacity .2s,-webkit-transform .2s;
    transition: transform .2s,visibility .2s,opacity .2s;
    transition: transform .2s,visibility .2s,opacity .2s,-webkit-transform .2s;
    opacity: 0
}

button:hover .l-mapControl-mapToggle_tooltip {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.l-subArea {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.l-subArea_body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto
}

.l-subArea_footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0
}

.l-subArea_navigation {
    padding: 13px 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #22242b
}

.l-subArea_navigationItem {
    margin-right: 10px
}

.l-subArea_titleNavgation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 30px 10px;
    border-bottom: 1px solid #22242b
}

    .l-subArea_titleNavgation .c-button {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

.l-subArea_titleNavgation_ttl {
    padding-left: 7rem
}

.l-subArea_information {
    background-color: #e5eafc;
    padding: 13px 30px
}

.l-subArea-section {
    max-height: 100%
}

.l-subArea-section_heading {
    background: #7e88ad;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    font-weight: bold;
    margin-top: 1px
}

    .l-subArea-section_heading.is-button {
        position: relative;
        cursor: pointer
    }

        .l-subArea-section_heading.is-button i {
            width: 24px;
            height: 24px;
            color: #fff;
            position: absolute;
            inset: 0 16px 0 auto;
            margin: auto;
            -webkit-transition: -webkit-transform .45s;
            transition: -webkit-transform .45s;
            transition: transform .45s;
            transition: transform .45s, -webkit-transform .45s
        }

        .l-subArea-section_heading.is-button svg {
            width: 24px;
            height: 24px
        }

        .l-subArea-section_heading.is-button.is-active i {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

.l-subArea-section_subttl {
    font-weight: bold;
    color: #262934;
    margin: 1em 0
}

    .l-subArea-section_subttl:first-child {
        margin: 0.5em 0 1em
    }

.is-button + .l-subArea-section_contents {
    display: none
}

.l-subArea-section_contentsLabel {
    background: #7e88ad;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    margin: 0 -30px 15px;
    font-weight: bold
}

    .l-subArea-section_contentsLabel:first-child {
        margin-top: -9px
    }

.l-subArea-section_inner {
    height: 100%;
    padding: 14px 30px 20px
}

.l-subArea-search {
    margin: 1.1em 0
}

    .l-subArea-search:first-child {
        margin-top: 0
    }

.l-subArea-inputText {
    margin: 1.1em 0;
    height: 2.4rem
}

.l-subArea-layerList {
    margin-top: 16px
}

.l-subArea-layerList_item + .l-subArea-layerList_item {
    margin-top: 20px
}

.l-subArea-inBgColor {
    background-color: #e5eafc;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px
}

.l-subArea-footerButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -8px;
    padding: 10px;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #e5eafc
}

    .l-subArea-footerButton li {
        margin: 5px 8px;
        width: 180px
    }

        .l-subArea-footerButton li.block {
            width: 376px
        }

    .l-subArea-footerButton .c-form-select {
        font-size: 1.4rem
    }

.l-subArea-section-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.l-subArea-section-navi_item {
    margin-left: 6px
}

.l-subArea-buttonList {
    margin: 25px -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-subArea-buttonList_item {
    max-width: 175px;
    margin: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.l-subArea-section_inner .l-table {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.l-table_scroll {
    overflow-x: auto;
    width: 100%;
    cursor: -webkit-grab;
    cursor: grab
}

    .l-table_scroll:active {
        cursor: -webkit-grabbing;
        cursor: grabbing
    }

.l-table_scroll-y {
    overflow-y: auto;
    cursor: -webkit-grab;
    cursor: grab
}

    .l-table_scroll-y.h375 {
        max-height: 375px
    }

    .l-table_scroll-y:active {
        cursor: -webkit-grabbing;
        cursor: grabbing
    }

.l-table_inner {
    white-space: nowrap
}

.l-subArea-section_inner .l-table_inner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%
}

.l-main-row {
    margin: 0 auto
}

    .l-main-row + .l-main-row {
        margin: 40px auto 0
    }

.l-error {
    margin: 0 0 20px 0
}

.l-paging {
    width: 100%;
    padding: 8px;
    background: #e5eafc
}

.l-listSearchArea_header {
    background: #e5eafc;
    padding: 30px 0
}

    .l-listSearchArea_header.noBtn {
        padding: 30px 0 50px
    }

.l-listSearchArea_header-modal {
    background: #e5eafc;
    padding: 1rem 0 2rem 0
}

.l-listSearchArea_headingArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 22px 0
}

.l-listSearchArea_headingArea-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 1.2rem 0
}

.l-listSearchArea_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .l-listSearchArea_heading i {
        color: #262934
    }

    .l-listSearchArea_heading .icon {
        width: 2rem;
        margin: 0 .4rem 0 0
    }

.l-listSearchArea_body {
    margin: 40px 0 0
}

.l-listSearchArea_body-modal {
    margin: 19px 0 0
}

.l-listSearchArea_error {
    margin: 0 0 20px 0
}

.l-listSearchConditionArea_inner {
    max-width: 1000px;
    margin: auto
}

.l-listSearchConditionArea_inner-modal {
    max-width: 845px;
    margin: auto
}

.l-listSearchConditionArea_checkWrap {
    margin-bottom: 13px
}

.l-listSearchConditionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.l-listSearchConditionListItemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 47%;
    margin: 13px 0 0 0
}

    .l-listSearchConditionListItemList:first-of-type, .l-listSearchConditionListItemList:nth-of-type(2) {
        margin: 0
    }

    .l-listSearchConditionListItemList.full {
        width: 100%
    }

        .l-listSearchConditionListItemList.full .l-listSearchConditionListItemList_item-title {
            width: 15%
        }

        .l-listSearchConditionListItemList.full .l-listSearchConditionListItemList_item-form {
            width: 85%;
            max-width: 100%;
            margin: 0
        }

    .l-listSearchConditionListItemList.halfCont {
        width: 100%
    }

        .l-listSearchConditionListItemList.halfCont .l-listSearchConditionListItemList_item-title {
            width: 15%
        }

        .l-listSearchConditionListItemList.halfCont .l-listSearchConditionListItemList_item-form {
            width: 85%;
            max-width: 100%;
            margin: 0
        }

            .l-listSearchConditionListItemList.halfCont .l-listSearchConditionListItemList_item-form > * {
                max-width: 320px;
                width: calc(320 / 850 * 100%)
            }

.l-listSearchConditionListItemList_item-title {
    width: 32%;
    max-width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: normal;
    white-space: nowrap
}

.l-listSearchConditionListItemList_item-form {
    width: 68%;
    max-width: 320px;
    margin: 0 0 0 auto
}

    .l-listSearchConditionListItemList_item-form.calender {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .l-listSearchConditionListItemList_item-form.calender input {
            max-width: 120px
        }

            .l-listSearchConditionListItemList_item-form.calender input:nth-of-type(2) {
                margin: 0 0 0 1rem
            }

        .l-listSearchConditionListItemList_item-form.calender i {
            color: #7e88ad
        }

            .l-listSearchConditionListItemList_item-form.calender i:first-of-type {
                margin: 0 1rem 0 0
            }

        .l-listSearchConditionListItemList_item-form.calender .icon {
            width: 2.3rem;
            margin: 0 0 0 .5rem
        }

.l-listSearchConditionButtonArea {
    margin: 30px 0 0 0;
    width: 100%
}

.l-listSearchResultsArea_inner-modal {
    max-width: 845px;
    margin: auto
}

.l-listSearchResultsArea .l-listSearchArea_headingArea {
    margin: 0 0 13px 0
}

.l-listSearchResultsArea .l-listSearchArea_headingArea-modal {
    margin: 0 0 10px 0
}

.l-listSearchResultsTable_item.formCheckCell {
    width: 30px;
    text-align: center
}

.l-listSearchResultsTable_cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .l-listSearchResultsTable_cell i {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .l-listSearchResultsTable_cell .c-form-check {
        margin: 0 .5em 0 0
    }

.l-listSearchResultsTable_cell_iconWrap {
    color: #262934;
    margin: 0 0 0 auto;
    padding: 0 0 0 1.5rem
}

    .l-listSearchResultsTable_cell_iconWrap .icon {
        width: 1.6rem;
        position: relative;
        top: .2rem
    }

.l-listSearchResultsTable_cell .c-button-sortArrow .icon {
    position: static;
    width: 1.2rem;
    height: 1.2rem
}

.l-listSearchResultsTable thead th {
    vertical-align: middle;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 60
}

    .l-listSearchResultsTable thead th .l-listSearchResultsTable_cell.mapPin {
        min-width: 250px
    }

.l-listSearchResultsTable tbody td {
    vertical-align: middle
}

    .l-listSearchResultsTable tbody td .l-listSearchResultsTable_cell.mapPin {
        padding: 0 1rem 0 0
    }

        .l-listSearchResultsTable tbody td .l-listSearchResultsTable_cell.mapPin .icon {
            width: 2.7rem
        }

    .l-listSearchResultsTable tbody td > span {
        display: block;
        white-space: normal
    }

.l-listSearchResultsTable_paging {
    margin: 0;
    padding: 8px;
    background-color: #e5eafc
}

    .l-listSearchResultsTable_paging a {
        background: #fff
    }

.l-listSearchConditionArea2 {
    border: 1px solid #e5eafc;
    padding: 10px 20px 30px
}

.l-districtInfoArea_header {
    background: #e5eafc;
    padding: 20px 0;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    box-shadow: 0 3px 8px rgba(0,0,0,0.15)
}

.l-districtInfoArea_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .l-districtInfoArea_heading button, .l-districtInfoArea_heading a {
        margin: 0 0 0 .5rem;
        color: #262934
    }

    .l-districtInfoArea_heading .icon {
        width: 2.8rem;
        margin: 0;
        vertical-align: bottom
    }

.l-districtInfoArea_body {
    padding: 30px 0 0
}

.l-confirmationDetails_body {
    padding: 30px 0 0
}

    .l-confirmationDetails_body .l-error {
        margin-bottom: 50px
    }

    .l-confirmationDetails_body .c-table2 .c-borderListDouble-item_inner {
        max-width: 852px
    }

.l-confirmationDetails-items_item {
    border-radius: 10px;
    border: 1px solid rgba(34,36,43,0.15);
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px
}

    .l-confirmationDetails-items_item + .l-confirmationDetails-items_item {
        margin-top: 14px
    }

.l-confirmationDetails-items_heading {
    background-color: #7e88ad;
    color: #fff;
    padding: 6px 20px 5px
}

.l-confirmationDetails-items_body {
    padding: 15px 20px 20px
}

    .l-confirmationDetails-items_body td.disabled .c-form-input, .l-confirmationDetails-items_body td.disabled .c-form-select {
        border-color: #ccc;
        pointer-events: none;
        background-color: #eee
    }

    .l-confirmationDetails-items_body td.disabled .c-form-select_select {
        border-color: #ccc
    }

.l-confirmationDetails-items_topArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

    .l-confirmationDetails-items_topArea .c-button-sort {
        margin-right: 10px
    }

        .l-confirmationDetails-items_topArea .c-button-sort svg {
            color: #22242b
        }

    .l-confirmationDetails-items_topArea svg {
        width: 20px
    }

    .l-confirmationDetails-items_topArea .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.l-districtInfoSpecTable {
    table-layout: fixed
}

    .l-districtInfoSpecTable th {
        width: 134px
    }

    .l-districtInfoSpecTable th, .l-districtInfoSpecTable td {
        vertical-align: middle
    }

    .l-districtInfoSpecTable .t-formSelectWrap {
        display: inline-block;
        width: auto;
        min-width: 426px
    }

        .l-districtInfoSpecTable .t-formSelectWrap option {
            padding-right: 3.5rem
        }

    .l-districtInfoSpecTable .l-innerTable {
        table-layout: fixed
    }

        .l-districtInfoSpecTable .l-innerTable td {
            word-wrap: break-word;
            word-break: break-word;
            white-space: normal
        }

.l-districtInfoSpecTable_addRowBtn {
    margin-top: 1.5rem
}

.l-districtInfo_headingArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 13px 0
}

    .l-districtInfo_headingArea .danger2 {
        margin: 0 0 0 auto
    }

    .l-districtInfo_headingArea .c-button-list {
        margin: 0 0 0 auto
    }

.l-districtInfo_heading {
    margin: 0 1rem 0 0
}

.l-districtInfo_labelHeading {
    margin: 40px 0 20px
}

.c-modalEdit .l-districtInfo_labelHeading:first-child {
    margin-top: 0
}

.l-districtInfo_labelHeading dt {
    font-size: 2rem
}

.l-districtInfo_labelHeading dd {
    margin-top: 0.5em;
    opacity: .75
}

.l-districtInfo_labelText {
    margin-top: 1.5em;
    margin-bottom: 20px
}

    .l-districtInfo_labelText dd {
        margin-top: 0.5em;
        opacity: .75
    }

.l-districtInfo_row {
    border: solid #262934;
    border-width: 1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .l-districtInfo_row + .l-districtInfo_row {
        margin-top: -1px
    }

    .l-districtInfo_row dt {
        width: 134px;
        background: #e5eafc;
        padding: 1.2rem .5rem 1.2rem 1rem;
        font-weight: normal;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .l-districtInfo_row dd {
        padding: 1.2rem .5rem 1.2rem 1rem;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

.l-districtInfoPersonnelTable {
    table-layout: fixed
}

    .l-districtInfoPersonnelTable th, .l-districtInfoPersonnelTable td {
        vertical-align: middle;
        width: calc(calc(100% -70px) / 3)
    }

.l-targetFarmListSearchResultsTable thead {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 60
}

    .l-targetFarmListSearchResultsTable thead th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: -1px
    }

.l-targetFarmListSearchResultsTable_item.mapPinCell {
    width: 315px
}

.l-targetFarmListSearchResultsTable_item.buttonCell {
    width: 100px
}

.l-targetFarmListSearchResultsTable tbody td {
    vertical-align: top
}

    .l-targetFarmListSearchResultsTable tbody td:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: -1px;
        background: #fff
    }

    .l-targetFarmListSearchResultsTable tbody td .l-listSearchResultsTable_cell.button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
        width: 94px;
        padding: 0 .4rem
    }

        .l-targetFarmListSearchResultsTable tbody td .l-listSearchResultsTable_cell.button button {
            width: 100%
        }

            .l-targetFarmListSearchResultsTable tbody td .l-listSearchResultsTable_cell.button button:not(:first-of-type) {
                margin: 1rem 0 0 0
            }

    .l-targetFarmListSearchResultsTable tbody td .l-listSearchResultsTable_cell_iconWrap {
        margin: auto 0 0 auto;
        -webkit-transform: translateY(2rem);
        transform: translateY(2rem)
    }

    .l-targetFarmListSearchResultsTable tbody td .l-listSearchResultsTable_cell.mapPin {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        line-height: 1.5;
        padding-bottom: 2rem
    }

        .l-targetFarmListSearchResultsTable tbody td .l-listSearchResultsTable_cell.mapPin .icon {
            width: 2.7rem
        }

    .l-targetFarmListSearchResultsTable tbody td > span {
        white-space: normal;
        display: block
    }

.l-memoList_list {
    max-height: 400px;
    overflow-y: auto;
    margin-right: -1rem;
    padding-right: 1rem;
    margin-top: 10px
}

.l-memoList_item + .l-memoList_item {
    margin-top: 10px
}

.l-history {
    margin-top: 60px;
    padding: 40px 0 60px
}

    .l-history .c-table th, .l-history .c-table2 th, .l-history .c-table td, .l-history .c-table2 td {
        white-space: nowrap
    }

    .l-history.is-back {
        background: #f3f3f3
    }

    .l-history.is-last {
        margin-bottom: -59px
    }

.l-history_body {
    margin-top: 13px;
    background: #fff;
    height: 19rem;
    overflow-y: auto
}

.l-history.noData .l-history_body {
    height: auto
}

.l-history-section + .l-history-section {
    margin-top: 2.9rem
}

.demo-label-pin01 {
    position: absolute;
    bottom: 20%;
    left: 20%
}

    .demo-label-pin01 svg {
        cursor: pointer
    }

    .demo-label-pin01 .c-dialog-label {
        bottom: 30px;
        left: 14px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        position: absolute;
        display: none
    }

    .demo-label-pin01.is-active .c-dialog-label {
        display: block
    }

.demo-label-pin02 {
    position: absolute;
    top: 14%;
    right: 10%
}

    .demo-label-pin02 svg {
        cursor: pointer
    }

    .demo-label-pin02 .c-dialog-label {
        top: 30px;
        right: 14px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        position: absolute;
        display: none
    }

    .demo-label-pin02.is-active .c-dialog-label {
        display: block
    }

.demo-area-pin {
    position: absolute;
    top: 50%;
    left: 50%
}
