p.btn a, p.btn a span {
	display:block;
}
p.btn a {
	position:relative;
	overflow:hidden;
	text-decoration:none;
	border-style:solid;
	border-color:#000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#000;
	background-color: #f9e401;
}
p.btn-off a {
	position:relative;
	overflow:hidden;
	text-decoration:none;
	border-style:solid;
	border-color:#888;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color: #888;
	background-color: #ccc;
}

p.btn a span {
	font-weight:bold;
	text-align:center;
}
p.btn a span:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	background-image:url(../img/arrow40.svg);
	background-repeat:no-repeat;
	background-color:#fff;
}
@media all and (min-width: 768px) {
p.btn {
	margin:0 120px;
}
p.btn:not(:last-child) {
	margin-bottom:30px;
}
p.btn a {
	border-radius:25px;
	height:50px;
	border-width:3px;
}
p.btn a span {
	font-size:112.5%;
	line-height:44px;
}
p.btn a:hover {
	color:#fff;
	background-color:#000;
	background-image:none;
}
p.btn-off a:hover {
	color: #888;
	background-color:#ccc;
	background-image:none;
	cursor: default;
}

p.btn a:hover span {
	text-shadow:0 2px 2px hsla(0, 0%, 0%, .2);
}
p.btn-off a:hover span {
	text-shadow:none;
}

p.btn a span:before {
	left:6px;
	background-position:-124px -4px;
	background-size:160px 40px;
	border-radius:16px;
	width:32px;
	height:32px;
	margin-top:-16px;
}
}
@media all and (max-width: 767px) {
p.btn:not(:last-child) {
	margin-bottom:15px;
}
p.btn a {
	border-radius:18px;
	height:36px;
	border-width:2px;
}
p.btn a span {
	font-size:87.5%;
	line-height:32px;
}
p.btn a span:before {
	left:4px;
	background-position:-93px -3px;
	background-size:120px 30px;
	border-radius:12px;
	width:24px;
	height:24px;
	margin-top:-12px;
}
}


p.btn-caption {
	color:#c00;
	font-weight:bold;
	text-align:center;
	line-height:1.5;
}
p.btn-caption span {
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(56,100%,50%,0.5)), to(hsla(56,100%,50%,0.5)));
	background-image: linear-gradient(transparent 50%, hsla(56,100%,50%,0.5) 50%);
	padding:0 1em 0.25em;
}
@media all and (min-width: 768px) {
p.btn-caption:not(:last-child) {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
p.btn-caption {
	font-size:83%;
}
p.btn-caption:not(:last-child) {
	margin-bottom:20px;
}
}


/*	small button
============================== */
p.btn-s {
	position:relative;
	overflow:hidden;
}
p.btn-s a {
	display:block;
	color: #000;
	background-color:hsla(0,0%,100%,0.75);
	background-color:#f0d6a8;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
p.btn-s a:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	background-image:url(../img/arrow40.svg);
	background-repeat:no-repeat;
	background-color:#fff;
}
@media all and (min-width: 768px) {
p.btn-s:not(:last-child) {
	margin-bottom:30px;
}
p.btn-s a {
	font-size:87.5%;
	height:32px;
	line-height:32px;
}
p.btn-s a:hover {
	background-color:#e5b36d;
	background-image:none;
}
p.btn-s a:before {
	left:6px;
	background-position:-20px 0;
	background-size:80px 20px;
	width:20px;
	height:20px;
	margin-top:-10px;
	border-radius:10px;
}
}
@media all and (max-width: 767px) {
p.btn-s {
}
p.btn-s:not(:last-child) {
	margin-bottom:15px;
}
p.btn-s a {
	font-size:83%;
	height:32px;
	line-height:32px;
}
p.btn-s a:before {
	left:6px;
	background-position:-20px 0;
	background-size:80px 20px;
	width:20px;
	height:20px;
	margin-top:-10px;
	border-radius:10px;
}
}

/*	ul button
============================== */
ul.btns {
	list-style-type:none;
}
ul.btns li {
	width:50%;
	float:left;
}
ul.btns li a, ul.btns li span {
	display:block;
}
ul.btns li a {
	position:relative;
	overflow:hidden;
	text-decoration:none;
	border-style:solid;
	border-color:#6270fa;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#283cc8;
	background-color:#00ff78;
	background-image:-webkit-linear-gradient(top,#b1fd18,#00ff78 80%,#06bbf2);
	background-image:linear-gradient(to bottom,#b1fd18,#00ff78 80%,#06bbf2);
}
ul.btns li a span {
	font-weight:bold;
	text-align:center;
	text-shadow:0 0px 2px hsla(0, 0%, 100%, .9);
}
ul.btns li a span:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	background-image:url(../img/arrow40.svg);
	background-repeat:no-repeat;
	background-color:#fff;
}
@media all and (min-width: 768px) {
ul.btns {
	margin:0 32px;
}
ul.btns li {
	width:50%;
	float:left;
	border-radius:22px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:10px;
}
ul.btns li:nth-child(odd) > span {
	margin-right:6px;
}
ul.btns li:nth-child(even) > span {
	margin-left:6px;
}
ul.btns li a {
	border-radius:25px;
	height:50px;
	border-width:3px;
}
ul.btns li a:hover {
	color:#fff;
	background-color:#06bbf2;
	background-image:none;
}
ul.btns li a:hover span {
	text-shadow:0 2px 2px hsla(0, 0%, 0%, .2);
}
ul.btns li a span {
	font-size:100%;
	line-height:44px;
}
ul.btns li a span:before {
	left:6px;
	background-position:-124px -4px;
	background-size:160px 40px;
	border-radius:16px;
	width:32px;
	height:32px;
	margin-top:-16px;
}
}
@media all and (max-width: 767px) {
ul.btns {
	margin:6px 6px 0;
}
ul.btns li {
	margin-bottom:4px;
}
ul.btns li:nth-child(odd) > span {
	margin-right:2px;
}
ul.btns li:nth-child(even) > span {
	margin-left:2px;
}
ul.btns li a {
	border-radius:18px;
	height:36px;
	border-width:2px;
}
ul.btns li a span {
	text-indent:16px;
	font-size:87.5%;
	line-height:32px;
}
ul.btns li a span:before {
	left:4px;
	background-position:-93px -3px;
	background-size:120px 30px;
	border-radius:12px;
	width:24px;
	height:24px;
	margin-top:-12px;
}
}
