.yakudachitop_btn{
	padding: 80px 0;
}
.moushikomi_list {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: -40px;
}

.moushikomi_list li {
	width: 47%;
	float: left;
	margin-right: 6%;
	margin-bottom: 40px;
}

.moushikomi_list li:nth-of-type(even) {
	margin-right: 0;
}

.btn_moushikomi {
	display: block;
	width: 100%;
	font-size: 2.4rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background: #901ddb;
	border: 2px solid #901DDB;
	padding: 25px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.btn_moushikomi img,
.btn_moushikomi span {
	vertical-align: middle;
}

.btn_moushikomi img {
	width: 80px;
	margin-right: 20px;
}

.btn_moushikomi:hover {
	background: transparent;
	color: #901DDB;
}

@media only screen and (max-width:1024px) {
	.btn_moushikomi:hover {
		background: #901DDB;
		color: #FFFFFF;
	}
}

@media only screen and (max-width:1023px) {
	.moushikomi_list {
		margin-bottom: -30px;
	}
	.moushikomi_list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 30px;
	}
	.moushikomi_list li:last-of-type {
		margin-bottom: 0;
	}
	.btn_moushikomi {
		font-size: 2.2rem;
	}
	.btn_moushikomi img {
		width: 60px;
		margin-right: 10px;
	}
}
@media only screen and (max-width:767px) {
	.moushikomi_list {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.moushikomi_list li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.moushikomi_list li:last-of-type {
		margin-bottom: 0;
	}
	.btn_moushikomi {
		font-size: 2rem;
		text-align: left;
		padding: 25px 50px;
	}
}

@media only screen and (max-width: 480px) {
	.btn_moushikomi {
		font-size: 1.8rem;
		padding: 18px 30px;
	}
	.btn_moushikomi img {
		width: 50px;
	}
}