/* CSS Document */ @charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* clearfix
----------------------------------- */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}
.clear { clear: both; }

.red{
	font-weight:bold;
	color:#c00;
}


/* base
================================= */
html, body {
	height: 100%;
	background: #f0f0f0;
	font-family: メイリオ,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Meiryo,'MS P Gothic',sans-serif;
	color: #151515;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.02em;	
}
#wrap {
	background: #f0f0f0;
	padding: 20px 0;
}

#container {
	width:850px;
	margin: 0 auto;
}



/* header
--------------------------------- */
#header {
	margin: 0 0 30px;
}
#header .ph { 
	margin-right:20px;
	float:left;
	width:280px;
}
#header .ph img { width: 100%; border: 1px solid #ddd; }
#header h1 {
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W3', Arial, 'Noto Sans Japanese', sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px;
}
#header h1 img{
	width:100%;
}
#header h1 span{
	display:block;
	font-size:15px;
	font-weight: normal;
	line-height:1.5;
	margin-bottom:10px;
}
#header .lead{
	font-size:22px;
	font-weight:bold;
}


/* footer
--------------------------------- */
#footer {
	/*width:860px;*/
	color: #888;
	font-size: 11px;
	text-align: center;
	padding:20px 0;
	margin: 0 auto;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #888;
	text-decoration: none;
}
#footer li a:hover {
	color: #666;
	text-decoration: underline;
}


/* section
--------------------------------- */
.section {
	margin: 0 0 60px;
}
.sectionTit {
	background: #FF0066;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	border-radius: 4px;
	padding: 6px 15px;
	margin: 0 0 30px;
}
.sectionTit::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 1em;
	background: #fff;
	margin: 0 10px 0 0;
	position: relative;
	top: 3px;
}
.area { margin: 0 0 30px; }
.areaTit {
	background: #f5f5f5;
	font-size: 18px;
	border-left: 4px solid #aaa;
	padding: 10px 0 10px 10px;
	margin: 0 0 20px;
}

.subTxt { font-size: 0.8em; }
.bold	{ font-weight: bold; }
.center	{ text-align: center; }
.red	{ color: #c00; }
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px!important;}

/* anchor
--------------------------------- */
a {
	color: #FF0066;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover { text-decoration: none; }
a img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a img:hover { opacity: 0.8; }
.btn { text-align: center; }
.btn a,
.btn input {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	border: 1px solid;
	padding: 18px 30px;
	margin: 0 auto 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.btn .main {
	min-width: 300px;
	background: #FF0066;
	color: #fff;
	font-size: 18px;
	border-color: #FF0066;
}
.btn .main:hover {
	background: #FFF9A6;
	color: #FF0066;
}
.btn .sub {
	min-width: 200px;
	padding: 18px 30px;
	color: #FF0066;
	font-size: 18px;
}
.btn .sub:hover {
	background: #FFF9A6;
}

/* layout
================================= */

/* common
--------------------------------- */
.mainLead {
/*	font-family: 'ヒラギノ角ゴ Pro W3', Arial, 'Noto Sans Japanese', sans-serif; */
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px;
}
.lead {
	font-size: 16px;
	margin: 0 0 20px;
}


/* dottList */
.dottList li {
	margin: 0 0 8px 13px;
	position: relative;
}
.dottList li::before {
	content:'●';
	font-size: 0.6em;
	color: #999;
	position: absolute;
	left: -13px;
	top: 0.2em;
}
/* attentnionList */
.attentionList li {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 8px 22px;
	position: relative;
}
.attentionList li::before {
	content:"\f00c";
	font-family: FontAwesome;
	color: #cc362e;
	position: absolute;
	left: -20px;
	top: -0.1em;
}
.deviceArea .attention .tit:before{

	font-family: 'FontAwesome';
	content:'\f071';
	color:#cc362e;
	margin-right:5px;
}


/* about
--------------------------------- */
#about .caution {
	color: #c00;
	font-size: 20px;
	text-align: center;
	margin: 0 0 25px;
}

#about .introArea .mainLead {
	font-weight: bold;
}
#about .introArea .lead {
	font-size: 16px;
	margin: 0 0 10px;
}
#about .introArea .attentionList li { font-size: 11px; margin-bottom: 0; }

/* dticket
--------------------------------- */
#about .dticket{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding:20px 0;
}
#about .dticket .ph {
	width: 140px;
	float: right;
	line-height: 0;
	padding: 4px 0 0;
}
#about .dticket .ph img{
	width:140px;
}
#about .dticket .tit {
	width: 150px;
	float: left;
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0;
}
#about .dticket.paper{
	border-top:none;
}
#about .dticket.paper .tit {
	color: #000;
}
#about .dticket .attentionList{
    margin: 0 0 5px;
    padding: 0 0 0 150px;
}
#about .dticket .attentionList li{
	font-size:13px;
	margin-bottom:5px;
}
#about .dticket .attentionList li.bold{
	font-size:16px;
}
#about .dticket  .attentionList li::before{
    content: "●";
	top: 3px;
	color:#50aef1;
	font-size:10px;
}
#about .dticket .link{
	padding:0 0 0 150px;
}

