@charset "UTF-8";

a.cover{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.mySwiper{
	position: relative;
	padding-bottom: 70px;
}
.related-post{
	overflow: hidden;
}

.related-post .swiper-slide{
	position: relative;
}
.related-post .swiper-slide:hover{
	opacity: 0.7;
}
.related-post .swiper-slide .imgWrap{
	aspect-ratio: 4 / 2.65; 
}
.related-post .swiper-slide .imgWrap img{
	width: 100%;
	height: 100%!important;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 10px;
}
.related-post .columnSpec_box{
	margin: 12px 0 0 0;
}
.related-post .columnSpec_box .columnSpec{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:0 10px;
}
.related-post .columnSpec time{
	font-size: 1.4rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}
.related-post .columnSpec_box .columnSpec .cat {
    padding: 0.1em 1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    background: #00ACAF;
    border-radius: 4px;
    font-size: 1.5rem;
}
.related-post h4.title{
	font-weight: bold;
}
.swiper-pagination{
	text-align: center;
}
.swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;
}
.swiper-pagination-bullet-active{
	background: #00ACAF!important;
}



















