@charset "utf-8";

*{
	margin:0;
	padding:0;
}
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	color:#111111;
	background-color: #ebebf0;
	width: 100%;
}
h1{
 /*font-size:115%;*/
}
h2{
 /*font-size:110%;*/
}
h3{
 /*font-size:105%;*/
}
p, a, td, li{
	font-size:100%;
	color:#111111;
}
a:hover,
.question_cont dt:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}

li {
	list-style: none;
}
a img {
	border:none;
}
.clear{
	float:none;
	clear:both;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
header{
	/*background:url(../img/header_bk.png) center top no-repeat;*/
	width: 100%;
	/* background-color: #f5f5f8; */
}
.bgWrap {
	/* background: url(../img/bg_mv.jpg) no-repeat center top; */
	background-color: #f5f5f8;
}
header .header_left_wrap {
	float: left;
	width: 50%;
	height: 885px;
}
header .header_right_wrap {
	float: right;
	width: 50%;
	height: 885px;
}
header .header_main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:0 auto 0 auto;
	width: 1360px;
	box-sizing: border-box;
	padding: 0 10px;
	/*width: 1000px;*/
	height: 885px;
	/* overflow: hidden; */
}
header .header_left {
	float: left;
	width: 670px;
	/*padding: 155px 0 0 170px;*/
	padding: 0 0 0 0;
	box-sizing: border-box;
}
header .header_left .header_left_txt{
	margin: 50px 0;
}
header .header_right {
	position: relative;
	float: right;
	width: 620px;
	padding: 66px 0 0 0;
	box-sizing: border-box;
}
header .header_right_text {
	padding-top: 25px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
header .top_new {
	position: absolute;
	/*bottom: 35px;*/
	top: 440px;
	right: 55px;
}
header .logo-brand {
	position: absolute;
	top: 70px;
	left: 0;
}

header #pageHeading {
	position: absolute;
	top: 226px;
	left: 0;
}
header #pageHeading span {
	display: block;
	font-size:16px;
	font-weight:normal;
	text-align: right;
	position: absolute;
	top: 315px;
	left: 270px;
}
header .online_btn {
	position: absolute;
	top: 660px;
	left: 269px;
}
header .online_btn li {
	float: left;
	margin-right: 20px;
}
.nav_wrap {
	/*padding-bottom: 40px;*/
}

nav {
	height: 115px;
	position: relative;
	z-index: 1;
}

nav ul li {
	/* float: left; */
	text-align: center;
	/* background:url(../img/icon_menu.png) left top no-repeat; */
	padding: 2px 0 0 56px;
	/* margin: 42px 65px 0 0 ; */
	display: inline-block;
	font-size: 18px;
}
nav ul li:first-child {
	padding-left: 0;
}

nav ul li a,
nav ul li span {
	text-decoration: none;
	position: relative;
}

nav ul li a:after,
nav ul li span:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 3px;
	background-color: #0e0e0f;
	width: 100%;
}
nav ul li span {
	color: #999;
}
nav ul li span:after {
	background-color: #999;
	}

nav ul {
	/* padding-bottom: 40px; */
	text-align: center;
}

nav ul li:last-child {
	margin: 42px 0 0 0 ;
}
main .sec1,
main .sec3,
main .sec_rank {
	width: 100%;
	background-color: #ebebf0;
}
nav,
main .sec2,
main .sec4,
main .sec5,
main .sec6 {
	width: 100%;
	/* background-color: #ffffff; */
}
main .sec5 {
	background-color: #fff;
}
main .sec1 .box_inner,
main .sec3 .box_inner
{
	width: 1000px;
	margin: 0 auto 60px;
	padding: 0 90px;
	background-color: #ebebf0;
}
nav .box_inner,
main .sec2 .box_inner,
main .sec4 .box_inner,
main .sec5 .box_inner,
main .sec6 .box_inner,
footer
{
	width: 1000px;
	margin: 0 auto;
	padding: 0 90px;
	/* background-color: #ffffff; */
}
main .sec4 {
	background-color: #fff;
}
main .sec_rank .box_inner {
	width: 1000px;
	margin: 0 auto 60px;
	padding: 0 90px;
	background-color: #ebebf0;
}


