@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:300,400,600,700,800');
/**************************************/
/*  Base  */
/**************************************/

body{
	font-family:'Montserrat', 'STXihei' ,"Meiryo UI", 'PingFang TC', 'source-han-sans-traditional' , 'STHeitiTC-Light', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	width: 100%;
	margin:0;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
    /*background: #37acd4;*/
}

h2,h3,h4,h5,li,p,a,select{
	color:#555;
}

h1{
    margin:0;
}

h2{
	font-size: 70px;
    text-align: center;
    margin: 110px 0 30px 0;
    line-height: 1.2;
}

a,.sub{
	text-decoration: none;
}

ul li{
  list-style: none;
}

a:hover{
	color:#888;
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.clearfix{
	clear:both;
}

.wrap{
    max-width:60rem;
    margin:0 auto;
}


/**************************************/
/* header */
/**************************************/

.inner {
    width: auto;
    margin: 0 auto;
    padding: 0 30px;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 60px;
	height:auto;
	background: #fff;
    line-height: 1;
    z-index: 999;
    /*border-bottom:1px solid #ccc;*/
    box-shadow: 0px 2px 12px 0 #666;
    /*opacity:0.99;*/
    position: fixed;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
	display: block;
    position: relative;
    padding: 0 60px;
}

#top-head .logo {
    float: left;
    font-size: 36px;
    display: none;
}

#top-head .logo-header{
	width:180px;
	margin-top:20px;
	margin-bottom: 10px;
}

#nav-container{
    display: block;
    width: auto;
    height:100%;
    position: absolute;
    /*right:5vw;*/
    right:60px;
    top: 0;
}

#nav-container .nav-menu{
    width:100%;
    margin:1.5rem 0;
    padding-left:2rem;
    list-style: none;
    font-size: 16px;
}

#nav-container ul li{
	display: inline-block;
	/*float:left;*/
}

.menu-top{
    padding: .5rem .7rem .5rem 0;
    font-size: 16px;
}

.menu-feature, .menu-howto, .menu-faq, .menu-hr, .lang-en, .lang-tw {
    padding: .5rem .7rem;
    font-size: 16px;
}

.nav-menu .fa-globe, footer .lang-w ul li i{
	display: inline;
	font-size: 24px;
	color:#555;
	margin-right: 0.6rem;
	vertical-align: text-bottom;
}

.menu-hr{
    padding:.5rem 40px;
    margin-left: auto;
    opacity:0;
    font-size: 16px;
}



.lang-id{
    padding: .5rem 0 .5rem .7rem;
    font-size: 16px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 30px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -ms-transition:.35s ease-in-out;
    -o-transition:.35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*nav for indonesia*/
.menu-top.id{
    padding: .5rem;
    font-size: 14px;
}

.menu-feature.id, .menu-howto.id, .menu-faq.id, .menu-hr.id, .lang-en.id, .lang-tw.id {
    padding: .5rem .5rem;
    font-size: 14px;
}

.menu-hr.id{
    padding:.5rem 20px;
    margin-left: auto;
    opacity:0;
    font-size: 14px;
}

.lang-id.id{
    padding: .5rem 0 .5rem .5rem;
    font-size: 14px;
}

select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    -ms-appearance:button;
    -o-appearance:button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance:none;
    -o-appearance:none;
    text-transform: none;
    font-family:'Montserrat', "Meiryo UI", 'PingFang TC', 'source-han-sans-traditional' , 'STHeitiTC-Light', 'STXihei',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;;
    width:100px;
    height: 40px;
    padding: 8px 0 12px;
    border:none;
    color:#555;
    border-radius:3px;
}

select option{
  background-color: #fff;
  color: #333;
}

/*bugfix for IE - hiding default arrow*/
select::-ms-expand {
  display: none;
}

/*bugfix for firefox - invibible dashed border when focused*/
/*selectbox & text-shadow should be the same color*/
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.select-lang{
	display: inline-block;
	position: relative;
}

.select-lang:before{
	z-index: 1;
    position: absolute;
    right: 0;
    top:-2px;
    content: "\f107";
    font-family: "fontAwesome";
    line-height: 43px;
    color: #666;
    pointer-events: none;
}


