/*
style
*/
/*===============================================
●style.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	#container{
		width:100%;
	}


#wrapper_top{background: url(../images/main-visual.png) no-repeat top;}
#wrapper{background: url(../images/header_bg.jpg) no-repeat top;}

/*--------------------------------------------------------------
  Header
--------------------------------------------------------------*/
#headerTop{
	text-align: center;
	height: 650px;
	margin-top: 35px;
	}
	#headerTop #headerInner{
		width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	#headerTop #headerInner h1{
		position: absolute;
		width: 431px;
		height: 320px;
		top: 238px;
		right: -10px;
	}
	#headerTop #headerInner #dlBadge{
		position: absolute;
		width: 500px;
		top: 530px;
		right: -48px;
	}
	#headerTop #headerInner #dlBadge li{display: inline; margin: 14px;}
	#headerTop #headerInner #dlBadge img{height: 56px;}
		#headerInner #dlBadge .ios img{width:;}
#header{
	text-align: center;
	height: 300px;
	margin-top: 35px;
	}
	#header #headerInner{
		width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	#header #headerInner h1{
		width: 421px;
		height: 188px;
		margin: 0 auto;
		padding-top: 100px;
	}


/*--------------------------------------------------------------
	gnavi
--------------------------------------------------------------*/
#gnavi{
	width: 1000px;
	margin: 0 auto;
	background: url(../images/gnavi_bg.png) no-repeat;
	height: 175px;
	}
	#gnavi ul{
		text-align: center;
	}
	#gnavi li{
		display: inline;
		line-height: 175px;
		margin: 0;
		padding: 0 20px;
		font-size: 1.8em;
		border-right: 1px solid #fff;
		}
		#gnavi li:first-child{
			border-left: 1px solid #fff;
			}
	#gnavi a:link,a:visited{
		color: #fff;
		text-decoration: none;
	}
	#gnavi a:hover{
		color: #70f7ff;
		text-decoration: none;
	}


/*--------------------------------------------------------------
  Contents
--------------------------------------------------------------*/
#contents{margin: 0 auto;}
#contentsInner{}


/*** --- topページ用 --- ***/
.sectionTop{
	text-align: center;
	padding: 75px 0;
	}
	.sectionTop h2{margin-bottom: 20px;}
	.sectionTop h3{
		font-size: 2em;
		font-weight: bold;
		margin-bottom: 20px;
		}
		
		
/*** --- 通常 --- ***/
.section{
	width: 600px;
	margin: 0 auto;
	}
	.section h2{
		width: 220px;
		margin: 0 auto 20px;
		}
	.section h3{
		margin-top: 70px;
		margin-bottom: 10px;
		font-size: 1.5em;
		line-height: 1.5em;
		border-left: 6px solid #2d6892;
		padding-left: 8px;
		}
#notes{
	margin: 30px 0 0 0;
	padding: 10px;
	border: 1px solid #fff;
	}
	#notes ul{margin-left: 14px;}
	#notes li{text-indent: -14px;}


.section_footer a{
	width: 500px;
	display: block;
	background-color: rgba(0,104,181,0.4); 
	margin: 0 auto;
	padding: 3px 0;
	text-align: center;
	}
	.section_footer a:link,
	.section_footer a:visited{
		color: #70f7ff;
		}
	.section_footer a:hover{
		color: #f19149;
		}


/*** --- NEWS --- ***/
#news dl{
	width: 500px;
	margin: 0 auto 10px;
	text-align: left;
	}
#news dt{
	width: 100px;
	float: left;
	}
#news dd{
	width: 400px;
	float: right;
	}


/*** --- SPEC --- ***/
#spceCell dl{
	width: 600px;
	margin: 0 auto;
	text-align: left;
	background-color: rgba(0,104,181,0.4); 
}
#spceCell dt{
	float: left;
	display: block;
	width: 150px;
	padding: 10px;
	border-top: 2px solid #000;
	}
#spceCell dd{
	float: right;
	display: block;
	width: 406px;
	padding: 10px;
	border: 2px solid #000;
	border-bottom: none;
	}
#spec table{
	width: 600px;
	margin: 20px auto;
	}
	#spec table caption{font-size: 1.2em;font-weight: bold;margin-bottom: 5px;}
	#spec table td{
		text-align: left;
		padding: 5px;
		border: 2px solid #000;
		background-color: rgba(0,104,181,0.4); 
		}
		#spec table td.item01{width: 25%;}
		#spec table td.item02{width: 35%;}


/*----------------------------------------------------
  Support
----------------------------------------------------*/
#faq_list {margin-bottom: 100px;}
#faq_list ul{margin-bottom: 30px;}
#faq_list ul li{
	list-style-type: disc;
	margin-left: 23px;
	
	}
	#faq_list ul li.midashi{
		list-style-type: none;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 2em;
		margin-left: 0;
	}
#faq{
	margin-bottom: 30px;
	line-height: 170%;
	}
		#faq > h3::before {
		    content: "";
		    display: inline-block;
		    height: 50px;
		    margin-top: -50px;
		    vertical-align: top;
			}
	#faq .listtop{
		text-align: right;
		margin-top: 15px;
		}


/*----------------------------------------------------
  footer
----------------------------------------------------*/
#footer{
	background: url(../images/footer_bg.png) repeat-x top;
	padding-top: 170px;
}
#footerInner{
	background: url(../images/footer_line.png) no-repeat center;
	text-align: center;
	height: 37px;
	padding-top: 15px;
	margin-bottom: 20px;
	}
	#footerInner li{
		display: inline;
		border-right: 1px solid #fff;
		padding: 0 20px;
		}
		#footerInner li:first-child{
			border-left: 1px solid #fff;
		}
		#footerInner li:last-child{
			margin-left: 0;
		}
#footer a:link,
#footer a:visited{
	color: #fff;
}
#footer a:hover{color: #96e7ff;}
#copyright{
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
}

#back-top{
	width: 77px;
	height: 94px;
	display: none;
	position: fixed;
	right: 100px;
	bottom: 100px;
}


/*----------------------------------------------------
  aboutNavi
----------------------------------------------------*/
#aboutNavi{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	background: #fff;
}
#aboutNavi_inner{
	width: 98%;
	margin: 0 auto;

}
.logoG{display: block;float:left;}
.link{
	float: right;
	padding-top: 5px;
	}
	.link li{
		display: inline;
		padding-left: 8px;
		}

}
