/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	/*box-sizing: border-box;ボックスの概念が変わる*/
}

/* float clear */
.clearfix {
    zoom: 1; /* float解除 for IE6/7  */
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

html{
	font: normal 16px sans-serif;
	color: #555;
}

ul, nav{
	list-style: none;
}

a{
    color:#0D70E5;
	cursor: pointer;
	opacity: 0.9;
}

a:hover{
	opacity: 1;
}

a.btn{
	color: #fff;
	border-radius: 8px;
	border: 3px solid #fa8200;
	background-color: #ff9523;
	font-size: 26px;
	text-align: center;
	padding: 0 150px;
}

span.btn a{
	color: #fff;
	border-radius: 6px;
	/*border: 1px solid #14749c;*/
	background-color: #00a3e7;
	font-size: 12px;
	padding: 6px 12px;
    margin-top: 4px;
    text-decoration: none;
}

hr{
	width: 150px;
	height: 2px;
	background-color: #2196F3;
	border: 0;
	margin-bottom: 0px;
}

section{
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0 0;
	/*border: 1px solid red;*/
}

#terms section{
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0 0;
	/*border: 1px solid red;*/
}

p{
	line-height: 1.8;
	margin-bottom: 1em;
}

iframe{
    width: 680px;
    height: 900px;
	margin-bottom: 60px;
}

.colLeft1{
	float: left;
	width: 420px;
	margin: 0 0 0 0;
	padding: 0 60px 0 0;
}

.colRigth1{
	float: right;
	width: 420px;
	/*background: #EEE;*/
}

.colLeft20{
	float:left;
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.colRigth80{
	float: right;
	width: 680px;
    margin: 0 0 0 20px;
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.clearBoth{
	clear: both;
}

.alignLeft{text-align: left;}
.alignCenter{text-align: center;}
.alignRight{text-align: right;}

.floatLeft{float:left}
.floatRight{float: right;}

.clearLeft{clear: left;}
.clearRight{clear: right;}
.clearBoth{clear: both;}

.nowrap{
	white-space: nowrap;
}
/* 文字縦書き */

.text-warning{color:#E77817}
.red{ color:red;}

/* マージン */
.marginBtm5{margin-bottom: 5px;}
.marginBtm10{margin-bottom: 10px;}
.marginBtm20{margin-bottom: 20px;}
.marginBtm30{margin-bottom: 30px;}

ul.caution{
    color: #666;
    list-style: none;
    font-size:12px;
    line-height: 1.4;
    margin: 0 0 30px 0;
}

ul.caution li{
    background: url("../img/icon_caution.png") no-repeat 0 0;
    padding: 3px 0 5px 20px;
}

#support table td ul.caution{
    padding: 5px 0 0 0;
    margin: 0;
}

table td p{
    margin-bottom: 0;
}

h1,h2{	
	color:#484848;
	font-weight: 300;
	font-size: 42px;
	text-align: center;
	margin-bottom: 30px;
}

#terms h2{
	font-size: 16px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 12px;
    padding: 0 0 0 0;
}

#support h2{
	font-size: 30px;
    font-weight: 600;
    text-align: left;
    border-left: 5px solid #f8b62b;
    padding: 8px 0 8px 20px;
    margin: 40px 0 30px 0;
}

#support h2.stera{
    border-left: 5px solid #49cc49;
}

#policy h2{
	font-size: 18px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 5px;
    padding: 0 0 10px 0;
}

h3{	
	color:#484848;
	font-weight: 300;
	font-size: 24px;
	padding: 30px 0 30px 85px;
	margin-bottom: 15px;
	background: url("../img/icon_001.png") no-repeat 0 0;
}
/*  h3の〇番目にスタイルをかける */
h3:nth-of-type(2){background: url("../img/icon_002.png") no-repeat 0 0;}
h3:nth-of-type(3){background: url("../img/icon_003.png") no-repeat 0 0;}
h3:nth-of-type(4){background: url("../img/icon_004.png") no-repeat 0 0;}
/*  キャッシュレスページ */

h3.title01{background: url("../img/icon_001b.png") no-repeat 0 0;color:#00a0e9;}
h3.title02{background: url("../img/icon_002b.png") no-repeat 0 0;color:#00a0e9;}

#support h3{
	font-size: 20px;
    font-weight: 600;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 12px;
    padding: 10px 0 10px 0;
    background: none;
}

#terms h3{
	font-size: 14px;
    font-weight: 600;
    border-left: 4px solid #efb132;
    margin-bottom: 20px;
    padding: 5px 0 5px 8px;
    background: none;
}


section p.lead{
	font-size:20px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}

.supText{
    font-size: 12px;
    vertical-align: top;
    position: relative;
    top:-0.1em;
}

/*nextoreインデックス*/

.btn-pass{
  display: inline-block;
  background-color: #f8b62b;
  color: #FFF;
  width: 300px;
  padding: 20px;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
}

.btn-pass:hover{
	cursor: pointer;
	text-decoration: none;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
}


/*-------------
 	Header
-------------*/

header{
	width: 900px;
	height: 110px;
	margin: 0 auto;
}