/**************************************/
/* content */
/**************************************/
#feature, #howto, #FAQ, #footer, #privacy, #download{
    padding:3% 5%;
}

#feature, #howto, /*#FAQ*/ #privacy, #download{
    min-height:100vh;
}

/**************/
/* top */
/**************/
#top{
    height:777px;
    padding-top:30px;
    background:#0096C8;
    position:relative;
    background-image:url('../img/bg-landscape-3.png');
    background-position:center bottom;
    background-repeat: repeat-x;
}

#top h2, #top p{
    text-align: left;
    color:#fff;
}

#top h2{
	font-size: 65px;
}

#top .id{
	font-size: 60px;
}

#top .pt{
	font-size: 45px;
}

#top .de{
	font-size: 45px;
}


.subtitle{
    position:absolute;
	width:500px;
    top:15%;
    margin:0 0 0 30px;
}

.badge.badge-apple{
    opacity:0.9;
}

#top .badge-wrap{
	padding: 0;
	width:auto;
}

#top .badge-google-wrap, #top .badge-apple-wrap{
	text-align: right;
}

#top .badge-google-wrap span, #top .badge-apple-wrap span{
	font-weight:normal;
	font-size: 22px;
	color:white;
	top:50%;
}

#top .badge.badge-google, #top .badge.badge-apple{
	width:200px;
	margin: 10px 0 10px 10px;
	vertical-align: middle;
}

/*.badge.badge-google:hover{
	opacity:0.85;
}*/

#top p{
    font-size:35px;
}

.hand{
    position: absolute;
    bottom:0;
    right:30px;
    width:35%;
    max-width:540px;
}

.top-img{
	display: none;
}


/**************/
/* feature */
/**************/

/*feature wrapper*/

/*text block base*/
.txt-l,.txt-r{
	display:block;
	width:50%;
}

/*text on the left side*/
.feature-wr-l, .feature-wr-r{
	width:100%;
	height:380px;
	margin: 60px 0;
	text-align:left;
	position: relative;
}

.txt-l{
	float:left;
	width:45%;
	margin:2% 0 2% 4%;
	overflow: hidden;
}
.txt-r{
	float:right;
	width:45%;
	margin:2% 4% 2% 0;
	overflow: hidden;
}

.feature-wr-l .txt-l .feature-text-header,.feature-wr-r .txt-r .feature-text-header{
	display: block;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.4;
	font-weight: 400;
}

.feature-wr-l .txt-l .feature-text-content,.feature-wr-r .txt-r .feature-text-content{
	display: block;
	font-size: 19px;
	font-weight:100;
	line-height: 1.9;
	font-weight: 400;
}
/*image of the block - text on the left side ver.*/
.feature-wr-l .feature-text-img-l{
	display:block;
	width:50%;
	float:left;
	overflow: hidden;
}


/*image of the block - text on the right side ver.*/
.feature-wr-r .feature-text-img-r{
	display:block;
	width:50%;
	float:right;
	overflow: hidden;
}

/*text content - left side */


/*text content - right side */
.feature-wr-l.txt-l.feature-text-header{
	display: block;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.4;
}

.feature-wr-l.txt-l.feature-text-content{
	display: block;
	font-size: 18px;
	font-weight:100;
	line-height: 1.8;
}




.center{
	text-align: center;
	margin-bottom:20px;
}

.button{
	width:100%;
	margin:60px 0;
	text-align: center;
}

/*.button-white{
	width:100%;
	margin-top:30px;
}*/

.button {
	padding: 20px 50px;
	background-color: #37acd4;
	border-radius: 100px;
	color:#fff;
	font-size: 17px;
}

.button.button-white {
    display: block;
    border: 2px solid #37acd4;
    color: #37acd4;
    background: white;
    overflow: hidden;
    width: 29%;
    margin:auto;
}
.button.button-white.wide {
	display: block;
	border: 2px solid #37acd4;
	color: #37acd4;
	background: white;
	overflow: hidden;
	width:60%;
	margin:auto;
}

.button.button-white:hover{
	transition: all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	background:#37acd4;
	border:2px solid #37acd4;
	color:white;
}

.button.button-white.appdl{
	border:2px solid #37acd4;
    background:#37acd4;
    color:#fff;
}

