@charset "UTF-8";

/* 
.q-top-type .l-container .q-column__bnr {
    margin: 0 auto 50px;
}

.q-column__bnr {
    width: 100%;
    max-width: 383px;
    margin: 50px auto 30px;
}

@media (max-width: 768px) {
.q-column__bnr {
    max-width: 100%;
}
}

.q-column__bnr--item {
    position: relative;
}

.q-column__bnr--item .head {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px;
    color: #FFF;
    background: #474645;
}

.slick-slide .q-column__bnr--item img {
    object-fit: cover;
    aspect-ratio: 383 / 196;
    width: 100%;
    height: auto;
}

.q-column__bnr-dot ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 8px;
}

.q-column__bnr-dot button {
    border: none;
    text-indent: -9999px;
    width: 5px;
    height: 5px;
    border-radius: 9999px;
    margin: 0 13px;
    padding: 0;
    background: #474645;
}


@media (max-width: 768px) {
    .q-top-type .l-container .q-column__bnr {
        margin: 0 auto 30px;
    }

    .q-column__bnr {
        max-width: 300px;
        margin: -13px auto 10px;
    }

    .q-column__bnr-dot ul {
        margin-top: -2px;
    }

    .q-column__bnr-dot button {
        width: 3px;
        height: 3px;
        margin: 0 8px;
    }
} 
*/


.q-uiturn-pickup._no_bk {
    background-color: unset;
}





.p-post-archive._column .c-hl02:after, 
.p-post-archive._column .c-hl02:before {
    background: #67C0B7;
}

.p-post-archive._column .c-hl02 {
    color: #FFFFFF;
    font-size: 30px;
}

.p-post-archive._column .c-hl02 small {
    font-size: 18px;
    margin-right: 24px;
}

@media (max-width: 768px) {
.p-post-archive._column .c-hl02 {
    flex-wrap: wrap;
    background: #67C0B7;
    align-items: center;
    align-content: center;
}
.p-post-archive._column .c-hl02 small {
    margin-right: 0;
}
}

@media not all and (max-width: 768px) {
.p-post-archive._column .c-hl02 {
    margin-right: 0;
}
}

.p-post-archive._column .p-post-type {
    background: #CDF0EF;
}

.p-post-archive._column .p-post-type__inner {
    max-width: 762px;
}

.p-post-archive._column .p-post-type .type ul {
    gap: 14px;
    justify-content: center;
}

@media (max-width: 768px) {
.p-post-archive._column .p-post-type .type ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
}
}

@media not all and (max-width: 768px) {
.p-post-archive._column .p-post-type .type ul li:not(.all) {
    width: auto;
    min-width: 180px;
    margin: 0;
}
}

@media (max-width: 768px) {
.p-post-archive._column .p-post-type .type ul li:not(.all) {
    width: auto;
    margin-bottom: 0;
}
}


.p-post-archive._column .p-post-type .type ul li:not(.all) span {
    position: relative;
    padding: 8px 18px;
    word-break: break-word;
    line-height: 1.2;
}

.p-post-archive._column .p-post-type .type ul a {
    font-size: 16px;
    width: 100%;
    height: auto;
    min-height: 51px;
    color: #FFFFFF;
    background: #67C0B7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 9999px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.p-post-archive._column .p-post-type .type ul a:hover {
    background: #128D80;
}

.p-post-archive._column .p-post-type .type ul a._noselect {
    filter: grayscale(100%);
}

@media (max-width: 768px) {
.p-post-archive._column .p-post-type .type ul a {
    height: auto !important;
    min-height: 36px;
}
}

.p-post-archive._column .q-news__archive-item--img {
    border-color: #E4F7F6;
}

@media not all and (max-width: 768px) {
.q-news__archive-item a:hover .q-news__archive-item--img {
    border-color: #E4F7F6;
    opacity: 0.6;
}
}