/********** 会員ステージ **********/
.register-contents {
	padding: 20px 0 30px;
}

/********** 会員ステージ **********/
.register-contents .heading{
	margin: 0 0 32px;
	padding: 0 0 0 18px;
	line-height: 1.2;
	border-left: solid 2px #008dcc;
	font-weight: bold;
	font-size: 26px;
	color: #008dcc;
}

/********** graph **********/
.register-contents .graph{
	display: flex;
	justify-content: space-between;
	
	width: 100%;
	padding: 0 0 50px;
}
.register-contents .graph .graph-heading{
	display: flex;
	justify-content: center;
	
	width: 100%;
}

/********** 会員ステージ **********/
.register-contents .graph .graph-1{
	padding: 30px 0 0;
}
.register-contents .graph .graph-1 ul{
	display: flex;
	justify-content: space-between;
	
	width: 530px;
}
.register-contents .graph .graph-1 ul li{
	width: 165px;
	text-align: center;
	line-height: 1.4;
	letter-spacing: -0.05em;
	font-size: 16px;
}
.register-contents .graph .graph-1 ul li:nth-of-type(1){
}
.register-contents .graph .graph-1 ul li:nth-of-type(2){
}
.register-contents .graph .graph-1 ul li:nth-of-type(3){
}
.register-contents .graph .graph-1 ul li .icon{
	padding: 0 0 16px;
}


.register-contents .graph .graph-2{
	border-radius: 5px;
	border: solid 2px #d3b50d;
	padding: 8px 0 15px;
}
.register-contents .graph .graph-2 .graph-heading{
	line-height: 1.2;
	font-size: 28px;
	font-weight: bold;
	color: #d3b50d;
}
.register-contents .graph .graph-2 ul{
	display: flex;
	justify-content: space-between;
	
	width: 369px;
	margin: 0 auto;
	padding: 0 8px;
}
.register-contents .graph .graph-2 ul li{
	width: 165px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: -0.05em;
	font-size: 16px;
}
.register-contents .graph .graph-2 ul li .icon{
	padding: 0 0 16px;
}

/********** 表 **********/
.register-contents .tbl-register table{
	border: solid 1px #ccc;
	font-size: 11px;
}
.register-contents .tbl-register table th{
	border: solid 1px #ccc;
	text-align: center;
	font-weight: normal;
}
.register-contents .tbl-register table td{
	width: 140px;
	padding: 10px 0;
	border: solid 1px #ccc;
	text-align: center;
}

.register-contents .tbl-register table tr:nth-of-type(2) th{
	width: 165px;
	background: #fbf7e6;
}

.register-contents .tbl-register table th:nth-of-type(1),
.register-contents .tbl-register table th:nth-of-type(2){
	width: 185px;
}
.register-contents .tbl-register table th:nth-of-type(2),
.register-contents .tbl-register table td:nth-of-type(2){
	background: #fafafa;
}
.register-contents .tbl-register table th:nth-of-type(3),
.register-contents .tbl-register table td:nth-of-type(3){
	background: #e5f3fa;
}
.register-contents .tbl-register table th:nth-of-type(4),
.register-contents .tbl-register table td:nth-of-type(4){
	background: #f6eeed;
}
.register-contents .tbl-register table th:nth-of-type(5),
.register-contents .tbl-register table td:nth-of-type(5){
	background: #fbf7e6;
}
.register-contents .tbl-register table th:nth-of-type(6),
.register-contents .tbl-register table td:nth-of-type(6){
	background: #fbf7e6;
}

/********** オリジナルブランド応援枠について **********/
.register-contents .att{
	font-size: 14px;
}

/********** オリジナルブランド応援枠について新規ブランドを構築される方々を応援いたします。 **********/
.originalbrand_explanation{
	padding: 0 10px;
	font-size: 14px;
}



