body{
	background: #fff;
    width: 100%;
    font-family: HiraKakuPro-W3, arial, sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.header{
	float: left;
	width: 100%;
	background: #2cd2b5;
	background: -webkit-linear-gradient(#00c7bc, #51dbaf);
	background: -o-linear-gradient(#00c7bc, #51dbaf);
	background: -moz-linear-gradient(#00c7bc, #51dbaf);
	background: linear-gradient(#00c7bc, #51dbaf);
	height: 600px;
}

.header-buttons{
	float: left;
    width: 100%;
    height: 50px;
}

#goto-client-button{
	float: right;
	width: auto;
	border-radius: 2px;
	height: 30px;
	margin-top: 10px;
	padding: 0 10px;
	margin-right: 10px;
}

.header-content{
	float: left;
    width: 900px;
    height: auto;
    margin-left: calc(50% - 450px);
}

.header-title{
	float: left;
    width: 600px;
    height: auto;
    margin-top: 13%;
}

.header-image{
	float: left;
    width: 300px;
    height: auto;
}

.header-title .title,
.header-title .sub-title,

.footer-title .title,
.footer-title .sub-title

{
	font-size: 60px;
    float: left;
    font-weight: normal;
    width: 100%;
    letter-spacing: 15px;
    font-family: 'HelveticaNeue';
    text-align: center;
	color: #FFF;
}

.header-title .sub-title,
.footer-title .sub-title{
	font-size: 20px;
    letter-spacing: 6px;
    margin-top: 20px;
}

.header-title .logo-image,
.footer-title .logo-image{
	float: left;
    width: 50px;
    height: 50px;
    margin-left: 130px;
    margin-top: 40px;
}

.header-title .appstore-image,
.header-title .googleplay-image,

.footer-title .appstore-image,
.footer-title .googleplay-image{
	float: left;
    width: auto;
    height: 50px;
    margin-top: 40px;
    margin-left: 10px;
}

.text-sns{
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #eeeeee;
}

.text-sns span:nth-child(1){
	float: left;
    text-align: center;
    color: #00baab;
    font-size: 35px;
    font-weight: 100;
    padding-bottom: 8px;
    width: 100%;
    margin-top: 100px;
}

.text-sns span:nth-child(2){
	float: left;
	text-align: center;
	color: #9c9c9c;
    font-size: 15px;
    line-height: 2;
	width: 100%;
	margin-bottom: 100px;
}

#text-view-1,
#text-view-2,
#text-view-3{
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #eeeeee;
}

#text-view-1 .content,
#text-view-2 .content,
#text-view-3 .content{
	float: left;
    width: calc(100% - 100px);
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
}

#text-view-1 .content img,
#text-view-2 .content img{
	float: left;
    width: 450px;
    height: auto;
}

#text-view-1 .content .text,
#text-view-3 .content .text{
	float: left;
    height: auto;
    margin-top: 90px;
	margin-left: 30px;
	width: calc(100% - 500px);
}

#text-view-2 .content .text{
	float: left;
    height: auto;
    margin-top: 90px;
	margin-right: 30px;
	width: calc(100% - 500px);
}

.text-view .content .text span:nth-child(1){
	float:left;
	width: 100%;
	color: #00baab;
	font-size: 30px;
	font-weight: 100;
}

.text-view .content .text span:nth-child(2){
	float:left;
	width: 100%;
	color: #9b9b9b;
    font-size: 16px;
    line-height: 30px;
}

