*{box-sizing:border-box;padding:0;margin:0}body{scroll-behavior:smooth;color:#222;font-family:Noto Sans Japanese,sans-serif}table{border-collapse:collapse;width:100%}a{text-decoration:none}a,button{cursor:pointer}.main-container{display:flex;justify-content:flex-start;align-items:flex-start;margin-top:0}.child-container{position:relative;container-type:inline-size;flex:1 1;height:100vh;overflow-y:scroll;padding:50px;background-color:#edf2f7}@media screen and (max-width:750px){.child-container{padding-left:20px;padding-right:20px}}input,select,textarea{border-radius:5px;border:1px solid hsla(0,0%,40%,.25);background-color:#fff;font-family:Noto Sans Japanese,sans-serif;font-size:14px;font-weight:400;color:#4a4a4a;text-align:left;padding:5px 15px;box-shadow:inset 0 2px 4px rgba(0,0,0,.08)}input:focus,select:focus,textarea:focus{box-shadow:none;border-color:hsla(0,0%,40%,.7);outline:none}input.stripe-price-id,select.stripe-price-id,textarea.stripe-price-id{width:290px}.no-spin-input::-webkit-inner-spin-button,.no-spin-input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}textarea{resize:vertical;min-height:10rem}select{cursor:pointer}.base-input-wrap{position:relative;display:flex;flex-direction:column;row-gap:5px}.base-btn,.base-input-wrap label{font-weight:700;font-size:14px}.base-btn{border:none;padding:3px 15px 5px;border-radius:3px}.base-btn.active{background-color:#1cbfe6;color:#fff}.base-btn.green{background-color:#1ce672;color:#fff}.base-btn:disabled{background-color:#ccc}.pagination-area{display:flex;align-items:center;justify-content:flex-end;margin-top:24px;margin-bottom:24px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spin3D{0%{transform:rotate3d(.5,.5,.5,1turn)}to{transform:rotate3d(0deg)}}#loading{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.25);top:0;left:0;z-index:1000}#loading .spinner-box{position:absolute;top:50%;left:50%;width:300px;height:300px;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0);transform:translate(-50%,-50%)}#loading .three-quarter-spinner{width:50px;height:50px;border:3px solid #1cbfe6;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:spin .5s linear 0s infinite}#header{width:190px;max-width:200px;max-height:100svh;overflow:hidden;background:#004251}h1.header-title{color:#222;font-weight:700;text-align:center;font-size:20px;margin-bottom:83px;margin-top:50px;line-height:48.86px}.header-inner{display:flex;flex-direction:column;height:100vh}.header-inner .logo-box{display:flex;justify-content:center;align-items:center;height:80px}.header-inner .logo-box img{width:70%;height:auto}.header-links{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:0;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) rgba(0,0,0,0)}.header-links::-webkit-scrollbar{width:6px}.header-links::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.header-links::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.3);border-radius:3px}.header-links::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,100%,.5)}.header-links::-webkit-scrollbar-thumb:vertical{min-height:20px}.header-links::-webkit-scrollbar-thumb:horizontal{min-width:20px}.header-links a{display:flex;align-items:center;justify-content:flex-start;column-gap:10px;width:100%;height:55px;background-color:rgba(0,0,0,0);color:#fff;font-size:12px;font-weight:700;text-align:left;text-decoration:none;transition:background-color .3s ease;padding:10%}.header-links a span{width:30px;font-size:20px}.header-links a:hover{background-color:hsla(0,0%,100%,.35);width:100%;padding:10%}.header-links a.active{background-color:#fff;color:#55b0c8;width:100%;padding:10%}.logout-form{display:flex;align-items:center;justify-content:center;height:50px}.logout-form button{display:flex;align-items:center;justify-content:flex-start;background-color:rgba(0,0,0,0);color:#fff;border:none;padding-left:0;font-family:Noto Sans Japanese;font-size:12px;font-weight:700;line-height:32.58px;text-align:left;width:120px;height:33px;gap:8px;cursor:pointer}.logout-form button i{margin-right:5px;width:24px;height:24px;color:#fff}.logout-form button:hover{opacity:.7}@media screen and (max-width:750px){#header .logo-wrap h1{opacity:0}#header .header-links{justify-content:center}#header .header-links a{display:inline-block;width:100%;text-align:center;position:relative}#header .header-links a i{margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#header .header-links a span{display:none}#header .header-links a.active,#header .header-links a:hover{background:none;padding:0}#header .logout-form button{width:100%;display:flex;justify-content:center}#header .logout-form button a{display:inline-block;width:100%;text-align:center;position:relative}#header .logout-form button a i{margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#header .logout-form button a span{display:none}#header .logout-form button a:hover{background:none}#header .logout-form button a.active{background:none;padding:0}#header .logout-form span{display:none}}.card-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:20px;gap:20px}.card-list .card-tile{width:100%;cursor:pointer}.card-list .card-tile .img-wrap{position:relative;width:100%;aspect-ratio:384/559;height:auto;overflow:hidden;border-radius:5px}.card-list .card-tile .img-wrap img{width:100%;height:100%;object-fit:contain}.card-list .card-tile .card-number{font-size:14px;font-weight:700;color:#333;margin:0;text-align:left}.card-list .card-tile .card-name{font-size:14px;color:#666;text-align:left;margin:0}.card-list .card-tile .card-price{position:absolute;bottom:7px;left:0;background-color:rgba(16,15,15,.61);color:#fff;font-weight:700;padding:5px 10px;border-radius:5px;font-size:12px;margin:0;font-family:Noto Sans Japanese;line-height:20.36px;text-align:center}@media screen and (max-width:750px){.card-list .card-tile .card-price{font-size:10px;padding:2px 5px}#card-list-page .card-list{flex-direction:column}#card-list-page .card-number{font-size:14px}#card-list-page .card-name{font-size:12px}}.add-button,.update-button{padding:5px 10px;border:none;border-radius:5px;cursor:pointer;font-weight:700;text-align:center;transition:background-color .3s ease}.add-button:hover,.update-button:hover{background-color:color-mix(in srgb,#1CBFE6 90%,black 10%)}.update-button{width:10%;min-width:80px;max-width:100px;height:28px}.delete-button{background-color:red;color:#fff}.delete-button:hover{background-color:color-mix(in srgb,red 90%,black 10%)}i.delete-icon{display:none}@media screen and (max-width:800px){i.delete-icon{display:block}.delete-button{display:none}}.popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999}.common-popup-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.018);z-index:100}.base-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;max-width:600px;max-width:800px;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2);overflow:hidden;z-index:101;padding:20px}.base-popup .popup-title{font-weight:700;font-size:18px;margin-bottom:20px}.base-popup .input-area{position:relative;display:flex;flex-direction:column;row-gap:15px}.base-popup .input-area .loading{position:absolute;content:"";width:100%;height:100%;z-index:1;background-color:#e2e2e2;border-radius:3px}.base-popup .input-area .loading:after{position:absolute;content:"";width:100%;height:100%;z-index:150;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:skeleton-animation 1.2s linear infinite}.base-popup .btn-area{position:relative;display:flex;justify-content:flex-end}.base-popup .button-center{text-align:center;margin-top:20px}#popup-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:10;cursor:pointer}#register-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:45%;max-width:800px;height:80vh;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2);overflow:hidden;z-index:10}#register-popup.news-popup{height:auto;min-height:300px}#register-popup .modal{height:calc(100% - 50px)}#register-popup .modal .modal-header{height:50px;background-color:#70d5ed;display:flex;justify-content:center;align-items:center;color:#fff!important;font-family:Noto Sans Japanese,sans-serif;font-size:14px;font-weight:700;line-height:28.5px;text-align:center;position:relative}#register-popup .modal .modal-header h2{color:#fff!important;margin:0;padding:0;font-size:16px;font-weight:700}#register-popup .modal .modal-header .popup-close-button{position:absolute;display:flex;align-items:center;justify-content:center;width:30px;height:30px;right:10px;background:none;border:none;color:#fff;font-size:18px;cursor:pointer}#register-popup .modal .modal-container{height:calc(100% - 50px);overflow-y:auto;width:80%;margin-inline:auto}#register-popup .modal .modal-container.news-container{padding:20px}#register-popup .modal .modal-container.news-container .button-center{text-align:center;margin-top:20px}#register-popup .modal .modal-container .delete-button-wrapper{display:flex;justify-content:flex-end;margin-top:24px;margin-bottom:10px;width:100%}#register-popup .modal .modal-container .img-wrap{display:flex;justify-content:space-between;width:80%;max-width:300px;margin:20px auto 0}#register-popup .modal .modal-container .img-wrap .img-area{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:48%;row-gap:10px}#register-popup .modal .modal-container .img-wrap .img-area img{width:100%;height:100%;object-fit:contain}#register-popup .modal .modal-container .img-wrap .img-area .file-select-area{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%}#register-popup .modal .modal-container .img-wrap .img-area .file-select-area .file-select-button{background-color:#1cbfe6;color:#fff;font-size:10px;font-weight:700;border:none;border-radius:5px;padding:8px 10px;cursor:pointer;transition:background-color .3s ease}#register-popup .modal .modal-container .img-wrap .img-area .file-select-area .file-select-button:hover{background:color-mix(in srgb,#1CBFE6 90%,black 10%)}#register-popup .modal .modal-container .img-wrap .img-area .file-select-area .file-selected-text{color:#000;font-size:14px}#register-popup .modal .modal-container .modal-body{padding:20px 0;margin:auto;display:block;text-align:center;width:100%}#register-popup .modal .modal-container .input-label{margin-bottom:5px;font-weight:700;font-size:14px;text-align:left}#register-popup .modal .modal-container .news-input-area{margin-top:10px}#register-popup .modal .modal-container .news-textarea{min-height:150px;width:100%;border:1px solid #ccc;border-radius:5px;padding:10px;resize:vertical}#register-popup .modal .modal-container .input-area .popup-input,#register-popup .modal .modal-container .input-area .popup-select{width:100%;height:33px;border:1px solid gray;color:gray;border-radius:5px;box-sizing:border-box;margin-left:auto;margin-right:auto;padding-left:2%;margin-bottom:15px}#register-popup .modal .modal-container .popup-button-group{display:flex;justify-content:space-between;width:80%;margin-top:25px;margin-left:auto;margin-right:auto}#register-popup .modal .modal-container .popup-button-left{background-color:#1cbfe6;color:#fff;font-weight:700;padding:8px 16px;border:none;border-radius:5px;cursor:pointer;width:48%;transition:background-color .3s ease}#register-popup .modal .modal-container .popup-button-left:hover{background:color-mix(in srgb,#1CBFE6 90%,black 10%)}#register-popup .modal .modal-container .popup-button-right{background-color:red;color:#fff;font-weight:700;padding:8px 16px;border:none;border-radius:5px;cursor:pointer;width:48%;transition:background-color .3s ease}#register-popup .modal .modal-container .popup-button-right:hover{background:color-mix(in srgb,red 90%,black 10%)}#register-popup .modal .modal-container .popup-button-center{margin-top:20px;text-align:center}#register-popup .modal .modal-container .popup-button-register{background-color:#1cbfe6;color:#fff;font-weight:700;padding:8px 16px;border:none;border-radius:5px;cursor:pointer;display:inline-block;transition:background-color .3s ease}#register-popup .modal .modal-container .popup-button-register:hover{background:color-mix(in srgb,#1CBFE6 90%,black 10%)}@media screen and (max-width:800px){#register-popup{width:80%;left:58%}#register-popup .modal .modal-container .img-wrap{flex-direction:column;align-items:center}#register-popup .modal .modal-container .img-wrap .img-area img{width:50%}}.array-table{border:1px solid #ccc}.array-table thead tr{border:1px solid #ccc;background:#edf4f8}.array-table tbody tr,.array-table thead tr th{border:1px solid #ccc}.array-table tbody tr td,.array-table tbody tr th{border:1px solid #ccc;color:rgba(16,15,15,.6)}.array-table tbody tr td:first-child{text-align:center}#login{width:100%}#login .login-container{width:90%;max-width:400px;margin-inline:auto;background-color:#fff;padding:50px 50px 60px;box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:5px}#login .login-container .login-title{text-align:center;font-size:24px;margin-bottom:24px}#login .login-container .login-input-area{display:flex;flex-direction:column;row-gap:20px;margin-bottom:40px}#login .login-container .login-input-area .login-input{border-radius:5px;border:1px solid hsla(0,0%,40%,.25);background-color:#fff;font-family:Noto Sans Japanese,sans-serif;font-size:14px;font-weight:700;color:#666;line-height:28.5px;text-align:left;padding:5px 10px;margin-right:0}#login .login-container .login-btn{display:flex;justify-content:center;align-items:center;width:100%;height:40px;border-radius:5px;background:#1cbfe6;font-family:Noto Sans Japanese,sans-serif;font-size:14px;font-weight:700;color:#fff;cursor:pointer;transition:background-color .3s ease;border:none;margin-inline:auto}#login .login-container .login-btn.dis{background-color:#ccc}#dashboard .dashboard-container{width:100%;max-width:1440px;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:40px;gap:40px}.section-title{display:flex;align-items:center;color:#000;margin:0 0 32px;font-size:26px;font-weight:700;text-align:left;padding:0 0 5px;gap:12px}.section-title span{width:40px;font-size:32px}.explanation-area{background-color:#fff;margin-bottom:30px;padding:20px 30px}.explanation-area h3{font-size:16px;margin-bottom:10px}.explanation-area .title{font-weight:700;margin-bottom:5px;margin-top:16px}.explanation-area p{font-size:14px;line-height:1.5}.section-settings{display:flex;flex-wrap:wrap;align-items:flex-end;column-gap:16px;row-gap:8px;border-radius:5px;margin-bottom:40px}.section-settings input,.section-settings select{height:35px;border-radius:5px;border:2px solid hsla(0,0%,40%,.25);background-color:#fff;font-family:Noto Sans Japanese,sans-serif;font-size:14px;font-weight:500;color:#666;line-height:28.5px;text-align:left;margin-right:0;padding:0 10px}.section-settings input:focus,.section-settings select:focus{border-color:hsla(0,0%,40%,.7);outline:none}.section-settings select{cursor:pointer}.section-settings .card-search-button{display:flex;justify-content:center;align-items:center;width:auto;padding:0 16px;height:35px;border-radius:5px;background:#1cbfe6;font-family:Noto Sans Japanese,sans-serif;font-size:14px;font-weight:700;color:#fff;cursor:pointer;transition:.3s ease;border:none;opacity:1}.section-settings .card-search-button.save{background-color:#1ce672}.section-settings .card-search-button:hover{opacity:.7}.section-settings .card-search-button:focus{outline:none}.section-settings .input-box{display:flex;flex-direction:column;row-gap:5px}.section-settings .input-box label{font-size:14px;font-weight:700}.section-settings .datetime-box{display:flex;align-items:center;column-gap:10px}@media screen and (max-width:750px){.section-settings .card-search-button{margin-right:0;font-size:14px}.section-settings .list-btn-area{width:100%;justify-content:space-between;margin-left:0}.section-settings.card-array-edit-settings .select-1,.section-settings.card-array-edit-settings .select-2{width:calc(50% - 5px);max-width:48%}.section-settings.card-array-edit-settings .select-3{width:calc(50% - 10px);max-width:50%}.section-settings.card-array-edit-settings .list-btn-area{display:flex;justify-content:flex-end}.section-settings.card-array-edit-settings .card-search-button{width:100%;height:30px;font-size:14px}}.count-area{margin-bottom:30px}.user-count{width:15%;min-width:150px;border-bottom:2px solid #1cbfe6;padding-bottom:4px;margin-bottom:24px}.user-partner-cell{font-size:12px;color:#333;text-align:left;border-top:1px solid #ccc;border-bottom:1px solid #ccc;position:relative}.user-button-cell,.user-partner-cell{white-space:nowrap;background-color:#fff;padding:10px 15px}.user-button-cell{gap:16px;width:300px}.user-button-cell div{display:flex;justify-content:space-between;gap:16px;width:100%}.user-button-header{font-family:Noto Sans Japanese,sans-serif;font-size:12px;font-weight:700;color:#ededed;text-align:left;background:#3d3d3d;padding:10px 15px;width:300px}@keyframes skeleton-animation{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}#stores-page .store-list-wrap{display:flex;flex-direction:column;row-gap:30px}.store-tile{position:relative;display:flex;flex-direction:column;row-gap:10px;border:1px solid #ccc;border-radius:5px;padding:15px 20px;background-color:#fff;box-shadow:0 4px 6px rgba(0,0,0,.2);overflow:hidden}.store-tile .load-content{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.25);top:0;left:0}.store-tile .load-content .spinner-box{position:absolute;top:50%;left:50%;width:300px;height:300px;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0);transform:translate(-50%,-50%)}.store-tile .load-content .three-quarter-spinner{width:50px;height:50px;border:3px solid #1cbfe6;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:spin .5s linear 0s infinite}.store-tile .store-id{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:12px}.store-tile .store-id button{margin-left:auto}.store-tile .flex{column-gap:15px}.store-tile .flex,.store-tile .time-wrap{display:flex;justify-content:space-between;align-items:center}.store-tile .time-wrap{column-gap:10px}.store-tile .time-wrap input{flex:1 1}.store-tile .input-wrap{flex:1 1;display:flex;flex-direction:column;row-gap:5px}.store-tile .input-wrap label{font-size:14px;font-weight:700}.store-tile .input-wrap label span{font-size:11px;font-weight:400;margin-left:5px;color:#666}.store-tile .input-wrap label .all-time-btn{border:1px solid #222;background-color:#fff;border-radius:3px;font-size:10px;padding:3px 5px;margin-left:5px}.store-tile .input-wrap input{width:100%}.store-tile .input-wrap.small{flex:none;width:15%}.store-tile .input-wrap.area{flex:none;width:20%}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:100;cursor:pointer}.popup-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;max-width:800px;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2);overflow:hidden;z-index:101}.popup-header{height:50px;background-color:#70d5ed;display:flex;justify-content:center;align-items:center;font-family:Noto Sans Japanese,sans-serif;font-size:14px;line-height:28.5px;text-align:center;position:relative}.popup-header,.popup-header h2{color:#fff!important;font-weight:700}.popup-header h2{margin:0;padding:0;font-size:16px}.popup-header .popup-close-button{position:absolute;display:flex;align-items:center;justify-content:center;width:30px;height:30px;right:10px;background:none;border:none;color:#fff;font-size:18px;cursor:pointer}.popup-body{padding:20px;max-height:calc(80vh - 50px);overflow-y:auto}.purchase-history-table{width:100%;border-collapse:collapse;margin-top:20px}.purchase-history-table td,.purchase-history-table th{border:1px solid #ddd;padding:8px;text-align:left}.purchase-history-table th{background-color:#f5f5f5}.button-group button.submit-button{background-color:#1cbfe6}.button-group button.submit-button:hover{background-color:color-mix(in srgb,#1CBFE6 90%,black 10%)}.button-group button.cancel-button{background-color:#ccc}.button-group button.cancel-button:hover{background-color:color-mix(in srgb,#ccc 90%,black 10%)}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px;font-weight:700}.form-group input,.form-group select{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px}.button-group{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.button-group button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer}.button-group button.submit-button{background-color:#007bff;color:#fff}.button-group button.submit-button:hover{background-color:#0056b3}.button-group button.cancel-button{background-color:#6c757d;color:#fff}.button-group button.cancel-button:hover{background-color:#5a6268}#notification{position:fixed;bottom:-50px;left:50%;transform:translate(-50%);margin:auto;max-width:500px;background-color:#00e52b;border-radius:5px;color:#fff;font-size:12px;padding:5px 15px;font-weight:700;opacity:0;transition:all .5s ease}#notification.show{bottom:10px;opacity:1}#notification.error{background-color:#ec464a}.partner-button-cell{gap:16px;width:200px;padding:10px 15px;background-color:#fff;white-space:nowrap}.partner-button-cell div{display:flex;justify-content:space-between;gap:16px;width:100%}.partner-button-header{font-family:Noto Sans Japanese,sans-serif;font-size:12px;font-weight:700;color:#ededed;text-align:left;background:#3d3d3d;padding:10px 15px;width:200px}.array-list{overflow-x:scroll;width:100%}.array-list table thead tr th{font-size:14px;font-weight:700}.array-list table thead tr th:first-child,.array-list table thead tr th:last-child{text-align:center;border-left:1px solid #ccc}.array-list table tbody tr td{vertical-align:top;padding:20px 10px}.array-list table tbody tr td:first-child,.array-list table tbody tr td:last-child{text-align:center}.array-list table tbody tr td th:first-child,.array-list table tbody tr td th:last-child,.array-list table tbody tr td:first-child,.array-list table tbody tr td:last-child{border-left:1px solid #ccc;border-right:1px solid #ccc}.array-list table tbody tr td .selectbox-wrap{display:flex;flex-direction:column;justify-content:flex-start}.array-table{width:100%;border-collapse:collapse}.array-table td,.array-table th{border:1px solid #ccc;height:100%}.array-table th{color:#ededed;background:#2d3a4a}.array-table td{background-color:#fff}.array-table td .card-wrap{display:grid;grid-template-rows:1fr;height:100%}.issue-content-cell{position:relative}.issue-content-cell button{float:left;margin-right:10px;background-color:#ccc}.issue-content-cell button:hover{background:color-mix(in srgb,#ccc 90%,black 10%)}.issue-hidden-content{position:absolute;bottom:85%;left:0;width:300px;height:auto;background-color:#fff;padding:10px 15px;text-wrap:wrap;border-radius:5px;border:1px solid hsla(0,0%,40%,.25);font-size:12px;opacity:0;pointer-events:none}.issue-hidden-content.show{opacity:1;pointer-events:auto}.issue-content-header{font-family:Noto Sans Japanese,sans-serif;font-size:12px;font-weight:700;color:#ededed;text-align:left;background:#3d3d3d;padding:10px 15px}.button-cell{gap:16px;width:200px}.button-cell div{display:flex;justify-content:space-between;gap:16px}.button-header{font-family:Noto Sans Japanese,sans-serif;font-size:12px;font-weight:700;color:#ededed;text-align:left;background:#3d3d3d;padding:10px 15px;width:200px}