@charset "UTF-8";


.l_footer .other {
	margin: 0 auto;
	padding: 20px 0;
	background: #f5f5f5;
	margin-bottom: 60px;
}
.l_footer .other h2.other_ttl {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}
@media screen and (max-width: 979px) {
	
	.l_footer .other {
		padding: 20px;
		background: #efefef;
	}
	.l_footer .other h2.other_ttl {
		font-size: 12px;
	}
}

.l_footer_slide_wrap {
	width: 980px;
	width: 1280px;
	margin: 30px auto;
	position: relative;
}
.slick-dots {
    bottom: -30px;
}
@media screen and (max-width: 979px) {
	.l_footer_slide_wrap {
		width: 100%;
	}
}







.l_footer .f-slide {
	width: 900px;
	width: 1100px;
	width: 1280px;
	margin: 0px auto;
}
.l_footer .f-slide li {
	width: 266px;
	width: 407px;
	margin: 0 30px;
	margin: 0 10px;
}
.l_footer .f-slide li a {
	display: block;
	overflow: hidden;
}
.l_footer .f-slide li a img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
	transition: transform 400ms cubic-bezier(0.2, 0.01, 0.55, 0.92);
}
.l_footer .f-slide li a:hover img {
	transform: rotate(1.5deg) scale(1.1);
}
.l_footer .f-slide li p {
	text-align: center;
	text-align: left;
	padding:  0;
}
.l_footer .f-slide li p img {
	margin: 0 auto;
}
.l_footer .f-slide li .other_txt{
	padding: 10px;
	background-color: #fff;
}
.l_footer .f-slide li p:nth-of-type(1) {
    color: #1b1c80;
    font-size: 12px;
}
.l_footer .f-slide li p:nth-of-type(2) {
    font-size: 16px;
}
@media screen and (max-width: 979px) {
	.l_footer .f-slide {
		width: 87.8666%;
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 979px) {
	.l_footer .f-slide {
		width: 87.8666%;
		width: 200%;
		max-width: 1280px;
	}
	.l_footer .f-slide li {
		width: 100%;
		margin: 0 10px;
	}
	.l_footer .f-slide li p:nth-of-type(2) {
		font-size: 12px;
	}
}




.slick-prev:before, .slick-next:before {
    display: none;
}
.l_footer .f-slide .slick-dots li{
	display: inline-block;
    width: 10px;
    height: 10px;
	margin: 0 5px;
}
.slick-dots li button:before {
    font-size: 6px;
}
 

@media screen and (max-width: 979px) {
	.other .slick-list {
		padding: 0 30% 0 0!important;
		padding: 0 0% 0 0!important;
	  }
	  .l_footer .f-slide .slick-dots {
		display: block;
		width: 50%;
		margin: 0px auto;
	}
}
@media screen and (max-width: 768px) {
	.l_footer .f-slide {
		width: 100%;
		max-width: 100%;
	}
	.l_footer .f-slide .slick-dots {
	  width: 100%;
	}
  }
