.t-header {
	min-width: 980px;
	border-bottom: 4px solid #2d8c3c;
}

.t-header__container {
	width: 980px;
	margin: 0 auto;
	padding: 24px 0;
}

.t-header__logo {
	margin-bottom: 24px;
	vertical-align: top;
	text-align: center;
}

.t-header__body {
	border-radius: 24px;
	overflow: hidden;
	background-color: #fff;
}

.t-header-scene {
	width: 33.3%;
	height: 224px;
	padding: 16px 0;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
}

.t-header-scene:nth-of-type(n + 2) {
	border-left: 1px dashed #e2e2e2;
}

.t-header-scene__description {
	margin-top: 12px;
	font-size: 1.4rem;
}

.t-header__img {
	width: 280px;
}

.t-header__btn-list {
	margin-top: 12px;
	padding-top: 12px;
	background-position: top; 
	background-repeat: no-repeat;
	text-align: center;
}

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

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

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

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

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

.t-header-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-header__btn-caution {
	margin-top: 8px;
	font-size: 1.1rem;
}
