@charset "UTF-8";

/*topページ企業ロゴスライドの　Slickのスタイル*/

.logo-slider {
	padding: 40px 0 0 0;
	width: 100vw;
	overflow: hidden;
	background-color: #FFF;
}

.logo-slider h2 {
	text-align: center;
}


.logo-slider img {
	width: 100%;
	height: auto;
	display: block;
}

.logo-row {
	margin-top: 30px;
	margin-bottom: 30px;
}

.logo-slider-top,
.logo-slider-bottom {
	display: flex;
	align-items: center;
}

.logo-slider-top,
.logo-slider-bottom {
	margin: 0 20px;
	list-style: none;
}

.logo-slider-top img,
.logo-slider-bottom img {
	height: 80px;
	width: auto;
}

.logo-slider-bottom {
	direction: rtl;
}

@media screen and (max-width:958px) {


	.logo-slider-top img,
	.logo-slider-bottom img {
		height: 50px;
		width: auto;
	}
}

.logo-slider p {
	text-align: center;
	font-size: 12px;
}