.top-mv .container{
	position: relative;
}
.top-mv-btn{
	top: 0;
	left: auto;
	right: 0;
	max-width: 340px;
  transform: none;
}
.top-mv-btn .btn{
	max-width: 100%;
	margin-left: 0;
}
.sec-top-member .btn{
	margin-top: 80px;
}
.dev-support-title{
	font-size: 125%;
	padding-left: 0;
}
.dev-support-list2{
	padding-bottom: 45px;
}
.dl_connect{
	margin-top: 40px;
}
.dl_connect ul{
	margin-left:1em
}
.dl_connect ul li {
  list-style:disc;
	margin-bottom: 10px;
  line-height: 1.7;
}
.dl_connect a{
	text-decoration: underline;
}
.dl_connect a:hover{
	color: #5064a0;
	opacity: 0.8;
}
@media (min-width: 641px) {
	.dev-support-body{
		display: block;
		margin-top: 20px;
	}
	.dev-support-text{
		width: 100%;
	}
}
@media (max-width: 640px) {
	.sec-top-member .btn {
		margin-top: 18vw
	}
	.dev-support-title{
		font-weight: 700;
	}
}