@charset "utf-8";

/* タイトル周り */
.ad-data,.ad-date {
    font-size: 0.75rem;
    color: #666;
}

@media (min-width: 768px) {
    .ad-data,.ad-date {
        font-size: 1.25rem;
    }
}

/* コンテンツ */
.post-content-image {
    max-width: 100%;
    display: block;
    margin-bottom: 1rem;
}

.post-content-caption {
    font-size: 1.3rem;
    color: #666;
}

/* サイドバー */

.sidebar-sticky {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    position: sticky;
    top: 10rem;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .sidebar {
        margin-bottom: 3rem;
    }
}

.sidebar-banner-item {
    width: 300px;
    display: block;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-primary {
    background-color: #cce5ff;
    border: #b8daff;
}

/* バナー */
.banner {
    margin-bottom: 50px;
}
.banner-cover {
    text-align: center;
    margin-top: 50px;
}

.banner li {

    padding: 10px;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: rgb(209, 209, 209);
}

.banner li a {
    display: flex;
    gap: 1rem;
    text-decoration: none!important;
}

.banner li img {
    max-width: 120px;
    width: 120px;
    height: 90px;
    border: none;
}

.banner li h2 {
    color: inherit;
    clear: both;
    margin: 0px 0px 20px;
    padding: 0px 0px 0px 8px;
    font-size: 14px;
    border-width: 0px 0px 0px 5px;
    border-style: solid;
    border-color: rgb(153, 153, 153);
    line-height: 1.4;
    font-weight: bold;
}

.banner li .subtitle {
    margin: 3px 0px 2px;
    padding: 0px;
    font-size: 12px;
    line-height: 1.6;
}

.banner li .date {
    margin: 3px 0px 2px;
    padding: 0px;
    font-size: 12px;
    line-height: 1.6;
}

#shu_senkyoku {
    margin-bottom: 10rem;
}

@media (max-width: 599px) {
    #shu_senkyoku {
        margin-bottom: 5rem;
    }  
}

@media (max-width: 599px) {
    #graph_main { 
            margin-bottom: 5rem;
    }
}
    