@charset "utf-8";

.not_termsofu {}

.not_termsofu h2,
.not_termsofu h3,
.not_termsofu h4,
.not_termsofu h5 {
	font-weight: 600;
}


.not_termsofu h2 {
	font-size: 21px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	color: #141f3f;
	padding-bottom: 1.6em;
	margin-bottom: 2em;
	position: relative;
}


.not_termsofu h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #192d8c;
	width: 3em;
	height: 0.05em;
}

.not_termsofu h3,
.not_termsofu h4 {
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	color: #141f3f;
}


.not_termsofu h3 {
	margin-top: 2em;
	margin-bottom: 0.5em;
}


.not_termsofu p,
.not_termsofu ul li {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.9em;
}

.not_termsofu ul li {
	line-height: 1.6em;
	margin-bottom: 0.25em;
}

.not_kiyaku p,
.not_kiyaku ul li {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.9em;
}

.not_kiyaku p {
	margin-bottom: 2em;
}

.not_kiyaku ul li {
	line-height: 1.6em;
	margin-bottom: 0.25em;
	position: relative;
	padding: 0.5em 0 0.5em 2em;
}

.not_kiyaku ul li::before {
	content: "";
	position: absolute;
	top: 1.2em;
	left: 0;
	background: #192d8c;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}



@media screen and (max-width: 787px) {
.not_termsofu {
	width: 89.9%;
	margin: auto;
}

.not_termsofu h2 {
	font-size: 4.2vw;
}
.not_termsofu h3,
.not_termsofu h4 {
	font-size: 3.85vw;
}

.not_termsofu p,
.not_termsofu ul li {
	font-weight: 400;
	font-size:3.6vw;
}

}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 470px) {}

@media screen and (max-width: 370px) {}