﻿@charset "utf-8";
html{overflow-y:scroll;}/* firefox */
/*float======================*/
.float-l{
	float:left;
	}
.float-r{
	float:right;
	}
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
/*便利クラス======================*/
.mb10{
	margin-bottom:10px;
	}
.mb20{
	margin-bottom:20px;
	}
.mb40{
	margin-bottom:40px;
	}
.mt-10{
	margin-top:-10px;
	}
.mt-20{
	margin-top:-20px;
	}
.txt--bold{
	font-weight:bold;
	}
.fontRed{
	color:#f00;
	}
.alignC{
	text-align:center;
	}
.alignR{
	text-align:right;
	}
/*ヘッダー内======================*/
.header__user-mile{
	font-size:14px;
	font-weight:bold;
	padding-left:1em;
	text-align:right;
	margin-top:5px;
	/*color:#fff;*/
	}
.header__user-mile span{
	font-size:22px;
	}
.header__text{
	float:left;
	font-size:10px;
	padding-top:10px;
	/*color:#fff;*/
	}
.header__text_no_mile{
	font-size:10px;
	padding:10px 0 7px 0;
	}
.l-globalnavi li a{
	color: #036ace;
	position:relative;
	text-decoration: none;
}
.l-globalnavi li a.regist{
	color: #ff0000;
	position:relative;
	text-decoration: none;
}
.global-icon-home a:before,
.global-icon-add a:before,
.global-icon-exchange a:before,
.global-icon-passbook a:before,
.global-icon-article a:before,
.global-icon-regist a:before,
.global-icon-gift a:before{
	display:block;
	content:"";
	background-image:url(/images/common/naviIcon.png);
	background-size:30px;
	background-repeat:no-repeat;
	height:28px;
	width:30px;
	z-index:1;
	position:absolute;
	left:2em;
	top:0.8em;
	}
.global-icon-home a:before{
	background-position:0px -3px;
	}
.global-icon-add a:before{
	background-position:0px -68px;
	}
.global-icon-exchange a:before{
	background-position:0px -134px;
	}
.global-icon-passbook a:before{
	background-position:0px -167px;
	}
.global-icon-article a:before{
	background-position:0px -101px;
	}
.global-icon-gift a:before{
	background-position:0px -37px;
	}
.global-icon-regist a:before{
	background-position:0px -297px;
	}
.global-active,
.l-globalnavi li:hover{
	border-bottom:3px solid #036ace;
	margin-bottom: -3px;
	}
.l-globalnavi li:hover{
	border-bottom:3px solid #d1d1d1;
	margin-bottom: -3px;
	background:#f2f2f2;
	}
