@charset "UTF-8";

.bttn_margin_setting {
    margin-top: auto;
}

a.bttn_standard {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0.25em 1.0em;
    border-radius: 36px;
    background: #0365F2;
    color: #fff;
    text-align: center;
}

a.bttn_standard:hover {
    text-decoration: none;
}

.news_rss dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.news_rss dt {
    width: 100px;
    font-weight: bold;
}

.news_rss dd {
    width: calc(100% - 100px);
}

.news_rss dd.rss_title a {
    font-size: 1.25em;
    color: #0365F2;
    text-decoration: underline;
}

.news_rss dd.rss_title a .rss_new {
    margin: 0 8px 0 0;
    padding: 0.25em 0.5em;
    background: #56d9ba;
    border-radius: 4px;
    color: #fff;
    font-size: 0.75em;
    text-decoration: transparent;
}
/*
.news_rss dd.rss_contents {
    margin: 0 0 0 158px;
} */


/* /sitemap.html 追記 */
#sitemap li {
    margin: 10px 0;
    padding: 0 0 0 15px;
    list-style-type: none;
    position: relative;
    font-size: 15px;
}

#sitemap li::before {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0365f2;
    border-right: 2px solid #0365f2;
}

#sitemap ul {
    padding: 0 0 5px 10px;
}

#sitemap ul li {
    margin: 5px 0;
}


.btn-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.btn-2 .btn{
    margin: 5px 10px;
}
.btn-2 .btn a{
    min-width: 240px;
}

.small {
    font-size: .875rem;
}
.btn .small {
    color: #fff;
}
.btn a:hover .small{
    color: #0365f2;
}

@media screen and (min-width: 768px){
    #js-pagetop {
        position: fixed;
        bottom: 50px;
        right: 50px;
        width: 60px;
        height: 60px;
        background-color: #fff;
        border: 1.5px solid #0365f2;
        cursor: pointer;
        border-radius: 5px;
        font-size: .75rem;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        display: none;
        align-items: flex-end;
        color: #0365f2;
        padding-bottom: 8px;
    }
    #js-pagetop::before {
        content: '';
        width: 12px;
        height: 12px;
        display: block;
        border-top: solid 2px;
        border-right: solid 2px;
        border-color: #0365f2;
        transform: rotate(-45deg);
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: auto;
    }
}
@media screen and (max-width: 767.8px){
    #js-pagetop {
        display: none;
    }
}