.button.button-white.appdl:hover{
	transition: all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	background:white;
	border:2px solid #37acd4;
	color:#37acd4;
}

/**************/
/* How to Use */
/**************/

.wrap-sub{
	margin:8% 8% 0 8%;
	height:100%;
}

.meta-title{
	/*font-family:'Hiragino kaku gothic pro',"ヒラギノ角ゴ Pro W3", sans-serif;*/
	font-size: 34px;
	font-weight: normal;
	text-align: center;
}

.img-capture-main{
	width:320px;
	margin-top:20px;
	margin-right:40px;
	display:block;
	float:left;
	overflow: hidden;
}

.img-capture{
	display:block;
	text-align:center;
}

.main-caption{
	display:block;
	margin-top:54px;
	font-size:18px;
}

.main-menu-title{
	font-size:25px;
	margin:5px 0;
	font-weight:normal;
}

.main-menu-caption{
	margin-top:8px;
	margin-bottom: 28px;
	line-height: 1.8;
}

.img-capture-sub{
	width:40%;
	margin:2rem 1rem;
}

/*.img-capture-sub.img-center{
	margin:3% 5% 0 5%;
}*/

.meta-center{
	width:100%;
	margin:40px 0;
}

.meta-center-txt{
	font-size:19px;
	line-height:1.9;
}

/**************************************/
/* FAQ */
/**************************************/

.Q, .A{
    width:100%;
    border-bottom: 1px solid #dcdcdc;
}

.Q p, .A p {
    font-size: 17px;
    width: 93%;
    display: block;
    margin-left: auto;
    margin-right: 5px;
    line-height: 1.6;
}

.icon-q, .icon-a{
    float: left;
    font-size: 1.5rem;
    font-weight:300;
    margin:-3px 20px;
    vertical-align: middle;
}

.icon-a{
    color:#DC143C;
}

.Q , .A {
    margin:20px 0;
}




/**************************************/
/* footer */
/**************************************/

#footer{
    background:#eee;
}

#footer .footer-nav{
    /*width:auto;*/
    height:30px;
    display: block;
    margin:auto;
    padding:0;
    text-align: center;
    clear: both;
}

#footer .footer-nav-wrap{
/*    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;*/
    display: block;
}

#footer .footer-nav li{
    /*float:left;*/
    display: inline-block;
	*display: inline;
	*zoom: 1;
    margin:0 1.2rem;
}

.footer-menu{
    font-size: 25px;
}

.footer-menu.id{
    font-size: 21px;
}

.logo-footer {
    width: 300px;
    margin: 70px 0 0;
    vertical-align: middle;
    float: left;
}

#footer .badge-wrap{
    width: 480px;
    margin: 2rem 0 2rem auto;
}

#footer .badge-google-wrap, #footer .badge-apple-wrap{
    display:block;
    float:left;
    height:auto;
}

#footer .badge.badge-google, #footer .badge.badge-apple{
    width:200px;
}

#footer .badge-google-wrap, #footer .badge-apple-wrap{
    margin: 0 0 0 40px;
}

#footer .badge-google-wrap p, #footer .badge-apple-wrap p{
    margin:10px 0;
    text-align: center;
}

.lang-w{
    text-align:center;
}

.lang-w .lang-li{
    display: inline-block;
    padding:0;
}

.lang-w .lang-li li{
    display: inline-block;
}

.lang-li li, .lang-li.lang{
    margin:20px 1.2rem;
}

.copyright{
    text-align: center;
}

/**************************************/
/* privacy policy */
/**************************************/
#privacy{
    padding-top: 90px;
}

#privacy h2{
    margin:60px 0;
}

#privacy .section-top{
	line-height: 1.65;
}

.privacy-item{
    padding-left:20px;
}

.privacy-item-detail{
    padding-left: 30px;
    list-style-type: lower-latin;
}

.privacy-item-detail li{
	list-style-type: disc;
}

.section-item{
    margin:40px 0;
    line-height: 1.65;
}

a.mail-link {
	color: #018bc1;
	text-decoration: underline;
}

/**************************************/
/* Download */
/**************************************/

.jump{
    text-align: center;
}

.button.button-white.jump{
    display:inline-block;
    margin:.5rem;
}

