@charset "utf-8";

.header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 100;
}

main {
    padding-top: 66px;
    min-width: 1260px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
    padding-bottom: 15px;
}

    main::-webkit-scrollbar { /* Chrome, Safari 対応 */
        display: none;
    }


a.link-blue,
.link-blue {
    text-decoration: underline;
    color: #0145A2 !important;
}

    a.link-blue:hover,
    .link-blue:hover {
        opacity: 0.8;
    }

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

h3,h4

--------------------------- */
h3 {
    background-color: #696969;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 6px 12px;
    line-height: 1;
    letter-spacing: 0.1em;
}

.h3-small {
    font-size: 1.4rem;
    padding: 3px;
    text-align: center;
}

.h4 {
    font-size: 1.5rem;
    font-weight: 700;
}

h3 {
    position: relative;
    height: 27px;
}

.h3_select {
    width: calc(100% - 24px);
    position: absolute;
    cursor: pointer;
}

    .h3_select option {
        color: #222;
    }

.h3_inner::after {
    font-family: "Font Awesome 6 Free";
    content: '\f078';
    font-weight: 900;
    color: #fff;
    position: absolute;
    right: 15px;
    pointer-events: none;
    font-size: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
}

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

input

--------------------------- */
.form-style {
    border: 1px solid #A2A2A2;
    padding: 0px 8px;
    font-size: 1.6rem;
    font-weight: 500;
    appearance: auto;
    vertical-align: middle;
    position: relative;
    min-height: 32px;
    background-color: #EFFFFE;
    word-break: break-all;
    display: inline-block;
}

textarea.form-style {
    min-height: 120px;
    line-height: 1.5;
}

.form-style.fs_15 {
    font-size: 15px;
}

.form-style.wd40 {
    width: 40px;
}

.form-style.wd100 {
    width: 100px;
}

.form-style.wd110 {
    width: 110px;
}

.form-style.wd120 {
    width: 120px;
}

.form-style.wd135 {
    width: 135px;
}

.form-style.wd160 {
    width: 160px;
}

.form-style.wd180 {
    width: 180px;
}

.form-style.wd350 {
    width: 350px;
}

.form-style.wd400 {
    width: 400px;
}

.form-style.wd410 {
    width: 410px;
}

.form-style.wd480 {
    width: 480px;
}

.form-style.wd600 {
    width: 600px;
}

.form-style.wd100p {
    width: 100%;
}

.form-style.one-line {
    height: 32px;
    line-height: 32px;
}

.form-style.ht140 {
    min-height: 140px;
}

.form-style.input-small.day {
    padding: 0 5px;
    font-size: 1.3rem;
}

.form-style.input-small.money {
    width: 148px;
}

.form-style.stick {
    position: relative;
    left: -1px;
}

.search-checkbox {
    color: #A2A2A2;
    margin-right: 3px;
}

.search-checkbox-span {
    font-size: 1.3rem;
    font-weight: 400;
    display: inline-block;
}

.drag {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%,-50%);
    font-size: 1.4rem;
    color: #D5D5D5;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

    .drag .fa-solid {
        font-size: 3rem;
        display: block;
    }


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

ボタン

--------------------------- */
.btn-gray-small {
    font-size: 1.2rem;
    font-weight: 400;
    border: 1px solid #707070;
    background-color: #EDEDED;
    letter-spacing: -0.05em;
    padding: 0 3px;
}

.btn-blue {
    width: 200px;
    background-color: #0071BC;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    display: inline-block;
}

    .btn-blue.btn-gray {
        background-color: #717171;
    }


.btn-clear {
    font-size: 1.2rem;
    text-align: center;
    background-color: #0071BC;
    color: #fff;
    width: initial;
    display: inline-block;
    padding: 1px 10px;
    padding-right: 12px;
    border-radius: 20px;
    letter-spacing: normal;
}

    .btn-clear::before {
        display: inline-block;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f304";
        padding-right: 10px;
    }

.btn-add {
    background-color: #33AF00;
    font-size: 1.2rem;
    height: 26px;
    line-height: 26px;
    width: auto;
    padding: 0 8px;
    display: inline-block;
    border-radius: 2px;
}

    .btn-add .fa-solid {
        padding-right: 2px;
    }

.btn-green {
    background-color: #157B11;
}

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

ボタン　hover