.l-globalnaviSub li a{
	display: block;
	text-decoration: none;
	padding:0.5em 1.5em 0.5em 1em;
	font-size:12px;
	border-radius:3px;
}
.l-globalnaviSub li{
	float: left;
	margin-left:8px;
}
.l-globalnaviSub li.globalnaviSubBtn1 a{
	background: #FFF;
	border:1px solid #036ace;
	box-sizing: border-box;
	position: relative;
}
.l-globalnaviSub li.globalnaviSubBtn1 a:hover{
	background: #f1f1f1;
}
.l-globalnaviSub li.globalnaviSubBtn2 a{
	background: #036ace;
	color: #fff;
	border:1px solid #036ace;
	box-sizing: border-box;
	position: relative;
}
.l-globalnaviSub li.globalnaviSubBtn2 a:hover{
	opacity: 0.8;
}
.l-globalnaviSub li.globalnaviSubBtn1 a:before,
.l-globalnaviSub li.globalnaviSubBtn2 a:before{
	display:block;
  content:"";
  position: absolute;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	top:0.9em;
	right: 0.6em;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.l-globalnaviSub li.globalnaviSubBtn1 a:before{
	border-color:#036ace;
}
/*サイト内共通======================*/
.title{
	font-size:20px;
	color:#036ace;
	font-weight:normal;
	margin-bottom:5px;
	}
.local-navi .title{
	font-size:14px;
	}
.title span{
	font-size:12px;
	font-weight:normal;
	padding-left:1em;
	}
.title-bg{
	background:#f2f2f2;
	padding:0.4em 0.4em 0.4em 0.6em;
	}
.subtitle{
	font-size:14px;
	}
.title-bar{
	background:#f7f7f7;
	padding:0.5em 0 0.5em 0.5em;
	}
.title-bar__icon{
	border-left:3px solid #036ace;
	padding-left:0.5em;
	}
/* .line{
	border-bottom:2px solid #f2f2f2;
	padding-bottom:5px;
	} */
.nickname{
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
	}
.user-mile{
	font-size:16px;
	font-weight:bold;
	padding:0.1em;
	text-align:right;
	}
.user-mile span{
	font-size:20px;
	}
/* もっとみる系ボタン */
.pg-link,
.local-navi__more{
	/* text-align:right; */
	padding:10px 0 20px 0;
	font-size:12px;
	position:relative;
	margin-bottom:30px;
	}
.pg-link a,
.local-navi__more a{
	border:1px solid #036ace;
	display: inline-block;
	padding:0.5em 1.5em 0.5em 1em;
	border-radius: 3px;
	position:absolute;
	right:0;
	top:10px;
}
.pg-link a::before,
.local-navi__more a::before{
	display:block;
	content:"";
	position: absolute;
	width: 6px;
	height: 6px;
	border-right: 2px solid #036ace;
	border-bottom: 2px solid #036ace;
	top:40%;
	right: 0.6em;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.pg-link a:hover,
.local-navi__more a:hover{
	text-decoration: none;
	background-color: #f1f1f1;
}
.bnr300 li{
	margin-bottom:10px;
	}

.border_box{
	border:1px solid #ccc;
	padding:10px;
}

.border_dot_box{
	border:1px dotted #ccc;
	padding:10px;
}
/*PR枠======================*/
.pr-base{
	background:#fff;
	border:1px solid #ccc;
	color:#ccc;
	}
.pr300{
	text-align:center;
	width:298px;
	}
.pr735{
	text-align:left;
	width:735px;
	font-size: 10px;
	}
.pr-bnr{
	margin:0 105px;
	}
.pr-bnr li{
	float:left;
	}
.pr728{
	height:63px;
	padding:25px 3px 0 3px;
	width:14px;
	}

/*ボタン======================*/
.btn a{
	border-radius:5px;
	display:block;
	text-align:center;
	box-sizing: border-box;
	padding:1em;
	}
.btn a:hover{
	text-decoration:none;
	}
.btn-input{
	border-radius:5px;
	display:block;
	text-align:center;
	box-sizing:border-box;
	padding:1em;
	font-size:1em;
	}
.btn-input:hover{
	text-decoration:none;
	cursor: pointer;
	}
.btn--w120{
	width:120px;
	}
.btn--w340{
	width:340px;
	margin:30px auto 50px auto;
	}
.btn--gray a{
	background:#f2f2f2;
	color:#333;
	border:1px solid #CCC;
	}
.btn--gray a:hover{
	background:#fff;
	}
.btn--yellow a{
	background:#ffd800;
	color:#333;
	border:1px solid #ffd800;
	}
.btn--yellow a:hover{
	background:#ffe44c;
	}
.btn-input--yellow{
	background:#ffd800;
	color:#333;
	border:1px solid #ffd800;
	}
.btn-input--yellow:hover{
	background:#ffe44c;
	}
.btn--blue a{
	background:#036ace;
	color:#fff;
	border:1px solid #036ace;
	}
.btn--blue a:hover{
	background:#4ca4d1;
	}
.two-btn--340{
	width:720px;
	margin:0 auto;
	}
.two-btn--340 li:nth-child(1){
	margin-right:20px;
	}
/*ログイン・ログアウト系======================*/
.user-captcha img{
	border:1px solid #ccc;
	}
.user-link{
	font-size:12px;
	display:block;
	padding:0.5em 0 0 0;
	}
/*オープン会員*/
.user-step{
	margin-bottom:20px;
	}
.user-step li{
	list-style:inside;
	list-style-type:decimal;
	margin-bottom:0.5em;
	}
.user-open--logo{
	height:100px;
	}
.user-open--wl,
.user-open--mx,
.user-open--fb,
.user-open--tw{
	float:left;
	width:25%;
	text-align:center;
	}
.user-open--wl a:before,
.user-open--mx a:before,
.user-open--fb a:before,
.user-open--tw a:before{
	background: url("/images/common/img-sheet.png") no-repeat;
	display: block;
	content: "";
	width: 100px;
	height: 70px;
	margin: 0;
	z-index: 100;
	}
.user-open--wl a:before{
	background-position: 0px -235px;
	margin:0 0px 5px 16px;
	}
.user-open--fb a:before{
	background-position: -16px -89px;
	margin:0 0px 5px 30px;
	}
.user-open--mx a:before{
	background-position: -16px -159px;
	margin:0 0px 5px 30px;
	}
.user-open--tw a:before{
	background-position: -12px -19px;
	margin:0 0px 5px 30px;
	}
/*変更などのステップ*/
.user-steps li{
	float:left;
	margin-right:10px;
	}
.user-steps-arrow{
	background: url("/images/common/img-sheet.png") no-repeat;
	background-position: -24px 0;
	text-indent:-9999px;
	padding-right:20px;
	margin-top:15px;
	}
.user-steps-normal,
.user-steps-normalLine2,
.user-steps-activeLine2,
.user-steps-active{
	padding:15px 2em 0;
	border:3px solid #ffd800;
	border-radius:5px;
	margin-bottom:20px;
	font-weight:bold;
	height: 35px;
	}
.user-steps-activeLine2,
.user-steps-active{
	background:#ffd800;
	}
.user-steps-normalLine2,
.user-steps-activeLine2{
	padding:6px 2em 0;
	text-align: center;
	height: 44px;
}
/*変更などのステップ 改修*/
.user-steps4C:after{
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}
.user-steps4C{
	width: 100%;
	margin-bottom: 20px;
}
.user-steps4C li{
	width: 22.7%;
	float: left;
	position: relative;
	margin-left:3%;
	border:3px solid #ffd800;
	box-sizing: border-box;
	height: 35px;
	border-radius:5px;
	font-weight:bold;
	text-align: center;
	padding-top:18px;
	height:60px;
}
.user-stepsLine2{
	padding-top:8px !important;
}
.user-stepsActive{
	background:  #ffd800;
}
.user-steps4C li:after{
	content: "";
	display: block;
	background: url("/images/common/img-sheet.png") no-repeat;
	background-position: -24px 0;
	position: absolute;
	/* border:1px solid #000; */
	height: 20px;
	width: 20px;
	right:-30px;
	top:15px;
}
.user-steps4C li:first-child{
	margin-left: 0;
}
.user-steps4C li:last-child:after{
	display: none;
}
.user-form{
	width:100%;
	border:1px solid #ccc;
	}
.user-form th{
	padding: 1em;
	background: #036ace;
	color: #fff;
	vertical-align: middle;
	}
.user-form td{
	padding:1em;
	text-align:left;
	border-bottom:1px solid #ccc;
	}
.user-form-deny{
	color:#ccc;
	}
/*メールが届かない======================*/
.ifNomail-caution{
	margin-bottom: 20px;
	border:2px solid #FFDCDD;
	padding: 1em;
}
.ifNomail-caution p{
	font-weight: bold;
	padding-bottom: 5px;
}
.ifNomail-caution ol li{
	list-style: decimal;
	margin-left: 2em;
}
/*お知らせ======================*/
.notice__icon{
	text-align:center;
	font-size:10px;
	padding:0 1em;
	margin-left:0.5em;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	}
.notice__icon--fault{
	background:#fff;
	color:#333;
	border:1px solid #ccc;
	}
.notice__icon--support{
	background:#00be74;
	color:#fff;
	border:1px solid #00be74;
	}
.notice__icon--important{
	background:#ff1800;
	color:#fff;
	border:1px solid #ff1800;
	}
.notice__icon--release{
	background:#036ace;
	color:#fff;
	border:1px solid #036ace;
	}
.notice__icon--new{
	background:#fff;
	color:#f00;
	border:1px solid #f00;
	}
.notice li{
	border-bottom:1px dotted #ccc;
	}
.notice li a:hover{
	background:#f1f1f1;
	text-decoration:none;
	}
.notice-date{
	margin-bottom:3px;
	font-size: 12px;
	color: #999;
	}
.notice-link-area{
	position:relative;
	padding:0.8em 0.5em;
	word-wrap:break-word;
	}
.notice-link-area__hide a{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:-999px;
	background:#ccc;/* ieは背景色をつけないとクリッカブルにならないため*/
	opacity:0;/* 透過にする*/
	filter: alpha(opacity=0);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
	-moz-opacity:0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0;              /* Safari 1.x */
	}
.notice-link-area:hover{
	position:relative;
	background:#f1f1f1;
	/*background:#e9f5ff;*/
	}
.notice-detail{
	padding:20px;
	word-wrap:break-word;
	}
.noitice-detail-title{
	font-size:18px;
	margin-bottom:1em;
	}
/* 記事表示　15/12/追加
 ================================================== */
#feed li{
	border-bottom:1px solid #f1f1f1;
	padding:0.8em 0.5em;
	word-wrap:break-word;
}
#feed li:last-child{
	border: none;
}
#feed li img{
	float:left;
	margin:5px 5px 5px 0;
}
#feed li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#feed li:hover{
	background:#f1f1f1;
	/*background:#e9f5ff;*/
	}
