.t-footer {
	min-width: 980px;
	padding: 32px 0 24px;
	background-color: #efefef;
	text-align: center;
}

.t-footer__header {
	font-size: 3rem;
	font-weight: normal;
}

.t-footer__btn-list {
	background-position: top; 
	background-repeat: no-repeat;
	text-align: center;
}

.t-footer__btn-container {
	margin: 0 16px;
	display: inline-block;
	vertical-align: top;
}

.btn.t-footer__btn {
	width: 340px;
	height: 60px;
	line-height: 52px;
	font-size: 2.2rem;
}

.t-footer__btn .btn__text {
	margin: 0; 
}

.btn.t-footer__btn--create {
	background-color: #2d8c3c;
	border: 4px solid #2d8c3c;
}

.btn.t-footer__btn--register {
	background-color: #fd7322;
	border: 4px solid #fd7322;
}

.t-footer-btn__subtext {
	margin-right: 12px;
	padding: 0 12px;
	vertical-align: .3rem;
	border-radius: 14px;
	background: #fff;
	color: #fd7322;
	line-height: 28px;
	font-size: 1.4rem;
	font-weight: normal;
}

.t-footer__btn-caution {
	margin-top: 8px;
	font-size: 1.1rem;	
}
