<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    transition: opacity 0.5s;

    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
    z-index: 1000;

    display: block;

    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: none;
    border: 1px solid #c21e23;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    /* color: transparent; */
    outline: none;
    /* background: transparent; */
    opacity: .5;
}



.slick-prev
{
    left: -10px;
    border-top: none;
    border-right: none;
}

.slick-next
{
    right: -10px;
    border-bottom: none;
    border-left: none;
}
@media screen and (max-width: 768px) {
    .slick-prev,
    .slick-next
    {
        width: 30px;
        height: 30px;
    }
    .slick-prev
    {
        left: 15px;
    }
    
    .slick-next
    {
        right: 15px;
    }
}


/* Dots */
.slick-dotted.slick-slider
{
    /* margin-bottom: 30px; */
}

.slick-dots
{
    position: absolute;
    bottom: 10px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
    opacity: .5;
    color: #c21e23;
}
body.-houjin_tochisagashi .slick-dots li button:hover,
body.-houjin_tochisagashi .slick-dots li button:focus
{
    color: #F58A07;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .8;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    /* opacity: .75; */
    color: #c21e23;
}
body.-houjin_tochisagashi .slick-dots li.slick-active button:before
{
    color: #F58A07;
}
</pre></body></html>