#feed li h3{
	font-size: 14px;
	color: #333;
}
#feed li a{
	color:#333;
	font-size: 12px;
	color: #999;
}
#feed li a:hover{
	text-decoration:none;
}
.local-navi #feed li h3{
	font-size: 12px;
}

/*特典・サービス一覧枠======================*/
.inner780{
	padding:0 0 0 20px;
	}
.link-area{
	position:relative;
	border:1px solid #dcdcdc;
	}
.box-area{
	margin-bottom:20px;
	}
.box-two li,
.box-three li,
.box-four li,
.box-five li{
	float:left;
	height:100%;
	}
/*ボックス２*/
.box-two li{
	position:relative;
	margin-bottom:20px;
	}
.box-two li:nth-child(2n+1){
	margin-right:20px;
	}
.box-two__size{/*l-780内用*/
	width:336px;
	padding:0px 15px 0px 15px;
	}
.box-two__size dt,
.box-two__size dd{
	float:left;
	}
.box-two__size dt{
	width:120px;
	margin-right:10px;
	}
.box-two__size dd{
	width:200px;
	}
.box-two--regist li{
	border:1px solid #ccc;
	}
.box-two--regist li:hover{
	background:#f1f1f1;
	}
.box-two--regist li .link-area{
	border:none;
	}
/*ボックス３*/
.box-three li{
	position:relative;
	border:1px solid #fff;
	margin:20px 20px 0 0;
	}
.box-three li:nth-child(3n){
	margin:20px 0 0 0;
	}
.box-three__size{/*l-640内用*/
	width:176px;
	min-height:150px;
	padding:0px 10px 0px 10px;
	}
/*ボックス４*/
.box-four li{
	position:relative;
	margin:20px 20px 0 0;
	}
.box-four li:nth-child(4n){
	margin:20px 0 0 0;
	}
.box-four__size{/*l-780内用*/
	width:153px;
	padding:0px 10px 0px 10px;
	}
/*ボックス５*/
.box-five li{
	position:relative;
	margin:20px 20px 0 0;
	}
.box-five li:nth-child(5n){
	margin:20px 0 0 0;
	}
.box-five__size{/*l-780内用*/
	width:114px;
	padding:0px 10px 0px 10px;
	}
.inbox{
	padding: 20px 0 10px;
}
.inbox dt{
	text-align:center;
	margin-bottom:10px;
	}
.inbox__maintxt{
	text-align: center;
	margin-bottom:0.2em;
	word-wrap:break-word;
	color:#036ace;
	font-size:12px;
	}
.inbox__subtxt{
	font-size:12px;
	color:#707070;
	}
.inbox__mile{
	font-weight:bold;
	text-align:center;
	}
.service-area--regist .inbox__mile{/*getページでの表示*/
	font-weight:bold;
	text-align:left;
	}
.inbox__mile span{
	font-size:18px;
	}
.link-area__hide a{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	/* text-indent:-9999px; */
	opacity: 0;
	}
.link-area:hover{
	position:relative;
	border:1px solid #036ace;
	}
/*ローカルナビ======================*/
.local-navi{
	font-size:12px;
	}
.local-navi__box{
	margin-bottom:20px;
	}
