<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header .header-wrap .logo a img {
width: auto !important;
}

@media screen and (min-width: 1024px){
header .header-wrap ul li.menu {
    min-width: 86px;
}
}

@media screen  and (min-width: 1200px){
header .header-wrap ul {
    gap: min(1.5vw , 32px);
}
}

.member_info_category {
    color: #0095C3;
}

.main-contents a {
    color: #0095c3 !important;
}

.main-contents .summary_item a{
    color: #333 !important;
}

a.wp-block-button__link {
    color: #fff !important;
}

footer {
    height: auto;
    overflow: hidden;
}

.contents-wrapper.info .main-contents .category-wrap .post-categories{
    display: flex;
    gap: 1rem;
flex-wrap: wrap
}

.box03.monthly .block .item-wrapp .item .month.down:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
   left: auto;
    right: min(7vw, 40px);
    transform: translateX(-200%);
    width: auto;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    aspect-ratio: 20/31;
}</pre></body></html>