
.m-list__index {
	margin: 50px 0 0;
}

.m-box {
	width: 980px;
	margin: 0 auto;
}

.m-list__index_box.m-list__index_feature__ttl img {
	width: inherit;
}

.m-sct .m-list__index_tit {
	padding: 20px;
}

.m-sct .m-list__index > ul > li {
	width: 100%;
	margin: 35px 0 0 !important;
}

.m-sct .m-list__index > ul > li:first-child {
	margin: 0 !important;
}

.m-list__index_box m-list__index_feature__ttl {
	text-align: center;
}

.m-sct .m-list__index_feature .m-list__index_txt {
	padding: 20px 25px 20px;
	min-height: inherit;
}

.m-sct .m-box p {
	font-size: 1.8rem;
}

.m-sct .m-list__index_feature .p-list__index_txt-img {
	width: 800px;
	padding: 20px 20px 70px;
}

.m-sct .m-list__index_feature .m-list__index_img {
	bottom: 30px;
	right: 30px;
}

.m-sct .m-list__index_feature .m-list__index_img.p-list__index_img03 {
	right: 40px;
}

.m-sct .m-list__index > ul > li > a {
	pointer-events: none;
}

.m-sct .m-list__index > ul > li:hover {
  transform: none;
}

.m-sct .m-list__index > ul > li:hover a {
  transform: none;
}


@media screen and (max-width: 767px) {
	.m-list__index {
		margin: 6.67vw 0 0;
	}

	.m-box {
		width: 100%;
	}
	
	.m-sct .m-list__index > ul > li {
		margin: 9.33vw 0 0 !important;
	}
	
	.m-sct .m-box p {
		font-size: 4vw;
	}
	
	.m-sct .m-list__index_feature .m-list__index_txt {
		padding: 4vw 2.6666666667vw 4vw 2.6666666667vw;;
	}
	
	.m-sct .m-list__index_feature .p-list__index_txt-img {
		width: 65%;
	}
	
	.m-sct .m-list__index_feature .m-list__index_img {
		bottom: 4vw;
		right: 4vw;
	}
	
	.m-sct .m-list__index_feature .m-list__index_img img {
		width: 25vw;
	}
	
	.m-sct .m-list__index_feature .m-list__index_img.p-list__index_img03 {
		right: 4vw;
	}
}