.local-navi__contents a{
	display:block;
	padding:1em 0.5em;
	color:#333;
	border-bottom: 1px solid #f1f1f1;
	}
.local-navi__contents a:hover{
	text-decoration:none;
	background:#f1f1f1;
	}
/*まとめる＆貯めるTOP======================*/
.regist-service{
	width:760px;
	height:560px;
	background:#ccc;
	margin-bottom:40px;
	}
/*まとめる＆貯めるカテゴリ＆詳細ページ======================*/
.category,
.condition{
	width:100%;
	margin-bottom:20px;
	}
.category tr,
.condition{
	border:1px solid #ccc;
	}
.category th,
.condition th{
	padding:1em;
	background:#ecf8ff;
	}
.category th{
	vertical-align:middle;
	}
.category td{
	vertical-align:middle;
	text-align:center;
	}
.form th,
.form td{
	vertical-align:top;
	}
.category__btn{
	vertical-align:middle;
	padding:10px;
	}
.category__img{
	padding:30px 10px 15px 10px;
	position:relative;
	width:140px;
	}
.category__img img{
	margin-bottom:0.5em;
	max-width:120px;
	}
.category__img span{
	font-size:12px;
	word-wrap:break-word;
	display:inline-block;
	/* top:8%;
	left:8%; */
	}
.category__name{
	padding:20px 0;
	}
.category__number,
.category__unit{
	font-weight:bold;
	}
.category__number{
	font-size:18px;
	margin-left:0.25em;
	}
.category__unit{
	font-size:14px;
	}
.my-mile{
	text-align:right;
	font-weight:bold;
	}
.msg-caution{
	color:#F00;
	/* padding:0.5em 0; */
	}
.msg-error{
	font-size:12px;
	color:#F00;
	padding:0.5em 0;
	display:block;
	}
.msg-error:before,
.msg-errorStrong:before{
	content:"※"
	}
.msg-errorStrong{
	font-weight:bold;
	color:#F00;
	font-size: 16px;
	padding:0.5em;
	background: #ffcccc;
	border:1px solid #ffb6b6;
	margin:10px auto;
	}
.msg-example{
	font-size:12px;
	margin-top:0.3em;
	color:#666;
	display:block;
	}
.msg-example-strong{
	font-size:14px;
	margin-top:0.3em;
	color:#ff0000;
	display:block;
	font-weight: bold;
	}
/*状況・交換申し込みフォーム*/
.condition input{
	padding: 0.5em;
	margin-bottom:0.5em;
}
.condition input[type=checkbox] {
	margin:5px 8px 5px 8px;
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}

.condition th{
	width:30%;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #ccc;
	}
.condition th span{
	font-size:12px;
	color:#ff0000;
	}
.condition td{
	padding:1em 2em;
	border-bottom:1px solid #ccc;
	}
.condition td.radio{
	padding:1em 2em;
	}
.condition-caution{
	background:#FFDCDD;
	border:3px solid #FF0000;
	padding:10px;
	}
.detail-description{
	font-size:14px;
	line-height:1.5;
	}
.detail-description .caution-list {
	position: relative;
	padding-left: 1.5em;
}
.detail-description .caution-list:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 8px;
	width: 3px;
	height: 3px;
	background-color: #333;
	border-radius: 50%;
}

.form-txt-box{
	margin-left:1em;
	}
.form-btn{
	border-radius:5px;
	margin:1em 0;
	padding:0.5em 2em;
	cursor:pointer;
	border:1px solid #ccc;
	background:#f2f2f2;
	color:#333;
	}
/* 	計算エリア */
.mail-calculation{
	width: 100%;
	border-top:1px solid #ccc;
	margin-top:1em;
}
.mail-calculation td{
	width: auto;
	padding: 0.5em 0 0;
	border:0;
	text-align:center;
	vertical-align:middle;
}
.mail-calculation td .text-Des{
	font-weight: normal;
	font-size:10px;
	color:#999;
}
.mail-calculation td.text-formula{
	font-size:40px;
	width:1em;
	font-weight: normal;
	color:#ccc;
}
.ticket{
	border-top: 0 solid #ccc;
	margin-top: 0;
}
/*幅*/
.w30{
	width:30%;
	}

.w20{
	width:20%;
	}
.w15{
	width:15%;
	}
.w12{
	width:12%;
	}
.finish td{
	font-weight:bold;
	}
.finish td.state,
td.state{
	text-align:center;
	}
.finish td.rest-mile{
	text-align:left;
	}

/*エラーの時のみ表示*/
.condition--error td{
	background:#FCC;
	}
td.cell-error{
	padding:0;
	}
/*詳細ページ======================*/
.service-area{
	width:760px;
	margin-bottom:20px;
	}
.service-area a::before{
	content:"キャンペーン詳細は画像をクリック！";
	display:block;
	background:#036ace;
	text-align:right;
	padding:5px 10px;
	color:#fff;
	border-radius:8px 8px 0 0;
	float:right;
}
.service-area div a::before{
	display:none;
}
.service-area img{
	width:760px;
	height:auto;
}
.service-area div img{
	width:auto;
	height:auto;
}
.service-area a img:hover{
	opacity: 0.8;
}
.service-area-dummy{
	text-align:center;
	background:#ccc;
	padding:200px 0;
	}
.service-area--normal{
	margin:60px auto;
	width:375px;
	}
.service-area--normal li img{
	width:120px;
}
.service-area--normal li{
	float:left;
	/*margin-right:40px;*/
	}
.exchange-for{
	background:url("/images/common/img-sheet.png") no-repeat;
	background-position:-24px 0;
	padding-left:55px;
	width:18px;
	height:20px;
	margin:20px 0 0 35px;
	}