.footer{
	float: left;
	width: 100%;
	background: #2cd2b5;
	background: -webkit-linear-gradient(#00c7bc, #51dbaf);
	background: -o-linear-gradient(#00c7bc, #51dbaf);
	background: -moz-linear-gradient(#00c7bc, #51dbaf);
	background: linear-gradient(#00c7bc, #51dbaf);
	height: 400px;
}

.footer-title{
	float: left;
    width: 600px;
    margin-left: calc(50% - 300px);
    margin-top: 100px;
}

.ta-container{
	float: left;
	width: 100%;
	background: #01c7bc;
	color: #fff;
	height: 100px;
	line-height: 90px;
}



.ta-container span{
	float:right;
    width: auto;
    padding: 0px 10px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
	margin-left: 10px;
	cursor: pointer;
}

.ta-container span:nth-child(1){
	float: left;
	cursor: pointer;
}

.copyright-container{
	float: left;
    width: 100%;
    height: 100px;
}

.copyright-container span:nth-child(1){
	float: left;
	width: 100%;
	color: #909090;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	font-family: 'HelveticaNeue';
	cursor: pointer;
}

.copyright-container .content{
	float: left;
	width: 400px;
	height: auto;
	margin-top: 20px;
	margin-left: calc(50% - 200px);
}

.copyright-container span:nth-child(2),
.copyright-container span:nth-child(3),
.copyright-container span:nth-child(4){
	float: left;
    color: #909090;
    width: auto;
    line-height: 20px;
	margin-left: 10px;
	cursor: pointer;
}

#gl-btn{
	font-size: 17px;
    margin-left: 50px;
}

#ta-btn4{
	margin-right: 50px;
}


@media screen and (max-width: 850px){

	.header{
		height:500px;
	}

	.header-title .title, .header-title .sub-title, .footer-title .title, .footer-title .sub-title {
		font-size: 28px;
	}

	.header-title .sub-title, .footer-title .sub-title {
		font-size: 10px;
	}

	.header-content {
		width: 500px;
	    margin-left: calc(50% - 250px);
	}

	.header-title{
		width: 280px;
	    margin-right: 20px;
	}

	.footer-title .sub-title{
		margin-top: 10px;
	}

	.header-title .logo-image, .footer-title .logo-image {
		height: 30px;
		width:30px;
	    margin-top: 20px;
	    margin-left: 30px;
	}

	.footer-title .logo-image{
		margin-left: 185px;
	}

	.header-title .appstore-image, .header-title .googleplay-image, .footer-title .appstore-image, .footer-title .googleplay-image{
	    height: 30px;
	    margin-top: 20px;
	    margin-left: 8px;
	}

	.header-image{
		width:200px;
	}

	.header-image img{
		width:200px;
	}

	.text-sns span:nth-child(1){
		font-size: 25px;
	}

	.text-sns span:nth-child(2) {
		font-size: 12px;
	}

	#text-view-1 .content img,
	#text-view-2 .content img,
	#text-view-3 .content img{
		width: 230px;
	}

	#text-view-1 .content .text,
	#text-view-3 .content .text{
		width: calc(100% - 250px);
	    margin-left: 10px;
	    margin-top: 0px;
	}

	#text-view-2 .content .text{
		width: calc(100% - 250px);
		margin-right: 10px;
		margin-top: 0px;
	}

	#text-view-1 .content .text span:nth-child(1),
	#text-view-2 .content .text span:nth-child(1),
	#text-view-3 .content .text span:nth-child(1) {
		font-size: 12px;
	    font-weight: bold;
	    line-height: 30px;
	}

	#text-view-1 .content .text span:nth-child(2),
	#text-view-2 .content .text span:nth-child(2),
	#text-view-3 .content .text span:nth-child(2) {
		font-size: 11px;
    	line-height: 20px;
	}

	.footer{
		height: 300px;
	}

	#gl-btn{
		margin-left: 10px;
		font-size: 15px;
	}

	#ta-btn4{
		margin-right: 10px;
	}

	#ta-btn4,
	#ta-btn3,
	#ta-btn2,
	#ta-btn1{
		font-size: 10px;
	}

}

@media screen and (max-width: 600px) {

	.header{
		height:300px;
	}

	.header-title .title, .header-title .sub-title, .footer-title .title, .footer-title .sub-title {
		font-size: 12px;
    	letter-spacing: 10px;
	}

	.header-title .sub-title, .footer-title .sub-title {
		font-size: 8px;
		letter-spacing: 10px;
	    margin-top: 5px;
	}

	.header-content {
		width: 300px;
	    margin-left: calc(50% - 150px);
	}

	.header-title{
		width: 180px;
	    margin-right: 0px;
	}

	.footer-title .sub-title{
		margin-top: 10px;
	}

	.header-title .logo-image, .footer-title .logo-image {
		height: 20px;
	    width: 20px;
	    margin-top: 10px;
	    margin-left: 10px;
	}

	.footer-title .logo-image{
		margin-left: 185px;
	}

	.header-title .appstore-image, .header-title .googleplay-image, .footer-title .appstore-image, .footer-title .googleplay-image{
		height: 20px;
	    margin-top: 10px;
	    margin-left: 8px;
	}

	.header-image{
		width:100px;
	}

	.header-image img{
		width:100px;
	}

	.text-sns span:nth-child(1){
		font-size: 15px;
	    margin-top: 50px;
	}

	.text-sns span:nth-child(2) {
		font-size: 8px;
    	margin-bottom:50px;
	}

	#text-view-1 .content img,
	#text-view-2 .content img,
	#text-view-3 .content img{
		width: 100px;
	}

	#text-view-1 .content .text,
	#text-view-3 .content .text{
		width: calc(100% - 110px);
	    margin-left: 10px;
	    margin-top: 0px;
	}

	#text-view-2 .content .text{
		width: calc(100% - 110px);
		margin-right: 10px;
		margin-top: 0px;
	}

	#text-view-1 .content .text span:nth-child(1),
	#text-view-2 .content .text span:nth-child(1),
	#text-view-3 .content .text span:nth-child(1) {
		font-size: 10px;
	    font-weight: bold;
	    line-height: 30px;
	}

	#text-view-1 .content .text span:nth-child(2),
	#text-view-2 .content .text span:nth-child(2),
	#text-view-3 .content .text span:nth-child(2) {
		font-size: 8px;
    	line-height: 15px;
	}

	.footer{
		height: 300px;
	}

	#gl-btn{
		margin-left: 10px;
		font-size: 15px;
	}

	#ta-btn4{
		margin-right: 10px;
	}

	#ta-btn4,
	#ta-btn3,
	#ta-btn2,
	#ta-btn1{
		font-size: 10px;
	}

}
