@charset "UTF-8";
/* CSS Document */

.page-access-list01__thumb img{
	padding: .5em;
}

.top-mv-contact__btn a{
	padding: 0.8em 20px;
	height: auto;
}

.top-mv-contact__btn a:first-child{
	margin-right: .5em;
	margin-bottom:.5em;
}

@media screen and (max-width: 1024px){
.top-mv-contact__btn a:first-child{
	margin-bottom:0;
}
}

@media screen and (max-width: 768px){
	.top-mv-contact__btn{
		display: block;
	}
	.top-mv-contact__btn a{
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}
	.top-mv-contact__btn a:first-child{
	margin-right: auto;
		margin-bottom: .5em;
	}
}