.exchange-for img{
	margin-top:-20px;
	}
.service-area--regist{
	margin:60px 10px;
	}
.service-area--regist img{
	width:120px;
	height:auto;
}
.service-area--regist dt{
	float:left;
	margin:0 10px 0 0;
	}
.service-area--regist dd{
	width:600px;
	padding-left:130px;
	}
#reviblo-area img{
	width:auto;
}
.service-area  #reviblo-area a::before{
	display:none;
}
/*特典ごとの注意事項======================*/
.special-caution{
	margin-top:20px;
	}
.special-caution--red,
.special-caution--black{
	font-weight:bold;
	}
.special-caution--red{
	color:#F00;
	}
.special-caution--black{
	color:#000;
	}
/*まとめる＆貯めるアイコン======================*/
.icon{
	text-align:center;
	position:absolute;
	font-size:10px;
	padding:0.3em 0.5em;
	/*transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);*/
	border-radius: 10px;
	top:-6%;
	left:5%;
	}
.icon--campaign{
	background:#ffcc00;
	line-height: 1.2em;
	border-radius:0;
	width:100%;
	top:0 !important;
	left:0 !important;
	padding:2px 0;
	}
.icon--new{
	background:#ff5a00;
	color:#fff;
	border-radius:50%;
	padding:10px 5px;
	top:-6% !important;
	left:-6% !important;
	}
.icon--attention{
	background: #F0455C;
	color: #fff;
}
.box-three__size .icon{
	left:15%;
}
.box-four--regist__size .icon{
	top:-2%;
}

.link-area > span{
	display:block;
	position:absolute;
	top:-22px;
	left:0;
}
.rank{
	font-weight:bold;
	}
/*.rank:before,
.rank:after{
	content:"★"
	}*/
.rank-one{
	color:#C90;
	}
.rank-two{
	color:#999;
	}
.rank-three{
	color:#930;
	}
/*規約関連======================*/
.policy-txtarea{
	padding:20px;
	}
.policy-term dt{
	font-weight:bold;
	margin-bottom:0.5em;
	}
.policy-term dd{
	margin-bottom:1em;
	}
.policy-list{
	list-style-position:outside;
	}
.policy-list--alpha{
	list-style-type: lower-alpha;
	}
.policy-list--decimal{
	list-style-type: decimal;
	}
.policy-list--decimal > li{
	margin-bottom:1em;
	margin-left:2em;
	}
.policy-list--first{
	padding-left:3em;
	}
.policy-list--second{
	padding-left:4em;
	}
.policy-list--second li{
	margin-bottom:0.5em;
	}
.policy-list--third{
	padding-left:9em;
	}
.test-list li{
	float:left;
	width:200px;
	display:block;
	}
/*マイページ======================*/
.mypage-list{
	line-height:2;
	padding:1em;
	border:1px solid #ccc;
	}
/*ギフトコード======================*/
.gift-mile{
	font-size:20px;
	font-weight:bold;
/*	text-align:center;*/
	}
.gift_border_box{
	margin:20px 20px 30px;
}
/*ご注意
========================================== */

.caution {
	margin: 50px 20px 30px 20px;
}
.caution-color {
	border-color: #262859;
}
.caution-headArea {
	height: 30px;
	padding-bottom: 5px;
	margin: 0 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.caution-topHead {
	padding-left: 15px;
	border-left-width: 15px;
	border-left-style: solid;
	font-size: 20px;
	line-height: 30px;
}
.caution-info {
	position: relative;
	margin: 20px 0 0 0;
}
.caution-infoHead {
	margin: 20px 0 10px 10px;
	padding: 0 0 3px 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	font-size: 17px;
}
.caution-infoHead:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 12px;
	width: 6px;
	height: 18px;
	background-color: #262859;
}

.caution-innerHead {
	margin: 20px 0 10px 10px;
	padding: 0 0 3px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	font-size: 14px;
}
.caution-txt,
.caution-txt-listNone {
	position: relative;
	font-size: 14px;
	line-height: 1.8;
}
.caution-txt:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: -13px;
	width: 4px;
	height: 4px;
	background-color: #333;
	border-radius: 50%;
}

.caution-indent01 {
	margin-left: 3.0em;
}
.caution-indent02 {
	margin-left: 4.0em;
}
.caution-indent03 {
	margin-left: 5.0em;
}

/*サイトマップ
========================================== */
.sitemap-layout > li{
	float:left;
	margin-right:30px;
	}
.sitemap-layout li:last-child{
	margin:0;
	}
.sitemap{
	margin-bottom:20px;
	padding:1em 0 0 2em;
	}
.sitemap li{
	margin-bottom:0.5em;
	}
.sitemap-title{
	margin:0 2em;
	padding-bottom:0.2em;
	border-bottom:1px solid #dadada;
	}