#pattern-a, #pattern-b{
    width:100%;
    margin: auto;
    padding:100px 0;
}

.howto-wrap{
    margin:50px auto;
}

.howto-wrap .caption{
    margin:0 auto;
    width:85%;
	line-height: 1.7;
}

.button.button-caption{
    margin: 50px 0 10px 0;
    color: #0097c9;
    font-weight: bold;
    border: none;
    background: none;
    padding:20px 0;
}

/**************************************/
/* move to top button */
/**************************************/
.page-top{
    margin:0;
    padding:0;
}

.page-top a{
    margin:0;
    padding:0;
    position:fixed;
    right: 70px;
    bottom: 70px;
}

.page-top a:hover{
    color:white;
}

.move-page-top{
    display:block;
    background:#bcbcbc;
    width:50px;
    height:50px;
    border-radius: 50px;
    color:#fff;
    line-height:50px;
    text-decoration:none;
    text-align:center;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    z-index: 9999;
}

/*for tablet device*/
@media screen and (max-width:1025px){

    /**************/
    /* header */
    /**************/

	#top-head .logo-header{
		width:140px;
		margin:12px 0;
		padding:0;
	}

	#top-head .inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}

	#mobile-head {
		background: #fff;
		width: auto;
		padding:0 20px;
		height: 55px;
		z-index: 999;
		position: relative;
	}

	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}

	#nav-container {
		display: block;
		position: absolute;
		top: -510px;
		right:0;
		background: #fff;
		width: 100%;
		/*height:auto;*/
		text-align: left;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-ms-transition:.5s ease-in-out;
		-o-transition:.5s ease-in-out;
		transition: .5s ease-in-out;
		box-shadow:0px 2px 12px 0 #666;
	}

	#nav-container ul {
		/*height:80vh;*/
		list-style: none;
		position: static;
		font-size: 14px;
		margin:20px 0;
	}

	#nav-container ul li{
		display: block;
    	float: none;
    	width: auto;
    	padding: 13px 21px;
    	color: #666;
    	font-size: 1rem;
    	max-height: 999999px;
	}

	#nav-container select{
		color:#666;
	}

	.menu-top, .menu-feature, .menu-howto, .menu-faq, .lang-en, .lang-tw, .lang-id{
		padding: 0;
	}

	#nav-container .nav-lang, #nav-container .nav-menu {
		display: block;
		position: static;
		width:100%;
		padding: 0
	}

	.lang-en{
		margin-left: 0;
		margin-top: auto;
	}

	.nav-menu .fa-globe{
		color:#666;
	}

	.select-lang{
		display: inline-block;
		position: relative;
	}

	.select-lang:before{
		z-index: 1;
    	position: absolute;
    	right: 0;
    	top:-3px;
    	content: "\f107";
    	font-family: "fontAwesome";
    	line-height: 43px;
    	color: #666;
    	pointer-events: none;
	}

	#top-head #nav-container ul li a,
	#top-head.fixed #nav-container ul li a {
		/*display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		flex-direction:column;
		align-content:flex-start;*/
		width: auto;
		/*padding: 13px 21px;*/
		/*padding: 6px 21px;*/
		color: #666;
		font-size: 18px;
		/*font-size: 16px;*/
		display: block;
	}

	#nav-toggle {
		display: block;
		position:absolute;
		top:14px;
		right:20px;
	}

	/* #nav-toggle switching animation */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform:rotate(135deg);
		-o-transform:rotate(135deg);
		transform: rotate(135deg);
	}

	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-ms-transform:rotate(-135deg);
		-o-transform:rotate(-135deg);
		transform: rotate(-135deg);
	}

	/* #global-nav slided animation */
	.open #nav-container {
		/* #global-nav top + #mobile-head height */
		/*height:100vh;*/
		height:2000%;
		-webkit-transform: translateY(556px);
		-moz-transform: translateY(556px);
		-ms-transform:translateY(556px);
		-o-transform:translateY(556px);
		transform: translateY(556px);
	}

	.open #mobile-head, .open #nav-container{
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-ms-transition:.5s ease-in-out;
		-o-transition:.5s ease-in-out;
		transition: .5s ease-in-out;
		background:#ededed;
	}

    .subtitle {
        position: absolute;
        width: 400px;
        top: 15%;
        margin: 0 0 0 30px;
    }

	#top h2 {
        font-size: 50px;
	}

	#top p {
        font-size: 30px;
	}

    .subtitle {
        position: absolute;
        width: 400px;
        top: 15%;
        margin: 0 0 0 30px;
    }

    .hand {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 44%;
        max-width: 500px;
    }

	/*footer*/
	.footer-menu{
		font-size: 20px;
	}

	.footer-menu.id {
	    font-size: 15px;
	}

	.logo-footer {
	    width: 220px;
	    margin: 70px 0 0 30px;
	    vertical-align: middle;
	    float: left;
	}

	#footer .badge-wrap {
		width: 400px;
		margin: 2rem 0 2rem auto;
	}

	#footer .badge-google-wrap, #footer .badge-apple-wrap {
    	margin: 0 0 0 20px;
	}

	#footer .badge.badge-google, #footer .badge.badge-apple {
    	width: 165px;
    }

}

