body {
    font-family: "Noto Sans JP", sans-serif;
    height: 100vh;
}

#app {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
    min-height: 100vh;
}

.cm-number-font {
    font-family: "Noto Sans JP", sans-serif !important;
}

.pb-border-sm-underline {
    width: 32px;
    padding-top: 12px;
    border-bottom: #1e2832 solid 2px;
}
.text-w-center {
    text-align: -webkit-center;
}

.pb-border-title {
    max-width: 343px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0px 16px;
    z-index: 2;
}

.pb-border-title::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #aaafb4;
    z-index: -1;
}

.pb-b-underline-green {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.pb-b-underline-green::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: #e9f6e1;
    border-radius: 10px;
    z-index: -1;
}

.pb-b-underline-dark-green {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.pb-b-underline-dark-green::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #00a546;
    z-index: -1;
}

/* .pb-b-underline-green {
    text-decoration: underline solid #E9F6E1 6px;
    text-underline-offset: -2px;
} */

.pb-base-gray {
    background: #ebedef;
}

.pb-back-gray {
    background: #dfe3e8;
}

.pb-back-green {
    background: #e9f7e1;
}

.pb-back-light-green {
    background: #e9f6e1;
}

.pb-back-green-Illust {
    background: #abde83;
}

.pb-back-btn-green {
    background: #00a546;
}

.pb-bg-light-blue {
    background: #e5f3f6;
}

.pb-base-btn {
    color: #2d417d;
    border: 2px solid #dfe3e8;
}

.pb-red-btn {
    color: #fa5046;
    border: 2px solid #dfe3e8;
}

.pb-base-sml-btn {
    width: 144px;
    color: #2d417d;
    border: 2px solid #dfe3e8;
}

.pb-base-xs-btn {
    width: 96px;
    color: #2d417d;
    border: 2px solid #dfe3e8;
}

.pb-base-login-btn {
    color: #2d417d;
    border: 2px solid #dfe3e8;
}

.pb-blue-btn {
    width: 287px;
    color: #ffffff;
    background: #2d417d;
}

.pb-green-btn {
    width: 287px;
    color: #ffffff;
    background: #00a546;
}

.pb-white-btn {
    max-width: 287px;
    width: 100%;
    font-size: 16px !important;
    color: #2d417d;
    border: 2px solid #dfe3e8;
}

.pb-white-btn-cancel {
    padding: 0 10px;
    color: #2d417d;
    border: 1px solid #dfe3e8;
}

.pb-font-black {
    color: #1e2832;
}

.pb-font-blue {
    color: #2d417d;
}

.pb-font-gray {
    color: #646c7a;
}

.pb-font-gray-off {
    color: #aaafb4;
}

.pb-font-green {
    color: #00a546;
}

.pb-font-dark-green {
    color: #00861d;
}

.cm-border-red {
    border-color: #df3428;
    color: #df3428;
}

.pb-border-gray-off {
    border-color: #dfe3e8;
}

.pb-list li::before {
    position: relative;
    top: 0px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 100%;
    background: #dfe3e8;
}

.pb-second-list li::before {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    right: 2px;
    content: "";
    border-radius: 100%;
    background: #1e2832;
}

_::-webkit-full-page-media,
_:future,
:root .pb-checkbox {
    margin-top: 4px;
    margin-bottom: 0px;
}

.pb-check-section input[type="checkbox"] {
    -webkit-transform: scale(1.3, 1.3);
}

input[type="text"]:focus {
    outline: none;
}

/* PCトップ */
@media screen and (min-width: 640px) {
    .pb-main-pc {
        background-image: url("/images/mainVisualPc.svg");
        min-height: 560px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .pb-main-sp {
        display: none;
    }
}

/* アコーディオンメニュー */
.pb-toggle {
    display: none;
}

.pb-label::after,
.pb-label::before {
    content: "";
    position: absolute;
    right: -3px;
    top: 6px;
    width: 2px;
    height: 13px;
    background-color: #2d417d;
    transition: all 0.3s;
    border-radius: 8px;
}
.pb-label::after {
    transform: rotate(90deg);
}
.pb-label,
.pb-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.pb-content {
    height: 0;
    overflow: hidden;
}
.pb-toggle:checked + .pb-label + .pb-content {
    height: auto;
    padding-top: 20px;
    transition: all 0.5s;
}
.pb-toggle:checked + .pb-label::before {
    transform: rotate(-90deg) !important;
}

.pb-arrow-right {
    display: inline-block;
    width: 7.5px;
    height: 7.5px;
    margin: 1.5px 5px;
    border-top: 2px solid #2d417d;
    border-right: 2px solid #2d417d;
    transform: rotate(45deg);
}

.pb-arrow-left {
    display: inline-block;
    width: 7.5px;
    height: 7.5px;
    margin: 1.5px 5px;
    border-top: 2px solid #2d417d;
    border-left: 2px solid #2d417d;
    transform: rotate(-45deg);
}

.pb-arrow-right-gray {
    display: inline-block;
    width: 7.5px;
    height: 7.5px;
    margin: 1.5px 5px;
    border-top: 2px solid #aaafb4;
    border-right: 2px solid #aaafb4;
    transform: rotate(45deg);
}

.pb-arrow-left-gray {
    display: inline-block;
    width: 7.5px;
    height: 7.5px;
    margin: 1.5px 5px;
    border-top: 2px solid #aaafb4;
    border-left: 2px solid #aaafb4;
    transform: rotate(-45deg);
}

.pb-modal-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pb-page-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* ステップフローバー */
.pb-flow {
    display: flex;
    justify-content: space-between;
}

.pb-flow li {
    width: calc(100% / 3);
    position: relative;
}

.pb-flow li::before,
.pb-flow li::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
}