/*スマホ表示切替
========================================== */
.switch-nav{
	margin:50px 10px 0 10px;
	border-radius:5px;
	border:1px solid #036ace;
}
.switch-nav li{
	float:left;
	padding:5px 0;
	width:37%;
	text-align:center;
	color:#000;
	border-left:1px solid #036ace;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.switch-nav li a{
	display:block;
	color:#267eff;
	text-decoration:underline;
}
.switch-nav li:first-child{
	width:26%;
	background:#036ace;
	color:#FFF;
	border:none;
}
/*ページ上部へ
========================================== */
#footer{
	position:relative;
}
p.pageTOP a{
	display: none;
}
p.pageTOP a:hover{
	text-decoration: none;
	background-color: #ccc;
	color: #FFF;
}
/*パンくず
========================================== */
#breadcrumb{
	margin: 0 auto;
	width: 100%;
	/*border-bottom:1px solid #ccc;*/
}
#breadcrumb ul:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#breadcrumb ul{
	width: 960px;
	margin: 0.5% auto 0;
}
#breadcrumb ul > li{
	float: left;
	margin-right: 1%;
	font-size: 10px;
	color: #999;
}
/*clearimg 登録フォームアシスト
========================================== */
.clearimg{
	width: 0;
	padding: 0;
	opacity: 0;
}
/*Pマーク
========================================== */
.pmarkArea{
	margin-bottom:10px;
}
.pmarkArea li{
	float: left;
	margin-right: 10px;
}
.pmarkAreaTitle{
	font-size:70%;
	text-align: left;
	margin-bottom:5px;
	float: left;
	padding:10px 0 0 5px;
}
.pmarkBox{
	background: #FFF;
	border:1px solid #e7e7e7;
	padding:2px;
}
.pmarkBox a{
	color:#999;
}
.pmarkBox img{
	float: left;
}
.pmarkBox:hover{
	border:1px solid #ccc;
}
/*トップユーザー情報
========================================== */
#userDitailArea{
	border-top:3px solid #ececec;
	border-bottom:3px solid #ececec;
	box-sizing: border-box;
	margin-bottom: 40px;
	width: 100%;
}
.userDitail_nickname{
	font-weight: bold;
	font-size: 16px;
	line-height:1.3em;
	padding-top:10px; 
	width: 100%;
}
.userDitail_nickname:before{
	display:block;
	content:"";
	background-image:url(/sp/images/common/sp-img-sheet.png);
	background-size:150px;
	background-repeat:no-repeat;
	height:30px;
	width:37px;
	background-position:-105px -3px;
	z-index:1;
	margin:-5px auto 0;
	float:left;
}
.userDitail_mile{
	width: 100%;
}
.userDitail_mile_data{
	display: inline-block;
	padding-left: 5px;
	font-size: 12px;
}
.userDitail_mile dt{
	padding: 5px 10px 0;
}
.userDitail_mile dd{
	padding:0px 10px 5px;
	line-height: 1.4em;
}
.userDitail_linkList li a{
	border-top:1px solid #ececec;
	padding: 10px 10px;
	position:relative;
	font-size:12px;
}
.userDitail_linkList li:first-child a{
	padding: 0;
}
.userDitail_linkList li a{
	display: block;
	color:#036ace;
}
.userDitail_linkList li a:hover{
	text-decoration: none;
	background-color: #ececec;
}
.sub_text{
	font-size: 10px;
}
.userDitail_linkList li .userDitail_mile{
	width: 90%;
}
.userDitail_linkList li a::before{
	display:block;
	content:"";
	display:block;
	content:"";
	position: absolute;
	width: 7px;
	height: 7px;
	border-right: 2px solid #036ace;
	border-bottom: 2px solid #036ace;
	top:40%;
	right: 0.6em;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
/*EXPO出展
========================================== */
.expo_contact{
	border:2px solid #ffcc33;
	background:#103692;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
	color: #fff;
}
.expo_contact img{
	width: 100%;
	height: auto;
}
.expo_contact p{
	padding: 10px;
}
.expo_contact a{
	display: block;
	text-align: right;
	background-color:#fff;
	padding: 3px;
}
/*セミナー参加
========================================== */
.seminar_contact dl{
	width: 100%;
	margin-bottom:20px;
	border:1px solid #00926a;
}
.seminar_contact dl::after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.seminar_contact dl dt img:hover{
	opacity:0.8;
}
.seminar_contact dl dt{
	margin:-1px;
}
.seminar_contact dl dt,
.seminar_contact dl dd{
	float:left;
}
.seminar_contact dl dd{
	margin-left:2%;
	width:66%;
}
.seminar_contact dl dd p{
	margin-bottom:10px;
	font-size:18px;
	color:#00926a;
	font-weight:bold;
}
.seminar_contact dl dd p img{
	margin:-20px auto;
}
/*ログイン前
========================================== */
#login_beforeArea{
	border-right:5px solid #e9f4ff;
	border-left:5px solid #e9f4ff;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
}
#login_beforeArea:before{
    content: "";
    display: block;
    background: url(/gift/images/nm_ribon.png) no-repeat top left;
    width: 113px;
    height: 97px;
    position:absolute;
    z-index: 1;
    top:-3px;
    right: 10px;
}
#login_beforeArea .nmContents{
    background: #FFF;
    padding: 0 20px;
}
#login_beforeArea .nmAreaRead{
    background:#ffd700;
    color: #5b5016;
    font-weight: bold;
    position: relative;
    z-index: 0;
    margin: -10px -5px 0;
    padding: 5px;
}
#login_beforeArea .nmAreaTitle{
    text-align: center;
    margin:10px auto 1%; 
}
#login_beforeArea .nmAreaText{
    text-align: center;
    margin:0 auto 1%; 
}
#login_beforeArea .nmAreaAbout{
    text-align: center;
    font-size:18px;
    margin:0 auto; 
}
#login_beforeArea .nmAreaAbout strong{
    color: #0e70d0;
}
#login_beforeArea .nmAreaImg{
    text-align: center;
    margin:0 auto 2%;
}
#login_beforeArea .nmAreaImg img{
	width:600px;
	height:auto;
}
#login_beforeArea .nmExtitle{
  color: #036ace;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #036ace;
  position: relative;
  z-index: 0;
  width:100%;
  margin:0 auto 20px;
}
#login_beforeArea .nmExtitle span{
  display:block;
  background: #FFF;
  text-align:center;
  position: absolute;
  z-index: 1;
  top:-10px;
  margin:auto;
  width:220px;
  left: 0;
  right: 0;
}
.nmExlist,
.nmBtnList{
  width: 100%;
  margin:0 auto 10px;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display:-ms-flexbox;/*--- IE10 ---*/
  display: flex;
  -webkit-flex-direction:row;/*--- safari（PC）用 ---*/
  flex-direction:row;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -ms-flex-align:center;/*--- IE10 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  flex-pack:justify;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
}
.nmExlist li{
  width: 12%;
  margin: 0 auto;
  list-style: none;
  /* border: 1px solid #000; */
  text-align: center;
}
.nmExlist li img{
  width:100%;
  margin: 0 auto;
}
.nmExlistCaution{
  font-size: 10px;
  width:100%;
  margin:0 auto 20px;
  padding:0;
  text-align: left;
}
.nmBtnList{
	margin:0 auto 30px;
}
.nmBtnList li a{
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display:-ms-flexbox;/*--- IE10 ---*/
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	padding:15px;
	text-align:center;
	border-left:2px solid #fff;
	box-sizing:border-box;
	background-color:#e5e5e5;
	position: relative;
}
.nmBtnList li:first-child a{
	border-left:none;
	background-color:#71afec;
	color: #FFF;
}
.nmBtnList li a:before{
	display:block;
	content:"";
	background-image:url(/sp/images/common/sp-img-sheet.png);
	background-repeat:no-repeat;
	background-size:150px;
	height:20px;
	width:15px;
	background-position:-84px -90px;
	z-index:1;
	position:absolute;
	top:33%;
	right:1%;
}
.nmBtnList li{
	width:33.33%;
}
.nmBtnRegist{
	margin: 0 auto;
	padding-bottom :20px;
	text-align: center;
}
.nmBtnRegist a{
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: bold;
	background: #0e70d0;
	color: #fff;
	border-radius: 10px;
	width: 60%;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	z-index: 1;
}
.nmBtnRegist a:before{
	content: "";
    display: block;
    background: url(/images/regist/regist_incentiveIcon.png) no-repeat top left;
    background-size:100px;
    width: 100px;
    height: 100px;
    position:absolute;
    z-index: 1;
    top:-10px;
    left: -20px;
}
.nmBtnList li a:hover,
.nmBtnRegist a:hover{
	text-decoration:none;
	opacity:0.8;
}

