@charset "utf-8";
html {
	font-size: 62.5%;
}

@media screen and (min-width: 1024px) {
/* common */
body{
	font-family: 'Roboto', Helvetica, Arial,  "sans-serif";
	font-size: 18px;
	font-size: 1.8rem;
  line-height: 36px;
	line-height: 3.6rem;
	font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	color: #333;
}
	.container{
		width: 1100px;
		margin: 0 auto;
	}
	.content{
		width: 1000px;
		margin: 0 auto;
	}
	.common_content{
		width: 800px;
		margin: 0 auto 100px;
	}
	#logo{
		width: 275px;
		height: 48px;
		margin: 24px 0;
	}
	#logo img{
		width: 100%;
		height: auto;
	}
	
	
	
/* mainvisual */
	#mainvisual{
		width: 1100px;
		height: 570px;
		position: relative;
		margin-bottom: 75px;
	}
	.mainvisual_h2{
		font-size: 58px;
		font-size: 5.8rem;
		font-weight: 300;
		position: absolute;
		left: 50px;
		bottom: 210px;
		color: #000;
		z-index: 2;
	}
	.mainvisual_p{
		font-size: 22px;
		font-size: 2.2rem;
		position: absolute;
		left: 50px;
		bottom: 148px;
		color: #000;
		z-index: 2;
	}
	.mainvisual_download_btn{
    align-items: center;
    display: flex;
		position: absolute;
		width: 424px;
		bottom: 50px;
		left: 50px;
		z-index: 2;
	}
  .mainvisual_download_btn a{
    line-height: 0;
  }
  .mainvisual_download_btn a:hover , .concept_icon a:hover{
    opacity: 0.7;
  }
  .icon_store{
		width: auto;
		height: 82px;
    line-height: 0;
	}
	.img_iphone1{
		width: 288px;
		height: 512px;
		position: absolute;
		right: 50px;
		bottom: 0;
		z-index: 2;
	}
	.img_iphone1 img{
		width: 100%;
		height: auto;
	}
	.freeTrial{
		width: 124px;
		height: 124px;
		background: url(../images/icon_bg_free.png);
		background-size: cover;
		position: absolute;
		top: 18px;
		right: 18px;
		display: table;
		z-index: 2;
	}
	.freeTrial p{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		font-weight: 700;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 20px;
		line-height: 2.0rem;
		color: #FFF;
	}
	.mainvisual_ph{
		width: 1100px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	.mainvisual_ph img{
		width: 100%;
		height: auto;
	}
	
	
	
	
/* contents */
	.sectionSetA{
		margin-bottom: 60px;
	}
	.section_text01{
		width: 512px;
		float: left;
	}
	.section_text01 h3{
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 35px;
		line-height: 3.5rem;
		font-weight: 300;
		color: #000;
		margin-bottom: 40px;
	}
	.section_ph01{
		width: 440px;
		float: right;
	}
	.section_ph01 img{
		width: 100%;
		height: auto;
	}
	.icon_sample img{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.sectionB{
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
	.section_text02{
		width: 647px;
	}
	.section_ph02{
		width: 354px;
	}
	.section_ph02 img{
		width: 295px;
		height: auto;
	}
	#contept{
		text-align: center;
		margin: 100px auto 70px;
	}
	#contept p{
		font-size: 57px;
		font-size: 5.7rem;
		line-height: 68px;
		line-height: 6.8rem;
		font-weight: 300;
		color: #000;
	}
	.concept_icon{
		width: 400px;
		margin: 30px auto 0;
    display: flex;
    align-items: center;
	}
	
	
	
/* footer */
	.ftr_ph{
		margin-bottom: 100px;
	}
	.ftr_ph img{
		width: 100%;
		height: auto;
	}
	#ftr{
		background-color: #000;
		padding: 50px 0 60px;
		color: #FFF;
	}
	#ftr .container{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#ftr_logo{
		width: 50%;
		line-height: 0;
	}
	#ftr_logo img{
		width: 200px;
		height: auto;
	}
	#ftr_link{
		width: 50%;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 20px;
		line-height: 2.0rem;
		font-weight: 400;
		text-align: right;
	}
	#ftr_link a:link ,#ftr_link a:visited{
		color: #FFF;
		text-decoration: none;
	}
	#ftr_link a:hover ,#ftr_link a:active{
		color: #FFF;
		text-decoration: underline;
	}
	
	
	/* common_container */
	.common_container h2{
		font-size: 38px;
		font-size: 3.8rem;
    text-align: center;
    margin-bottom: 50px;
		color: #000;
		font-weight: 300;
	}
	.common_container .contents{ padding:15px;}
	.common_container  h3{
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 10px;
	text-align: left;
}
	.common_container p + h3, ul + h3, ol + h3{
	margin-top: 2em;
}
	.common_container ol{
	margin-left: 15px;
	margin-bottom: 1.5em
}
	.common_container ol li{
	list-style: decimal;
	margin-bottom: 10px;
}
	.common_container ol li:last-child{
	margin-bottom: 0;
}
	.common_container ul.lower-alpha{
	margin-left: 15px;
	margin-top: 1.5em;
	margin-bottom: 1.5em
}
	.common_container ul.lower-alpha li{
	list-style-type: lower-alpha;
	margin-bottom: 0;
}
	.common_container ul.disc{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
		margin-left: 1em;
}
	.common_container ul.disc li{
	list-style-type:disc;
	margin-bottom: 0;
}
	.common_container p{
	margin-bottom: 1.5em
}
}










