@charset "EUC-JP";
img{
	max-width: 100%;
}
.Contents{
	padding-bottom: 60px;
}
.Contents h2{
	margin-bottom: 20px;
}
.Contents a{
	position: relative;
	display: block;
	width: 315px;
	height: 40px;
	line-height: 40px;
	margin:0 auto 10px;
	background-color: #3251BC;
	border-radius: 4px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 72.22222222222221%;
}
.Contents a svg{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	right: 10px;
}
.Contents a.disabled {
	color: #999999;
	background-color: #DADADA;
    pointer-events: none;
    cursor: default;
}
.Contents p{
	text-align: center;
	color: #555555;
	font-size: 61.111111111111114%;
	font-weight: bold;
}