nav .box_inner {
	padding:0;
}
main .sec h2 {
	padding-top: 72px;
	padding-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
}
main .sec1 .box_inner>p,
main .sec_rank .box_inner>p {
	text-align: center;
	color: #666666;
	margin-bottom: 60px;
}
main .point_boxs {
	margin-bottom: 15px;
}
main .attention {
font-size:12px;
}
main .sec1 .point {
	background:url(../img/point_box_bk.png?20190731) left top no-repeat;
	float: left;
	width: 311px;
	height: 295px;
	margin-right: 33px;
}
main .sec1 .point:last-child {
	margin-right: 0px;
}
main .sec1 .point_title {
	height: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	box-sizing: border-box;
}
main .sec1 h3.box_h3 {
	height: 122px;
	padding-top: 35px;
	text-align: center;
	box-sizing: border-box;
	font-size: 19px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main .sec1 .point_h3_last {
	/* padding-top: 25px; */
}
main .sec1 .point_txt {
	height: 138px;
	padding: 20px;
	box-sizing: border-box;
}
main .sec1 .service_btn {
	text-align: center;
	padding-bottom: 65px;
}
main .sec1 h3.sub_title {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	margin-bottom: 52px;
	padding: 4px 0;
}

main .service_start {text-align:center;margin-bottom: 55px;}
main .service_start .box_inner {
	width: 1000px;
	margin:0 auto;
}
main .service_start h3.sub_title {background-color: #000;color: #fff;font-size: 18px;height: 34px;line-height: 34px;margin-bottom: 50px;}
main .service_start h3.sub_title2 {font-size: 22px;font-weight: normal;height: 34px;line-height: 34px;margin-top: 42px;margin-bottom: 13px;}
main .service_start .catch_txt {font-size: 26px;margin-bottom: 30px;}
main .service_start .store_txt {font-size: 14px;line-height: 1.6;margin-bottom: 10px;}
main .service_start .store_txt:last-child {
	margin-bottom: 0;
}
main .service_start .store_txt dt {
}
main .service_start .store_txt dd {
	font-weight:bold;
	margin-bottom: 35px;
}
main .service_start .store_txt dd:last-of-type {
	margin-bottom: 0;
}
main .service_start .attention {
	font-size:12px;
}

main .service_start .box-wrap {width: 680px;margin: 0 auto 20px;}
main .service_start .box-wrap .box:first-child {
	margin-left:0;
}
main .service_start .box-wrap .box {
	width: 330px;
	height: 170px;
	position: relative;
	float: left;
	border-radius: 10px;
	background-color: #fff;
	padding: 30px 0 0;
	margin-left:20px;
}
main .service_start .box-wrap .box h4 {font-size: 17px;}
main .service_start .box-wrap .box .btn {position: absolute;display: block;top: 80px;left: 20px;}
main .service_start .box-wrap .box .qr {position: absolute;top: 80px;right: 20px;border: solid 1px;}

main .sec2 .box_inner>p {
	text-align: center;
	color: #8a733b;
	margin-bottom: 55px;
}
main .sec2 .members {
	border-top: 1px solid #e3e3e3;
	margin-bottom: 60px;
}
main .sec2 .member {
	border-bottom: 1px solid #e3e3e3;
	/*padding: 30px 0 30px 60px;*/
	padding: 30px 0 30px 0;
}
main .sec2 .member_left {
	float: left;
	width: 211px;
	box-sizing: border-box;
	margin-left: 60px;
}
main .sec2 .member_left p{
	text-align: center;
}
main .sec2 .member_right {
	float: left;
	width: 710px;
	box-sizing: border-box;
}
main .sec2 .member_year_money {
	color: #8a733b;
	padding: 12px 0;
	font-size: 13px;
}
main .sec2 .member_right {
	padding-left: 65px;
}
main .sec2 .member2 {
/*	width: 211px;*/
	width: 331px;
	float: left;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	border-right: 1px solid #e3e3e3;
}
main .sec2 .member2:last-child {
	border-right: 0px;
}
main .sec2 .member2 .member_money {
	padding-bottom: 10px;
}
main .sec2 .member2 .member_txt {
	font-size: 14px;
	line-height: 26px;
}
main .sec2 .member2 .member_txt span{
	font-size: 12px;
}
main .sec2 .period h3{
	background-color: #8a733b;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 4px 0;
}
main .sec2 .period {
	text-align: center;
	padding-bottom: 65px;
}
main .sec2 .period span{
	font-weight: bold;
}
main .sec2 .period p{
	padding: 35px 0;
}
main .sec3 .sec3_txt {
	text-align: center;
	color: #8a733b;
	margin-bottom: 15px;
}
main .sec3 .sec3_txt2 {
	text-align: center;
	/*color: #8a733b;*/
	margin-bottom: 20px;
	font-size: 12px;
}

main .sec3 .use_shop{
	width: 880px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 55px;
}

main .sec3 .use_shop .shop_btn{
	margin-bottom: 25px;
	text-align: center;
}
main .sec3 .shop_btn a {
	/*text-align: center;*/
	/*padding: 0 20px;*/
	margin-right: 35px;
}
main .sec3 .shop_btn a:last-child {
	margin-right: 0px;
}
/*
main .sec3 .shop_txt ul{
	margin-left: 15px;
}
*/
main .sec3 .shop_txt_sub ul{
	margin-left: 18px;
	font-size: 12px;
}
main .sec3 .shop_txt {
	margin-bottom: 20px;
}
main .sec3 .shop_txt li{
	list-style:none;
	/*list-style-image : url(../img/icon_circle.png) ;*/
	padding-bottom: 5px;
}
main .sec3 .shop_txt_sub li{
	list-style-image : url(../img/icon_kome.png) ;
}
main .sec4 h2 {
	margin-bottom: 30px;
}
main .sec4 dl {
	border-top: 1px solid #e3e3e3;
	padding: 25px;
}
main .sec4 dl:last-child {
	border-bottom: 1px solid #e3e3e3;
}
main .sec4 dt {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 10px;
}
main .sec4 dd img.img-r {float: right;margin-left: 30px;margin-right: 0px;}
main .sec4_method {
	padding-bottom: 70px;
}

main .sec5 .question_wrap {
	padding-bottom: 25px;
}
main .sec5 dl {
	border-top: 1px solid #8a733b;
	/*padding: 25px;	*/
}
main .sec5 dl:last-child {
	border-bottom: 1px solid #8a733b;
}
main .sec5 dd {
	border-top: 1px dashed #8a733b;
}
main .sec5 dd {
	display: none;
}
main .sec5 dt p{
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 18px 25px 18px 25px;
	padding-left: 40px;
	background:url(../img/icon_q.png?20190806) left center no-repeat;
}
main .sec5 dt div{
	float: right;
	margin: 18px 25px 0px 25px;
}
main .sec5 a{
	text-decoration: none;
}
main .sec5 dd p{
	/*padding: 25px;*/
	margin: 20px 25px 20px 25px;
	padding-left: 38px;
	line-height: 23px;
	background:url(../img/icon_a.png?20190806) left top no-repeat;
	/*text-align: top;*/
}
main .sec5 .question_title {
	font-size: 18px;
	color: #8a733b;
	font-weight: bold;
	margin-bottom: 15px;
}
main .sec5 .question_cont {
	margin-bottom: 45px;
}
main .sec5 .question_cont p a{
	text-decoration: underline;
}
main .sec6 .sub_title {
    background-color: #8a733b;
    color: #ffffff;
    font-size: 18px;
    padding: 4px 15px;
}
main .sec6 h2 {
	margin-bottom: 40px;
}
main .sec6 .card_about {
	margin-bottom: 20px;
}
main .sec6 .card_txt {
	margin: 0 15px 0 15px;
	padding: 17px 0 23px 0;
	/*margin-bottom: 40px;*/
	line-height: 26px;
	border-bottom: 1px solid #e3e3e3;
}
main .sec6 .card_txt span {
	display: block;
	font-size: 12px;
}
main .sec6 .card_about .card_txt:last-child {
	border-bottom: 0px solid #e3e3e3;
}
main .sec6 .card_about .card_txt_title {
	font-size: 16px;
	color: #8a733b;
	font-weight: bold;
}
main .sec6 .card_about .card_txt_sub {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 22px;
}
main .sec6 .contact{
	display: block;
	width: 468px;
	margin: 0 auto 0 auto;
}
main .sec6 .box_inner {
	padding-bottom: 30px;
	padding-top: 35px;
}
main .caution{
	font-size: 12px;
	display: block;
	padding-top: 5px;
}

footer {
	padding: 20px 0;
	text-align: center;
	background-color: #fff;
	width: 100%;
}
#to_top {
	position: fixed;
	bottom: 85px;
	right: 30px;
	display: none;
	z-index: 10;
}
main .sec_rank table {
	width: 1000px;
	margin:0 auto;
	/*border:solid 1px #ebebf0;*/
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0;
}

main .sec_rank table th,
main .sec_rank table td {
	border:solid 1px #ebebf0;
}
main .sec_rank table thead th {
	width: 125px;
	vertical-align: bottom;
}
main .sec_rank table thead th:nth-child(1) {
	width: 190px;
}
main .sec_rank table thead th:nth-child(1),
main .sec_rank table tbody th {
	background-color: #757578;
	color: #fff;
	text-align:left;
	font-size:16px;
}
main .sec_rank table thead th:nth-child(1) {
	padding: 23px 20px;
}
main .sec_rank table thead th.bg1 {
	background:url(../img/rank_01.jpg) center center no-repeat;
}
main .sec_rank table thead th.bg2 {
	background:url(../img/rank_02.jpg) center center no-repeat;
}
main .sec_rank table thead th.bg3 {
	background:url(../img/rank_03.jpg) center center no-repeat;
}
main .sec_rank table thead th.bg4 {
	background:url(../img/rank_04.jpg) center center no-repeat;
}
main .sec_rank table thead th.bg5 {
	background:url(../img/rank_05.jpg) center center no-repeat;
}
main .sec_rank table thead th span {
	width: 100%;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	color: #FFF;
}

main .sec_rank table tbody th {
	padding: 18px 0 18px 0;
}
main .sec_rank table tbody th.size-s {
	font-size:13px;
	padding: 12px 0 12px 20px;
}

main .sec_rank table tbody th.size-m {
	padding: 12px 0 12px 20px;
}

main .sec_rank table tbody td {
	text-align:center;
	font-size:14px;
	padding: 20px 0;
}
main .sec_rank table tbody th.ws {
    padding: 4px;
    writing-mode: vertical-rl;
    text-align: center;
}

main .sec_rank .attention {
	width: 1000px;
	margin:20px auto 0;
}

table td {
	background: #f5f5f5;
}
table tr:nth-child(odd) td {
	background: #fff;
}



main .sec_rank table thead th.bg0 {
    background: url(../img/rank_00.jpg) center center no-repeat;
}


.th_argin {
    text-align: center!important;
}