.pb-flow li::before {
    border: solid 35px transparent;
    border-right: solid 13px transparent;
    border-left: solid 21px #fff;
    top: -7px;
    left: 2px;
    z-index: 1;
}

.pb-flow li::after {
    border: solid 28px transparent;
    border-left: solid 17px #ededed;
    border-right: solid 3px transparent;
    top: 0;
    right: -23px;
    z-index: 2;
}

.pb-flow li:first-child::before,
.pb-flow li:last-child::after {
    content: none;
}

.pb-current {
    color: #fff;
    background: #00a546;
}

_:lang(x)::-internal-media-controls-overlay-cast-button,
.pb-crm-flow {
    right: -4.1px !important;
}

.pb-flow li.pb-current::after {
    border-left: solid 17px #00a546;
}

/* モーダルスライド */
.pb-max .pbSlide-enter-to {
    transition: transform 0.3s ease-out;
    transform: translateY(0px);
}

.pb-max .pbSlide-enter-from {
    transform: translateY(100%);
}

.pb-max .pbSlide-leave-to {
    transition: transform 0.3s ease-out;
    transform: translateY(100%);
}

.pb-max .pbSlide-leave-from {
    transform: translateY(0px);
}

.pbReceipt-enter-to {
    transition: transform 0.3s ease-out;
    transform: translateY(0px);
}

.pbReceipt-enter-from {
    transform: translateY(100%);
}

.pbReceipt-leave-to {
    transition: transform 0.3s ease-out;
    transform: translateY(100%);
}

.pbReceipt-leave-from {
    transform: translateY(0px);
}

.accordion-leave-from,
.accordion-leave-to {
    transition: max-height 0.3s ease;
    overflow: hidden;
}

.accordion-leave-from {
    max-height: 1000px;
}

.accordion-leave-to {
    max-height: 0;
}

.accordion-enter-from,
.accordion-enter-to {
    transition: max-height 0.3s ease;
    overflow: hidden;
}

.accordion-enter-from {
    max-height: 0;
}

.accordion-enter-to {
    max-height: 1000px;
}

#paymentCategory + option:checked {
    color: white;
    background-color: #2d417d;
}

.pb-radio-btn {
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #aaafb4;
    border-radius: 50%;
    outline: none;
    transition: background-color 0.3s, border-color 0.3s;
    position: relative;
}

.pb-radio-btn::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00a546;
    opacity: 0;
    transition: opacity 0.3s;
}

.pb-radio-btn:checked::before {
    opacity: 1;
}

.pb-select-arrow-blue {
    position: relative;
    display: inline-block;
    color: #333;
    text-decoration: none;
}
.pb-select-arrow-blue::after {
    background-image: url(/images/iconSelectArrow.svg?abf0fce1f932d8fb321cfff74e2616d8);
    content: "";
    width: 20px;
    height: 20px;
    border: 0;
    position: absolute;
    top: 30%;
    right: 9px;
}

.pb-receipt-arrow-blue {
    position: relative;
    display: inline-block;
    color: #333;
    text-decoration: none;
}
.pb-receipt-arrow-blue::after {
    background-image: url(/images/iconSelectArrow.svg?abf0fce1f932d8fb321cfff74e2616d8);
    content: "";
    width: 20px;
    height: 20px;
    border: 0;
    position: absolute;
    top: 20%;
    right: 9px;
}

.pb-select-arrow {
    position: relative;
    display: inline-block;
    color: #333;
    text-decoration: none;
}
.pb-select-arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 45%;
    right: 15px;
    margin-top: -6px;
    transform: rotate(45deg);
}

input.ios16-1::-webkit-input-placeholder {
    bottom: 4px;
    position: relative;
}

.cpNameTable {
    background-color: #ebedef;
    border-collapse: separate;
    width: 100%;
}

.cpNameTable th {
    color: #646c7a;
    background-color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 0px 14px 16px;
    height: 48px;
}

.cpNameTable td {
    color: #1e2832;
    background-color: #ffffff;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 16px;
    height: 48px;
    line-height: 0;
}

.cpNameTable tr th {
    border-radius: 8px 0 0 8px;
}
.cpNameTable tr td {
    border-radius: 0 8px 8px 0;
}

.historyDetail {
    background-color: #ebedef;
    border-collapse: separate;
    width: 100%;
}

.historyDetail th,
.historyDetail td {
    color: #1e2832;
    background-color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 16px;
}

.historyDetail th {
    color: #646c7a !important;
}

.historyDetail tr:first-child th {
    border-radius: 8px 0 0 0;
}
.historyDetail tr:first-child td {
    border-radius: 0 8px 0 0;
}
.historyDetail tr:last-child th {
    border-radius: 0 0 0 8px;
}
.historyDetail tr:last-child td {
    border-radius: 0 0 8px 0;
}

.historyList section:last-child {
    border: none;
}

.cardList section:first-child {
    border-top: none;
}

