Commit 2607c03d by NGUYEN HOANG SON

add new design common css, js, img, html

parent 17d151f1
<div class="modal fade" id="confirm-modal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header bg-dark10">
<h5 class="modal-title">確認</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
XXXXしますか?
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary">はい</button>
<button type="button" class="btn btn-tertiary" data-dismiss="modal">いいえ</button>
</div>
</div>
</div>
</div>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
@font-face{
font-family:"Font Awesome 5 Brands";
font-style:normal;
font-weight:400;
font-display:block;
src:url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot);
src:url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot)
format("embedded-opentype"),url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2)
format("woff2"),url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff)
format("woff"),url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf)
format("truetype"),url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg#fontawesome)
format("svg")}.fab{font-family:"Font Awesome 5 Brands"}
@font-face{
font-family:"Font Awesome 5 Free";
font-style:normal;
font-weight:400;
font-display:block;
src:url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot);
src:url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot)
format("embedded-opentype"),url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2)
format("woff2"),url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff)
format("woff"),url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf)
format("truetype"),url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.svg#fontawesome)
format("svg")}.fab,.far{font-weight:400}
@font-face{
font-family:"Font Awesome 5 Free";
font-style:normal;
font-weight:900;
font-display:block;
src:url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot);
src:url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot)
format("embedded-opentype"),url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2)
format("woff2"),url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff)
format("woff"),url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf)
format("truetype"),url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg#fontawesome)
format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
\ No newline at end of file
@charset "UTF-8";
header .navbar-brand img{
height: 35px!important;
}
header .nav-link img {
height: 28px!important;
}
@media (max-width: 575px) {
header .nav-link img {
height: 24px!important;
}
}
header nav a,header nav a:hover{
color: #69707A;
}
header li.active.nav-link a{
color: var(--primary);
}
header li.active.nav-link img {
filter: brightness(0) saturate(100%) invert(17%) sepia(94%) saturate(4792%) hue-rotate(219deg) brightness(98%) contrast(100%);
}
html,
body {
height: 100%;
background-color: #EBF4FB;
}
body {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.form-login {
width: 100%;
max-width: 420px;
padding: 25px 30px;
margin: auto;
}
\ No newline at end of file
@charset "UTF-8";
/* no image */
.not-found-img{
max-width: 100px;
}
/* dashboard */
ul.dashboard-menu li:hover{
background-color: #f8f9fa;
}
ul.dashboard-menu li img{
width: 50px;
}
@media screen and (max-width: 575px) {
ul.dashboard-menu li img{
width: 40px;
}
}
/* dashboard setting */
.setting-table-wrap table {
width: 100%;
}
.setting-table-wrap th {
padding: 0.8rem;
}
.setting-table-wrap td {
width: 80px;
padding: 0.8rem;
}
/* message list */
ul.message-list li.unread{
font-weight: bold;
}
ul.message-list li.read{
background-color: #f8f9fa;
}
/* task list */
.view-block {
display: grid;
grid-template-columns: repeat(4,1fr);
column-gap: 10px;
}
@media screen and (max-width: 992px) {
.view-block {
grid-template-columns: repeat(3,1fr);
}
}
@media screen and (max-width: 767px) {
.view-block {
grid-template-columns: repeat(2,1fr);
}
}
@charset "UTF-8";
.tb-wrap {
border-radius: 4px;
border: 3px solid #EBF4FB;
}
.ad-area{
top: 0;
right: 20px;
}
canvas {
width: 80%;
height: 200px;
}
.tb-item {
counter-increment: item;
margin-bottom: 10px;
}
.tb-item:not(:last-child) {
padding-bottom: 20px;
border-bottom: 3px solid #EBF4FB;
}
.tb-item .num:after,
.tb-item label:after {
content: counters(item,"");
}
/* 工程一覧 */
#process-list h1{
font-size: 20px;
}
#process-list .ar-box{
min-height: 50px;
font-weight: normal;
}
#process-list .sp-down img{
width: 35px;
}
/* フォーム開閉ボタン */
.ac-tb-form{
display: block;
padding: 5px 0 5px 35px;
text-align: center;
color: #0053f0!important;
font-weight: 600;
text-decoration: none!important;
border-radius: 5px;
font-size: 14px;
}
.ac-tb-form:after {
content: "";
position: absolute;
left: 15px;
transition: all .2s ease-in-out;
display: block;
width: 8px;
height: 8px;
border-top: 2px solid #0053f0;
border-right: 2px solid #0053f0;
transform: rotate(-45deg);
top: 45%;
}
.ac-tb-form.hide:after {
transform: rotate(135deg);
top: 32%;
}
.tb-item.visually-hidden {
transition: 0.5s;
}
.visually-hidden {
position: fixed !important;
top: 0px !important;
left: 0px !important;
width: 0px !important;
height: 0px !important;
opacity: 0 !important;
overflow: hidden !important;
border: none !important;
margin: 0 !important;
padding: 0 !important;
display: block !important;
visibility: visible !important;
}
.num {
font-weight: 600;
}
i.fa-minus, i.fa-plus {
color: #212529;
}
.fa-plus:active{
transform: rotate(180deg);
transition: .5s;
}
#top nav.search {
margin-bottom: 1rem;
}
.form-group {
margin-bottom: 0;
}
/* アイコン */
.icon{
width: 22px;
max-height: 22px;
}
.duration-area {
padding-left: 0;
}
/* pdf出力ボタン */
.pdf-output-btn .icon{
width: 22px;
height: 22px;
background: url("../img/icon_pdf_blue.svg") no-repeat;
}
.pdf-output-btn:hover .icon{
background: url("../img/icon_pdf.svg") no-repeat;
}
/* 表の開閉 */
.fold-area {
height: 30px;
position: relative;
margin: 0 10px;
}
.fold-area.hide{
display: none;
}
.fold-area span:nth-child(1) {
width: calc( 100% - 20px );
height: 3px;
background-color: #ebf4fb;
position: absolute;
top: 0;
right: 0;
}
.fold-area span:nth-child(2) {
width: 95%;
height: 3px;
background-color: #ebf4fb;
position: absolute;
top: 10px;
right: 0;
}
.fold-area span:nth-child(2) {
width: calc( 100% - 10px );
height: 3px;
background-color: #ebf4fb;
position: absolute;
top: 10px;
right: 0;
}
.fold-area span:nth-child(2):before {
content: '';
width: 3px;
height: 10px;
border-left: 3px solid #ebf4fb;
position: absolute;
top: -10px;
}
.fold-area span:nth-child(3) {
width: 100%;
height: 3px;
background-color: #ebf4fb;
position: absolute;
top: 20px;
right: 0;
}
.fold-area span:nth-child(3):before {
content: '';
width: 3px;
height: 10px;
border-left: 3px solid #ebf4fb;
position: absolute;
top: -10px;
}
@media (min-width: 768px) {
.del-btn,.sv-btn,.sb-btn{
min-width: 150px;
}
}
/* タブ */
.side-navi ul li a {
color: #212529;
}
.side-navi ul li.active.done a{
color: #212529;
}
.side-navi ul li.doing a {
color: #0053f0;
}
.side-navi ul li.yet a{
color: #ccc;
}
/* 作業未更新 */
#top tr.update {
background: #fffaf7;
}
#top tr.update a:before {
content: '\f2f9';
font-family: "Font Awesome 5 Free";
color: #0053f0;
font-weight: 600;
margin-right: 5px;
}
@media(max-width: 991.98px){
.side-navi ul li.active {
background: #ebf4fb!important;
z-index: 9999;
margin-bottom: -1px;
border-bottom: 1px solid #ebf4fb;
}
.side-navi ul li.active a{
color: #0053f0;
}
.p-form {
border-top: 1px solid #dadee3;
margin-top: -1px;
}
.side-navi ul li.done {
background: #C4C4C4;
}
.side-navi ul li.done a{
color: #fff;
}
.side-navi ul li.active.yet a{
color: #212529;
}
}
@media screen and (max-width:768px){
#top tr.update a:before {
font-size: 13px;
}
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
<header>
<nav class="navbar navbar-dark shadow-sm px-sm-auto px-0">
<div class="container">
<a href="dashboard.html" class="navbar-brand">
<img src="img/logo.svg" alt="ロゴ" class="img-fluid">
</a>
<ul class="mr-sm-auto ml-sm-0 ml-auto mb-0 pl-0 d-flex">
<li class="active nav-link">
<a href="dashboard.html" class="d-block text-center text-decoration-none">
<img src="img/nav_icon_dashboard.svg" alt="ダッシュボード" class="p-sm-1 p-0 img-fluid">
<div class="fs-7 d-sm-block d-none">ダッシュボード</div>
</a>
</li>
<li class="nav-link">
<a href="task-list.html" class="d-block text-center text-decoration-none">
<img src="img/nav_icon_task.svg" alt="作業一覧" class="p-sm-1 p-0 img-fluid">
<div class="fs-7 d-sm-block d-none">作業一覧</div>
</a>
</li>
</ul>
<div class="dropdown">
<a href="#" class="nav-link text-center" id="dropdown-profile" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<img src="img/nav_icon_profile.svg" alt="プロフィール" class="p-sm-1 p-0 img-fluid profile-img">
<div class="fs-7 d-sm-block d-none">プロフィール</div>
</a>
<div class="dropdown-menu dropdown-menu-right" data-animation="true" aria-labelledby="dropdown-profile">
<h6 class="dropdown-header">login-id</h6>
<a class="dropdown-item" href="account-setting.html">
<img src="./img/menu_icon_account_setting.svg" alt="アカウント設定" class="navbar-dropdown-icon">
アカウント設定</a>
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#confirm-modal">
<img src="./img/menu_icon_logout.svg" alt="ログアウト" class="navbar-dropdown-icon">
ログアウト</a>
</div>
</div>
</div>
</nav>
</header>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:none;}.cls-2{fill:#0053f0;}.cls-3{fill:#4280e2;}</style></defs><g id="_レイヤー_1-2"><g><rect class="cls-1" width="100" height="100"/><g><path class="cls-3" d="M65.19,66.38c.45,0,.83-.15,1.13-.45,.3-.3,.45-.67,.45-1.13v-10.17c0-.42-.16-.78-.47-1.07-.31-.3-.68-.45-1.1-.45-.45,0-.83,.15-1.13,.45-.3,.3-.45,.67-.45,1.13v10.17c0,.42,.16,.78,.47,1.07,.31,.3,.68,.45,1.1,.45Zm-.16,8.02c.49,0,.9-.17,1.23-.5s.5-.74,.5-1.23-.17-.9-.5-1.23c-.33-.33-.74-.5-1.23-.5-.49,0-.9,.17-1.23,.5-.33,.33-.5,.74-.5,1.23s.17,.9,.5,1.23,.74,.5,1.23,.5Zm0,10.48c-2.97,0-5.73-.53-8.28-1.6-2.55-1.07-4.77-2.54-6.66-4.43-1.89-1.89-3.36-4.11-4.43-6.66-1.07-2.55-1.6-5.31-1.6-8.28s.53-5.68,1.6-8.23c1.07-2.55,2.54-4.77,4.43-6.66,1.89-1.89,4.11-3.37,6.66-4.46,2.55-1.08,5.31-1.62,8.28-1.62s5.68,.54,8.23,1.62c2.55,1.08,4.77,2.57,6.66,4.46,1.89,1.89,3.37,4.11,4.46,6.66,1.08,2.55,1.62,5.29,1.62,8.23s-.54,5.73-1.62,8.28-2.57,4.77-4.46,6.66c-1.89,1.89-4.11,3.36-6.66,4.43-2.55,1.07-5.29,1.6-8.23,1.6Z"/><g><path class="cls-2" d="M29.28,55.61c-.65,0-1.21,.24-1.7,.73-.48,.48-.73,1.05-.73,1.7s.24,1.21,.73,1.7c.48,.48,1.05,.73,1.7,.73s1.21-.24,1.7-.73c.48-.48,.73-1.05,.73-1.7s-.24-1.21-.73-1.7-1.05-.73-1.7-.73Z"/><path class="cls-2" d="M29.28,27.97c-.65,0-1.21,.24-1.7,.73-.48,.48-.73,1.05-.73,1.7s.24,1.21,.73,1.7c.48,.48,1.05,.73,1.7,.73s1.21-.24,1.7-.73,.73-1.05,.73-1.7-.24-1.21-.73-1.7c-.48-.48-1.05-.73-1.7-.73Z"/><path class="cls-2" d="M18.85,68.46V19.97H53.52v11.4c0,.7,.23,1.28,.69,1.74,.46,.46,1.04,.69,1.74,.69h11.4v6.24c1.67,.07,3.29,.29,4.85,.66v-9.56L56.19,15.12H18.85c-1.29,0-2.42,.48-3.39,1.45-.97,.97-1.45,2.1-1.45,3.39v48.5c0,1.29,.48,2.42,1.45,3.39,.97,.97,2.1,1.45,3.39,1.45h23.17c-.49-1.56-.83-3.17-1.02-4.85H18.85Z"/><path class="cls-2" d="M29.28,41.79c-.65,0-1.21,.24-1.7,.73-.48,.48-.73,1.05-.73,1.7s.24,1.21,.73,1.7c.48,.48,1.05,.73,1.7,.73s1.21-.24,1.7-.73c.48-.48,.73-1.05,.73-1.7s-.24-1.21-.73-1.7-1.05-.73-1.7-.73Z"/></g></g></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:none;}.cls-2{fill:#0053f0;}.cls-3{fill:#4280e2;}</style></defs><g id="_レイヤー_1-2"><g><rect class="cls-1" width="100" height="100"/><g><path class="cls-3" d="M14,65.23V17.99c0-.84,.39-1.69,1.18-2.53s1.6-1.27,2.44-1.27h46.97c.9,0,1.75,.41,2.53,1.22,.78,.81,1.18,1.67,1.18,2.58V50.21c0,.84-.39,1.69-1.18,2.53s-1.63,1.27-2.53,1.27H28.48l-12.13,12.13c-.42,.42-.92,.53-1.49,.32s-.86-.62-.86-1.22Zm5.43-45.61v0Zm43.44,0H19.43v28.96H62.87V19.62Z"/><path class="cls-2" d="M31.8,73.35c-.84,0-1.67-.42-2.49-1.27-.81-.84-1.22-1.69-1.22-2.53v-8.87h45.25V29.92h9.05c.84,0,1.66,.42,2.44,1.27,.78,.84,1.18,1.72,1.18,2.62v50.68c0,.6-.29,1.01-.86,1.22-.57,.21-1.07,.11-1.49-.32l-12.04-12.04H31.8Z"/></g></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:none;}.cls-2{fill:#0053f0;}.cls-3{fill:#4280e2;}</style></defs><g id="_レイヤー_1-2"><g><rect class="cls-1" width="100" height="100"/><g><path class="cls-2" d="M52.94,50.52v25.22H22.82V36.03h13.61v-4.11h-13.61v-2.05h13.61v-4.11h-13.61c-1.1,0-2.05,.41-2.88,1.23s-1.23,1.78-1.23,2.88v52.02c0,1.1,.41,2.05,1.23,2.88s1.78,1.23,2.88,1.23h30.12c1.1,0,2.05-.41,2.88-1.23s1.23-1.78,1.23-2.88v-31.38h-4.11Zm0,31.38H22.82v-2.05h30.12v2.05Z"/><path class="cls-3" d="M49.47,39.09h13.25c.42,0,.77-.15,1.07-.44s.44-.67,.44-1.12-.15-.83-.44-1.12-.67-.44-1.12-.44h-13.25c-.42,0-.77,.15-1.07,.44-.3,.3-.44,.67-.44,1.12s.15,.83,.44,1.12c.3,.3,.67,.44,1.12,.44Zm0-6.78h21.96c.42,0,.77-.15,1.07-.44s.44-.67,.44-1.12-.15-.83-.44-1.12c-.3-.3-.67-.44-1.12-.44h-21.96c-.42,0-.77,.15-1.07,.44-.3,.3-.44,.67-.44,1.12s.15,.83,.44,1.12c.3,.3,.67,.44,1.12,.44Zm0-6.78h21.96c.42,0,.77-.15,1.07-.44,.3-.3,.44-.67,.44-1.12s-.15-.83-.44-1.12-.67-.44-1.12-.44h-21.96c-.42,0-.77,.15-1.07,.44-.3,.3-.44,.67-.44,1.12s.15,.83,.44,1.12c.3,.3,.67,.44,1.12,.44Zm-9.91,26.45V17.13c0-.8,.31-1.52,.94-2.16,.63-.64,1.36-.97,2.19-.97h35.47c.8,0,1.52,.32,2.16,.97,.64,.64,.97,1.36,.97,2.16v27.13c0,.8-.32,1.52-.97,2.16-.64,.64-1.36,.97-2.16,.97h-30.26l-5.69,5.69c-.49,.49-1.05,.6-1.7,.34-.64-.26-.97-.74-.97-1.43Zm3.13-3.81l3.91-3.91h31.56V17.13H42.69v31.04Zm0-31.04v0Z"/></g></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:none;}.cls-2{fill:#0053f0;}.cls-3{fill:#4280e2;}</style></defs><g id="_レイヤー_1-2"><g><rect class="cls-1" width="100" height="100"/><g><path class="cls-3" d="M39.3,73.88h4.55v-12.88h12.88v-4.55h-12.88v-12.88h-4.55v12.88h-12.88v4.55h12.88v12.88Zm-20.45,12.12c-1.21,0-2.27-.45-3.18-1.36-.91-.91-1.36-1.97-1.36-3.18V36c0-1.21,.45-2.27,1.36-3.18,.91-.91,1.97-1.36,3.18-1.36h45.45c1.21,0,2.27,.45,3.18,1.36,.91,.91,1.36,1.97,1.36,3.18v45.45c0,1.21-.45,2.27-1.36,3.18-.91,.91-1.97,1.36-3.18,1.36H18.84Zm0-4.55h45.45V36H18.84v45.45Zm0-45.45v0Z"/><path class="cls-2" d="M84.34,15.36c-.91-.91-1.97-1.36-3.18-1.36H35.71c-1.21,0-2.27,.45-3.18,1.36-.91,.91-1.36,1.97-1.36,3.18v7.58h4.55v-7.58h45.45V64h-7.58v4.55h7.58c1.21,0,2.27-.45,3.18-1.36s1.36-1.97,1.36-3.18V18.55c0-1.21-.45-2.27-1.36-3.18Z"/></g></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:none;}.cls-2{fill:#0053f0;}.cls-3{fill:#4280e2;}</style></defs><g id="_レイヤー_1-2"><g><rect class="cls-1" width="100" height="100"/><g><path class="cls-3" d="M39.42,34c.17,.61,.31,1.23,.41,1.88,.1,.65,.15,1.31,.15,1.98,0,1.84-.34,3.55-1.01,5.13s-1.59,2.95-2.76,4.12c-1.17,1.17-2.54,2.08-4.12,2.74-1.58,.66-3.28,.99-5.1,.99s-3.55-.33-5.13-.99c-1.58-.66-2.95-1.57-4.12-2.74-1.17-1.17-2.08-2.54-2.74-4.12-.66-1.58-.99-3.29-.99-5.13s.33-3.52,.99-5.1c.66-1.58,1.57-2.95,2.74-4.12,1.17-1.17,2.54-2.09,4.12-2.76,1.58-.67,3.29-1.01,5.13-1.01,1.41,0,2.73,.21,3.98,.62,1.24,.41,2.41,.96,3.49,1.66,.24,.15,.37,.36,.41,.62s-.04,.5-.21,.71c-.17,.22-.39,.35-.65,.39-.26,.04-.51-.01-.75-.16-.91-.56-1.89-1.02-2.94-1.36-1.05-.35-2.16-.52-3.33-.52-3.14,0-5.76,1.06-7.87,3.17s-3.17,4.73-3.17,7.87,1.06,5.76,3.17,7.87,4.73,3.17,7.87,3.17,5.76-1.06,7.87-3.17,3.17-4.73,3.17-7.87c0-.54-.03-1.06-.1-1.56s-.16-1-.29-1.49c-.06-.26-.05-.52,.05-.78,.1-.26,.27-.44,.5-.55s.48-.12,.73-.03,.42,.27,.5,.55Zm-15.03,9.09l-3.96-3.99c-.19-.19-.29-.43-.29-.71s.11-.53,.32-.75c.19-.19,.43-.29,.71-.29s.53,.1,.75,.29l3.15,3.18,12.73-12.73c.19-.19,.43-.3,.71-.31,.28-.01,.53,.09,.75,.31,.22,.22,.32,.47,.32,.75,0,.28-.11,.53-.32,.75l-13.51,13.51c-.19,.19-.43,.29-.7,.29s-.49-.1-.67-.29Z"/><path class="cls-2" d="M47.48,75.13c-.48,0-.88-.16-1.2-.47-.32-.32-.47-.72-.47-1.2s.16-.88,.47-1.2c.32-.32,.72-.47,1.2-.47h36.85c.48,0,.88,.16,1.2,.47,.32,.32,.47,.72,.47,1.2s-.16,.88-.47,1.2c-.32,.32-.72,.47-1.2,.47H47.48Z"/><path class="cls-2" d="M47.48,57.99c-.48,0-.88-.16-1.2-.47-.32-.32-.47-.72-.47-1.2s.16-.88,.47-1.2c.32-.32,.72-.47,1.2-.47h36.85c.48,0,.88,.16,1.2,.47s.47,.72,.47,1.2-.16,.88-.47,1.2c-.32,.32-.72,.47-1.2,.47H47.48Z"/><path class="cls-2" d="M47.48,40.85c-.48,0-.88-.16-1.2-.47-.32-.32-.47-.72-.47-1.2s.16-.88,.47-1.2c.32-.32,.72-.47,1.2-.47h36.85c.48,0,.88,.16,1.2,.47s.47,.72,.47,1.2-.16,.88-.47,1.2-.72,.47-1.2,.47H47.48Z"/></g></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:none;}.cls-2{fill:#0053f0;}.cls-3{fill:#4280e2;}</style></defs><g id="_レイヤー_1-2"><g><rect class="cls-1" width="100" height="100"/><g><path class="cls-2" d="M69.22,75.29c.54-.11,.98-.39,1.3-.86,.33-.46,.49-1.05,.49-1.75v-5.05c0-3.42-.87-6.23-2.61-8.43s-4.02-3.98-6.84-5.33c3.75,.43,7.28,1.07,10.59,1.91s6,1.81,8.06,2.89c1.79,1.03,3.2,2.31,4.24,3.83,1.03,1.52,1.55,3.23,1.55,5.13v5.21c0,.71-.23,1.29-.69,1.75-.46,.46-1.05,.69-1.75,.69h-14.33Z"/><path class="cls-2" d="M69.38,36.93c0,3.58-1.14,6.52-3.42,8.8-2.28,2.28-5.21,3.42-8.8,3.42-.6,0-1.26-.04-2-.12s-1.4-.23-2-.45c1.3-1.36,2.29-3.03,2.97-5.01s1.02-4.19,1.02-6.64-.34-4.6-1.02-6.48c-.68-1.87-1.67-3.6-2.97-5.17,.6-.16,1.26-.3,2-.41,.73-.11,1.4-.16,2-.16,3.58,0,6.52,1.14,8.8,3.42,2.28,2.28,3.42,5.21,3.42,8.8Z"/><path class="cls-3" d="M64.62,62.46c-1-1.55-2.38-2.7-4.11-3.46-3.96-1.74-7.52-2.99-10.67-3.75-3.15-.76-6.41-1.14-9.77-1.14s-6.64,.38-9.81,1.14c-3.18,.76-6.75,2.01-10.71,3.75-1.74,.76-3.09,1.91-4.07,3.46-.98,1.55-1.47,3.27-1.47,5.17v5.21c0,.71,.23,1.29,.69,1.75,.46,.46,1.05,.69,1.75,.69H63.68c.71,0,1.29-.23,1.75-.69,.46-.46,.69-1.05,.69-1.75v-5.21c0-1.9-.5-3.62-1.51-5.17Zm-3.38,7.94H18.89v-2.77c0-.87,.24-1.71,.73-2.52,.49-.81,1.11-1.38,1.87-1.71,3.91-1.74,7.21-2.91,9.9-3.5s5.58-.9,8.67-.9,5.97,.3,8.63,.9,5.95,1.76,9.86,3.5c.76,.33,1.4,.9,1.91,1.71,.52,.81,.77,1.66,.77,2.52v2.77Z"/><path class="cls-3" d="M48.86,28.13c-2.28-2.28-5.21-3.42-8.8-3.42s-6.52,1.14-8.8,3.42c-2.28,2.28-3.42,5.21-3.42,8.8s1.14,6.52,3.42,8.8,5.21,3.42,8.8,3.42,6.52-1.14,8.8-3.42c2.28-2.28,3.42-5.21,3.42-8.8s-1.14-6.52-3.42-8.8Zm-3.54,14.05c-1.38,1.38-3.14,2.08-5.25,2.08s-3.87-.69-5.25-2.08c-1.38-1.38-2.08-3.14-2.08-5.25s.69-3.87,2.08-5.25c1.38-1.38,3.14-2.08,5.25-2.08s3.87,.69,5.25,2.08,2.08,3.14,2.08,5.25-.69,3.87-2.08,5.25Z"/></g></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:none;}.cls-2{fill:#0053f0;}.cls-3{fill:#4280e2;}</style></defs><g id="_レイヤー_1-2"><g><rect class="cls-1" width="100" height="100"/><g><path class="cls-3" d="M54.42,55.61h13.98c.44,0,.82-.16,1.13-.47s.47-.71,.47-1.18-.16-.87-.47-1.18-.71-.47-1.18-.47h-13.98c-.44,0-.82,.16-1.13,.47-.31,.31-.47,.71-.47,1.18s.16,.87,.47,1.18c.31,.31,.71,.47,1.18,.47Zm0-7.16h23.18c.44,0,.82-.16,1.13-.47s.47-.71,.47-1.18-.16-.87-.47-1.18c-.31-.31-.71-.47-1.18-.47h-23.18c-.44,0-.82,.16-1.13,.47-.31,.31-.47,.71-.47,1.18s.16,.87,.47,1.18c.31,.31,.71,.47,1.18,.47Zm0-7.16h23.18c.44,0,.82-.16,1.13-.47,.31-.31,.47-.71,.47-1.18s-.16-.87-.47-1.18-.71-.47-1.18-.47h-23.18c-.44,0-.82,.16-1.13,.47-.31,.31-.47,.71-.47,1.18s.16,.87,.47,1.18c.31,.31,.71,.47,1.18,.47Zm-10.46,27.91V32.44c0-.84,.33-1.61,.99-2.28,.66-.68,1.43-1.02,2.31-1.02h37.43c.84,0,1.61,.34,2.28,1.02,.68,.68,1.02,1.44,1.02,2.28v28.63c0,.84-.34,1.61-1.02,2.28-.68,.68-1.44,1.02-2.28,1.02h-31.93l-6,6c-.51,.51-1.11,.63-1.79,.36-.68-.28-1.02-.78-1.02-1.51Zm3.3-4.02l4.13-4.13h33.31v-28.63H47.26v32.75Zm0-32.75v0Z"/><path class="cls-2" d="M29.63,62.74c-.2-.31-.31-.71-.31-1.18,0-.48,.1-.87,.31-1.18,.2-.31,.46-.47,.78-.47h6.5c.31,0,.57,.16,.78,.47,.2,.31,.31,.71,.31,1.18,0,.48-.1,.87-.31,1.18-.2,.31-.46,.47-.78,.47h-6.5c-.31,0-.57-.16-.78-.47ZM12.31,39.62c-.2-.31-.31-.71-.31-1.18,0-.48,.1-.87,.31-1.18,.2-.31,.46-.47,.78-.47h23.82c.31,0,.57,.16,.78,.47,.2,.31,.31,.71,.31,1.18,0,.48-.1,.87-.31,1.18-.2,.31-.46,.47-.78,.47H13.08c-.31,0-.57-.16-.78-.47Zm8.66,11.56c-.2-.31-.31-.71-.31-1.18,0-.48,.1-.87,.31-1.18,.2-.31,.46-.47,.78-.47h15.16c.31,0,.57,.16,.78,.47,.2,.31,.31,.71,.31,1.18,0,.48-.1,.87-.31,1.18-.2,.31-.46,.47-.78,.47h-15.16c-.31,0-.57-.16-.78-.47Z"/></g></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 29.63"><defs><style>.cls-1{fill:#6c757d;}.cls-2{fill:none;}</style></defs><g id="_レイヤー_1-2"><g id="_レイヤー_1-2"><g><rect class="cls-2" width="30" height="29.63"/><path class="cls-1" d="M15,23.55L0,8.73l2.69-2.65,12.31,12.22L27.31,6.14l2.69,2.65-15,14.75h0Z"/></g></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.63 30"><defs><style>.cls-1{fill:#6c757d;}.cls-2{fill:none;}</style></defs><g id="_レイヤー_1-2"><g><rect class="cls-2" x="-.19" y=".19" width="30" height="29.63" transform="translate(-.19 29.81) rotate(-90)"/><path class="cls-1" d="M23.55,15l-14.81,15-2.65-2.69,12.22-12.31L6.14,2.69,8.8,0l14.75,15Z"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#6c757d;}.cls-2{fill:none;}</style></defs><g id="_レイヤー_1-2"><g><path class="cls-1" d="M18.73,91.7c-1.67,0-3.13-.63-4.38-1.88-1.25-1.25-1.88-2.71-1.88-4.38V20.81c0-1.67,.63-3.13,1.88-4.38,1.25-1.25,2.71-1.88,4.38-1.88h6.78v-6.25h6.78v6.25h35.44v-6.25h6.78v6.25h6.78c1.67,0,3.13,.63,4.38,1.88,1.25,1.25,1.88,2.71,1.88,4.38V85.44c0,1.67-.63,3.13-1.88,4.38-1.25,1.25-2.71,1.88-4.38,1.88H18.73Zm0-6.25h62.54V40.62H18.73v44.82Zm0-51.08h62.54v-13.55H18.73v13.55Zm0,0v0Zm31.27,23.97c-1.18,0-2.17-.4-2.97-1.2-.8-.8-1.2-1.79-1.2-2.97s.4-2.17,1.2-2.97c.8-.8,1.79-1.2,2.97-1.2s2.17,.4,2.97,1.2c.8,.8,1.2,1.79,1.2,2.97s-.4,2.17-1.2,2.97c-.8,.8-1.79,1.2-2.97,1.2Zm-16.68,0c-1.18,0-2.17-.4-2.97-1.2-.8-.8-1.2-1.79-1.2-2.97s.4-2.17,1.2-2.97c.8-.8,1.79-1.2,2.97-1.2s2.17,.4,2.97,1.2c.8,.8,1.2,1.79,1.2,2.97s-.4,2.17-1.2,2.97c-.8,.8-1.79,1.2-2.97,1.2Zm33.36,0c-1.18,0-2.17-.4-2.97-1.2-.8-.8-1.2-1.79-1.2-2.97s.4-2.17,1.2-2.97c.8-.8,1.79-1.2,2.97-1.2s2.17,.4,2.97,1.2c.8,.8,1.2,1.79,1.2,2.97s-.4,2.17-1.2,2.97c-.8,.8-1.79,1.2-2.97,1.2Zm-16.68,16.68c-1.18,0-2.17-.4-2.97-1.2-.8-.8-1.2-1.79-1.2-2.97s.4-2.17,1.2-2.97c.8-.8,1.79-1.2,2.97-1.2s2.17,.4,2.97,1.2c.8,.8,1.2,1.79,1.2,2.97s-.4,2.17-1.2,2.97c-.8,.8-1.79,1.2-2.97,1.2Zm-16.68,0c-1.18,0-2.17-.4-2.97-1.2-.8-.8-1.2-1.79-1.2-2.97s.4-2.17,1.2-2.97c.8-.8,1.79-1.2,2.97-1.2s2.17,.4,2.97,1.2c.8,.8,1.2,1.79,1.2,2.97s-.4,2.17-1.2,2.97c-.8,.8-1.79,1.2-2.97,1.2Zm33.36,0c-1.18,0-2.17-.4-2.97-1.2-.8-.8-1.2-1.79-1.2-2.97s.4-2.17,1.2-2.97c.8-.8,1.79-1.2,2.97-1.2s2.17,.4,2.97,1.2c.8,.8,1.2,1.79,1.2,2.97s-.4,2.17-1.2,2.97c-.8,.8-1.79,1.2-2.97,1.2Z"/><rect class="cls-2" width="100" height="100"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#6c757d;}.cls-2{fill:none;}</style></defs><g id="_レイヤー_1-2"><g><path class="cls-1" d="M22.48,82.52l-5-5,27.52-27.52L17.48,22.48l5-5,27.52,27.52,27.52-27.52,5,5-27.52,27.52,27.52,27.52-5,5-27.52-27.52-27.52,27.52Z"/><rect class="cls-2" width="100" height="100"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#6c757d;}.cls-2{fill:none;}</style></defs><g id="_レイヤー_1-2"><g><g><rect class="cls-1" x="9.86" y="53.63" width="28.54" height="17.6"/><rect class="cls-1" x="45.57" y="14.5" width="28.54" height="17.95"/><rect class="cls-1" x="9.86" y="14.5" width="28.54" height="32.13"/><path class="cls-1" d="M53,70.62c-.44-2.39-.44-4.83,0-7.22l-4.38-2.53c-.51-.28-.74-.89-.57-1.44,1.12-3.62,3.04-6.94,5.61-9.73,.39-.43,1.02-.53,1.52-.24l4.37,2.53c1.84-1.57,3.95-2.8,6.23-3.62v-5.06c0-.58,.41-1.09,.98-1.2,2.45-.54,4.95-.72,7.44-.54v-2.2h-28.54v31.95h6.11l1.22-.7Z"/></g><path id="cog-solid" class="cls-1" d="M89.68,71.06l-3.26-1.88c.33-1.78,.33-3.6,0-5.38l3.26-1.88c.37-.22,.55-.66,.42-1.07-.84-2.7-2.27-5.17-4.18-7.25-.29-.32-.76-.39-1.13-.18l-3.27,1.89c-1.37-1.18-2.95-2.09-4.66-2.69v-3.76c0-.43-.3-.81-.73-.9-2.75-.61-5.61-.61-8.37,0-.43,.09-.73,.46-.73,.9v3.77c-1.7,.61-3.27,1.52-4.64,2.7l-3.26-1.88c-.37-.22-.85-.14-1.13,.18-1.92,2.07-3.35,4.55-4.18,7.25-.13,.41,.04,.86,.42,1.07l3.26,1.88c-.33,1.78-.33,3.6,0,5.38l-3.27,1.87c-.37,.22-.55,.66-.42,1.07,.84,2.7,2.27,5.17,4.18,7.25,.29,.32,.76,.39,1.13,.18l3.26-1.88c1.37,1.18,2.95,2.09,4.66,2.69v3.77c0,.43,.3,.81,.73,.9,2.75,.61,5.61,.61,8.37,0,.43-.09,.73-.46,.73-.9v-3.78c1.7-.61,3.27-1.52,4.64-2.69l3.27,1.88c.37,.22,.85,.14,1.13-.18,1.92-2.07,3.35-4.55,4.18-7.25,.12-.41-.06-.85-.43-1.07Zm-17.73,1.55c-3.38,0-6.13-2.74-6.13-6.13s2.74-6.13,6.13-6.13c3.38,0,6.13,2.74,6.13,6.13h0c0,3.38-2.74,6.12-6.13,6.13h0Z"/></g><rect class="cls-2" width="100" height="100"/></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#6c757d;}.cls-2{fill:none;}</style></defs><g id="_レイヤー_1-2"><g><path class="cls-1" d="M14.2,83.7c-1.68,0-3.16-.65-4.42-1.95-1.26-1.3-1.9-2.76-1.9-4.37V22.62c0-1.61,.63-3.07,1.9-4.37,1.26-1.3,2.74-1.95,4.42-1.95h29.48l6.32,6.32h35.8c1.61,0,3.07,.65,4.37,1.95,1.3,1.3,1.95,2.76,1.95,4.37v48.44c0,1.61-.65,3.07-1.95,4.37s-2.76,1.95-4.37,1.95H14.2Zm0-61.07v54.76H85.8V28.94H47.37l-6.32-6.32H14.2Zm0,0v0Z"/><rect class="cls-2" width="100" height="100"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_イヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110.64 86.86"><defs><style>.cls-1{fill:#9095a5;}</style></defs><g id="_イヤー_1-2"><g><path class="cls-1" d="M58.62,47.1c-1.58,11.5,6.49,22.15,17.98,23.73,4.99,.69,9.81-.43,13.81-2.88l14.33,18.91,3.41-2.59-14.33-18.91c3.44-3.19,5.82-7.52,6.51-12.52,1.58-11.5-6.49-22.15-17.98-23.73-11.5-1.58-22.15,6.49-23.73,17.98Zm37.54,5.17c-1.27,9.24-9.75,15.66-18.98,14.39-9.24-1.27-15.66-9.75-14.39-18.98,1.27-9.24,9.75-15.66,18.98-14.39s15.66,9.75,14.39,18.98Z"/><g><path class="cls-1" d="M53.26,54.98H12.86v8.46H57.31c-1.92-2.48-3.31-5.36-4.05-8.46Z"/><path class="cls-1" d="M24.35,36.2v8.46h28.96c.78-3.17,2.23-6.03,4.18-8.46H24.35Z"/><rect class="cls-1" x="12.86" y="17.43" width="52.11" height="8.46"/></g><path class="cls-1" d="M93.49,76.81H8.8c-2.61,0-4.74-2.12-4.74-4.74V8.8c0-2.61,2.12-4.74,4.74-4.74H101.84c2.61,0,4.74,2.12,4.74,4.74v63.27c0,1.29-.52,2.45-1.35,3.31l2.47,3.25c1.8-1.61,2.94-3.95,2.94-6.56V8.8c0-4.85-3.95-8.8-8.8-8.8H8.8C3.95,0,0,3.95,0,8.8v63.27c0,4.85,3.95,8.8,8.8,8.8H96.57l-3.09-4.06Z"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#6c757d;}.cls-2{fill:none;}</style></defs><g id="_レイヤー_1-2"><g><g><path class="cls-1" d="M23.11,91.37c-1.65,0-3.1-.62-4.34-1.86-1.24-1.24-1.86-2.69-1.86-4.34V14.84c0-1.65,.62-3.1,1.86-4.34,1.24-1.24,2.69-1.86,4.34-1.86H57.86c.83,0,1.64,.17,2.43,.52s1.47,.79,2.02,1.34l18.93,18.93c.55,.55,1,1.22,1.34,2.02,.34,.79,.52,1.6,.52,2.43v51.3c0,1.65-.62,3.1-1.86,4.34-1.24,1.24-2.69,1.86-4.34,1.86H23.11ZM57.34,30.97V14.84H23.11V85.16h53.78V34.07h-16.44c-.9,0-1.64-.29-2.22-.88-.59-.59-.88-1.33-.88-2.22ZM23.11,14.84v0Z"/><g><path class="cls-1" d="M39.76,48.25c-.72-.72-1.62-1.07-2.71-1.07h-8.7v20.99h3.79v-8.5h4.91c1.09,0,2-.36,2.71-1.07s1.07-1.62,1.07-2.71v-4.91c0-1.09-.36-2-1.07-2.71Zm-2.71,7.63h-4.91v-4.91h4.91v4.91Z"/><path class="cls-1" d="M56.6,48.25c-.75-.72-1.64-1.07-2.66-1.07h-8.6v20.99h8.6c1.02,0,1.91-.36,2.66-1.07,.75-.72,1.13-1.62,1.13-2.71v-13.41c0-1.09-.38-2-1.13-2.71Zm-2.66,16.12h-4.81v-13.41h4.81v13.41Z"/><polygon class="cls-1" points="62.74 68.16 66.53 68.16 66.53 59.66 71.65 59.66 71.65 55.87 66.53 55.87 66.53 50.96 71.65 50.96 71.65 47.17 62.74 47.17 62.74 68.16"/></g></g><rect class="cls-2" width="100" height="100"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#aeb6ba;}.cls-2{fill:none;}</style></defs><g id="_レイヤー_1-2"><g><rect class="cls-2" width="100" height="100"/><path class="cls-1" d="M80.93,85.52l-24.85-24.85c-2.06,1.79-4.47,3.18-7.22,4.18-2.75,1-5.67,1.49-8.76,1.49-7.42,0-13.71-2.58-18.87-7.73-5.16-5.16-7.73-11.38-7.73-18.66s2.58-13.51,7.73-18.66c5.16-5.16,11.41-7.73,18.76-7.73,7.29,0,13.49,2.58,18.61,7.73,5.12,5.16,7.68,11.38,7.68,18.66,0,2.96-.48,5.81-1.44,8.56-.96,2.75-2.41,5.33-4.33,7.73l25.05,24.85c.62,.55,.93,1.25,.93,2.11s-.34,1.63-1.03,2.32c-.62,.62-1.37,.93-2.27,.93s-1.65-.31-2.27-.93Zm-40.93-25.36c5.57,0,10.31-1.98,14.23-5.93,3.92-3.95,5.88-8.71,5.88-14.28s-1.96-10.33-5.88-14.28c-3.92-3.95-8.66-5.93-14.23-5.93s-10.43,1.98-14.38,5.93c-3.95,3.95-5.93,8.71-5.93,14.28s1.98,10.33,5.93,14.28c3.95,3.95,8.75,5.93,14.38,5.93Z"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#6c757d;}.cls-2{fill:none;}</style></defs><g id="_レイヤー_1-2"><g><path class="cls-1" d="M33.93,53.15V21l-12.21,12.21-4.27-4.27L37.08,9.3l19.64,19.64-4.27,4.27-12.41-12.31V53.15h-6.1Zm29,37.54l-19.64-19.74,4.27-4.17,12.21,12.21V46.85h6.1v32.25l12.41-12.31,4.27,4.27-19.64,19.64Z"/><rect class="cls-2" width="100" height="100"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37.61 30.65"><defs><style>.cls-1{fill:#6c757d;}</style></defs><g id="_レイヤー_1-2"><path class="cls-1" d="M36.09,0C36.69,0,37.13,.26,37.41,.78c.28,.52,.26,1.03-.07,1.53L19.99,29.95c-.3,.47-.72,.7-1.25,.7s-.95-.23-1.25-.7L.24,2.3C-.06,1.8-.08,1.29,.19,.78,.45,.26,.89,0,1.49,0H36.09Z"/></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#aeb6ba;}.cls-2{fill:none;}</style></defs><g id="_レイヤー_1-2"><g><rect class="cls-2" width="100" height="100"/><path class="cls-1" d="M13,46.92V13H46.92V46.92H13Zm0,40.08V53.08H46.92v33.92H13ZM53.08,46.92V13h33.92V46.92H53.08Zm0,40.08V53.08h33.92v33.92H53.08ZM19.17,40.75h21.58V19.17H19.17v21.58Zm40.08,0h21.58V19.17h-21.58v21.58Zm0,40.08h21.58v-21.58h-21.58v21.58Zm-40.08,0h21.58v-21.58H19.17v21.58Z"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#aeb6ba;}.cls-2{fill:none;}</style></defs><g id="_レイヤー_1-2"><g><rect class="cls-2" width="100" height="100"/><path class="cls-1" d="M16.08,70.56c-.89,0-1.63-.29-2.21-.87-.58-.58-.87-1.32-.87-2.21s.29-1.63,.87-2.21c.58-.58,1.32-.87,2.21-.87s1.63,.29,2.21,.87c.58,.58,.87,1.32,.87,2.21s-.29,1.63-.87,2.21c-.58,.58-1.32,.87-2.21,.87Zm0-17.47c-.89,0-1.63-.29-2.21-.87-.58-.58-.87-1.32-.87-2.21s.29-1.63,.87-2.21c.58-.58,1.32-.87,2.21-.87s1.63,.29,2.21,.87c.58,.58,.87,1.32,.87,2.21s-.29,1.63-.87,2.21c-.58,.58-1.32,.87-2.21,.87Zm0-17.47c-.89,0-1.63-.29-2.21-.87-.58-.58-.87-1.32-.87-2.21s.29-1.63,.87-2.21c.58-.58,1.32-.87,2.21-.87s1.63,.29,2.21,.87c.58,.58,.87,1.32,.87,2.21s-.29,1.63-.87,2.21c-.58,.58-1.32,.87-2.21,.87Zm14.39,34.94v-6.17h56.53v6.17H30.47Zm0-17.47v-6.17h56.53v6.17H30.47Zm0-17.47v-6.17h56.53v6.17H30.47Z"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 211.88 80.65"><defs><style>.cls-1{fill:#17789f;}</style></defs><g id="_レイヤー_1-2"><g><path class="cls-1" d="M54.42,1.76c-1.27-1.39-3.04-1.76-4.48-1.76-1.7,0-3.4,.88-4.49,2.05C44.25,3.35,0,80.65,0,80.65H12.74L49.66,18.09l19.32,31.56h-26.42l-5.94,9h51.11S55.57,3.01,54.42,1.76Z"/><g><path class="cls-1" d="M122.3,78.68c-1.26,.63-4.09,1.3-7.78,1.3-10.49,0-15.88-6.48-15.88-15.05,0-10.27,7.38-15.99,16.56-15.99,3.55,0,6.26,.71,7.47,1.34l-1.4,5.4c-1.4-.58-3.33-1.12-5.76-1.12-5.44,0-9.67,3.26-9.67,9.96,0,6.03,3.6,9.83,9.72,9.83,2.07,0,4.36-.45,5.71-.98l1.04,5.31Z"/><path class="cls-1" d="M125.49,47.82h6.84v12.46h.09c.72-.94,1.62-1.65,2.7-2.23,.99-.54,2.29-.85,3.55-.85,4.36,0,7.69,2.99,7.69,9.56v12.77h-6.84v-12.01c0-2.86-.99-4.82-3.55-4.82-1.8,0-2.92,1.16-3.42,2.37-.18,.45-.22,1.03-.22,1.52v12.95h-6.84v-31.71Z"/><path class="cls-1" d="M154.29,70.78c.23,2.81,3.01,4.15,6.21,4.15,2.34,0,4.23-.31,6.07-.89l.9,4.6c-2.25,.89-5,1.34-7.96,1.34-7.47,0-11.74-4.29-11.74-11.12,0-5.54,3.46-11.66,11.11-11.66,7.11,0,9.81,5.49,9.81,10.9,0,1.16-.13,2.19-.22,2.68h-14.17Zm8.05-4.65c0-1.65-.72-4.42-3.87-4.42-2.88,0-4.05,2.59-4.23,4.42h8.1Z"/><path class="cls-1" d="M187.72,79c-1.21,.54-3.51,.98-6.12,.98-7.11,0-11.66-4.29-11.66-11.17,0-6.39,4.41-11.61,12.6-11.61,1.8,0,3.78,.31,5.22,.85l-1.08,5.05c-.81-.36-2.03-.67-3.83-.67-3.6,0-5.94,2.55-5.89,6.12,0,4.02,2.7,6.12,6.03,6.12,1.62,0,2.88-.27,3.92-.67l.81,5Z"/><path class="cls-1" d="M196.4,66.89h.09c.5-.89,1.03-1.79,1.58-2.63l4.46-6.57h8.23l-7.88,8.84,9,13h-8.42l-5.31-8.98-1.76,2.14v6.83h-6.84v-31.71h6.84v19.07Z"/></g><g><path class="cls-1" d="M29.25,75.27l-1.18,4.26h-3.88l5.06-16.59h4.91l5.13,16.59h-4.03l-1.28-4.26h-4.74Zm4.2-2.81l-1.03-3.52c-.29-.98-.59-2.21-.83-3.2h-.05c-.25,.98-.49,2.24-.76,3.2l-.98,3.52h3.66Z"/><path class="cls-1" d="M40.22,63.16c.98-.2,2.97-.34,4.84-.34,2.28,0,3.68,.22,4.89,.94,1.15,.62,1.99,1.75,1.99,3.25s-.86,2.85-2.73,3.54v.05c1.89,.52,3.29,1.94,3.29,4.09,0,1.5-.69,2.68-1.72,3.52-1.2,.96-3.22,1.5-6.51,1.5-1.84,0-3.22-.12-4.05-.25v-16.29Zm3.71,6.35h1.23c1.96,0,3.02-.81,3.02-2.04s-.96-1.92-2.65-1.92c-.81,0-1.28,.05-1.6,.1v3.86Zm0,7.36c.37,.05,.81,.05,1.45,.05,1.69,0,3.19-.64,3.19-2.39s-1.5-2.34-3.36-2.34h-1.28v4.68Z"/><path class="cls-1" d="M65.61,73.38c0,4.41-3.12,6.42-6.33,6.42-3.51,0-6.21-2.31-6.21-6.2s2.55-6.37,6.41-6.37,6.14,2.54,6.14,6.15Zm-8.69,.12c0,2.07,.86,3.62,2.46,3.62,1.45,0,2.38-1.45,2.38-3.62,0-1.8-.69-3.62-2.38-3.62-1.79,0-2.46,1.85-2.46,3.62Z"/><path class="cls-1" d="M78.5,73.38c0,4.41-3.12,6.42-6.33,6.42-3.51,0-6.21-2.31-6.21-6.2s2.55-6.37,6.41-6.37,6.14,2.54,6.14,6.15Zm-8.69,.12c0,2.07,.86,3.62,2.46,3.62,1.45,0,2.38-1.45,2.38-3.62,0-1.8-.69-3.62-2.38-3.62-1.79,0-2.46,1.85-2.46,3.62Z"/><path class="cls-1" d="M83.31,72.57h.05c.27-.49,.57-.98,.86-1.45l2.43-3.62h4.49l-4.3,4.87,4.91,7.16h-4.59l-2.9-4.95-.96,1.18v3.77h-3.73v-17.47h3.73v10.51Z"/></g></g><g><path class="cls-1" d="M112.43,39.25h-10.18v-1.48h4.25v-5.15h-3.58v-1.44h8.78v1.44h-3.47v5.15h4.21v1.48Z"/><path class="cls-1" d="M123.34,35.86h-9.87v-1.43h9.87v1.43Z"/><path class="cls-1" d="M132.52,31.97c0,.05,0,.1,0,.15,0,.72-.21,1.74-.64,3.05s-1.26,2.35-2.49,3.13c-1.23,.78-2.79,1.26-4.66,1.45l-.43-1.42c1.46-.15,2.68-.5,3.68-1.06,1-.55,1.7-1.22,2.1-2.01s.65-1.79,.73-3h-6.64v-1.4h7.87s.48,1.11,.48,1.11Zm.98-.68l-.76,.3c-.15-.5-.4-1.05-.74-1.67l.74-.28c.28,.53,.53,1.08,.76,1.65Zm1.36-.2l-.75,.28c-.28-.7-.53-1.25-.73-1.66l.71-.26c.27,.53,.53,1.07,.77,1.64Z"/><path class="cls-1" d="M138.62,36l-1.35,.43c-.31-1.12-.79-2.3-1.43-3.53l1.22-.47c.21,.39,.41,.79,.6,1.21,.2,.41,.51,1.2,.95,2.37Zm5.42-3.63c-.2,2.25-.84,3.99-1.93,5.22s-2.67,1.97-4.75,2.24l-.37-1.12c1.82-.26,3.17-.9,4.07-1.93,.9-1.03,1.43-2.54,1.59-4.55l1.38,.14Zm-2.9,3.1l-1.34,.46c-.3-1.1-.79-2.28-1.44-3.56l1.21-.47c.34,.61,.58,1.07,.71,1.38,.14,.31,.42,1.04,.86,2.19Z"/><path class="cls-1" d="M156,31.23l-.08,1.03c-.15,2.01-.82,3.63-2.03,4.87s-3.02,2.13-5.45,2.67l-.52-1.43c1.73-.33,3.11-.94,4.16-1.85,1.05-.91,1.74-2.2,2.07-3.88h-3.5c-.92,1.46-2.11,2.62-3.59,3.49l-.89-1.13c1.96-1.26,3.25-2.92,3.87-4.98l1.67,.19c-.14,.41-.26,.75-.38,1.04h4.67Z"/><path class="cls-1" d="M163.42,35.23c0,.3-.11,.56-.32,.78s-.47,.32-.78,.32-.56-.11-.78-.32-.32-.47-.32-.78,.11-.56,.32-.78,.47-.32,.78-.32,.56,.11,.78,.32,.32,.47,.32,.78Z"/><path class="cls-1" d="M174.57,35.3c0,1.15-.39,2.12-1.16,2.9s-1.88,1.33-3.31,1.62l-.54-1.33c1.03-.21,1.86-.58,2.48-1.1s.93-1.22,.93-2.09h-4.51v-1.39h4.51v-1.45c-.91,.09-2.04,.15-3.38,.18l-.27-1.33c3.21-.08,5.69-.44,7.43-1.08l.97,1.14c-.81,.35-1.86,.64-3.15,.86v1.68h3.92v1.39h-3.91Z"/><path class="cls-1" d="M188.45,39.47h-8.74v-1.26h3.66v-4.46h-3.08v-1.23h7.54v1.23h-2.99v4.46h3.62v1.26Z"/><path class="cls-1" d="M193.62,36l-1.35,.43c-.31-1.12-.79-2.3-1.43-3.53l1.22-.47c.21,.39,.41,.79,.6,1.21,.2,.41,.51,1.2,.95,2.37Zm5.42-3.63c-.2,2.25-.84,3.99-1.93,5.22s-2.67,1.97-4.75,2.24l-.37-1.12c1.82-.26,3.17-.9,4.07-1.93,.9-1.03,1.43-2.54,1.59-4.55l1.38,.14Zm-2.9,3.1l-1.34,.46c-.3-1.1-.79-2.28-1.44-3.56l1.21-.47c.34,.61,.58,1.07,.71,1.38,.14,.31,.42,1.04,.86,2.19Z"/><path class="cls-1" d="M211,31.23l-.08,1.03c-.15,2.01-.82,3.63-2.03,4.87s-3.02,2.13-5.45,2.67l-.52-1.43c1.73-.33,3.11-.94,4.16-1.85,1.05-.91,1.74-2.2,2.07-3.88h-3.5c-.92,1.46-2.11,2.62-3.59,3.49l-.89-1.13c1.96-1.26,3.25-2.92,3.87-4.98l1.67,.19c-.14,.41-.26,.75-.38,1.04h4.67Z"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#6c757d;}.cls-2{fill:none;}</style></defs><g id="_レイヤー_1-2"><g><rect class="cls-2" width="100" height="100"/><path class="cls-1" d="M42.35,46.71c-4.45,0-8.09-1.42-10.92-4.25-2.83-2.83-4.25-6.47-4.25-10.92s1.42-8.09,4.25-10.92c2.83-2.83,6.47-4.25,10.92-4.25s8.09,1.42,10.92,4.25c2.83,2.83,4.25,6.47,4.25,10.92s-1.42,8.09-4.25,10.92c-2.83,2.83-6.47,4.25-10.92,4.25ZM13.03,79.17c-.88,0-1.6-.29-2.17-.86s-.86-1.3-.86-2.17v-6.47c0-2.36,.59-4.48,1.77-6.37,1.18-1.89,2.88-3.34,5.11-4.35,4.85-2.16,9.35-3.71,13.5-4.65,4.15-.94,8.14-1.42,11.98-1.42h2.33c-.4,.94-.71,1.87-.91,2.78-.2,.91-.37,2.01-.51,3.29h-.91c-3.91,0-7.73,.42-11.48,1.26-3.74,.84-7.6,2.24-11.58,4.2-1.08,.54-1.89,1.3-2.43,2.27-.54,.98-.81,1.97-.81,2.98v3.44h27.2c.34,1.21,.74,2.31,1.21,3.29,.47,.98,1.04,1.9,1.72,2.78H13.03Zm29.32-38.52c2.63,0,4.8-.86,6.52-2.58,1.72-1.72,2.58-3.89,2.58-6.52s-.86-4.8-2.58-6.52c-1.72-1.72-3.89-2.58-6.52-2.58s-4.8,.86-6.52,2.58c-1.72,1.72-2.58,3.89-2.58,6.52s.86,4.8,2.58,6.52c1.72,1.72,3.89,2.58,6.52,2.58Zm29.73,30.74c2.22,0,4.13-.79,5.71-2.38,1.58-1.58,2.38-3.49,2.38-5.71s-.79-4.13-2.38-5.71c-1.58-1.58-3.49-2.38-5.71-2.38-2.22,0-4.13,.79-5.71,2.38s-2.38,3.49-2.38,5.71c0,2.22,.79,4.13,2.38,5.71s3.49,2.38,5.71,2.38Zm-3.74,5.56c-1.15-.34-2.31-.83-3.49-1.47-1.18-.64-2.17-1.36-2.98-2.17l-4.45,1.01c-.34,.13-.67,.13-1.01,0-.34-.13-.57-.37-.71-.71l-1.31-2.33c-.2-.27-.27-.57-.2-.91,.07-.34,.24-.64,.51-.91l3.84-3.64c-.13-.61-.2-1.45-.2-2.53s.07-1.92,.2-2.53l-3.84-3.64c-.27-.27-.44-.57-.51-.91-.07-.34,0-.64,.2-.91l1.31-2.33c.13-.34,.37-.57,.71-.71,.34-.13,.67-.13,1.01,0l4.45,1.01c.81-.81,1.8-1.53,2.98-2.17s2.34-1.13,3.49-1.47l.81-5.36c.07-.4,.24-.72,.51-.96,.27-.24,.61-.35,1.01-.35h2.83c.4,0,.74,.12,1.01,.35,.27,.24,.44,.56,.51,.96l.81,5.36c1.15,.34,2.31,.83,3.49,1.47,1.18,.64,2.17,1.36,2.98,2.17l4.45-1.01c.34-.13,.67-.13,1.01,0s.57,.37,.71,.71l1.31,2.33c.2,.27,.27,.57,.2,.91-.07,.34-.24,.64-.51,.91l-3.84,3.64c.13,.61,.2,1.45,.2,2.53s-.07,1.92-.2,2.53l3.84,3.64c.27,.27,.44,.57,.51,.91,.07,.34,0,.64-.2,.91l-1.31,2.33c-.13,.34-.37,.57-.71,.71s-.67,.13-1.01,0l-4.45-1.01c-.81,.81-1.8,1.53-2.98,2.17-1.18,.64-2.34,1.13-3.49,1.47l-.81,5.36c-.07,.4-.24,.72-.51,.96-.27,.24-.61,.35-1.01,.35h-2.83c-.4,0-.74-.12-1.01-.35-.27-.24-.44-.56-.51-.96l-.81-5.36Z"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#6c757d;}.cls-2{fill:none;}</style></defs><g id="_レイヤー_1-2"><g><rect class="cls-2" width="100" height="100"/><path class="cls-1" d="M66.45,64.72c-.58-.58-.87-1.28-.87-2.12,0-.83,.29-1.51,.87-2.02l7.7-7.7h-30.79c-.83,0-1.52-.27-2.07-.82-.55-.55-.82-1.23-.82-2.07s.27-1.52,.82-2.07c.55-.55,1.23-.82,2.07-.82h30.59l-7.79-7.79c-.51-.51-.77-1.17-.77-1.97s.29-1.49,.87-2.07,1.27-.87,2.07-.87,1.49,.29,2.07,.87l12.8,12.8c.32,.32,.55,.64,.67,.96s.19,.67,.19,1.06-.06,.74-.19,1.06-.35,.64-.67,.96l-12.7,12.7c-.51,.51-1.17,.77-1.97,.77s-1.49-.29-2.07-.87Zm-44.73,19.91c-1.54,0-2.89-.58-4.04-1.73-1.15-1.15-1.73-2.5-1.73-4.04V21.14c0-1.54,.58-2.89,1.73-4.04,1.15-1.15,2.5-1.73,4.04-1.73h25.11c.83,0,1.52,.27,2.07,.82,.55,.55,.82,1.23,.82,2.07,0,.83-.27,1.52-.82,2.07-.55,.55-1.23,.82-2.07,.82H21.72v57.72h25.11c.83,0,1.52,.27,2.07,.82,.55,.55,.82,1.23,.82,2.07,0,.83-.27,1.52-.82,2.07s-1.23,.82-2.07,.82H21.72Z"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_イヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 94.07 83.08"><defs><style>.cls-1{fill:#6c757d;}</style></defs><g id="_イヤー_1-2"><path id="icon_dashboard_w" class="cls-1" d="M41.73,46.97H0V0H41.73V46.97Zm0,10.24H0v25.74H41.73v-25.74ZM93.95,0H52.22V26.24h41.73V0Zm.12,36.36H52.35v46.72h41.73V36.36Z"/></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 86.48 86.48"><defs><style>.cls-1{fill:#6c757d;}</style></defs><g id="_レイヤー_1-2"><path class="cls-1" d="M15.35,67.56c4.54-3.17,9.04-5.6,13.51-7.3,4.47-1.69,9.26-2.54,14.38-2.54,5.12,0,9.93,.85,14.43,2.54,4.5,1.69,9.03,4.13,13.57,7.3,3.17-3.89,5.42-7.82,6.76-11.78,1.33-3.96,2-8.14,2-12.54,0-10.45-3.51-19.19-10.54-26.21s-15.76-10.54-26.21-10.54-19.19,3.51-26.21,10.54-10.54,15.76-10.54,26.21c0,4.4,.68,8.58,2.05,12.54,1.37,3.96,3.64,7.89,6.81,11.78Zm27.89-21.08c-4.18,0-7.69-1.42-10.54-4.27-2.85-2.85-4.27-6.36-4.27-10.54s1.42-7.69,4.27-10.54c2.85-2.85,6.36-4.27,10.54-4.27,4.18,0,7.69,1.42,10.54,4.27,2.85,2.85,4.27,6.36,4.27,10.54s-1.42,7.69-4.27,10.54-6.36,4.27-10.54,4.27Zm0,40c-5.91,0-11.49-1.14-16.76-3.41-5.26-2.27-9.85-5.37-13.78-9.3s-7.03-8.52-9.3-13.78c-2.27-5.26-3.41-10.85-3.41-16.76s1.14-11.58,3.41-16.81c2.27-5.22,5.37-9.8,9.3-13.73S21.22,5.68,26.48,3.41C31.74,1.14,37.33,0,43.24,0s11.58,1.14,16.81,3.41c5.22,2.27,9.8,5.37,13.73,9.3,3.93,3.93,7.03,8.5,9.3,13.73,2.27,5.22,3.41,10.83,3.41,16.81s-1.14,11.49-3.41,16.76c-2.27,5.26-5.37,9.85-9.3,13.78s-8.5,7.03-13.73,9.3c-5.22,2.27-10.83,3.41-16.81,3.41Zm0-6.49c3.96,0,7.84-.58,11.62-1.73s7.51-3.17,11.19-6.05c-3.68-2.59-7.42-4.58-11.24-5.95-3.82-1.37-7.67-2.05-11.57-2.05s-7.75,.68-11.57,2.05-7.57,3.35-11.24,5.95c3.68,2.88,7.4,4.9,11.19,6.05,3.78,1.15,7.66,1.73,11.62,1.73Zm0-40c2.45,0,4.45-.77,6-2.32,1.55-1.55,2.32-3.55,2.32-6,0-2.45-.77-4.45-2.32-6-1.55-1.55-3.55-2.32-6-2.32s-4.45,.77-6,2.32c-1.55,1.55-2.32,3.55-2.32,6,0,2.45,.77,4.45,2.32,6s3.55,2.32,6,2.32Z"/></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_イヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 88 74.25"><defs><style>.cls-1{fill:#6c757d;}</style></defs><g id="_イヤー_1-2"><path class="cls-1" d="M24,.61c-.8-.81-2.11-.81-2.92,0h0L10.13,11.49l-3.9-3.8c-.8-.81-2.11-.81-2.92,0h0L.61,10.39c-.81,.8-.81,2.11,0,2.92h0l8.18,8.15c.85,.81,2.18,.81,3.03,0l2.68-2.68L26.9,6.36c.8-.81,.81-2.11,.02-2.92l-2.92-2.84Zm0,27.36c-.8-.81-2.11-.81-2.92,0h0l-10.94,10.96-3.9-3.8c-.8-.81-2.11-.81-2.92,0h0l-2.7,2.7c-.81,.8-.81,2.11,0,2.92h0l8.16,8.17c.85,.81,2.18,.81,3.02,0l2.7-2.7,12.41-12.41c.8-.8,.81-2.1,.02-2.9l-2.92-2.92Zm-13,29.79c-4.55,0-8.35,3.7-8.35,8.25s3.8,8.25,8.35,8.25,8.25-3.69,8.25-8.25-3.69-8.25-8.25-8.25Zm74.25,2.75H35.75c-1.52,0-2.75,1.23-2.75,2.75v5.5c0,1.52,1.23,2.75,2.75,2.75h49.5c1.52,0,2.75-1.23,2.75-2.75v-5.5c0-1.52-1.23-2.75-2.75-2.75Zm0-55H35.75c-1.52,0-2.75,1.23-2.75,2.75v5.5c0,1.52,1.23,2.75,2.75,2.75h49.5c1.52,0,2.75-1.23,2.75-2.75v-5.5c0-1.52-1.23-2.75-2.75-2.75Zm0,27.5H35.75c-1.52,0-2.75,1.23-2.75,2.75v5.5c0,1.52,1.23,2.75,2.75,2.75h49.5c1.52,0,2.75-1.23,2.75-2.75v-5.5c0-1.52-1.23-2.75-2.75-2.75Z"/></g></svg>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
* Sizzle CSS Selector Engine v2.3.5
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://js.foundation/
*
* Date: 2020-03-14
*/
/*!
* jQuery JavaScript Library v3.5.1
* https://jquery.com/
*
* Includes Sizzle.js
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2020-05-04T22:49Z
*/
/*!@preserve
* Tempus Dominus Bootstrap4 v5.39.0 (https://tempusdominus.github.io/bootstrap-4/)
* Copyright 2016-2020 Jonathan Peterson and contributors
* Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
*/
/**!
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 1.16.1
* @license
* Copyright (c) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
//! moment.js
//! moment.js locale configuration
$(function(){
hide_del_btn();
});
// 追加ボタン押下
$('.add').on('click',function(){
var base = $(this).parent().parent().parent('.tb-item');
base.find('.del').show();
// 入力フォームをクローン
base.clone(true).insertAfter(base);
// 追加した要素にスクロール
$("html,body").animate({scrollTop:base.next().offset().top});
// 入力フォームアコーディオン表示
base.parent().parent('.tb').find('.ac-tb-form').show();
});
// 削除ボタン押下
$('.del').on('click',function(){
var base = $(this).parent().parent().parent('.tb-item');
var tbwrap = base.parent('.tb-wrap');
var tb = tbwrap.parent('.tb');
// エリアの削除
base.remove();
// ボタンの表示非表示切り替え
hide_del_btn();
// フォームエリア表示切り替え
tbWrapClear(tbwrap);
// 折りたたみアイコン非表示
if(tb.find('.ac-tb-form').is(':hidden')){
tb.find('.fold-area').addClass('hide');
}
});
// 閉じるボタン押下
$('.close-window').on('click',function(){
window.close();
});
// 表領域のフォームが一つの時、削除ボタンを非表示
function hide_del_btn(){
$('.tb-wrap').each(function(i, elem){
var len = $(elem).find('.tb-item').length;
//表の項目が一つの場合
if(len <= 1){
$(elem).find('.del').hide();
$(this).children('.tb-item').removeClass('visually-hidden');
// 入力フォームアコーディオン非表示
$(this).parent().find('.ac-tb-form').hide();
}
});
}
// アコーディオンを閉めている際にフォームを削除した場合
// 子要素がすべて非表示の場合、親要素を非表示とする
function tbWrapClear(tbwrap){
if(tbwrap.children(':not(.visually-hidden)').length == 0){
tbwrap.addClass("visually-hidden");
}
else {
tbwrap.removeClass("visually-hidden");
}
}
// 入力フォームアコーディオン
$('.ac-tb-form').on('click',function(){
var tb = $(this).parent().parent().parent('.tb');
var elems = tb.find('.tb-wrap').find('.tb-item');
var tbwrap = tb.find('.tb-wrap');
if(!$(this).hasClass('hide')){
elems.each(function(i) {
i = i + 1;
if( i != elems.size()){
$(this).addClass('visually-hidden');
}
});
$(this).text('開く');
// フォームエリア表示切り替え
tbWrapClear(tbwrap);
// 折りたたみアイコン表示
tb.find('.fold-area').removeClass('hide');
}else{
elems.removeClass('visually-hidden');
$(this).text('閉じる');
// フォームエリア表示切り替え
tbWrapClear(tbwrap);
// 折りたたみアイコン非表示
tb.find('.fold-area').addClass('hide');
}
// 開閉
$(this).toggleClass("hide");
});
// トグル切り替え
$(".toggle").on("click", function() {
$(this).toggleClass("checked");
if(!$('input[name="check"]').prop("checked")) {
$(".toggle input").prop("checked", true);
} else {
$(".toggle input").prop("checked", false);
}
});
// メニュー表示
$('.c-dropdown-trigger').on("click",function(){
$('[data-target="' + $(this).attr('id') + '"]').toggleClass('show');
$('.mask').removeClass('hide');
});
// メニューを閉じる
$('.mask').on("click",function(){
$('.mask').addClass('hide');
$('.c-dropdown-menu').removeClass('show');
});
// カードリスト選択
$('.select-card-list .card .select-label').on("click",function(){
$(this).closest('.select-card-list').find('.card').removeClass('selected');
$(this).closest('.card').addClass('selected');
});
// リスト表示切替(リスト表示)
$('.view-menu .view-list-btn').on("click",function(){
$('.view-block-btn').removeClass('active');
$('.view-list-btn').addClass('active');
$('.view-content').removeClass('view-block');
$('.view-content').addClass('view-list');
});
// リスト表示切替(グリッド表示)
$('.view-menu .view-block-btn').on("click",function(){
$('.view-list-btn').removeClass('active');
$('.view-block-btn').addClass('active');
$('.view-content').removeClass('view-list');
$('.view-content').addClass('view-block');
});
// ローディング
$(function(){
function e() {
setTimeout(function(){
$.LoadingOverlay("hide");
}, 2000);
}
$(".search-form-btn").on('click', function(){
$.LoadingOverlay("show", {
image : "img/loading.gif"
});
e();
});
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment