@charset "utf-8";
/* ------------------------------------ */
#reward-top {
}

.reward-top {
	text-align: center;
	padding: 20px 0px;
}
.reward-top h3 {
	font-size: 1.6em;
	margin-bottom: 20px;
}
.reward-top ul {
}
.reward-top ul li {
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.reward-top ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 20px 0px;
	}
	.reward-top ul li {
		display: table-cell;
		vertical-align: top;
		margin-bottom: 0px;
	}
}
.reward-top ul li a {
	display: block;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	text-decoration: none;
	vertical-align: middle;
	background-color: #147ae2;
/*
	background: rgb(0,150,232);
	background: -moz-linear-gradient(top, rgba(0,150,232,1) 0%, rgba(0,158,195,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,150,232,1) 0%,rgba(0,158,195,1) 100%);
	background: linear-gradient(to bottom, rgba(0,150,232,1) 0%,rgba(0,158,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096e8', endColorstr='#009ec3',GradientType=0 );
*/
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
#content-reward .reward-top ul li a {
	color: #000;
	font-size: 1.5em;
	background: #fff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.reward-top ul li a {
		font-size: 1em;
	}
	#content-reward .reward-top ul li a {
		font-size: 1.3em;
	}
}
.reward-top ul li a:hover {
	background-color: #116bc6;
}
#content-reward .reward-top ul li a:hover {
	background-color: #fff;
}
.reward-top ul li a span {
	display: block;
	position: relative;
	line-height: 1.4em;
	padding: 10px 5px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#content-reward .reward-top ul li a span {
	padding: 30px 5px;
}
/*
#content-reward .reward-top ul li a span {
	padding: 20px 5px 60px 5px;
}
*/
.reward-top ul li a span::before,
.reward-top ul li a span::after {
	content: "";
	position: absolute;
}
.reward-top ul li a span::before {
	right: 11px;
	top: 50%;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
	margin-top: -4px;
}
.reward-top ul li a span::after {
	right: 5px;
	top: 50%;
	z-index: 1;
	width: 18px;
	height: 18px;
	background-color: rgba(255,255,255,0.2);
	border: 2px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: -10px;
}
/*
#content-reward .reward-top ul li a span::before {
	left: 50%;
	right: auto;
	top: auto;
	bottom: 20px;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	margin-left: -3px;
}
#content-reward .reward-top ul li a span::after {
	left: 50%;
	right: auto;
	top: auto;
	bottom: 14px;
	z-index: 1;
	width: 24px;
	height: 24px;
	margin-left: -12px;
}
*/
#content-reward .reward-top ul li a span::before,
#content-reward .reward-top ul li a span::after {
	display: none;
}
.reward-top ul li a span b {
	font-size: 1.2em;
}
#content-reward .reward-top ul li a span b {
	color: #147ae2;
	font-size: 1.3em;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#content-reward .reward-top ul li a:hover span b {
	color: #0c4f93;
}
@media screen and (max-width: 767px) {
	.reward-top ul li a span b {
		display: block;
	}
}
.reward-top ul li a span img {
	display: none;
	margin: 0px auto;
}
#content-reward .reward-top ul li a span img {
	display: block;
}
.reward-top ul li a span em {
	display: none;
}
#content-reward .reward-top ul li a span em {
	display: block;
	color: #fff;
	font-size: 0.7em;
	font-weight: 700;
	background-color: rgba(255,255,255,0.2);
	background-color: #147ae2;
	border: 2px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 50px;
	margin-top: 20px;
	padding: 10px 5px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
	#content-reward .reward-top ul li a span em {
		font-size: 0.85em;
	}
}
#content-reward .reward-top ul li a:hover span em {
	background-color: #0c4f93;
}
#content-reward .reward-top ul li a:hover span {
	background-color: rgba(255,255,255,0.2);
}

/* ------------------------------------ */
.reward-toptex {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 20px;
}
.reward-bloc {
	margin-bottom: 30px;
}
.reward-bloc:last-child {
	margin-bottom: 0px;
}
.reward-box {
	-moz-box-shadow: 0px 1px 3px #ccc;
	-webkit-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
	margin-bottom: 30px;
	padding: 10px;
}
.reward-box:last-child {
	margin-bottom: 0px;
}
.reward-toptex h3,
.reward-box h3 {
	color: #1142c9;
	font-size: 1.6em;
	line-height: 1.3em;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.reward-box h3 span {
	color: #333;
	font-size: 0.8em;
}
.reward-box h4 {
	color: #000;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1em;
	border-left: none;
	border-bottom: 2px solid #147ae2;
	margin-bottom: 10px;
	padding: 2px 0px;
}
.reward-box h4 em {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	line-height: 1em;
	vertical-align: middle;
	background-color: #147ae2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 5px;
}
.reward-box h4 b {
	display: inline-block;
	color: #147ae2;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.reward-box h4 {
		text-align: center;
	}
	.reward-box h4 em {
		margin-bottom: 5px;
	}
	.reward-box h4 b {
		display: block;
	}
}
.reward-note {
	padding-top: 10px;
}
.reward-note ul {
}
.reward-note ul li {
	position: relative;
	padding-left: 20px;
}
.reward-note ul li::before {
	content: "※";
	position: absolute;
	left: 0px;
	top: 0px;
}
/* ------------------------------------ */
.reward-table {
	padding: 5px 0px;
}
.reward-table table {
	width: 100%;
	table-layout: fixed;
	border-collapse:collapse;
	border-spacing: 0px;
	empty-cells:show;
}
@media screen and (max-width: 767px) {
	.reward-table {
		overflow: scroll;
	}
	.reward-table.scroll table{
		width: 700px;
	}
}
.reward-table table caption {
	color: #c00;
	font-size: 1.2em;
	font-weight: 700;
	padding: 5px 0px;
}
.reward-table table th {
	text-align: center;
	border: 1px solid #000;
	padding: 5px;
}
/*
#reward-kyuyo1 .reward-table table tr:first-child th:first-child {
	width: 7%;
}
@media screen and (max-width: 767px) {
	#reward-jinji1t .reward-table table tr:first-child th:first-child {
		width: 13%;
	}
}
*/
.reward-table table td {
	text-align: center;
	border: 1px solid #000;
	padding: 10px 5px;
}
.reward-table table th.th1 {
	background: #c1e5e5;
	background: #e2f4f7;
	background: #c6e2f4;
}
.reward-table table th.th2 {
	background: #a5d8e5;
	background: #dbf4f2;
}
.reward-table table th.th3 {
	background: #c1e0c6;
}
.reward-table table td.td1 {
	font-weight: 500;
	background: #ffe8d1;
	background: #fff7ef;
}
.reward-table table td.td2 {
	background: #ff0;
}
.reward-table table th em {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	vertical-align: middle;
	background-color: #147ae2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px;
}
#reward-jinji1t .reward-table table tr:first-child th:first-child {
	width: 15%;
}
#reward-kyuyo1 .reward-table table tr:first-child th:first-child {
	width: 13%;
}
/* ------------------------------------ */
#reward-jinji {
}
.reward-jinji-list {
	padding: 10px 0px;
}
.reward-jinji-list ul {
}
.reward-jinji-list ul li {
	position: relative;
/*
	color: #02518e;
	font-size: 1.2em;
*/
	font-weight: 500;
	padding-left: 20px;
	padding: 3px 0px 3px 20px;
}
.reward-jinji-list ul li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #ccc;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: -5px;
}
.reward-jinji-lists {
	padding: 20px 10px 0px 10px;
}
@media screen and (max-width: 767px) {
	.reward-jinji-lists {
		padding: 20px 0px 0px 0px;
	}
}
.reward-jinji-lists h5 {
	color: #c00;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	border-left: none;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	padding: 10px 0px;
}
.reward-jinji-lists ul {
}
.reward-jinji-lists ul li {
	border-bottom: 1px solid #666;
}
.reward-jinji-lists ul li:last-child {
	border-bottom: none;
}
.reward-jinji-lists ul li dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.reward-jinji-lists ul li dl dt,
.reward-jinji-lists ul li dl dd {
	display: table-cell;
	vertical-align: top;
	padding: 7px 10px;
}
.reward-jinji-lists ul li dl dt {
	font-weight: 700;
	text-align: center;
	border-right: 1px dashed #666;
	padding-right: 10px;
}
.reward-jinji-lists ul li dl dd {
}
.reward-jinji-lists-inner {
	background-color: #f2f2f2;
	padding: 10px;
}

/* ------------------------------------ */
#reward-jinji {
}
.reward-jinji-lists-inner {
}
/* ------------------------------------ */
#reward-jinji {
}
/* ------------------------------------ */
/* ------------------------------------ */