@charset "utf-8";

@import url('reset.css');

* {
	padding: 0px;
	margin: 0px;
	outline: none;
}

html {
	border: 0px;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	color: #333333;
	cursor: default;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	word-wrap: break-word;	
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
}

p {
  text-align: justify;
	line-height: 1.8;
}

a {
	text-decoration: none;
	cursor: pointer;
}
a {overflow:hidden;}
a:link { color: #0775c3; text-decoration: none;}
a:visited { color: #044d81; text-decoration: none;}
a:active { color: #409237; text-decoration: underline; outline: none;}
a:hover { color: #0775c3; text-decoration: underline; text-underline-offset: 2px;}

a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

a img {
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
	max-width:100%;
	height:auto;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	font-size: 16px; font-size: 1.6rem;
	position: relative;
	overflow: hidden;
}

#wrapper2 {
	width: 100%;
	margin: 0 auto;
	margin-left: 20px;
	font-size: 16px; font-size: 1.6rem;
	position: relative;
	overflow: hidden;
}

#main {
	clear: both;
	padding-bottom: 20px;
	margin: 0 auto;
	position: relative;
}

#content {
	clear: both;
	max-width: 1000px;
	margin: 0 auto;
	padding: 70px 20px 120px;
}

/* ========================================================
header
===================================================== */
#header-global {
	border-top: 20px solid #0099d9;
	text-align: center;
}
#header-global .logo-global {
	padding: 20px;
}
#header-global .logo-global img {
	width: 200px;
	height: auto;
}

/* ========================================================
footer
===================================================== */
#footer-global {
	border-top: 1px solid #b9baba;
	clear: both;
}
p#copyright {
	text-align: center;
	font-size: 12px; font-size: 1.2rem;
	padding: 20px;
}

/* ========================================================
content
===================================================== */
.header-ttl {
	font-size: 46px; font-size: 4.6rem;
	font-weight: 600;
	color: #fff;
	background-color: #0099d9;
	padding: 20px;
	text-align: center;
	text-shadow: 3px 3px 0px #0476a8;
	line-height: 1.4;
}
.header-ttl span {
	font-size: 30px; font-size: 3.0rem;
	display: inline-block;
}

.heading-lv1 {
	font-size: 43px; font-size: 4.3rem;
	font-weight: 600;
	margin-bottom: 1.5em;
	text-align: center;
	line-height: 1.4;
}
.heading-lv2 {
	font-size: 24px; font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 1em;
	text-align: center;
	color: #0099d9;
	margin-top: 10px;
}

.icon-exmark {
	width: 70px;
	height: auto;
	margin-top: -5px;
	margin-right: 10px;
}

.column-wrapper {
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
}
.col2-l {
	max-width: 47%;
	width: 100%;
	float: left;
	text-align: center;
}
.col2-r {
	max-width: 47%;
	width: 100%;
	float: right;
	text-align: center;
}

.btn-play a {
	display: block;
	background-color: #0099d9;
	font-size: 35px; font-size: 3.5rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	padding: 10px 20px;
	position: relative;
}
.btn-play a:hover {
	background-color: #25afe9;
	text-decoration: none;
}
.btn-play a::after {
	content: '';
	border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  display: inline-block;
  margin-left: 20px;
}

.btn-play-r {
	display: block;
	background-color: #cccccc;
	font-size: 35px; font-size: 3.5rem;
	font-weight: 600;
	text-align: center;
	color: #333;
	padding: 10px 20px;
	position: relative;
}
.btn-play-r a {
	color: #333;
}
.btn-play-r a:hover {
	text-decoration: none;
}


.list-link {
	list-style: none;
	margin-bottom: 20px;
}
.list-link li {
	margin-bottom: 15px;
}
.list-link li a {
	position:relative;
	padding: 0.3em 0.3em 0.3em 1.6em;
	display: block;
	background-color: #0099d9;
	text-align: left;
	color: #fff;
	font-size: 19px; font-size: 1.9rem;
	font-weight: 600;
}
.list-link li a::after {
	position:absolute;
	content:'';
	top: 0.8em;
	left: 0.7em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #fff;
}
.list-link li a:hover {
	text-decoration: none;
	opacity: .7;
}
/* ========================================================
common
===================================================== */
/* etc */
.marB0 {margin-bottom: 0!important;}
.marB5 {margin-bottom: 5px!important;}
.marB10 {margin-bottom: 10px!important;}
.marB20 {margin-bottom: 20px!important;}
.marB30 {margin-bottom: 30px!important;}
.marB40 {margin-bottom: 40px!important;}
.marB50 {margin-bottom: 50px!important;}
.marB80 {margin-bottom: 80px!important;}

.mT20{ margin-top: 20px;}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.br-sp {
	display: none;
}

@media only screen and (max-width: 720px) {
	.header-ttl {
		font-size: 26px;font-size: 2.6rem;
	}
	.header-ttl span {
		font-size: 20px;font-size: 2.0rem;
	}
	.heading-lv1 {
		font-size: 26px;font-size: 2.6rem;
	}
	.icon-exmark {
		width: 40px;
	}
	.heading-lv2 {
		font-size: 16px;font-size: 1.6rem;
	}
	.btn-play a,
	.btn-play-r,
	.btn-play-r a {
		font-size: 25px;font-size: 2.5rem;
	}
	.btn-play a::after {
		content: '';
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #fff;
	}
			
	.br-pc {
		display: none;
	}
	.br-sp {
		display: block;
	}

}


@media only screen and (max-width: 600px) {
	#content {
		padding-bottom: 70px;
	}
	.col2-l,
	.col2-r {
		max-width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.col2-l {
		margin-bottom: 80px;
	}
	.operation .col2-l {
		margin-bottom: 40px;
	}
	.heading-lv2 {
		font-size: 20px;font-size: 2.0rem;
	}

}



/*************************************/
/* for Online Manual                 */
/* --------------------------------- */
#terms {
	text-align: center;
}

#manualList{
	display: none;

	text-align: left;
	margin-top:20px;
}
#manualList h2{
	width:300px;
	height:30px;
	line-height:30px;
	background: #304a77;
	border-radius:15px;
	color:#fff;
	text-align:left;
	padding-left: 20px;
}

#manualList .coution{
	color:#990000;
	font-weight: bold;
	padding-left:20px;

}
#manualList ul{
	padding-top:10px;
	padding-left: 30px;
	list-style: square;

}

#manualList ol{
	padding-top: 10px;
	padding-left: 30px;

}

.memo{
	width: 90%;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	text-align: center;
	
}

#honbun .subTitle {
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
	margin-top: 30px;
	
}

#honbun ol{
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#honbun-footer{
	text-align: Right;
	padding-right: 10px;

}