/* デザイン改定
*adminLTEを参考にbootstarp5のグリッドシステムを使用した物に変更。
*NotePMも参考資料
*サイドバーやヘッダーも変更予定
*/
/* small-box */
.info-color{
    background-color: rgb(202, 228, 233);
    color: rgb(0, 0, 0);
}
.small-box{
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.small-box > .inner {
    padding: 10px;
}
.small-box > .small-box-footer {
    background-color: rgba(black);
    color: rgba(white);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.small-box >  .small-box-footer:hover {
    background-color: rgba(black);
    color: white;
}
.small-box >  h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}
.small-box >   .icon {
    color: rgba(black);
    z-index: 0;

    }
.small-box > .icon > i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: linear;
}



/* google map  */
.map{
    width: 100%;
    height: calc(100% - 100px);
    margin-bottom: 10px;
}