.movingNewArea {
	position: relative;
}
@media screen and (min-width: 1000px), print {
	.movingNewArea {
		padding: 0 70px;
	}
}
@media screen and (max-width: 999px) {
	.movingNewArea {
		padding: 0 40px;
	}
}

.movingNewList .slick-arrow {
	-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: 1;
}
.movingNewList .slick-arrow:hover {
	opacity: 0.7;
}
@media screen and (min-width: 1000px), print {
	.movingNewList .slick-arrow {
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 999px) {
	.movingNewList .slick-arrow {
		width: 30px;
		height: 30px;
	}
}
.movingNewList .slick-arrow::before {
	content: "";
	background-image: url("/common/img/icon/slide_arrow.png");
	background-size: contain;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
}
@media screen and (min-width: 1000px), print {
	.movingNewList .slick-prev {
		left: -70px;
	}
}
@media screen and (max-width: 999px) {
	.movingNewList .slick-prev {
		left: -40px;
	}
}
@media screen and (min-width: 1000px), print {
	.movingNewList .slick-next {
		right: -70px;
	}
}
@media screen and (max-width: 999px) {
	.movingNewList .slick-next {
		right: -40px;
	}
}
.movingNewList .slick-next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
@media screen and (min-width: 1000px), print {
	.movingNewList .slick-dots {
		bottom: 0;
	}
}
@media screen and (max-width: 999px) {
	.movingNewList .slick-dots {
		bottom: 10px;
		position: relative;
	}
}

@media screen and (min-width: 1000px), print {
	.movingNew {
		padding: 50px 0;
		max-width: 300px;
		margin: 0 20px;
	}
}
@media screen and (max-width: 999px) {
	.movingNew {
		padding: 30px 0;
		margin: 0 10px;
	}
}

.movingCategoryArea {
	margin: 1em 0 0;
}

.movingCategoryList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -5px;
	width: 100%;
}
.movingCategoryList li {
	padding: 5px;
}
@media screen and (min-width: 1000px), print {
	.movingCategoryList li {
		width: 20%;
	}
}
@media screen and (max-width: 999px) {
	.movingCategoryList li {
		width: 50%;
	}
}
@media screen and (max-width: 999px) and (min-width: 768px) {
	.movingCategoryList li {
		width: 33.3333%;
	}
}

.movingCategory {
	-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	background-color: #fff;
	text-decoration: none !important;
	color: inherit !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	width: 100%;
	border: solid 1px #2470d7;
	padding: 10px 20px;
	border-radius: 5px;
}
.movingCategory:hover {
	opacity: 0.7;
}
.movingCategory.active {
	background-color: #2470d7;
	color: #fff !important;
}

.movingCategory_icon {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.movingCategory_title {
	line-height: 1.5;
}

.movingContent {
	padding-bottom: 50px;
}
.movingContent h4 {
	margin-top: 1em !important;
}
.movingContent .sp_column2 {
	margin: 0;
}