@media screen and (max-width: 1023px) {	
/* common */
body{
	font-family: 'Roboto', Helvetica, Arial,  "sans-serif";
	    font-size: 16px;
		font-size: 1.6rem;
    line-height: 24px;
	line-height: 2.4rem;
	font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	color: #333;
}
	.container{
		width: 100%;
		margin: 0 auto;
	}
	.content{
		width: 90%;
		margin: 0 auto;
	}
	.common_content{
		width: 90%;
		margin: 0 auto 100px;
	}
	header{
		margin-bottom: 50px;
	}
	#logo{
		width: 137.5px;
		margin: 20px auto;
		line-height: 0;
	}
	#logo img{
		width: 100%;
		height: auto;
	}
	
	
	
	
/* mainvisual */
	#mainvisual{
		width: 100%;
		margin: 0 auto 30px;
	}
	.mainvisual_h2{
		width: 90%;
		margin: 0 auto 30px;
		font-size: 42px;
		font-size: 4.2rem;
		line-height: 42px;
		line-height: 4.2rem;
		font-weight: 300;
		color: #000;
		text-align: center;
	}
	.mainvisual_p{
		width: 80%;
		margin: 0 auto 20px;
		color: #000;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 24px;
		line-height: 2.4rem;
		text-align: center;
	}
	.mainvisual_download_btn{
		width: 240px;
		margin: 0 auto 60px;
	}
	.mainvisual_download_btn img{
		width: 100%;
		height: auto;
	}
	.mainvisual_iPhoneSet{
		width: 200px;
		margin: 0 auto;
		position:relative;
	}
	.img_iphone1{
		width: 100%;
	}
	.img_iphone1 img{
		width: 100%;
		height: auto;
	}
	.freeTrial{
		width: 100px;
		height: 100px;
		background: url(../images/icon_bg_free.png) no-repeat;
		background-size: contain;
		display: table;
		position: absolute;
		top: -20px;
		right: -20px;
	}
	.freeTrial p{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		font-weight: 700;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 20px;
		line-height: 2.0rem;
		color: #FFF;
	}
	.mainvisual_ph{
		width: 100%;
		overflow: hidden;
	}
	.mainvisual_ph img{
		width: 150%;
		height: auto;
		margin: 0 -25%;
	}
	
	
	
/* contents */
	.sectionSetA{
		margin-bottom: 20px;
	}
	.section_text01{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.section_text01 h3{
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 30px;
		line-height: 3.0rem;
		font-weight: 300;
		color: #000;
		margin-bottom: 30px;
	}
	.section_ph01{
		width: 100%;
	}
	.section_ph01 img{
		width: 100%;
		height: auto;
	}
	.icon_sample img{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.sectionB{
		width: 100%;
		text-align: center;
	}
	.section_text02{
		width: 100%;
	}
	.section_ph02{
	}
	.section_ph02 img{
		width: 60%;
		height: auto;
		margin: 20px auto 0;
	}
	#contept{
		text-align: center;
		margin: 40px auto 40px;
	}
	#contept p{
		font-size: 42px;
		font-size: 4.2rem;
		line-height: 42px;
		line-height: 4.2rem;
		font-weight: 300;
		color: #000;
		text-align: center;
	}
	.concept_icon{
		width: 189px;
		margin: 30px auto 0;
	}
	.concept_icon img{
		width: 100%;
		height: auto;
	}
	.ftr_ph{
		width: 100%;
		margin-bottom: 50px;
		overflow: hidden;
	}
	.ftr_ph img{
		width: 200%;
		height: auto;
		margin: 0 -40% 0 -60%;
	}
	
	
	
	
/* footer */
	#ftr{
		background-color: #000;
		padding: 30px 0;
		color: #FFF;
	}
	#ftr .container{
		width: 90%;
		margin: 0 auto;
	}
	#ftr_logo{
		display: none;
	}
	#ftr_logo img{
		width: 200px;
		height: auto;
	}
	#ftr_link{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 20px;
		line-height: 2.0rem;
		font-weight: 400;
		text-align: center;
	}
	#ftr_link a:link ,#ftr_link a:visited{
		color: #FFF;
		text-decoration: none;
	}
	#ftr_link a:hover ,#ftr_link a:active{
		color: #FFF;
		text-decoration: underline;
	}
	
	
	/* common_container */
	.common_container h2{
		font-size: 38px;
		font-size: 3.8rem;
    text-align: center;
    margin-bottom: 50px;
		color: #000;
		font-weight: 300;
	}
	.common_container .contents{ padding:15px;}
	.common_container  h3{
	font-weight: bold;
	font-size: 22px;
		font-size: 2.2rem;
	margin-bottom: 10px;
	text-align: left;
}
	.common_container p + h3, ul + h3, ol + h3{
	margin-top: 2em;
}
	.common_container ol{
	margin-left: 15px;
	margin-bottom: 1.5em
}
	.common_container ol li{
	list-style: decimal;
	margin-bottom: 10px;
}
	.common_container ol li:last-child{
	margin-bottom: 0;
}
	.common_container ul.lower-alpha{
	margin-left: 15px;
	margin-top: 1.5em;
	margin-bottom: 1.5em
}
	.common_container ul.lower-alpha li{
	list-style-type: lower-alpha;
	margin-bottom: 0;
}
	.common_container ul.disc{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
		margin-left: 1em;
}
	.common_container ul.disc li{
	list-style-type:disc;
	margin-bottom: 0;
}
	.common_container p{
	margin-bottom: 1.5em
}
}

@media screen and (min-width:  600px) and (max-width:  1023px) {
	.mainvisual_h2{
		width: 90%;
		margin: 0 auto 30px;
		font-size: 42px;
		font-size: 4.2rem;
		line-height: 42px;
		line-height: 4.2rem;
		font-weight: 300;
		color: #000;
		text-align: center;
	}
}