@charset "UTF-8";
/* CSS Document */

.title {
	width:950px;
	margin:0 auto;
	padding:46px 0 28px 0;
}

@media screen and ( max-width:768px ) {
	.title {
		width:100%;
		margin:0 auto;
		padding:46px 0 28px 0;
	}
}
@media screen and ( max-width:414px ) {
}

/* Vane online とは */

.title h2.summary {
	width:294px;
}

.summary_cont {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:950px;
	margin:0 auto;
	padding-bottom:200px;
}

.summary_cont p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:30px;
	line-height:3rem;/* =30px */
	font-weight:normal;
}

@media screen and ( max-width:768px ) {
	.summary_cont {
		width:98%;
		margin:0 auto;
		padding-bottom:80px;
	}
}
@media screen and ( max-width:414px ) {
}

/* 利用規約 */

.title h2.contract {
	width:128px;
}

.title h2.contract img{
	width:100%;
}

.contract_cont {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:950px;
	margin:0 auto;
	padding-bottom:110px;
}

.contract_cont p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:21px;
	line-height:2.1rem;/* =21px */
	font-weight:normal;
	margin-bottom:20px;
}

.contract_cont p:last-child {
	margin-bottom:0;
}

.contract_cont h3 {
	font-size:18px;
	font-size:1.8rem;/* =18px */
	line-height:21px;
	line-height:2.1rem;/* =21px */
	font-weight:normal;
}

@media screen and ( max-width:768px ) {
	.contract_cont {
		width:98%;
		margin:0 auto;
		padding-bottom:80px;
	}
}
@media screen and ( max-width:414px ) {
}

/* プライバシーポリシー */

.title h2.privacy {
	width:294px;
}

.title h2.privacy img{
	width:100%;
}

.privacy_cont {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:950px;
	margin:0 auto;
	padding-bottom:110px;
}

.privacy_cont p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:21px;
	line-height:2.1rem;/* =21px */
	font-weight:normal;
	margin-bottom:20px;
}

.privacy_cont p:last-child {
	margin-bottom:0;
}

.privacy_cont h3 {
	font-size:18px;
	font-size:1.8rem;/* =18px */
	line-height:21px;
	line-height:2.1rem;/* =21px */
	font-weight:normal;
}

@media screen and ( max-width:768px ) {
	.privacy_cont {
		width:98%;
		margin:0 auto;
		padding-bottom:80px;
	}
}
@media screen and ( max-width:414px ) {
}