#terms header,
#policy header,
#support header{
    margin-bottom:60px;
}

header .colLeft{
	float:left;
	width: 600px;
	margin: 25px 0 0;
	padding: 0;
}

header .colRigth{
	float: right;
	width: 300px;
	/*background: #EEE;*/
}

#cashless header .colRigth{
	margin-top: 40px;
}

header .loginBtn a{
	display: block;
	width: 260px;
	color: #FFF;
	font-size: 16px;
	border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
	border: 1px solid #dd7506;
	background-color: #ff9523;	
	text-align: center;
	margin: 10px 0 14px;
	padding: 10px 15px 10px;
}

header nav li{
	float: left;
	color: #303030;
	font-size: 16px;
	border-radius: 6px;
	border: 1px solid #cacaca;
	background-color: #FFF;
	text-align: center;
	margin: 0 5px;
	padding: 6px 26px;
}

header nav li:hover{
	color:#FFF;
	border: 1px solid #dd7506;
	background-color: #ff9523;	
}

/*----------------
 	メインイメージ Section
----------------*/
.main img{
	padding: 43px 0 50px 0;
}

/*----------------
 	バナー Section
----------------*/
.banner img{
	padding: 0 0 50px 0;
}

#support img{
	margin-bottom: 0;
}


/*----------------
 	申込ボタン Section
----------------*/
.entry p{
	text-align: center;
	padding: 0 0 100px 0;
}


/*--------------------
 	Features Section
---------------------*/

section img{
	margin: 0 0 50px;
}

#cashless section img{
	margin: 0 0 0;
}

/*--------------------
 	question Section
---------------------*/

.question dt{
	font-size: 20px;
	background: url("../img/icon_QA1.png") no-repeat 0 0;
	padding: 10px 0 20px 44px;
}

.question dd{
	font-size: 20px;
	line-height: 1.6em;
	background: url("../img/icon_QA2.png") no-repeat 0 0;
	padding: 0 0 20px 44px;
	margin-bottom: 40px;
}

table{
  	width: 100%;
  	border-spacing: 0;
	margin: 0 0 30px 0;
}

table caption{ 
    font-weight:bold;
    text-align: left;
    padding-bottom: 6px;
}

table th{
  border-bottom: 1px solid #fb5144;
  border: 1px solid #ddd;
  background: #eee;
  padding: 20px 0;
  vertical-align: middle;
}

table th span{
    font-weight: normal;
}

table td{
    border-bottom: 1px solid #ddd;
    border: 1px solid #ddd;
    text-align:left;
    vertical-align: middle;
    padding: 8px;
}

table td.brand{
    text-align: center;
    padding: 10px;
}

table td img{
    /*border: 1px solid red;*/
    padding: 20px 10px;
    margin: 0;
}

#terms ul,
#support ul{
    font-size: 12px;
    margin: 0 0 15px;
}

#terms ul.iconPdf li{background: url("../img/icon_pdf.png") no-repeat 0 0;}
#terms ul.iconWin li,#support ul.iconWin{background: url("../img/icon_window.png") no-repeat 0 0;}


#terms ul.iconPdf li,
#terms ul.iconWin li,
#support ul.iconWin{
	padding: 5px 0 10px 24px;
}

#terms ul.iconPdf:nth-of-type(1){
	padding-bottom:15px;
}

#terms ul a{
    color:#0D70E5;
}

#support ul.maxsize,
#support ul.minsize{
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 0 0 20px;
    margin: 12px 0 15px;
    list-style: disc;
    color: #5F6A64;
}

#support ul.maxsize{
    font-size: 16px;
    line-height: 1.6em;
    border-radius: 10px;
    padding: 30px 50px;
    margin: 12px 0 15px;
    list-style: disc;
    color: #5F6A64;
    background: #ece6eb;
}

#support ul.maxsize li{
    margin: 0 0 15px 0;
}

#support dt {
  clear: left;
  float: left;
  width: 20%;
  line-height: 150%;
}
#support dd { 
  argin: 0 0 0 20%;
    line-height: 150%;
}


/*---------------------
 	Contact Section
---------------------*/

.contact{
	background-color: #f7f7f7;
}

.contact form{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	max-width: 800px;
	width: 80%;
}

.contact form input{
	padding: 15px;
	flex: 1;
	margin-right: 30px;
	font-size: 18px;
	color: #555;
}

.contact form .btn{
	padding: 18px 42px;
}


@media (max-width: 800px){

	.contact form input{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}

}




/*-------------
 	Footer
-------------*/

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color: #414a4f;
	padding: 60px 0;
}

footer ul{
	display: flex;
	margin-bottom: 60px;
	font-size: 14px;
}

footer ul li{
	margin: 0 16px;	
}

footer ul li a:hover{
  border-bottom:1px dotted #908E8E;
  padding-bottom:4px;
}

.small{
	font-size: 12px;
}

.warning{
    color:red;
}

ol{
    padding-left: 24px;
}

ol li{
    margin: 0 0 10px 0;
}

#policy ol{
    margin:20px 0 0;
    padding-left: 40px;
}

#policy ol li{
    margin: 0 0 30px 0;
}