@charset "utf-8";

.pageTitle { margin: 50px auto 20px auto; }

.checkPW { display: none; }

.pageImage {
	width: 240px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.keyImage {
	width: 540px;
	margin: 20px auto;
}

.iconImage {
	width: 120px;
	margin: 0 auto;
}

.iconUnderlay {
  display: flex;
  width: 100%;
  height: 200px;
	background: #ffffff url("../images/common/bg_Grain_transparent.png") repeat;
  background-size:250px;
  justify-content: center;
  align-items: center;
	margin: 20px auto 0;
}

.iconUnderlay img {
  width: 120px;
  margin: auto;
  display: block;
}

/* youtube */
.iframe-wrap {
	text-align: center;
	width: 66.12%;
	padding-bottom: 37.19%;
	height: 0px;
	position: relative;
	margin: 30px auto;
}

.iframe-wrap iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.pageSubTitle {
	width: 1000px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 20px auto;
}

.pageLead .pl {margin-top: 20px;}
.pageLead .plb {
	margin-top: 30px;
	font-weight: bold;
}
.pageLead .linkBtn2 {margin-top: 20px;}
.pageLead .linkBtn2 a {color: #fff;}
.pageLead .txt a {text-decoration: underline;}
.pageLead .txt img {
	width: 18px;
	vertical-align: middle;
	margin: 0 4px 8px 0;
}


.features {
    width: 800px;
    margin: 0 auto;
    flex-direction: row-reverse;
}
.features .featureImg {
    width: 48%;
    margin: 30px auto;
}
.features .featureImgL {
    width: 600px;
    margin: 30px auto;
}
.features .featureImg img,
.features .featureImgL img {
	border-radius: 12px;
}

.features .feature {
	width: 48%;
  margin: 30px 4% 30px 0;
}
.features .featureL {
	width: 800px;
  margin: 30px auto;
}
.feature .title {
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 16px;
	font-weight: 600;
}
.featureL .title {
  font-size: 20px;
  margin-bottom: 16px;
	font-weight: 600;
}
.feature .text { margin-bottom: 16px; }
.featureL .text { margin-bottom: 16px; }
.feature .text img {
  width: 18px;
	vertical-align: middle;
	margin: 0 4px;
}

.block {
	position: relative;
	width: 800px;
	margin: 40px auto 80px;
}
.block .title {
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 32px;
	padding-bottom:  5px;
}
.block .txt {
	width: 100%;
	margin-top: 20px;
}
.linkBtnBlock {
	position: relative;
	width: 100%;
	margin: 12px auto;
}
.linkBtnBlock2 {
	position: relative;
	margin: 40px auto;
}
.vspace {
	position: relative;
	margin: 30px auto;
}
.tocBlock {
	position: relative;
	margin: 10px auto 30px;
}
.tocBlock .toc {
	display: inline-block;
	min-width: 50%;
	margin: 0 auto;
}
.toc .txt {
	font-weight: bold;
	margin-bottom: 5px;
}

.block .note {
	width: 100%;
	margin-top: 16px;
	text-align: center;
}
.block .remark {
	width: 100%;
	margin-top: 16px;
	font-size: 14px;
}
.block .txt a {
	text-decoration: underline;
}
.block .txt ul li {
	list-style-type: disc;
	margin-left: 16px;
}

.block .linkBtn2 a {color: #fff;}

.block table {
	margin-top: 20px;
	border-collapse: collapse;
}
.block table th {
	width: 150px;
	background-color: #dcdcdc;
	border: solid 1px #999999;
	padding: 16px;
}
.block table td {
	background-color: #fff;
	border: solid 1px #999999;
	padding: 16px;
}

.block table td a {
	text-decoration: underline;
}

.block table td p {
	text-indent: 1rem;
}

.block table td ul li {
	list-style-type: disc;
	margin-left: 16px;
}

.block table td ol li {
	list-style-type: decimal;
	margin-left: 16px;
}

.block .txt img {
	width: 18px;
	vertical-align: middle;
	margin: 0 4px 8px 0;
}

.block .img-sp {
	width: 240px;
	margin: 0 auto;
	margin-top: auto;
	margin-bottom: 20px;
}

.block .img-sp img {
	border: 1px solid #ccc;
}

.block .img-pc {
	width: 560px;
	margin: 0 auto;
	margin-top: auto;
	margin-bottom: 20px;
}

.block .img-pc img {
	border: 1px solid #ccc;
}

.block .featureImg {
	width: 600px;
	margin: 0 auto;
	margin-top: auto;
	margin-bottom: 20px;
}

.block .featureImg .figTitle {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}

.block .details {
	width: 100%;
	margin: 30px auto;
}

.block .details table {
	border-collapse: collapse;
	width: 100%;
	border-top: solid 1px #ccc;
}
.block .details table th {
	max-width: 400px;
	background-color: transparent;
	border: none;
	border-bottom: solid 1px #ccc;
	padding: 16px;
	text-align: left;
	vertical-align: baseline;
}
.block .details table td {
	background-color: transparent;
	border: none;
	border-bottom: solid 1px #ccc;
	padding: 16px;
	text-align: left;
}
.block .details table td img {
	width: 22px;
	vertical-align: middle;
	margin: 0 4px;
}
.block .details table td ol li {
	list-style-type: decimal;
	margin-left: 16px;
}

#appsInner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	justify-content: center;
	width: 100%;
	margin: 30px 0 0 0;
}
#appsInner div:nth-child(2) {margin-left: 30px;}

@media only screen and (min-width:641px) and (max-width:999px) {
	.keyImage {
		width: 600px;
		padding: 0;
		margin: 0 auto;
	}
	.pageSubTitle {width: 100%;}
	.block {width: 80%;}
	.linkBtnBlock {width: 80%;}
	.block .details table { width: 100%; }
	.block .featureImg {
		width: 100%;
		text-align: center;
		margin: 20px auto;
	}
	.features { width: 80%; }
	.features .feature {
			width: 80%;
			margin: 0 auto 56px;
	}
	.linkBtn1, .linkBtn2 { margin: 0px auto ; }
	.features .featureL {
			width: 80%;
			margin: 0 auto;
	}
	.features .featureImg {
			width: 100%;
			text-align: center;
			margin: 20px auto;
	}
	.features .featureImgL {
			width: 100%;
			text-align: center;
			margin: 20px auto 40px;
	}
	.features .featureImg img {width: 80%;}
	.features .featureImgL img {width: 80%;}

}

@media only screen and (max-width: 640px) {
	.pageTitle { margin: 8vw auto; }
	.pageLead .pl {margin-top: 4vw;}
	.pageLead .plb {margin-top: 4vw;}
	.pageLead .linkBtn2 {margin-top: 4vw;}
	.iconUnderlay {
		width: 80vw;
		height: 46vw;
	}
	.keyImage {
		width: 90vw;
		padding: 0;
		margin: 0 auto;
	}
	.iconUnderlay img { width: 25vw; }
	.features { width: 80%; }
	.features {
		width: 80vw;
		padding: 4vw 0;
	}
	.features .feature {
		width: 80vw;
		margin:0 0 60px 0;
	}
	.features .featureImg {
		width: 80vw;
		text-align: center;
		margin: 20px auto;
	}
	.features .featureImg img { width: 80vw; }
	.feature .title { font-size: 5.5vw; }
	.featureL .title { font-size: 5.5vw; }
	.block {
		position: relative;
		width: 80%;
		margin: 4vw auto;
	}
	.linkBtnBlock {
		position: relative;
		width: 80%;
		margin: 2vw auto;
	}
	.vspace {
		position: relative;
		margin: 2vw auto;
	}
	.block .title {
		width: 100%;
		height: auto;
		font-size: 5vw;
		line-height: 1.5;
		margin: 4vw 0;
	}
	.block .txt {margin-top: 4vw;}
	.block .img-sp { max-width: 300px; }
	.block .img-pc { max-width: 300px; }
	.block .featureImg {width: 80vw;}
	#appsInner {margin-top: 3vw;}
	#appsInner div:nth-child(2) {margin-left: 3vw;}
	.figItems .linkBtn1 {margin-top: 4vw;}
	#footer {margin-top: 12vw;}
	.block .details {
		width: 100%;
	}
	.block .details table {
		width: 100%;
		table-layout: fixed;
	}
	.block .details table tbody {
		display: block;
	}
	.block .details table tr {
		display: block;
	}
	.block .details table th {
		max-width: initial;
		display: block;
		width: auto;
		padding: 3vw;
		background: #ededed;
	}
	.block .details table td {
		display: block;
		padding: 3vw;
	}
	.block .details table td img {
		width: 6vw;
		vertical-align: middle;
		margin: 0 1vw;
	}
	.block .details table td ol li {margin-left: 4vw;}
}

.pc {}
.win {}
.mac {}
.mobile {}
.android {}
.ios {}
.manual {}
.eula{}