/* vue-scroll-picker調整 */
.column-content {
    padding-left: 30px;
    padding-right: 60px;
}

.right-\[130px\] {
    right: 130px;
}

/*
_:lang(x)::-internal-media-controls-overlay-cast-button, .column-content {
    padding-left: 47px;
    padding-right: 77px;
}
*/

.pad-overlay {
    height: 0px;
}

.pb-err-mt {
    margin-top: -26px;
}

/* margin-top群 */
.cm-mt-4 {
    margin-top: 4px !important;
}

.cm-mt-8 {
    margin-top: 8px !important;
}

.cm-mt-12 {
    margin-top: 12px !important;
}

.cm-mt-16 {
    margin-top: 16px !important;
}

.cm-mt-24 {
    margin-top: 24px !important;
}

.cm-mt-32 {
    margin-top: 32px !important;
}

.cm-mt-40 {
    margin-top: 40px !important;
}

/* margin-bottom群 */
.cm-mb-0 {
    margin-bottom: 0px !important;
}

.cm-mb-1 {
    margin-bottom: 1px !important;
}

.cm-mb-3 {
    margin-bottom: 3px !important;
}

.cm-mb-4 {
    margin-bottom: 4px !important;
}

.cm-mb-8 {
    margin-bottom: 8px !important;
}

.cm-mb-10 {
    margin-bottom: 10px !important;
}

.cm-mb-12 {
    margin-bottom: 12px !important;
}

.cm-mb-16 {
    margin-bottom: 16px !important;
}

.cm-mb-24 {
    margin-bottom: 24px !important;
}

.cm-mb-32 {
    margin-bottom: 32px !important;
}

.cm-mb-40 {
    margin-bottom: 40px !important;
}

.cm-mb-50 {
    margin-bottom: 50px !important;
}

/* margin-right群 */
.cm-mr-4 {
    margin-right: 4px !important;
}

.cm-mr-8 {
    margin-right: 8px !important;
}

.cm-mr-16 {
    margin-right: 16px !important;
}

.cm-padding-16 {
    margin: 16px;
}

/* padding-top群 */
.cm-pt-0 {
    padding-top: 0px !important;
}

.cm-pt-12 {
    padding-top: 12px !important;
}

.cm-pt-16 {
    padding-top: 16px !important;
}

.cm-pt-32 {
    padding-top: 32px !important;
}

.cm-pt-40 {
    padding-top: 40px !important;
}

.cm-pt-66 {
    padding-top: 66px !important;
}

/* padding-bottom群 */
.cm-pb-0 {
    padding-bottom: 0px !important;
}

.cm-pb-6 {
    padding-bottom: 6px !important;
}

.cm-pb-12 {
    padding-bottom: 12px !important;
}

.cm-pb-16 {
    padding-bottom: 16px !important;
}

.cm-pb-32 {
    padding-bottom: 32px !important;
}

/* padding-all群 */
.cm-padding-32-24 {
    padding: 32px 24px !important;
}

/* text-align群 */
.cm-ta-right {
    text-align: right !important;
}

.cm-ta-left {
    text-align: left !important;
}

.cm-ta-center {
    text-align: center !important;
}

.cm-align-self-center {
    align-self: center !important;
}

/* 汎用文字カラースタイル群 */
.cm-font-gray {
    color: #9da3a2 !important;
}

.cm-font-red {
    color: #fa5046 !important;
}

.cm-font-black {
    color: #000000 !important;
}

.cm-font-skyblue {
    color: #00c8d7 !important;
}

.cm-font-dark-gray {
    color: #626c6b !important;
}

/* border修正スタイル群 */
.cm-border-bottom-none {
    border-bottom: none !important;
}

.cm-footer-border {
    border-bottom: 1px solid #d9d9d9 !important;
}

/* 汎用スタイル群 */
.cm-main {
    background-color: #e5f3f6 !important;
}

.cm-main-button-base {
    background-color: #008caa;
    border-radius: 8px;
    color: #ffffff;
}

.cm-line-button-base {
    background-color: #ffffff !important;
    border: 2px solid #008caa;
    border-radius: 8px;
    color: #008caa;
}

.cm-off-button-base {
    background-color: #dbebee !important;
    border-radius: 8px;
    color: #9da3a2;
}

.cm-content-base {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0b1928;
}

.cm-mypage-content-base {
    width: 100%;
    padding: 0px 16px 40px;
}

