/* header */
.form-check {
    margin-top: 5px;
}

/* content */
.nav-tabs {
    margin-top: 10px;
}

#map {
    width: 100%;
    height: 80vh;
    margin: 20px;
}

/* スクロールバーの幅と高さを設定する */
.scroll_content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* スクロールバーの形を設定する */
.scroll_content::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
}

/* スクロールバーの色を設定する */
.scroll_content::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: black;
}

/* howto */
#title {
    margin-top: 20px;
}

h3 {
    margin-top: 30px;
}

.icon-image {
    margin: auto;
    width: 50%;
}

@media screen and (max-width:768px) {
    p {
        font-size: 12px;
    }

    .card-title {
        font-size: 15px;
    }

    #brand {
        width: 100%;
    }
}

svg {
    margin: auto;
    position: fixed;
}

.heetmap-g-style {
    position: fixed;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 100%;
}

.radio-group {
    display: inline-block;
}
  
.radio-group label {
    display: block;
    margin-bottom: 5px;
}