#page-top {
    position: fixed;
    bottom: 60px;
    right: 4%;
    font-size: 50%;
    z-index:10001;
    text-indent:-9999px;
}
#page-top a {
	width: 25px;
	height: 25px;
    background-color: #666;
    border:2px solid #fff;
    text-decoration: none;
    color: #fff;
    padding: 15px 10px 0px 10px;
    text-align: center;
    display: block;
    border-radius:3px;
}
#page-top a:hover {
    text-decoration: none;
    background-color: #999;
}
#page-top a:before{
    display:block;
    content:"";
    position: absolute;
	width: 15px;
	height: 15px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	top: 18px;
	left: 16px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}
@media screen and (max-width: 768px) {
.l-wrapper{
	width: 100%;
	margin: 0 auto;
}
#header{
	min-width: 310px !important;
	margin: 0 auto !important;
}

/*footer
========================================== */
#footer{
    margin: 10px auto 0;
    padding: 0 0 0px;
    width: 100%;
}
.l-wrapper{
    width: 100% !important;
}
.l-footmenu > li{
    float: none;
}
.l-footmenu > li a{
    display: block;
    border-bottom:1px solid #ededed;
    text-decoration: none;
}
/*ご注意
========================================== */
.caution {
	margin: 10px 20px 0px 20px;
}
.caution-indent01{
	margin-left: 1.0em;
}
/*Pマーク
========================================== */
.pmarkArea{
	margin-bottom:10px;
	/*background: #fff;*/
	/*padding: 10px;*/
	width: 100%;
}
.pmarkArea li{
	float: left;
	margin:2% auto 0 1%;
	width: 40%;
}
.pmarkAreaTitle{
	font-size:10px;
	line-height: 1.2em;
	text-align: left;
	margin:0 0 5px;
	padding:2% 0 0 5px;
	float:left;
	width:65%;
}
.pmarkAreaTitle br{
	display:none;
}
li.pmarkBox{
	width: 55%;
	background: #FFF;
	border:1px solid #e7e7e7;
	padding:2px;
	text-align:left;
}
.pmarkBox a{
	color:#999;
}
.pmarkArea li:first-child img{
	width: 28%;
	height:auto;
	float:left;
}
.pmarkArea li:last-child img{
	width:100%;
	height:auto	
}
.pmarkBox:hover{
	border:1px solid #ccc;
}

