@charset "UTF-8";
/* Title */
 
/* btn */
a.btn {
	display: inline-block;
	font-size: 14px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	border-radius: 20px;
	padding: 0.4em 3em 0.4em 2em;
	position: relative;
}
a.btn:hover {
	text-decoration: none;
}
a.btn span {
	display: inline-block;
	position: relative;
	border: 0px solid #000;
}
a.btn span::after {
	content: '';
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 4px;
	height: 4px;
	position: absolute;
	right: -14px;
	top: 9px;
	transition: all 300ms 0s ease;
}
a.btn:hover span::after {
	right: -18px;
}











@media handheld, print, screen and (min-width: 374px) {
/* iphone6 */



/* end of media query(iphone6) */	
}





@media handheld, print, screen and (min-width: 481px) {

/* btn */
a.btn {
	font-size: 16px;
	padding: 0.4em 3em 0.4em 2em;
}
a.btn span::after {
	width: 4px;
	height: 4px;
	right: -14px;
	top: 11px;
}
a.btn:hover span::after {
	right: -18px;
}

/* end of media query */	
}

@media handheld, print, screen and (min-width: 621px) {



/* end of media query */	
}






@media handheld, print, screen and (min-width: 801px) {





/* end of media query */
}