/* common
------------------------------------------------ */
#page_title.page_title--1 {
	background-image: url(../../img/nativeapplication/title_bg1.jpg);
}

.native-wrap {
	letter-spacing: .05em;
	line-height: 1;
	margin: 56px auto 0;
	max-width: 1120px;
}

.native-sp {
	display: none;
}

.native-wrap p {
	font-size: 1.6rem;
	line-height: 1.8;
}

.native-wrap .headline--1 {
	color: #000;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.native-wrap .headline--2 {
	margin-bottom: 32px;
}

.native-wrap .headline-ttl p {
	font-size: 1.6rem;
	margin: 5px auto 60px;
}

.native-wrap .feature .headline--3 {
	margin-bottom: 30px;
}

.native-wrap .feature h5 {
	color: #15275c;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 20px;
}
.native-wrap .feature h5 span {
	font-weight: normal;
}

.native-wrap .feature p {
	line-height: 26px;
	margin-bottom: 36px;
}

.native-wrap .feature div {
	margin: 80px auto;
}

.native-wrap .feature div img {
	display: block;
	margin: 0 auto;
}

.native-wrap .standard p {
	line-height: 26px;
	margin-bottom: 60px;
}

.native-wrap .native-btn a {
	background: url(../../img/share/contact_submit_btn.png) repeat;
	color: #fff;
	display: block;
	font-size: 1.8rem;
	margin: 0 auto;
	padding: 22px 0;
	text-align: center;
	width: 320px;
}

.native-wrap .spec { margin-bottom: 50px; }

.native-wrap .spec p {
	line-height: 1.8;
	margin-bottom: 50px;
}


@media (max-width: 979px) {
	.native-wrap {
		width: 100%;
	}
}

@media (max-width: 766px) {
	.native-wrap {
		margin-top: 28px;
		width: 95%;
	}
	.webapplication-wrap {
		width: 100%;
	}

	.native-wrap p {
		font-size: 1.2rem;
		line-height: 1.1;
	}
	.native-sp {
		display: inline;
	}

	.native-wrap .native-btn a {
		margin-bottom: 40px;
		width: 80%;
	}

	.native-wrap .headline--1 {
		font-size: 2.2rem;
		line-height: 1.4;
	}

	.native-wrap .headline--2 {
		margin-bottom: 16px;
	}

	.native-wrap .headline-ttl p {
		font-size: 1.2rem;
		line-height: 22px;
		margin: 5px auto 30px;
		text-align: left;
	}

	.native-wrap .feature .headline--3 {
		margin-bottom: 20px;
	}

	.native-wrap .feature h5 {
		font-size: 1.4rem;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.native-wrap .feature p {
		margin-bottom: 16px;
	}

	.native-wrap .feature div {
		margin: 20px auto;
	}

	.native-wrap .standard p {
		margin-bottom: 30px;
	}

	.native-wrap .spec p {
		font-size: 1.2rem;
		line-height: 1.8;
		margin-bottom: 25px;
	}

}