/*for mobile*/
@media screen and (max-width:750px){

	h2{
		font-size: 40px;
		margin: 80px 0 60px 0;
		letter-spacing: -0.85px;
	}

	#feature, #howto, #FAQ,{
		padding:1rem;
	}

	/*for Indonesia*/

	.menu-top.id, .menu-feature.id, .menu-howto.id, .menu-faq.id, .lang-en.id, .lang-tw.id, .lang-id.id{
	    padding: 0;
	    font-size: 14px;
	}

	/**************/
	/* nav */
	/**************/

	#top-head #nav-container ul li a,
	#top-head.fixed #nav-container ul li a {
		width: auto;
		padding: 0;
	}

	/**************/
	/* top */
	/**************/

	#top{
		display:block;
		height:100%;
		padding-top: 55px;

	}

	#top h2{
		text-align: center;
		color:#fff;
		font-size: 40px;
		margin: 70px .4rem .4rem;
	}

	#top .id{
		font-size: 37px;
	}

	#top p{
		font-size: 20px;
		margin:0 1.5rem;
		text-align: center;
	}

	.sub-wrap{
		/*height:600px;*/
	}

	.subtitle{
		display: block;
		width:100%;
		text-align: center;
		margin:0 auto;
		position: absolute;
		top: 0;
		z-index:100;
	}

	.subtitle h2{
		margin:75px 0 10px 0;
	}

	.subtitle p{
		margin:10px;
	}

    #top .badge-wrap{
    	display: block;
    	margin:auto;
    	width: 100%;
    }

	#top .badge-google-wrap, #top .badge-apple-wrap{
		display: block;
		float:left;
		width:40%;
		text-align: center;
		margin: 5%;
		overflow: hidden;
	}

    .badge-google-wrap, .badge-apple-wrap{
		display: block;
		float:left;
    	width:45%;
    	text-align: center;
    }

    .badge-google-wrap span, .badge-apple-wrap span{
    	font-size: 16px;
    }

	#top .badge.badge-google, #top .badge.badge-apple{
		position: relative;
		width:95%;
		vertical-align: middle;
		z-index: 100;
	}


    #top .badge .badge-google, .badge .badge-apple{
    	margin-top:0 10%;
		width:250px;
    }

    .badge-google, .badge-apple{
    	width:100%;
    }

	#top .badge-google-wrap span, #top .badge-apple-wrap span{
		font-size: 100%;
	}

	.hand{
		/*position: absolute;
		bottom:0;
		right:0;
		width:72%;
		overflow:hidden;*/
		display: none;
	}

	.top-img{
		display: block;
		width: 100%;
	}

	/**************/
	/* feature */
	/**************/

	#feature h2{
		margin:80px 0 10px 0;
	}

	.center{
		text-align: center;
		font-size: 15px;
		margin:60px 0 -20px 0;
	}

	#feature .center.feature-sub{
		margin:10px 0;
		font-weight: 400;
		font-size: 17px;
		line-height: 1.7;
	}

	/*text block base*/
	.txt-l,.txt-r{
		display:block;
		width:100%;
	}

	/*text on the left side*/
	.feature-wr-l, .feature-wr-r{
		width:100%;
		height:100%;
		margin: 60px 0;
		text-align:left;
		position: relative;
		overflow:hidden;
	}

	.feature-text-content{
		margin-bottom: 0;
	}

	.txt-l{
		width:100%;
		margin:0;
		overflow: hidden;
	}
	.txt-r{
		width:100%;
		margin:0;
		overflow: hidden;
	}

	.feature-wr-l .txt-l .feature-text-header,.feature-wr-r .txt-r .feature-text-header{
		display: block;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.4;
	}

	.feature-wr-l .txt-l .feature-text-content,.feature-wr-r .txt-r .feature-text-content{
		display: block;
		font-size: 17px;
		font-weight:400;
		line-height: 1.7;
	}
	/*image of the block - text on the left side ver.*/
	.feature-wr-l .feature-text-img-l{
		display:block;
		width:100%;
		overflow: hidden;
	}


	/*image of the block - text on the right side ver.*/
	.feature-wr-r .feature-text-img-r{
		display:block;
		width:100%;
		float:right;
		overflow: hidden;
	}

	/*text content - left side */


	/*text content - right side */
	.feature-wr-l.txt-l.feature-text-header{
		display: block;
		font-size: 25px;
		font-weight: 300;
		line-height: 1.4;
	}

	.feature-wr-l.txt-l.feature-text-content{
		display: block;
		font-size: 18px;
		font-weight:100;
		line-height: 1.8;
	}

	.button{
		width:auto;
			margin:30px 0;
		text-align: center;
	}

	.button-white{
		width:100%;
		margin-top:30px;
	}

	.button{
		padding: 15px 40px;
		border-radius: 100px;
		color:#fff;
		font-size: 17px;
	}

	.button.button-white {
		display: block;
		border: 2px solid #37acd4;
		color: #37acd4;
		background: white;
		overflow: hidden;
		width: 75%;
		margin: 35px auto;
		padding:15px;
	}

	/**************/
	/* How to Use */
	/**************/

	.wrap-sub{
		margin:8% 0;
		height:100%;
	}

	.meta-title{
		/*font-family:'Hiragino kaku gothic pro',"ヒラギノ角ゴ Pro W3", sans-serif;*/
		font-size: 23px;
		font-weight: normal;
		text-align: center;
	}

	.img-capture-main{
		max-width:80%;
		margin: auto;
		display:block;
		float:none;
	}

	.img-capture{
		display:block;
		text-align:center;
		margin:8%;
	}

	.main-caption{
		display:block;
		margin:40px 1.2rem;
		font-size:13px;
		letter-spacing: -0.07px;
	}

	.main-menu-title{
		font-size:20px;
		margin:5px 0;
		font-weight:normal;
	}

	.main-menu-caption{
		margin-top:8px;
		margin-bottom: 15px;
	}

	.img-capture-sub{
		width:75%;
		margin:0 auto;
	}

	.img-capture-sub.img-center{
		margin:0 auto;
	}

	.meta-center{
		width:100%;
		margin:40px 0 15px 0;
	}

	.meta-center-txt{
		font-size:17px;
		line-height:1.7;
		margin-bottom:1em;
	}

	.button.button-white a{
		margin:0;
	}

	/**************************************/
	/* FAQ */
	/**************************************/

	#FAQ{
		margin-bottom:60px;
	}

	#FAQ .Q p, #FAQ .A p{
		font-size: 15px;
		width: 89%;
		display: block;
		margin-left: auto;
		/*margin-right: 5px;*/
		line-height: 1.6;
	}

	.icon-q, .icon-a {
		float: left;
		font-size: 1.25rem;
		font-weight: 300;
		margin: 0 10px 20px 8px;
		vertical-align: top;
	}

	/**************************************/
	/* footer */
	/**************************************/

	#footer{
		background:#ededed;
		height: 100%;
		margin-top:60px;
		padding:60px 30px 30px 30px;
		position: relative;
	}

	#footer ul li{
		float:none;
		margin:0;
	}

	.logo{
		margin:0 auto;
		text-align: center;
	}

	#footer .logo-footer {
		display: block;
		text-align: center;
		width: 200px;
		height: auto;
		margin: 80px auto 30px auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.logo-footer{
		float:none;
		margin:20px 0;
	}

	#footer .footer-nav{
		height:13rem;
		font-size:20px;
		position: initial;
		padding-left:0;
	}

	.footer-nav-wrap{
		margin-top:80px;
		padding:20px;
	}

	#footer .footer-nav li{
		display: block;
		float:none;
		margin:0;
		font-size: 20px;
	}

	#dl-app{
		margin:60px 0;
	}

	.footer-nav, .lang{
		text-align: center;
		padding-left:1.5rem;
		line-height:2.5;
	}

	#footer .badge-wrap{
		position: initial;
		text-align: center;
		width:250px;
		margin: 25px auto;
	}

	.badge{
		width:80%;
		margin:0 0 15px 0;
	}

	#footer .badge-wrap .badge{
		height:auto;
	}

	#footer .badge-google-wrap, #footer .badge-apple-wrap {
		margin: 0;
		width:100%;
	}

	#footer.badge-wrap .badge.badge-google, #footer.badge-wrap .badge.badge-apple{
		margin:10px 10%;
		position: relative;
	}

	#footer .badge-google-wrap p, #footer .badge-apple-wrap p {
		margin: 0 0 5px 0;
		text-align: center;
	}

	#top .badge.badge-google, #top .badge.badge-apple{
		margin: 2px 0 0 0;
	}

	#footer .lang-w{
		margin:15px;
	}

	#footer .lang-li li{
		padding: 0 0 30px 0;
	}

	#footer .hr{
		display:none;
	}

	#footer .lang-li{
		width:100%;
		margin-left: 0;
		padding:0;
		text-align: center;
	}

	#footer .lang-li .lang{
		float:none;
		padding:0;
	}

	#footer .lang-li .lang:before{
		position: absolute;
		right: 43px;
	}

	/**************************************/
	/* How to Download */
	/**************************************/

	#pattern-a, #pattern-b {
		width: 100%;
		margin: auto;
		padding: 65px 0;
	}

	.howto-wrap .caption {
		margin: 0 auto;
		width: 100%;
	}

	.button.button-caption{
		font-size: 14px;
	}
	/**************************************/
	/* privacy */
	/**************************************/

	#privacy{
		padding: 55px 1rem;
		font-size:14px;
		letter-spacing:0.25px;
		line-height:1.7;
	}

	#privacy h3{
		letter-spacing:0.25px;
		font-size:18px;
		font-weight: bold;
		line-height:1.6;
	}

	/**************************************/
	/* move to top button */
	/**************************************/
	.page-top{
		margin:0;
		padding:0;
	}

	.page-top a{
		margin:0;
		padding:0;
		position:fixed;
		right: 16px;
		bottom: 16px;
	}

	.page-top a:hover{
		color:white;
	}

	.move-page-top{
		display:block;
		background:#bcbcbc;
		width:50px;
		height:50px;
		border-radius: 50px;
		color:#fff;
		line-height:50px;
		text-decoration:none;
		text-align:center;
		-webkit-transition:all 0.3s;
		-moz-transition:all 0.3s;
		-o-transition:all 0.3s;
		transition:all 0.3s;
		z-index: 900;
	}

	.move-page-top p{
		margin:8px;
		font-size: 11px;
		color:white;
	}

}

/*for wide mobile device and 7inch Tablet*/
@media screen and (min-width: 445px max-width: 750px){
	#top h2 {
	    text-align: center;
	    color: #fff;
	    font-size: 50px;
	    margin: 70px 1rem 1rem;
	}

	#top p {
	    font-size: 30px;
	    margin: 0 1.5rem;
	    text-align: center;
	}

	#top .badge-google-wrap span, #top .badge-apple-wrap span {
	    font-size: 1.3rem;
	}
}

/*for iphone 4, 4S*/
@media screen and (max-height:480px){

    .subtitle h2 {
    	margin: 65px 0 6px 0;
    }

    .subtitle p {
    	margin: 13px 0;
    }

    #top p {
	    text-align: center;
	    margin:5px 1rem;
    }

    #top .badge.badge-google, #top .badge.badge-apple {
	    margin: 0px;
	    vertical-align: middle;
    }

    #top .badge-google-wrap span, #top .badge-apple-wrap span {
    	font-size: 16px;
	}

    .hand{
    	display: none;
    }
}
