/********** 会員ステージ **********/
.register-contents {
	padding: 2vw 0 3vw;
}

/********** 会員ステージ **********/
.register-contents .heading{
	margin: 0 0 3vw;
	padding: 0 0 0 2vw;
	line-height: 1.2;
	border-left: solid 2px #008dcc;
	font-weight: bold;
	font-size: 5.2vw;
	color: #008dcc;
}

/********** graph **********/
.register-contents .graph{
	padding: 0 0 13vw;
}
.register-contents .graph .graph-heading{
	display: flex;
	justify-content: center;
	
	width: 100%;
}

/********** 会員ステージ **********/
.register-contents .graph .graph-1{
	padding: 0 0 3vw;
}
.register-contents .graph .graph-1 ul{
	display: flex;
	justify-content: space-between;
	
	width: 100%;
}
.register-contents .graph .graph-1 ul li{
	width: 28.5vw;
	text-align: center;
	line-height: 1.4;
	letter-spacing: -0.05em;
	font-size: 3vw;
}
.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 2vw;
}


.register-contents .graph .graph-2{
	width: 69vw;
	margin: 0 auto;
	
	padding: 2vw 3vw 3vw;
	border-radius: 1vw;
	border: solid 0.5vw #d3b50d;
}
.register-contents .graph .graph-2 .graph-heading{
	line-height: 1.2;
	font-size: 5.3vw;
	font-weight: bold;
	color: #d3b50d;
}
.register-contents .graph .graph-2 ul{
	display: flex;
	justify-content: space-between;
	
	width: 100%;
}
.register-contents .graph .graph-2 ul li{
	width: 28.5vw;
	text-align: center;
	line-height: 1.3;
	letter-spacing: -0.05em;
	font-size: 3vw;
}
.register-contents .graph .graph-2 ul li .icon{
	padding: 0 0 2vw;
}

/********** 表 **********/
.register-contents .tbl-register{
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.register-contents .tbl-register table{
	width: 275vw;
	border: solid 1px #ccc;
	font-size: 0.9em;
}
.register-contents .tbl-register table th{
	border: solid 1px #ccc;
	text-align: center;
	font-weight: normal;
}
.register-contents .tbl-register table td{
	width: 45vw;
	padding: 2vw 0;
	border: solid 1px #ccc;
	text-align: center;
}

.register-contents .tbl-register table tr:nth-of-type(2) th{
	width: 40vw;
	background: #fbf7e6;
}

.register-contents .tbl-register table th:nth-of-type(1){
	width: 50vw;
}
.register-contents .tbl-register table th:nth-of-type(2){
	width: 40vw;
}
.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: 4.8vw;
}


