#mainv{
	background: #43b30f;
}

.page-title{
	font-size: 2rem;
	font-weight: bold;
}

.short-title{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
	color: #43b30f;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	gap: 8px;
	justify-content: flex-start;
	align-items: center;
}
.short-title span {
	background: #43b30f;
	width: 4px;
	height: 14px;
	display: block;
}
.husoku-title{
	margin-top: 40px;
}

table.typeA{
  width: 100%;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
}
table.typeA caption{
  font-weight: bold;
}
table.typeA td{
  padding: 10px;
}
table.typeA td:first-of-type{
	border-right: 1px solid #e2e2e2;
}
table.typeA thead{
  background: #fbfbfb;
	color: #43b30f;
	text-align: center;
}
table.typeA tbody td{
	background: #fbfbfb;
}
table.typeA tr{
  border: 1px solid #e2e2e2;
}
@media screen and (max-width: 1240px){
	#sub-dirconents{
		width: auto;
	}
	#sub-dirconents #main-content2{
		width: auto;
	}
	#sub-dirconents .inner{
		margin: auto 15px;
	}
}

.privacy_contents {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.privacy_main-content2 {
	max-width: 1100px;
}
.privacy_main-content2 .inner .page-title {
	text-align: center;
	position: relative;
	width: fit-content;
	margin: 0 auto 24px;
	padding: 0 16px;
}
.privacy_main-content2 .inner .page-title::before {
	position: absolute;
	content: "";
	background: #297f01;
	background-size: cover;
	width: 55px;
	height: 2px;
	top: 50%;
	left: -23px;
	transform: translate(-50%, -50%);
}
.privacy_main-content2 .inner .page-title::after {
	position: absolute;
	content: "";
	background: #297f01;
	background-size: cover;
	width: 55px;
	height: 2px;
	top: 50%;
	right: -23px;
	transform: translate(50%, -50%);
}
.privacy_main-content2 .inner .privacy-top-text {
	text-align: center;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}