.ttl-a {
		font-size:80px;
	font-family:Anton;
	text-align:center;
	padding:110px 0 10px;
}
.btn-a {
		background-image:url(../img/icon-a.png) ;
	background-position:right 17px center;
	background-repeat:no-repeat;
	padding:12px 35px !important;
	background-color:#d93888;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	border-radius:0;
	width:100%;
	margin:20px 0 0 !important;
}
.btn-b {
		background-image:url(../img/icon-b.png) ;
	background-position:right 17px center;
	background-repeat:no-repeat;
	padding:12px 35px !important;
	background-color:#fff;
	border:2px solid #d93888;
	color:#d93888;
	font-size:18px;
	font-weight:bold;
	border-radius:0;
	width:200px !important;
	margin:20px auto 0 !important;
}
.btn-b:hover {
	background-color:#fce2ef;
	color:#d93888;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.ttl-a {
			font-size:40px;
	font-family:Anton;
	text-align:center;
	padding:60px 0 10px;
	}
}