#copyright{
	font-size: 10px;
	margin: 0 auto 5px;
}
}/* media */
/*入力フォーム改修
========================================== */
.inputFormArea{
	border:1px solid #b0b0b0;
	width: 100%;
}
.inputFormArea tr th,
.inputFormArea tr td{
	vertical-align: top;
	border-bottom:1px solid #b0b0b0;
}
.inputFormArea tr:last-child th,
.inputFormArea tr:last-child td,
.inputFormArea tr.inputFormNoborder .inputFormTitle,
.inputFormArea tr.inputFormNoborder .inputFormData{
	border-bottom:none;
}
.inputFormArea tr.inputFormNoborder th,
.inputFormArea tr.inputFormNoborder td{
	padding-bottom: 0;
}
.inputFormArea .inputFormTitle{
	width: 20%;
	text-align: left;
	background: #ebebeb;
	padding: 10px 10px 0 10px;
	font-weight:bold;
	font-size: 14px;
}
.inputFormArea .inputFormData{
	width: 35%;
	text-align: left;
	background: #f6f6f6;
	padding: 5px;
}
.inputFormArea .inputFormData p{
	padding-top: 3px;
	font-size: 10px;
	color: #666;
}
/* form関係デザイン変更 */
.inputFormArea .inputFormData input[type="text"],
.inputFormArea .inputFormData input[type="password"]{
	padding: 8px 2%;
	border:1px solid #e6e6e6;
	border-radius: 10px;
	width: 94%;
}
.inputFormArea .inputFormData select{
	padding: 8px 2%;
	border:1px solid #e6e6e6;
	width: 94%;
}
/*.inputFormArea input[type=checkbox] {
  display: none;}
.inputFormArea .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0px 0px 0;
  padding: 5px 10px 5px 32px;
  border-radius: 5px;
  vertical-align: middle;
  cursor: pointer;
}
.inputFormArea .checkbox:hover {
  background-color: #b8deff;
}
.inputFormArea .checkbox:hover:after {
  border-color: #0373d7;
}
.inputFormArea .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.inputFormArea .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0373d7;
  border-bottom: 3px solid #0373d7;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inputFormArea input[type=checkbox]:checked + .inputFormArea .checkbox:before {
  opacity: 1;
}*/
/* form関係デザイン変更　end */
.inputFormArea .inputFormCaution{
	background: #fff;
	border-left:1px solid #b0b0b0;
	box-sizing: border-box;
	padding: 5px;
}
.inputFormArea .inputFormCaution ul{
	padding:0 0 0 20px;
	margin:0;
}
.inputFormArea .inputFormCaution ul li{
	list-style: disc;
	font-size: 12px;
}
.inputFormCautionStrongText{
	color: #F00 !important;
}
.inputFormArea .inputFormData .inputFormCautionStrongText{
	font-weight: bold;
	font-size: 12px;
}
.inputFormAreaCautionMes{
	color: #f00;
	padding-top:10px;
}
.inputFormAreaCautionMes p{
	font-size: 14px;
	font-weight: bold;
	padding-bottom:5px;
}
.inputFormAreaCautionMes ul li{
	list-style: disc;
	margin-left: 2em;
}
.inputFormAreaCautionMes ol li{
	list-style: decimal;
	margin-left: 2em;
}
.inputFormAreaCautionMes ul,
.inputFormAreaCautionMes ol{
	margin-bottom:10px;
	font-size: 12px;
	line-height: 1.4em;
}
.inputFormAreaCautionMes .standard{
  color: #000 !important;
}
/* ページタイトル */
.ptitle-block{
	width: 100%;
	background: #fafafa;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding:20px 0 30px;
	margin-top:10px;
}
.ptitle-block-title {
	font-size:28px;
	position:relative;
	padding:3px 0 10px 50px;
	color:#036ace;
	line-height:1.2em;
}
.ptitle-block-subtitle{
	font-size: 12px;
	color:#036ace;
}
.ptitle-block .spend-icon::before,
.ptitle-block .get-icon::before,
.ptitle-block .passbook-icon::before{
	display:block;
	content:"";
	background-image:url(/images/common/naviIcon.png);
	background-size:40px;
	background-repeat:no-repeat;
	height:43px;
	width:40px;
	z-index:1;
	position:absolute;
	left:0;
	top:-6px;
	background-position:0px -172px;
}
.ptitle-block .get-icon::before{
	background-position:3px -82px;
}
.ptitle-block .passbook-icon::before{
	background-position:3px -215px;
}
.ptitle-block .mypage-icon::before{
	display:block;
	content:"";
	background-image:url(/sp/images/common/sp-img-sheet.png);
	background-size:190px;
	background-repeat:no-repeat;
	height:43px;
	width:40px;
	background-position:-132px 5px;
	position:absolute;
	left:0;
	top:-6px;
}
/* 検索窓 */
.ptitle-block .search-block{
	position:absolute;
	right:0;
	top:15px;
	width:300px;
}
.search-block form::after,
.search-block::after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.search-block{
	padding:3px;
	border-radius:3px;
}
.search-block form{
/* 	float:left; */
	padding:0.5%;
	border:1px solid #ccc;
	box-sizing:border-box;
	border-radius:3px;
	background:#fff;
}
.search-block input{
	border:none;
	float:left;
}
.search-block input[type="text"]{
	width:78%;
	padding:0.5em 1%;
	color:#666;
}
.search-block input[type="submit"]{
	width:20%;
	background:#036ace;
	color:#fff;
	padding:0.5em 1%;
	border-radius:3px;
}
/* 会員登録 new style 20171108
============================================ */
.regist-style .condition-caution{
	background: #f7f7f7;
	border: none;
	padding:10px;
}
.regist-style .msg-error {
	padding: 0.2em 0;
	font-weight: bold;
}
.regist-style .condition--error td{
	background: #fee;
}
.regist-style .tooltip{
  position: relative;
  display: inline-block;
}
.regist-style .tooltip span{
  background-color: #06beb6;
  color: #FFF;
  padding: 2px 6px 1px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  cursor:pointer;
}
.regist-style .tooltip .tooltipText {
  background: #06beb6;
  color: #fff;
  width: 590px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 10px;
  position: absolute;
  left: -20px;
  text-align: left;
  z-index: 2;
  display: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background: #06beb6;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #48b1bf, #06beb6);
  background: linear-gradient(to top, #48b1bf, #06beb6);
}
.regist-style select {
  margin-bottom: 15px;
  padding: 5px 5px 8px;
}