--------------------------- */
.btn-hover {
    transition: 0s;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
}

    .btn-hover:hover {
        transition: 0s;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.15);
    }

.btn-hover-op:hover {
    opacity: 0.8;
}

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

ヘッダー

--------------------------- */
header {
    background: linear-gradient(45deg,#DD1D1D,#C61C1C);
    height: 37px;
}

.header-logo img {
    object-fit: contain;
    height: 32px;
    padding: 0px 15px;
    width: 260px;
}

.header-account {
    color: #fff;
    font-weight: 400;
    padding-right: 80px;
}

    .header-account .fa-solid {
        font-size: 3rem;
        margin-right: 0.75rem;
    }

    .header-account span {
        display: inline-block;
        line-height: 1.5;
        font-size: 1.1rem;
    }

    .header-account .company {
        font-size: 1.1rem;
        line-height: 1;
    }

    .header-account .group {
        margin-right: 1.1rem;
    }

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

ハンバーガー

--------------------------- */
.hamburger {
    display: block;
    z-index: 4;
    width: 37px;
    height: 37px;
    position: relative;
    margin-right: 5px;
}

    .hamburger span {
        display: block;
        width: 30px;
        height: 3px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .hamburger span:nth-child(1) {
            top: 8px;
        }

        .hamburger span:nth-child(2) {
            top: 18px;
        }

        .hamburger span:nth-child(3) {
            top: 28px;
        }

/* ---------------------------
開いてる時のボタン
--------------------------- */
.nav_open .hamburger {
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.15);
}

    .nav_open .hamburger span:nth-child(1) {
        top: 48%;
        left: 4px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav_open .hamburger span:nth-child(2),
    .nav_open .hamburger span:nth-child(3) {
        top: 48%;
        left: 4px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav_open .hamburger::after {
        content: '';
    }

/* ---------------------------
中身
--------------------------- */
.globalMenuSp {
    width: 240px;
    height: auto;
    background-color: #fff;
    border: 1px solid #C61C1C;
    position: fixed;
    top: 42px;
    right: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    transition: all .3s;
    z-index: -1;
    opacity: 0;
    display: none;
}

.nav_open .globalMenuSp {
    opacity: 1;
    transition: all .3s;
    z-index: 10;
    display: block;
    animation: appear .5s ease;
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.globalMenuSp li a,
.logout {
    display: block;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #E0E0E0;
    padding-left: 15px;
    font-weight: 500;
    font-size: 1.4rem;
}

.logout {
    width: 100%;
}

    .globalMenuSp li a:hover,
    .logout:hover {
        background-color: #F9E8E8;
    }

/*------------------------------------
背景
------------------------------------*/
.overlay {
    background-color: #000;
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 1;
}

.nav_open .overlay {
    opacity: 0.4;
    visibility: visible;
}


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

ページタイトル

--------------------------- */
.page-ttl {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    padding: 0 15px;
}

.page-ttl-p {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
}

.page-ttl-back {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #0071BC;
    margin-right: 20px;
    position: relative;
    top: -2px;
}

    .page-ttl-back:hover {
        opacity: 0.9;
        text-decoration: underline;
    }

/* -------------------------------
タイトルリスト 
------------------------------- */
.page-ttl-p-wrapper {
    display: inline-block;
    width: calc(20% - 69px);
    position: relative;
    min-width: 178px;
}

.page-ttl-p.select {
    width: 100%;
    height: 24px;
    line-height: 22px;
    position: relative;
    bottom: 2px;
    padding: 0 5px;
    letter-spacing: 0.05em;
    border: 1px solid #696969;
    background-color: #fff;
    border-radius: 3px;
    font-size: 1.4rem;
}

    .page-ttl-p.select:hover {
        cursor: pointer;
    }

.page-ttl-p-wrapper:after {
    font-family: "Font Awesome 6 Free";
    content: '\f078';
    font-weight: 900;
    color: #222;
    position: absolute;
    pointer-events: none;
    font-size: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 3px 3px 0;
    width: 24px;
    text-align: center;
    right: 0;
    height: 24px;
    line-height: 22px;
    background-color: #696969;
    color: #fff;
    margin-top: 1px;
}

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

フッター

--------------------------- */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

    footer p {
        color: #969696;
        font-size: 1rem;
        border-top: 1px solid #EBEBEB;
        font-weight: 500;
        padding: 2px 15px;
        background-color: #fff;
        line-height: 1;
    }

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

メイン　高さ

--------------------------- */
.main-item {
    min-height: calc(100vh - 81px);
}

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

サイドバー

--------------------------- */
.side-bar {
    min-width: 270px;
    width: 20%;
    border-right: 1px solid #CCCCCC;
}

.side-bar-left {
    min-width: 250px;
    width: 20%;
}

.side-bar-icon-box {
    background-color: #F8F8F8;
    border-bottom: 1px solid #CCCCCC;
    padding: 3px 0px;
    padding-left: 6px;
}

.side-bar-icon {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .side-bar-icon:first-of-type {
        margin-left: 0;
    }

.btn-hover.side-bar-icon:hover {
    transition: 0s;
    border-radius: 50%;
    background-color: #E3E3E3;
}

.side-bar-icon p,
.side-bar-icon label {
    font-size: 1rem;
    text-align: center;
    letter-spacing: -0.025em;
    color: #525252;
    font-weight: 400;
    white-space: nowrap;
    display: block;
    display: none;
}

.side-bar-icon img {
    margin: 0 auto;
    display: block;
    object-fit: contain;
    width: 25px;
    height: 25px;
}

.side-bar-icon.margin-l {
    margin-left: 5px;
}

.side-bar-icon.border-r {
    position: relative;
    margin-right: 8px;
}

    .side-bar-icon.border-r::before {
        content: '';
        height: 20px;
        width: 1px;
        background-color: #D4D4D4;
        display: inline-block;
        position: absolute;
        top: 4px;
        right: -8px;
    }

.side-bar-icon select {
    background-color: #FFC000;
    width: 100%;
    display: block;
    height: 20px;
    margin: 6px auto;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 400;
    color: #3C3C3C;
}

    .side-bar-icon select.lightblue {
        background-color: #5AD1FA;
        color: #fff;
        cursor: pointer;
    }

    .side-bar-icon select.red {
        background-color: #C61C1C;
        color: #fff;
        cursor: pointer;
    }

    .side-bar-icon select.pink {
        background-color: #FC76DE;
        color: #fff;
        cursor: pointer;
    }

    .side-bar-icon select.orange {
        background-color: #F58B01;
        color: #fff;
        cursor: pointer;
    }

    .side-bar-icon select.yellow {
        background-color: #FFC000;
        cursor: pointer;
    }

    .side-bar-icon select.green {
        background-color: #33AF00;
        color: #fff;
        cursor: pointer;
    }

    .side-bar-icon select.purple {
        background-color: #A13FD1;
        color: #fff;
        cursor: pointer;
    }

    .side-bar-icon select.blue {
        background-color: #0071BC;
        color: #fff;
        cursor: pointer;
    }

    .side-bar-icon select.gray {
        background-color: #99999A;
        color: #fff;
        cursor: pointer;
    }

.btn-box button {
    display: none;
}

    .btn-box button.active {
        display: block;
    }

a.side-bar-icon p {
    position: relative;
    top: 2px;
}

.side-bar-icon.no-access {
    cursor: default;
    background-color: rgba(190, 190, 190, 0.6);
    border-radius: 0;
}

    .side-bar-icon.no-access img {
        opacity: 0.75;
    }

    .side-bar-icon.no-access:hover {
        background-color: rgba(190, 190, 190, 0.6);
        border-radius: 0;
    }

    .side-bar-icon.no-access p,
    .side-bar-icon.no-access label {
        opacity: 0.5;
        cursor: default;
    }

    .side-bar-icon.no-access select {
        color: #797979;
        cursor: default;
    }

/* ---------------------------
色の変更
--------------------------- */
.palette-wrapper {
    position: relative;
}

.palette_open #btn-palette {
    background-color: #E3E3E3;
}
/*---------- 中身 ----------*/
.palette_detail {
    position: absolute;
    top: 30px;
    left: 0;
    width: 125px;
    height: 140px;
    z-index: 10000;
    display: none;
}

.palette_open .palette_detail {
    display: block;
}

.palette_detail .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #E6FFFE;
    width: 100%;
    height: 100%;
}

.palette_detail button {
    width: 30px;
    height: 30px;
    background-color: #5AD1FA;
    border-radius: 50%;
}

    .palette_detail button:hover {
        opacity: 0.8;
    }

    .palette_detail button:nth-of-type(2) {
        background-color: #C61C1C;
    }

    .palette_detail button:nth-of-type(3) {
        background-color: #FC76DE;
    }

    .palette_detail button:nth-of-type(4) {
        background-color: #F58B01;
    }

    .palette_detail button:nth-of-type(5) {
        background-color: #FFC000;
    }

    .palette_detail button:nth-of-type(6) {
        background-color: #33AF00;
    }

    .palette_detail button:nth-of-type(7) {
        background-color: #A13FD1;
    }

    .palette_detail button:nth-of-type(8) {
        background-color: #0071BC;
    }

    .palette_detail button:nth-of-type(9) {
        background-color: #99999A;
    }

/*---------- 背景 ----------*/
.palette_overlay {
    background-color: #000;
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.2s;
    visibility: hidden;
    width: 100vw;
    z-index: 9999;
}

.palette_open .palette_overlay {
    opacity: 0;
    visibility: visible;
}

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

サイドバー　ファイル部分

--------------------------- */
.side-bar-contents {
    padding: 0;
}

    .side-bar-contents .wrapper {
        width: 100%;
        /*overflow-x: scroll;*/
        overflow-x: auto;
        overflow-y: hidden;
        height: calc(100vh - 156px);
        /*overflow-y: scroll;*/
        overflow-y: auto;
    }

.accordion_one .accordion_header {
    cursor: pointer;
    font-size: 1.2rem;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    padding: 5px 0;
    padding-left: 31px;
    white-space: nowrap;
    display: inline-block;
    min-width: 100%;
    /* 文字選択を防止 */
    user-select: none;
    -webkit-user-select: none;
}

    .accordion_one .accordion_header span {
        white-space: nowrap;
    }

.radio-accordion {
    display: none;
}

input.radio-accordion[type="radio"]:checked + label {
    background-color: #F9E8E8;
}
/* 選択状態はクラスにする */
.accordion_one .accordion_header.selected {
    background-color: #F9E8E8;
}

.accordion_one .accordion_header::before {
    background: url(../img/file5.png) center center no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.accordion_one .accordion_header.lightblue::before {
    background: url(../img/file1.png) center center no-repeat;
    background-size: contain;
}

.accordion_one .accordion_header.red::before {
    background: url(../img/file2.png) center center no-repeat;
    background-size: contain;
}

.accordion_one .accordion_header.pink::before {
    background: url(../img/file3.png) center center no-repeat;
    background-size: contain;
}

.accordion_one .accordion_header.orange::before {
    background: url(../img/file4.png) center center no-repeat;
    background-size: contain;
}

.accordion_one .accordion_header.green::before {
    background: url(../img/file6.png) center center no-repeat;
    background-size: contain;
}

.accordion_one .accordion_header.purple::before {
    background: url(../img/file7.png) center center no-repeat;
    background-size: contain;
}

.accordion_one .accordion_header.blue::before {
    background: url(../img/file8.png) center center no-repeat;
    background-size: contain;
}

.accordion_one .accordion_header.gray::before {
    background: url(../img/file9.png) center center no-repeat;
    background-size: contain;
}

.accordion_one .accordion_header:hover {
    background-color: #FFF8F8;
}

.accordion_one .accordion_header .i_box {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translatey(-50%);
    width: 13px;
    height: 13px;
    border: 1px solid #222;
}

    .accordion_one .accordion_header .i_box.none {
        display: none;
    }

    .accordion_one .accordion_header .i_box .one_i {
        display: block;
        width: 13px;
        height: 13px;
        position: relative;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%) rotate(0deg);
        transform: translate(-50%,-50%) rotate(0deg);
    }

        .accordion_one .accordion_header .i_box .one_i:before,
        .accordion_one .accordion_header .i_box .one_i:after {
            display: flex;
            content: '';
            background-color: #222;
            border-radius: 8px;
            width: 8px;
            height: 1px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%) rotate(0deg);
            transform: translate(-50%,-50%) rotate(0deg);
            transition: 0.2s;
        }

        .accordion_one .accordion_header .i_box .one_i:before {
            width: 8px;
            height: 1px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%) rotate(90deg);
            transform: translate(-50%,-50%) rotate(90deg);
        }

.accordion_one .accordion_header.open .i_box .one_i:before {
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
    transition: 0.2s;
}

.accordion_one .accordion_inner {
    display: none;
    padding: 0;
    padding-left: 10px;
}

.accordion_one .accordion_header.root {
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .accordion_one .accordion_header.root::before {
        background: url(../img/shoko.png) center center no-repeat;
        background-size: contain;
        margin-right: 5px;
    }

.accordion_one .accordion_header.trash {
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .accordion_one .accordion_header.trash::before {
        background: url(../img/trash.png) center center no-repeat;
        background-size: contain;
        margin-right: 5px;
    }

.accordion_one .accordion_header .i_box.none {
    display: none;
}


/* ---------------------------
アイコン　共有
--------------------------- */
.cloud {
    padding: 5px 0;
    display: inline-block;
    position: absolute;
    top: calc(50% + 8px);
    left: 38px;
    transform: translateY(-50%);
}

    .cloud .fa-cloud {
        display: none;
    }

    .cloud.group .fa-cloud,
    .cloud.all .fa-cloud {
        display: block;
        font-size: 2.2rem;
        position: relative;
        color: #fff;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
        visibility: hidden;
    }

    .cloud .fa-cloud::after {
        content: '';
        font-size: 1rem;
        font-weight: 700;
        position: absolute;
        transform: translateY(-50%) scale(0.85);
        text-align: left;
        text-shadow: none;
        visibility: visible;
        height: 26px;
        line-height: 28px;
        width: 40px;
        top: 40%;
        left: -5px;
    }
    .cloud.group .fa-cloud {
        color: #DDF1FF;
    }

    .cloud.all .fa-cloud {
        color: #FFEDED;
    }

    .cloud.group .fa-cloud::after {
        content: '部署';
        color: #1C5DC6;
        background: url(../img/cloud-group.svg) center center no-repeat;
        background-size: contain;
        text-align: center;
    }

    .cloud.all .fa-cloud::after {
        content: '全員';
        color: #C61C1C;
        background: url(../img/cloud-all.svg) center center no-repeat;
        background-size: contain;
        text-align: center;
    }

/* ---------------------------
アイコン　電帳法対応フォルダ
--------------------------- */
.accordion_one .accordion_header.protect::after {
    background: url(../img/protect_icon.png) center center no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 23px;
    width: 12px;
    height: 16px;
}

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

サイドバー 部署
.side-bar-group
--------------------------- */
.side-bar-group .accordion_header::before {
    background: url(../img/group.png) center center no-repeat;
    background-size: contain;
    margin-right: 10px;
}



.hide {
    display: none !important;
}
.block {
    display: block !important;
}

.drag_over {
    border: 2px solid red;
}

[v-cloak] {
    display: none;
}

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

ローダー
--------------------------- */
.loader_container {
    background: rgba(255, 255, 255, 0.8);
    width: 100vw;
    height: 100vh;
    display: flex;
    transition: all 1s;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.loader_container_sub {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    display: flex;
    transition: all 1s;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.loaded {
    opacity: 0;
    visibility: hidden;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #C61C1C;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    animation: pulse 1s linear infinite;
}

    .loader:after {
        content: '';
        position: absolute;
        width: 48px;
        height: 48px;
        border: 5px solid #C61C1C;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        animation: scaleUp 1s linear infinite;
    }

@keyframes scaleUp {
    0% {
        transform: translate(-50%, -50%) scale(0)
    }

    60%, 100% {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes pulse {
    0%, 60%, 100% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.2)
    }
}

.btn-sentaku {
    width: 50px;
}

    .btn-sentaku img {
        width: 100%;
    }

.btn-hover.btn-sentaku:hover {
    background-color: transparent;
    opacity: 0.8;
}

.btn-sentaku:after {
    content: none !important;
}

.page-side-bar-wrapper > .flex_start {
    align-items: flex-start !important;
}

.page-side-bar-wrapper .btn_transaction_edit {
    line-height: 1;
    display: flex;
    align-items: center;
    height: 100%;
}

    .page-side-bar-wrapper .btn_transaction_edit:hover {
        opacity: 0.8;
    }

    .page-side-bar-wrapper .btn_transaction_edit span {
        display: block;
        font-size: 1.1rem;
        background-color: #0071BC;
        color: #fff;
        padding: 6px 8px;
        border-radius: 20px;
        letter-spacing: 0;
        line-height: 1;
    }

/* button.side-bar-icon.reload {
    margin-right: 10px;
} */
button.side-bar-icon.reload:after {
    content: '再読込' !important;
    width: 50px !important;
}