.cm-link-base {
    color: #008caa;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

.cm-footer-link {
    color: #008caa;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cm-input-base {
    width: 100%;
    height: 56px;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cm-large-input-base {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cm-error-message {
    color: #fa5046;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.cm-main-content-plain-base {
    padding: 40px 16px;
}

.cm-main-content-blue-base {
    background-color: #e5f3f6 !important;
    padding: 40px 16px;
}

.cm-main-content-white-base {
    background-color: #ffffff !important;
    padding: 40px 16px;
}

.cm-main-content-title {
    color: #0b1928;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 32px;
}

.cm-main-top {
    width: 100%;
    padding: 40px 24px;
}

.cm-page-title {
    color: #0b1928;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
}

/* ボタン詳細スタイル */
.cm-for-mypage-size-button {
    width: 112px !important;
    height: 36px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 9px 14px;
    margin-top: 2px;
    border-radius: 8px;
    line-height: 18px;
}

.cm-for-signup-size-button {
    width: 80px !important;
    height: 34px !important;
    font-size: 12px !important;
    padding: 7px 16px;
    line-height: 26px;
}

.cm-for-login-size-button {
    width: 80px !important;
    height: 34px !important;
    font-size: 11px !important;
    padding: 0px 16px;
    line-height: 26px;
}

.cm-for-content-size-button {
    width: 100% !important;
    height: 52px !important;
    font-size: 16px !important;
    font-weight: 700;
    padding: 0px 16px;
    line-height: 24px;
}

.cm-for-content-size-reservation-button {
    width: 100% !important;
    height: 52px !important;
    font-size: 16px !important;
    width: 64px !important;
    font-weight: 700;
    padding: 0px 16px;
    line-height: 24px;
}

.cm-for-half-size-button {
    width: 45% !important;
    height: 52px !important;
    font-size: 16px !important;
    font-weight: 700;
    padding: 0px 16px;
    line-height: 24px;
}

.cm-content-full-button {
    width: 100%;
    padding: 16px;
}

.cm-content-full-button-no-pd {
    width: 100%;
}

.cm-button-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

/* モーダル用スタイル */
.cm-modal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cm-modal-content {
    width: 343px;
    background-color: #ffffff;
    border-radius: 6px;
}

.cm-error-in-modal {
    width: 100%;
    border: 1px solid #fa5046;
    border-radius: 6px;
    padding: 16px;
}

.cm-picker-like-input {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    width: 96px;
    height: 56px;
    pointer-events: none;
}

.cm-sub-text {
    color: #0b1928;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cm-remarks-in-modal {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 16px;
}

.cm-remarks-text-in-modal {
    color: #9da3a2;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.cm-modal-close {
    top: 40px !important;
    left: 0 !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* サービストップ用スタイル */
.cm-service-top {
    width: 100%;
    position: relative;
}

.cm-service-main-visual {
    position: relative;
}

.cm-service-top-logo {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 217px;
}

.cm-service-top-word {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #3b4746;
}

.cm-service-top-button {
    width: 100%;
    padding: 16px;
}

.cm-content-card {
    width: 100%;
    background-color: #ffffff;
    padding: 32px 24px;
    border-radius: 4px;
}

.cm-modal-content-card {
    width: 100%;
    background-color: #ffffff;
    padding: 0px;
    border-radius: 4px;
}

.cm-content-wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 32px 24px;
    border-radius: 6px;
}

.cm-notice-public-at {
    color: #0b1928;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.cm-notice-is-new {
    color: #ffffff;
    background-color: #00c8d7;
    padding: 2px 12px;
    border-radius: 11px;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.cm-notice-title {
    color: #0b1928;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.cm-content-flat {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.cm-flat-text {
    width: 100%;
    margin: 0 auto;
    color: #0b1928;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

.cm-text-box {
    width: 340px;
    margin: 0 auto;
}

.cm-border-bottom-bold {
    width: 280px;
    height: 4px;
    background-color: #00c8d7;
    border-radius: 50px;
    margin: 0 auto;
}

.cm-content-img-wrapper {
    width: 100%;
    height: auto;
    display: block;
    margin: 16px 0;
}

/* 会員登録用スタイル */
.cm-auth-top {
    width: 100%;
    padding: 40px 24px;
}

.cm-auth-top-title {
    margin-bottom: 24px;
}

.cm-auth-top-title h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    color: #0b1928;
}

.cm-auth-content {
    background-color: #ffffff;
    margin: 0 16px;
    padding: 32px 24px;
    border-radius: 6px;
}

.cm-auth-content-group {
    width: 100%;
}

.cm-auth-content-title {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0b1928;
    margin-bottom: 8px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.cm-auth-credit-content {
    background-color: #ffffff;
    margin: 0 16px;
    padding: 32px 24px;
    border-radius: 6px;
    margin-bottom: 32px;
}

.cm-auth-credit-content:last-child {
    margin-bottom: 0;
}

.cm-error-box {
    width: 100%;
    height: auto;
    border: 1px solid #fa5046;
    border-radius: 6px;
    padding: 16px;
    color: #fa5046;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
    background-color: #fff2f2;
}

.cm-required-badge {
    width: 48px;
    margin-left: 8px;
    padding: 2px 12px;
    border-radius: 11px;
    background-color: #fa5046;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.cm-annotation-label {
    width: 100%;
    color: #0b1928;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.cm-auth-half-content {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.cm-auth-half-content input {
    width: 48%;
}

.cm-previous-wrapper {
    width: 100%;
    padding: 0px 16px 40px;
}

.cm-auth-success-icon {
    width: 115px;
    height: 100px;
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.cm-content-center-icon {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.cm-auth-comp-top-content {
    padding: 40px 24px 0;
}

.cm-auth-comp-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.cm-auth-comp-content p {
    text-align: center;
}

.cm-mypage-content-title {
    width: 100%;
    margin-bottom: 32px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.cm-mypage-content-title h2 {
    color: #0b1928;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.cm-see-more {
    color: #008caa;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.cm-see-more img {
    width: 16px;
    height: 16px;
}

.cm-mypage-link-set {
    width: 100%;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 0px 24px;
}

.cm-mypage-list {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #d9d9d9;
}

.cm-mypage-list:last-child {
    border-bottom: none;
}

.cm-mypage-list a {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cm-mypage-list img {
    width: 24px;
    height: 24px;
}

.cm-list-link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
}

.cm-list-info p {
    color: #0b1928;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.cm-info-content-card {
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 16px 24px;
    margin-bottom: 16px;
}

.cm-info-content-card:last-child {
    margin-bottom: 0;
}

.cm-info-content-in-tab {
    width: 100%;
    background-color: #ffffff;
    border-radius: 0px 0px 6px 6px;
    padding: 16px 24px;
    margin-bottom: 16px;
}

.cm-card-blue-border {
    border: 1px solid #00c8d7;
}

.cm-status-badge {
    width: auto;
    padding: 2px 12px;
    border-radius: 11px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.cm-status-charging {
    background-color: #00c8d7;
    width: 80px;
}

.cm-status-collect-done {
    background-color: #9da3a2;
    width: 80px;
}

.cm-status-charged {
    background-color: #fa5046;
    width: 92px;
}

.cm-private-badge {
    padding: 2px 12px;
    border-radius: 4px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.cm-status-private {
    background-color: #008caa;
}

.cm-location-name {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0b1928;
}

.cm-charge-time-charged {
    color: #9da3a2;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.cm-charge-time-charging {
    color: #0b1928;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.cm-mypage-list-head {
    color: #0b1928;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.cm-mypage-info-set {
    padding: 32px 0;
}

.cm-mypage-info {
    color: #0b1928;
    font-size: 16px;
    line-height: 24px;
}

.cm-caution-area {
    width: 100%;
    margin-bottom: 32px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.cm-caution-badge {
    width: 60px;
    padding: 2px 12px;
    border-radius: 11px;
    background-color: #626c6b;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin-right: 8px;
}

.cm-caution-area p {
    width: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.cm-history-select {
    background-color: #e5f3f6 !important;
    background-image: url("/images/iconDownArrow.svg");
    background-position: right 0px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* 規約系モーダル関連のスタイル定義 共通 */
.scroll-off {
    height: 100vh;
    /*上下方向にはみ出した要素ををスクロールさせる*/
    overflow-y: scroll;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
}

.scroll-off::-webkit-scrollbar {
    display: none;
}

.modal-layout {
    margin: auto;
}

.modal-cancel-btn {
    padding-top: 10px;
    padding-bottom: 32px;
}

.modal-height {
    min-height: 100%;
}

.modal-content-style {
    margin: auto;
    padding: 0 16px;
}

.modal-content-style table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

.modal-content-style table tr {
    display: block;
}

.modal-text-frame {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
}

.modal-line-height {
    line-height: 35px;
}

.modal-side-space {
    padding: 0 18px;
}

/* 規約系モーダル関連のスタイル定義 個別 */
.company-table-style {
    max-width: 420px;
    margin: auto;
    margin-bottom: 15px;
}

.transaction-table-style {
    max-width: 510px;
    margin: auto;
    margin-bottom: 15px;
}

.cm-category {
    width: 150px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.cm-category-choices {
    color: #0b1928;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.cm-location-address {
    color: #9da3a2;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.cm-history-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
}

.cm-history-list .cm-font-dark-gray {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.cm-station-info {
    display: flex;
    flex-flow: row wrap;
}

.cm-flex-base {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
}

.cm-time-start-to-end {
    text-align: right;
}

.cm-important-text {
    color: #0b1928;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.cm-supplement {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.cm-supplement-text {
    color: #0b1928;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.cm-warning-note {
    width: 295px;
    border: 1px solid #fa5046;
    border-radius: 6px;
    padding: 16px;
    background-color: #fff2f2;
}

.cm-flex-end {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}

.cm-list-base {
    width: 100%;
    padding: 16px 0;
}

.cm-list-base2 {
    width: 90%;
    margin: auto;
    padding: 16px 0;
}

#faq-0 {
    margin-top: 10px;
}

.cm-pb-30 {
    padding-bottom: 30px;
}

.cm-list-with-dotted-bb {
    width: 90%;
    margin: auto;
    padding: 16px 0;
    border-bottom: 1px dotted #d9d9d9;
}

.cm-history-list.cm-list-with-dotted-bb {
    width: 100%;
    margin: 0;
}

.cm-list-with-solid-bb {
    width: 90%;
    margin: auto;
    padding: 16px 0;
    border-bottom: 1px solid #d9d9d9;
}

.inquiry-link {
    width: 92px;
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    font-size: 12px;
    color: #008caa;
    text-decoration: none;
}

.inquiry-link img {
    margin-top: 3px;
}

.cm-list-with-dotted-bb:last-child {
    border-bottom: none;
}

.cm-important-span {
    color: #0b1928;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.cm-remark-text {
    color: #9da3a2;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.cm-end-time-text {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.cm-time-with-text {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.cm-align-center {
    display: flex;
    align-items: center;
}

.cm-icon-wrapper-white-base {
    width: 115px;
    height: 100px;
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.cm-icon-end-img {
    width: 56px;
    height: 56px;
}

@media screen and (min-width: 1000px) {
    main > div,
    main > section,
    main > article,
    main > aside {
        max-width: 1000px !important;
        margin: 0 auto !important;
    }

    #footer {
        max-width: 1000px !important;
        margin: 0 auto !important;
    }

    .footer-contents {
        width: 100%;
        max-width: 1000px !important;
        margin: 0 auto !important;
    }

    .notice-detail-content-width {
        max-width: 1000px !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 376px) {
    .cm-service-top-word {
        font-size: 18px;
        top: 115px;
    }
}

.header {
    padding-top: 30px;
    padding-bottom: 30px;
}

.paging-style {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    color: #008caa;
}

.paging-checked-style {
    border-radius: 5px;
    color: #fff;
    border: 1px solid #008caa;
    background-color: #008caa;
}

.cabin-card-title {
    white-space: nowrap;
    margin-right: 24px;
}

.cabin-card-value {
    text-align: right;
    display: block;
    width: 80%;
    overflow-wrap: break-word;
}

.half-size-modal-width {
    width: 327px;
}

.cm-reservation-tag {
    width: auto;
    padding: 2px 12px;
    border-radius: 4px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.cm-private-tag {
    width: 96px;
    height: 22px;
    border-radius: 4px;
    padding: 2px 12px;
    background-color: #fef1d1;
}

.cm-private-tag-font {
    color: #fcba19;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.cm-ic-card-tag {
    width: 60px;
    height: 22px;
    border-radius: 4px;
    padding: 2px 12px;
    background-color: #e5f9fb;
}

.cm-ic-card-tag-font {
    color: #00c8d7;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.cm-auto-cancel-tag {
    width: 108px;
    height: 22px;
    border-radius: 4px;
    padding: 2px 12px;
    background-color: #ebedef;
}

.cm-auto-cancel-tag-font {
    color: #9da3a2;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.cm-using-tag {
    width: 60px;
    height: 22px;
    border-radius: 4px;
    padding: 2px 12px;
    background-color: #00c8d7;
}

.cm-using-tag-font {
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.cm-none-display-tag {
    display: none;
}

.cm-7day-calendar {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.date-container {
    text-align: center;
    width: 31px;
}

.date-label,
.today-label {
    display: block;
}

.cm-day-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #9da3a2;
}

.cm-date-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0b1928;
}

.cm-today {
    height: 31px;
    width: 31px;
    color: #008caa;
    border: 1px solid #008caa;
    border-radius: 50%;
}

.cm-time-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #ffffff;
    padding: 16px 16px 0px;
}

.cm-time-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}

.cm-date-box:nth-child(2) {
    width: 65%;
    text-align: center;
}

.cm-date-box:nth-child(3) {
    width: 35%;
    text-align: center;
}

.cm-year-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #9da3a2;
}

.cm-date {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #0b1928;
}

.cm-day-span {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #0b1928;
}

.cm-hours {
    display: flex;
    flex-direction: column;
}

.cm-time-label {
    flex: 0 0 40px;
    text-align: left;
    visibility: hidden;
    transform: translateY(-22px);
    color: #9da3a2;
    width: 39px;
}

.cm-time-label:empty {
    padding-right: 0;
}

.cm-time-label:not(:empty) {
    visibility: visible;
}

.cm-day-columns {
    display: flex;
    width: 95%;
    flex: 1;
}

.cm-hour {
    display: flex;
    align-items: center;
}

.cm-hour.cm-half-time {
    border-top: 1px solid #d9d9d9;
}

.current-time-label {
    color: #0b1928;
    font-weight: 700;
}

.current-time-column {
    border-top: 1px solid #0b1928;
    z-index: 1;
}

.cm-day-column {
    flex: 1;
    height: 44px;
    position: relative;
    border-right: 1px solid #d9d9d9;
}

.cm-day-column:last-child {
    width: 40%;
    border-right: none;
}

.cm-hour-line,
.cm-half-hour-line {
    position: absolute;
    width: 100%;
}

.cm-hour-line {
    top: 0;
    border-top: 1px solid #9da3a2;
}

.cm-half-hour-line {
    top: 0;
}
.cm-day-column.last-day-column {
    pointer-events: none;
    background-color: #d9d9d9;
    opacity: 0.6;
}

.cm-selected {
    height: 31px;
    width: 31px;
    background-color: #008caa; /* 青い背景色 */
    color: #ffffff; /* 白い文字色 */
    border-radius: 50%; /* 丸い形状 */
    padding: 2px; /* パディングの調整 */
}

.cm-selected-cell {
    border-radius: 6px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.45);
}

.cm-selected-cell-no2 {
    border-radius: 6px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.45);
}

.cm-other-selected-cell {
    border-radius: 6px;
    z-index: 100;
}

.cm-reserve-modal {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 356px;
    background-color: white;
    padding: 21px 16px 40px 16px;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 0 0;
    z-index: 101;
}

.cm-reserve-modal.cm-height-modal {
    height: 538px;
}

.cm-reserve-modal.cm-error-height-modal {
    height: 592px;
}

.cm-reserve-modal.cm-error-no-date-time-height-modal {
    height: 425px;
}

.cm-reserve-modal-content-item-base {
    width: 100%;
    padding-top: 16px;
}

.cm-reserve-modal-content-item-width-border {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
}

.cm-reserve-search-modal {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 295px;
    background-color: white;
    padding: 21px 16px 40px 16px;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 0 0;
    z-index: 101;
}

.cm-reserve-search-modal.cm-height-modal {
    height: 477px;
}

.cm-reserve-search-modal.cm-error-height-modal {
    height: 531px;
}

.cm-reserve-search-modal.cm-error-no-date-time-height-modal {
    height: 364px;
}

.cm-reservation-modal-error-box {
    width: 295px;
    height: auto;
    border: 1px solid #fa5046;
    border-radius: 6px;
    padding: 16px;
    color: #fa5046;
    margin: 16px auto 0 auto;
    background-color: #fff2f2;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明のグレー */
    z-index: 100; /* モーダルの下に来るように適切なz-indexを設定 */
}

.slide-up-enter-active,
.slide-up-leave-active {
    transition: transform 0.3s ease-in-out;
}

.slide-up-enter, .slide-up-leave-to /* starting and ending state for enter/leave transitions */ {
    transform: translateY(100%);
}

.cm-modal-start-datetime,
.cm-modal-end-datetime {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.cm-datetime-title {
    width: 64px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cm-datetime-end-title {
    width: 64px;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
}

.cm-modal-datetime {
    width: 180px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.cm-modal-datetime-end {
    width: 217px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.cm-datetime-date {
    width: 110px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
}

.cm-datetime-end-date {
    width: 130px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    padding: 4px 8px;
    background-color: #ebedef;
    border-radius: 8px;
}

.cm-datetime-time {
    width: 54px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
}

.cm-datetime-end-time {
    width: 70px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    padding: 4px 8px;
    background-color: #ebedef;
    border-radius: 8px;
}

.active-datetime {
    color: #008caa;
}

.cm-modal-button-box {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

/* セレクトボックスの基本スタイル */
.cm-select-style {
    width: 100%;
    padding: 8px 12px;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; /* ネイティブスタイルの削除 */
    cursor: pointer;
    color: #0b1928;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    position: relative;
}

/* セレクトボックスがフォーカスされたときのスタイル */
.cm-select-style:focus {
    outline: none;
}

.cm-7day-calendar {
    padding: 16px 24px;
}

.click-disabled {
    pointer-events: none;
}

.cm-select-style .column-container {
    width: 100%;
}

.cm-select-style .column-content {
    padding: 0;
}

.cm-select-style .cm-scroll-selected {
    border-radius: 6px;
    background-color: #e5f3f6;
}

.cm-cautionary-note {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.cm-cancel-reservation-text {
    width: 100%;
    text-align: center;
}

.cm-cancel-reservation-link {
    color: #008caa;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-decoration: underline;
}

.cm-signup-later-text {
    width: 100%;
    text-align: center;
}

.cm-signup-later-link {
    color: #008caa;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration: underline;
}

.cm-charge-end-time {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #0b1928;
}

.cm-button-inside-card {
    width: 64px;
    align-content: center;
}

.cm-search-box {
    background-color: #ffffff;
    width: 100%;
    height: 56px;
    padding: 16px;
    border-radius: 6px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.cm-search-input {
    width: 90%;
    border: none;
}

.cm-search-icon {
    width: 16px;
    height: 16px;
}

.cm-private-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #0b1928;
}

.cm-private-annotation {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #0b1928;
}

.cm-private-text {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #9da3a2;
    display: flex;
    flex-flow: row wrap;
}

.cm-private-gray-text {
    display: block;
    width: 80px;
    text-align: left;
}

.cm-text-indent {
    text-indent: 1em;
}

.cm-tabs {
    display: flex;
    justify-content: space-around;
}

.cm-tabs button {
    width: 100%;
    padding: 16px;
    cursor: pointer;
    color: #0b1928;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.cm-tabs button:nth-child(1) {
    border-radius: 6px 0px 0px 0px;
}

.cm-tabs button:nth-child(2) {
    border-radius: 0px 6px 0px 0px;
}

.cm-tabs button.cm-tab-active {
    background-color: #ffffff;
}

.cm-tabs button.cm-tab-passive {
    background-color: #dbebee;
}

.cm-tab-to-reserve-page {
    padding: 16px 0;
}

.cm-irregular-card-style {
    padding: 32px 24px;
}

.cm-history-select-wrapper {
    position: relative;
    width: 103px;
}

.cm-history-select {
    border: none;
    cursor: pointer;
    color: #0b1928;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.cm-dropdown-arrow {
    width: 16px;
    height: 16px;
}

.cm-history-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 103px;
    border: 1px solid #626c6b;
    border-radius: 4px;
    background-color: white;
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
}

.cm-history-options li {
    padding: 7px 8px;
    cursor: pointer;
    color: #0b1928;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.cm-history-options li.selected {
    background-color: #f0f0f0;
}

.cm-history-options li:hover {
    background-color: #e0e0e0;
}

.cm-withdrawal-link {
    color: #008caa;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-decoration: underline;
}

.center-overlay-custom {
    border-style: none !important;
}

.slide-enter-active,
.slide-leave-active {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.slide-enter-from {
    transform: translate(-50%, 265px);
    opacity: 0;
}

.slide-enter-to {
    transform: translate(-50%, 0);
    opacity: 1;
}

.slide-leave-from {
    transform: translate(-50%, 0);
    opacity: 1;
}

.slide-leave-to {
    transform: translate(-50%, 265px);
    opacity: 0;
}

.override-width {
    width: auto;
}

.cm-card-brand-image {
    width: 36px;
    height: auto;
}

.cm-card-brand-image-small {
    width: 18px;
    height: auto;
}

.cm-card-brand-content {
    width: 52px;
    height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.cm-card-brand-content-charge {
    width: 27px;
    height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

option[value=""][disabled] {
    display: none;
}
option {
    color: black;
}

.cm-modal-credit-title {
    color: #0b1928;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.cm-charge-start-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
    background-image: url("/images/iconSelectArrow.svg");
    background-position: right 0px center;
    background-repeat: no-repeat;
    color: #0b1928;
    font-weight: 700;
    line-height: 30px;
    outline: none;
    padding-right: 32px !important;
    text-align: right;
    -moz-text-align-last: right;
         text-align-last: right;
}

.cm-charge-start-select option {
    text-align: left;
}

option:disabled {
    color: #aaa;
    cursor: not-allowed;
}

.cm-history-button-group {
    display: flex;
    width: 100%;
    border-radius: 8px;
}

.cm-history-button-group button {
    flex: 1;
    padding: 10px;
    text-align: center;
    background-color: #ebedef;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #9da3a2;
}

.cm-history-button-group button.active {
    background-color: #008caa;
    color: #fff;
}

.cm-history-button-group button:first-child {
    border-radius: 8px 0 0 8px;
}

.cm-history-button-group button:last-child {
    border-radius: 0 8px 8px 0;
}

.cm-history-category {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cm-for-history-size-button {
    height: 36px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 9px 14px;
    margin-top: 2px;
    border-radius: 8px;
    line-height: 18px;
}

.custom-checkbox input {
    display: none;
}

/* アイコンのデフォルトサイズ */
.custom-checkbox .checkmark .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.cm-history-modal {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: white;
    padding: 40px 16px;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 0 0;
    z-index: 101;
}

.slide-enter-active,
.slide-leave-active {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.slide-enter-from {
    transform: translate(-50%, 265px);
    opacity: 0;
}

.slide-enter-to {
    transform: translate(-50%, 0);
    opacity: 1;
}

.slide-leave-from {
    transform: translate(-50%, 0);
    opacity: 1;
}

.slide-leave-to {
    transform: translate(-50%, 265px);
    opacity: 0;
}

.cm-history-footer-button-group {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e5f3f6;
    padding: 24px 16px 40px 16px;
    display: flex;
    justify-content: space-around;
}

.cm-history-modal-title {
    color: #0b1928;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.custom-credit-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/images/iconSelectUnderArrow.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 24px 24px;
    background-color: #ffffff;
}

.cm-info-content-using-card {
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 16px 24px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cm-info-content-using-card:last-child {
    margin-bottom: 0px;
}

.cm-info-content-usage-history-card {
    width: 100%;
    background-color: white;
    border-radius: 6px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    cursor: pointer;
}

.cm-info-content-reservation-card-button {
    background-color: #008caa;
    border-radius: 8px;
    min-width: 86px;
    max-height: 36px;
    padding: 9px 19px;
    color: white;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 375px) {
    .cm-info-content-reservation-card-button {
        width: 100%;
        margin-top: 16px;
    }
}

.cm-billing-button {
    width: 100%;
    height: 100%;
    max-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border: 2px solid #008caa;
    border-radius: 8px;
    padding: 8px 16px;
}

.cm-billing-menu {
    background-color: white;
    width: 112px;
    min-height: 40px; 
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    position: absolute;
    top: 44px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.cm-billing-option {
    color: #0b1928;
    font-size: 16px;
    font-weight: 400;
    padding-left: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
}

.cm-billing-option:hover {
    background-color: #e5f9fb;
}

.cm-usage-status-container {
    display: flex;
    align-items: center;
    -moz-column-gap: 1px;
         column-gap: 1px;
}

@media (max-width: 375px) {
    .cm-usage-status-container {
        height: 114px;
    }
}

.cm-usage-status-count-container {
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 16px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.cm-usage-status-time-container {
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 16px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cm-usage-status-charge-container,
.cm-usage-status-electricity-container {
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 16px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cm-usage-status-count-title,
.cm-usage-status-time-title,
.cm-usage-status-charge-title,
.cm-usage-status-electricity-title {
    color: #9da3a2;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
}

.cm-usage-status-count-content,
.cm-usage-status-charge-content,
.cm-usage-status-electricity-content {
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

@media (max-width: 375px) {
    .cm-usage-status-count-content,
    .cm-usage-status-charge-content,
    .cm-usage-status-electricity-content {
        display: flex;
        flex-direction: column;
    }
}

.cm-usage-status-time-content {
    display: flex;
    align-items: center;
}

.cm-chart {
    height: 300px;
}

.cm-chart svg {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.cm-chart-legend-container {
    display: flex;
    align-items: center;
}

.cm-chart-legend-parking-current-icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e5f9fb;
    margin-left: 10px;
    margin-right: 5px;
}

.cm-chart-legend-parking-previous-icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ebedef;
    margin-left: 10px;
    margin-right: 5px;
}

.cm-chart-legend-charge-current-icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00c8d7;
    margin-left: 10px;
    margin-right: 5px;
}

.cm-chart-legend-charge-previous-icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d9d9d9;
    margin-left: 10px;
    margin-right: 5px;
}

@media (max-width: 375px) {
    .cm-usage-status-time-content {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}

