.contents_wrap {
	padding: 80px 0 0 0;
}
h4 {
	justify-content: flex-start;
	font-size: 40px;
	text-align: left !important;
}
h5 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 20px;
}
h5.bb {
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
}
.bold {
	font-weight: bold;
}
.title_wrap p {
	font-size: 16px;
	line-height: 2.5;
}
.rule_wrap {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: dashed 1px #919191;
	font-size: 20px;
}
.rule_wrap:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.rule_wrap p, .rule_wrap li {
	font-size: 80%;
	line-height: 1.875;
}
.update {
	margin-top: 90px;
	font-size: 16px;
}
.contents_wrap ol li {
	list-style-type: decimal;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 20px;
}
.contents_wrap ol li:last-of-type{
	margin-bottom: 0;	
}
.contents_wrap ul li {
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0;
}
.vpc768{
	display: block;
}
@media screen and (max-width: 768px) {
	.vpc768{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.contents_wrap {
		padding: 40px 0 0 0;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 12px;
	}
	h5.bb {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #000000;
	}
	.title_wrap p {
		font-size: 13px;
		line-height: 2;
	}
	.rule_wrap {
		font-size: 12px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.update {
		margin-top: 80px;
		font-size: 10px;
	}
	.contents_wrap ol li {
		margin-bottom: 10px;
	}
	.contents_wrap ul li {
		margin-bottom: 0;
	}
}