/* device
--------------------------------- */
.deviceArea .ph {
	width: 220px;
	float: right;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 0 0 0 15px;
}
.deviceArea .tit{
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
}
.deviceArea .attention {
	background: #eff2f5;
	border-radius: 6px;
	margin: 10px 0 0;
	padding: 10px 20px;
	position: relative;
}
.deviceArea .attention .fa {
	color: #cc362e;
	margin-right:5px;
}

/* step
--------------------------------- */
.stepList dt {
	float:left;
	background: #f5f5f5;
	color:#333;
	font-size:11px;
	line-height:1;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px 8px;
	margin: 0 10px 0 0;
}
.stepList dd {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 70px;
	margin: 0 0 10px;
}
/*
.stepList dd:last-child {
	border: none;
	padding-bottom: 0;
	margin: 0;
}
*/
.appDl {
	margin: 10px 0 0;
}
.appDl li {
	float: left;
	font-size:11px;
	text-align: center;
	margin: 0 10px 0 0;
}
.appDlTxt {
	width: 400px;
	float: left;
	margin-right: 10px;
}
.howto dd .appDl li.app_sp{
	display:none;
}


/* identity
--------------------------------- */
#identity .dticket .areaTit {
	font-weight: bold;
	border-color: #000;
}
#identity .dticket .mainLead { padding-top: 20px; }
#identity .ph {
	width: 240px;
	float: left;
	text-align: center;
	margin: 0 0 10px;
}
#identity .idcard {
	clear: left;
	color: #333;
	border-radius: 6px;
	border: 1px solid #ccc;
	padding: 0 15px 15px;
}
#identity .idcard dt {
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 5px;
}
#identity .idcard li {
	display: inline-block;
	font-size: 11px;
	margin-bottom: 0;
}
#identity .dottList li::before { top: 0; }

/* dticket
--------------------------------- */
.pointArea .areaTit {
	font-size: 30px;
	text-align: center;
	line-height: 1.4em;
	margin: 40px 0 20px;
}
.pointArea .mainLead {
	font-size: 20px;
	border-left:10px solid #50aef1;
	padding-left:15px;
	margin-bottom:20px;
}
.pointArea .lead {
	width:75%;
	font-size: 14px;
	margin: 0 0 35px;
}
.pointArea .tit {
	font-weight: bold;
	margin: 0 0 5px;
}
.pointArea .txt {
	margin: 0 0 5px;
}
.pointArea .subTxt {
	line-height: 1.4em;
}
.pointArea .box{
	position:relative;
}
.pointArea .leadArea{
	position:relative;
}
.pointArea .ph.stamp{
	float:left;
	width:174px;
}
.pointArea .ph img{
width:100%;
}
#about .btn a{
	margin:20px 0 0 0;
}
#about .btn .sub{
	padding:15px 30px;
}


/* trade
--------------------------------- */
#trade .mainLead {
	font-size: 19px;
	padding: 10px 0 0;
}
#trade .mainLead .comingsoon {
	display: block;
	width: 450px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #000;
	margin: 15px 0 0;
}
#trade .ph {
	width: 280px;
	float: right;
	margin: 0 0 0 20px;
}
#trade .area .txt {
	clear: both;
	margin: 0 0 10px;
}
#trade .attentionList li {
	font-size: 12px;
	margin-bottom: 0;
}
#trade .dottList {
	border-radius: 6px;
	border: 1px solid #ccc;
	padding: 15px;
}
#trade .dottList .txt {
	font-size: 11px;
}

/* summary
--------------------------------- */
#summary .summaryList {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 30px;
}
#summary .summaryList th {
	width: 120px;
	background: #f5f5f5;
	font-weight: bold;
	border: 1px solid #aaa;
	padding: 15px;
}
#summary .summaryList td {
	border: 1px solid #aaa;
	padding: 15px;
}
#summaryy .summaryList td img {
	vertical-align: middle;
}
#summary .listTit {
	font-weight: bold;
	margin: 0 0 10px;
}



/* entry
--------------------------------- */
#entry {
	margin: 0 0 30px;
}
#entry .mainLead{
	font-size: 20px;
	margin-bottom: 25px;
	text-align: center;
}
#entry .entryArea .txt {
	text-align: center;
}
#entry .entryArea .fin {
	color: #aaa;
	text-align: center;
	margin: 0 0 20px;
}
#entry .entryArea .btn .main {
	font-size: 22px;
	line-height: 1;
	margin:0 auto;
}
#entry .entryArea .tit {
	text-align: center;
	margin: 0px 0 15px;
}
#entry .entryArea .tit.dticket { font-size: 16px; font-weight: bold; }
#entry .entryArea .tit.paper { color: #777; font-size: 12px; }

