@charset "UTF-8";
/* -------------------------------------------------- */
/* 規約・同意書 agreement */
/* -------------------------------------------------- */
/* ページタイトル英語 */
.pagetitHeadTxt:after {
	content: "AGREEMENT";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}

.contGraytight.agr {
	padding-top: 45px;
}

/* 導入 */

.agrintroTxt {
	font-size: 1.4rem;
	line-height: 1.57143;
	letter-spacing: 0.075em;
}

/* 調整 */
.perform {
	margin-bottom: 120px;
}

/* 本文 */
.agrcont h2, .agrcont h3 {
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.075em;
	font-weight: 700;
}

.agrcont h2:not(:first-child), .agrcont h3:not(:first-child) {
	margin-top: 2.5em;
}

.agrcont h4, .agrcont h5, .agrcont h6 {
	font-size: 1.4rem;
	line-height: 1.57143;
	letter-spacing: 0.075em;
	font-weight: 700;
}

.agrcont h4:not(:first-child), .agrcont h5:not(:first-child), .agrcont h6:not(:first-child) {
	margin-top: 1em;
}

.agrcont p {
	font-size: 1.4rem;
	line-height: 1.85714;
	letter-spacing: 0.075em;
	padding-left: 1em;
	text-indent: -1em;
}

.agrcont p.noindent {
	padding-left: 0;
	text-indent: 0;
}

.agrcontNote {
	margin: 1.5em 0;
	padding: 1.5em;
	background-color: #FBFAFA;
}

.agrcontNoteGrid {
	margin-bottom: 1.25em;
	padding-bottom: 1.25em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: solid 1px #BFBFBF;
}

.agrcontNoteGridItem {
	width: 50%;
}

.agrcontNum {
	padding: 0.5em 0 0.5em 1em;
}

.agrcontDate {
	margin-top: 2em;
}

.txtSuper {
	vertical-align: super;
	font-size: 0.85714em;
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* ページタイトル英語 */
	pagetitHeadTxt:after {
		font-size: 1.3rem;
	}
	.contGraytight.agr {
		padding-top: 30px;
	}
	/* 調整 */
	.perform {
		margin-bottom: 50px;
	}
	/* 本文 */
	.agrcont h2, .agrcont h3 {
		font-size: 1.6rem;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* ページタイトル英語 */
	.pagetitHeadTxt:after {
		font-size: 1.1rem;
		font-weight: bold;
		font-family: sans-serif;
	}
	.contGraytight.agr {
		padding-top: 20px;
	}
	/* 調整 */
	.perform {
		margin-bottom: 60px;
	}
	/* 本文 */
	.agrcont h2, .agrcont h3 {
		font-size: 1.6rem;
	}
	.agrcont h2:not(:first-child), .agrcont h3:not(:first-child) {
		margin-top: 1em;
	}
	.agrcont h4, .agrcont h5, .agrcont h6 {
		font-weight: bold;
	}
	.agrcont h4:not(:first-child), .agrcont h5:not(:first-child), .agrcont h6:not(:first-child) {
		margin-top: 0.5em;
	}
	.agrcont p {
		line-height: 1.57143;
	}
	.agrcontNote {
		margin: 1em 0;
		padding: 1em;
	}
	.agrcontNoteGrid {
		margin-bottom: 1em;
		padding-bottom: 1em;
		display: block;
	}
	.agrcontNoteGridItem {
		width: 100%;
	}
}
