@charset "UTF-8";


/* メインビジュアル
--------------------------------------------------*/
main {
	padding-top: 260px;
}
	.mainvisual {
		position: fixed;
		width: 100%;
		top: 100px;
		z-index: -1;
	}
	.mainvisual figure {
		width: 100%;
		height: 260px;
		background-position: center;
		background-size: cover;
		margin: 0 auto;
	}
@media screen and (max-width: 767px) {
main {
	padding-top: calc(100vw * 0.19);
}
	.mainvisual {
		top: 66px;
	}
	.mainvisual figure {
		height: calc(100vw * 0.19);
	}
}

.pageTit {
	font-size: 70px;
	font-size: 7rem;
	color: #fff;
	position: absolute;
	width: 100%;
	top: 160px;
}
	.pageTit span {
		display: block;
	}
@media screen and (max-width: 767px) {
.pageTit {
	font-size: 30px;
	font-size: 3rem;
	color: #1E335A;
	width: 100%;
	top: 0;
	line-height: calc(100vw * 0.19);
}
	.pageTit span {
		display: block;
	}
}


/* ご利用規約
--------------------------------------------------*/
.policy {
	background: #fff;
}
	.policy .tit_large {
		text-align: left;
		margin-top: 60px;
		line-height: 1.2;
	}
	.policy .tit_small {
		margin-top: 30px;
		line-height: 1.2;
	}
	.policy p,
	.policy ol {
		margin-top: 10px;
	}
@media screen and (max-width: 767px) {
	.policy .tit_large {
		margin-top: 30px;
	}
	.policy .tit_small {
		margin-top: 10px;
	}
}