/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2026 | 01:34:08 */
/* 共通 */
.l-content .swiper-postListWrap .p-postList {
	flex-wrap: nowrap;
	margin: 0;
}

.l-content .swiper-postListWrap__, .works-slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
	margin-bottom: 0;
}

.l-content .swiper-wrapper {
    max-width: 1200px !important;
    width: 100%;
    margin: 0 auto;
}

/* カード型 */
.swiper-postListWrap .-type-card .p-postList__item {
	padding: 0;
}
.swiper-postListWrap .swiper-pagination-bullet {
    background: currentcolor;
    color: inherit;
}

/* サムネイル型 */
.swiper-postListWrap .-type-thumb .p-postList__item {
	padding: 0;
}
.p-postList.-type-thumb + .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -4.5px;
}
