/* index.php */
	.mb01_wrap2 {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		z-index: 10
	}

	.mb01_wrap2 ul {
		display: flex;
	}

	.mb01_wrap2 ul li {
		height: 220px;
		width: 480px;
		background: #3a51db;
		padding: 15px 25px;
		color: #fff;
		box-sizing: border-box;
		position: relative;
	}

	.mb01_wrap2 ul li h3 {
		font-weight: 600;
		font-size: 26px;
		padding-bottom: 0
	}

	.mb01_wrap2 ul li p {
		font-size: 14px;
	}

	.mb01_wrap2 ul li a {
		font-size: 18px;
		color: #fff;
		display: block;
		padding: 10px;
		text-align: center;
		border: 1px solid #fff;
		position: absolute;
		bottom: 25px;
		left: 25px;
		width: calc(100% - 50px);
		;
		box-sizing: border-box;
	}

	.mb01_wrap2 ul li:nth-child(2) {
		background: #37bc25;
	}

	.mb01_wrap2 ul li:nth-child(2)>a {
		bottom: 80px;
		border: 0;
		background: #00803c
	}

	.mb01_wrap2 ul li>div a {
		width: calc(50% - 35px)
	}

	.mb01_wrap2 ul li>div a:nth-child(2) {
		left: 250px
	}

	.mb01_wrap2 ul li:nth-child(3) {
		background: #fe923a
	}

	.mv_wrap>.mv_inner>.slick-dots {
		margin-top: -240px !important;
		width: 1440px;
		margin: 0 auto;
		text-align: right
	}