#entry .entryArea li{
	float:left;
	width:49%;
}
#entry .entryArea li:first-child{
	margin-right:2%;
}
/* attentionArea */
.attentionArea {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 15px 15px 10px;
	margin: 10px 0 0;
}
.attentionArea .mainLead {
	margin:0 0 15px;
}
.attentionArea .txt {
	margin: 0 0 10px;
}
.attentionArea .fa-exclamation-triangle {
	color: #f00;
}
/* support */
.support {
}
.support p{
	padding:0 0 15px;
}

/* 使い方ページ
--------------------------------- */
.howto #container{
	width:960px;
	background:none;
    padding: 30px 0 0;
}
.howto .inner{
	width:100%;
	padding:40px 0 0;
	background:#fff;
}
.howto h1{
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 26px;
    text-align: center;
}
.howto .lead .subTxt { display: block; line-height: 1.3; margin-top: 8px; }
.howto .deviceArea .btn .sub{
	margin:10px 0 0;
}
.howto .step7{
	margin-bottom:40px;
	border:none;
}
.howto dl{
	width:80%;
	margin:0 auto;
	padding:0 0 60px 0;
    font-size: 15px;
	background:#fff;
	border-left:5px dotted #e0eff9;
}
.howto dt{ 
	float:left;
	width:100px;
	height:73px;
	margin-left:-53px;
	padding-top:27px;
    background: #50aef1;
    color: #fff;
	font-family:'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
	line-height:1.3;
	border-radius:50px;
}
.howto dt span{
	display:block;
	font-size:26px;
}
.howto dd{
	position:relative;
	margin:0;
	padding:20px 0 0 100px;
}
.howto dd .title{
	font-size:26px;
	margin-bottom:15px;
	font-weight:bold;
	color:#50aef1;
}
.howto dd ul{
	text-align:center;
}

.howto dd li.arrow{
	width:50px;
	position:relative;
	text-align:center;
	color:#b3cdda;
}
.howto dd li.arrow .fa{
	position:absolute;
	top: 50%;
	font-size:30px;
	margin-top:-15px;
}
.howto dd li .ph{
	position:relative;
}
.howto dd .ph img{
	width:160px;
	margin:0 auto;
}

.howto dd .appDl {
	text-align:center;
}

.howto .step2 .join{
	text-align:center;
	margin-top:20px;
}
.howto .step2 .btn a{
	margin:0;
}
.howto .sub{
	padding:10px 30px;
	font-size:14px;
}
.howto .supportArea{
	margin-bottom:20px;
	padding: 30px 50px;
	background:#fff;
}
.howto .section#about{
	margin-bottom:0;
}
.btnBack{
	margin-top:30px;
	text-align:center;
}
.btnBack a{
	position:relative;
    color: #888;
	text-decoration:none;
}

.bxslider li{
	background: #effcff;
}
.howto dd li .bx-caption{
	margin-top:-10px;
	font-size:13px;
	line-height:1.4;
	text-align:left;
	background:#effcff;
}
.howto dd li .bx-caption p{
	display:inline;
	color:#50AEF0;
	font-weight:bold;
}
.howto .bx-wrapper .bx-caption span{
	padding:20px 10px 10px;
}
.howto .bx-wrapper .bx-next{ right: -62px; }
.howto .bx-wrapper .bx-prev{ left: -62px; }



/* PC only
============================== */
@media screen and (min-width: 900px) {
	.sp { display: none; }
	#about .introArea .mainLead,
	#dticket .pointArea .mainLead { font-size: 16px; font-weight: normal; }
	#dticket .pointArea .mainLead { margin: 0 0 30px; }
	.pointArea { margin-right: -20px; }
	#about .attentionArea {
		border-width: 2px;
		padding: 15px 20px 10px;
		margin: 15px 0 30px;
	}
	#about .attentionArea .txt {
		font-size: 12px;
	}
	/* ポイントリスト 3つ用 */
	.pointArea .third li {
		width: 233px;
		float: left;
		padding: 0 10px;
	}

	/* ポイントリスト 4つ用 */
	.pointArea .half {
	    display: flex;
	    flex-wrap: wrap;
		justify-content: space-between;
	}
	.pointArea .half li {
		width: 304px;
		float: left;
		border-radius: 6px;
		border: 2px solid #ddd;
		padding: 20px 30px 10px;
		margin: 0 20px 20px 0;
	}

	.bxslider li{ width:260px!important; padding: 10px 0 20px; }
	.howto .lead{margin-bottom: 20px;}
	.howto dd li .bx-caption { margin-top: 0;  }
	.howto .bx-wrapper .bx-caption span {
		text-indent: -2em;
		padding: 10px 10px 10px 35px;
	}
	.howto .step2 .join .btn {
		text-align: left;
	}
	.howto .step5 dd .ph{
		width:270px;
}
}