<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-pageTitle{
    display: none !important;
}
.post_content h2{
    margin: 0 !important;
}
.l-mainContent__inner&gt;.post_content{
    margin: 0;
}
.slider-wrapper {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.latest-posts-slider {
    margin-bottom: 30px;
    position: relative;
    padding: 0;
    width: 100%;
}

.slider-item {
    position: relative;
    padding: 0 5px;
    transition: all 0.3s ease;
}

.slider-item a {
    display: block;
    position: relative;
    text-decoration: none;
}

.slider-thumbnail img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.slider-item a::before {
    display: none;
}

.slick-slide:not(.slick-center) a::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
    pointer-events: none;
}

.slick-slide.slick-current a::before {
    display: none;
}

.slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.slider-title {
    font-size: 24px;
    margin: 10px 0;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9) !important;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    transition: all 0.3s ease;
    display: block !important;
}

.slick-arrow:hover {
    background: rgba(255, 255, 255, 1) !important;
}

.slick-prev {
    left: 40px;
}

.slick-next {
    right: 40px;
}

.slick-prev::before,
.slick-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    opacity: 1 !important;
}

.slick-prev::before {
    transform: translate(-25%, -50%) rotate(-135deg);
}

.slick-next::before {
    transform: translate(-75%, -50%) rotate(45deg);
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
    height: 30px;
}

.slick-dots li {
    margin: 0 5px;
    display: inline-block;
    width: auto;
    height: auto;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D3D3D3;
    border: none;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    display: block;
    transition: all 0.3s ease;
    opacity: 1;
}

.slick-dots li.slick-active button {
    background: #737373;
    transform: scale(1.2);
}

.slick-dots li:hover button {
    background: #737373;
}

.slick-dots li button:before {
    display: none !important;
}

.category-section {
    margin-bottom: 40px;
}

.category-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
}

.category-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.column-item {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.column-link {
    text-decoration: none;
    color: inherit;
}

.column-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.column-content {
    padding: 15px;
}

.category-more {
    text-align: right;
    margin-top: 20px;
}

.more-link {
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    color: #333;
}

/* 遏｢蜊ｰ繝懊ち繝ｳ縺ｮ蝓ｺ譛ｬ繧ｹ繧ｿ繧､繝ｫ */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9) !important;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    display: block !important;
}

/* 遏｢蜊ｰ縺ｮ菴咲ｽｮ */
.slick-prev {
    left: 40px;
}

.slick-next {
    right: 40px;
}

/* 遏｢蜊ｰ繧｢繧､繧ｳ繝ｳ */
.slick-prev:before,
.slick-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    opacity: 1 !important;
}

/* 蟾ｦ遏｢蜊ｰ */
.slick-prev:before {
    left: 55%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

/* 蜿ｳ遏｢蜊ｰ */
.slick-next:before {
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* 繝帙ヰ繝ｼ譎ゅ�繧ｹ繧ｿ繧､繝ｫ */
.slick-prev:hover,
.slick-next:hover {
    background: rgba(255, 255, 255, 1) !important;
}

/* 遏｢蜊ｰ繧帝撼陦ｨ遉ｺ縺ｫ縺輔○縺ｪ縺� */
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
}

@media screen and (max-width: 768px) {
    .category-posts-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }


    .column-thumbnail {
        width: 40%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
    }

    .column-thumbnail img {
        height: 120px;
    }

    .column-content {
        width: 60%;
        padding: 10px 15px;
    }

    .column-title {
        font-size: 16px;
        margin: 0 !important;
    }

    .column-date {
        font-size: 12px;
    }

    .column-excerpt {
        font-size: 13px;
        line-height: 1.4;
    }
    .column-link{
        display: flex;
    }
} </pre></body></html>