@charset "utf-8";
/*------------------------------------------------------------
	terms
------------------------------------------------------------*/
#main {
	padding: 10.9rem 0 22.4rem;
}
#main h2 {
	margin-bottom: 4.6rem;
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-align: center;
}
#main .textList {
	margin: 0 auto;
	max-width: 71.4rem;
}
#main .textList li {
	padding: 3.4rem 0 2.9rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #EEEFF1;
}
#main .textList li:last-child {
	border-bottom: none;
}
#main .textList li .ttl {
	width: 18rem;
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1.79;
}
#main .textList li .txt {
	margin-top: -0.1rem;
	width: calc(100% - 20.7rem);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.86;
}
#main .textList li .txt .note {
	margin-top: 0.9rem;
	padding-left: 1em;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	text-indent: -1em;
}
#main .textList li .txt .spec {
	font-size: 1.3rem;
}
@media all and (min-width: 768px) {
	#main .textList li a:hover {
		text-decoration: underline;
		opacity: 1;
	}
}
@media all and (max-width: 767px) {
	#main {
		margin-bottom: 4.6rem;
		padding: 9.2rem 0 6.2rem;
		border-bottom: 1px solid #EEEFF1;
	}
	#main h2 {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#main .textList {
		margin: 0 1rem;
		max-width: inherit;
	}
	#main .textList li {
		padding: 3rem 0 3rem;
		display: block;
	}
	#main .textList li .ttl {
		margin-bottom: 1.4rem;
		width: auto;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	#main .textList li .txt {
		margin-top: 0;
		width: auto;
		font-size: 1.3rem;
		line-height: 1.69;
	}
#main .textList li .txt .note {
	margin-top: 0.9rem;
	padding-left: 1em;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	text-indent: -1em;
}
}
