@charset "utf-8";

.directory {
	margin: 0 auto 60px;
}
.directory h2 {
	margin-bottom: 30px;
	font-weight: 700;
}
.directory .linkList > li:not(:last-of-type) {
	margin-bottom: 10px;
}
.directory .linkList a {
	padding-right: 30px;
	height: auto !important;
	display: block;
	position: relative;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
.directory .linkList a::before {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
	border-bottom: 1px dotted #333;
	content: '';
}
.directory .linkList .head01 a .txt {
	padding-right: 5px;
	position: relative;
	display: inline-block;
	background-color: #fff;
	z-index: 2;
	vertical-align: top;
}
.directory .linkList .head01 a .txt span {
	margin-right: 30px;
}
.directory .linkList a .num {
	padding-left: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
}
.directory .linkList .linkUl {
	margin: 10px 0 10px 20px;
}
.directory .linkList .linkUl li:not(:last-of-type) {
	margin-bottom: 10px;
}
.directory .linkList .linkUl .txt01,
.directory .linkList .linkUl .txt {
	position: relative;
	display: inline-block;
	background-color: #fff;
	z-index: 2;
	vertical-align: top;
}
.directory .linkList .linkUl .head02 {
	margin-bottom: 10px;
}
.directory .linkList .linkUl .txt01 span {
	margin-right: 30px;
}
.directory .linkList .linkUl ul {
	margin-left: 20px;
}

.overview {
  margin: 10px auto 30px;
  padding: 10px;
  border: 1px #000000 solid;
}
@media all and (min-width: 897px) {
	.directory .linkList a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 896px) {
	.directory {
		width: 90%;
	}
	.directory .linkList a {
		font-size: 15px;
	}
	.directory .linkList a .txt,
	.directory .linkList .linkUl .txt01,
	.directory .linkList .linkUl .txt {
		display: inline-flex;
	}
	.directory .linkList a .txt span,
	.directory .linkList .linkUl .txt01 span,
	.directory .linkList .linkUl .txt span {
		flex-shrink: 0;
	} 
	.directory .linkList .head01 a .txt span {
		margin-right: 15px;
		flex-shrink: 0;
	}
	.directory .linkList .linkUl {
		margin-left: 10px;
	}
	.directory .linkList .linkUl .txt01 span {
		margin-right: 15px;
	}
	.directory .linkList .linkUl ul {
		margin-left: 10px;
	}
}


.budget_agreement .txtP {
	margin-bottom: 40px;
	text-align: right;
	font-weight: 700;
}
.budget_agreement .ttl {
	margin-bottom: 20px;
}
.budget_agreement .faqDl {
	margin-bottom: 100px;
	font-size: 15px;
}
.budget_agreement .faqDl:last-child {
	margin-bottom: 0;
}
.budget_agreement .faqDl dt {
	margin: 0 0 5px 8px;
	display: flex;
}
.budget_agreement .faqDl dt .num {
	flex-shrink: 0;
	margin-right: 4px;
}
.budget_agreement .faqDl dd {
	margin-bottom: 30px;
	font-size: 14px;
	border: 1px solid currentColor;
	padding: 10px 10px 10px 10px;
	position: relative;
}
.budget_agreement .faqDl dd:last-child {
	margin-bottom: 0;
}
/* .budget_agreement .faqDl dd::before {
	font-size: 14px;
	position: absolute;  
	top: 10px;
	left: 12px;
	font-weight: 700;
	content: "A: "; 
} */
.budget_agreement .faqDl dd p {
	margin-bottom: 10px;
}
.budget_agreement .faqDl dd p:last-child {
	margin-bottom: 0;
}
.budget_agreement #policyBox02 .list {
	width: auto !important;
	margin-bottom: 20px;
}
.budget_agreement #policyBox02 .list:last-child {
	margin-bottom: 0;
}
.budget_agreement #policyBox02 ul li {
	list-style-type: decimal;
	margin-left: 20px;
}
.budget_agreement #policyBox02 .list02 li {
	list-style-type: none;
}
.budget_agreement #policyBox02 .list03 li {
	list-style-type: none;
	margin-left: 0;
	display: flex;
}
.budget_agreement #policyBox02 .list03 li .num {
	flex-shrink: 0;
	margin-right: 5px;
}
.budget_agreement #policyBox02 .list02 li .subSpan {
	display: flex;
	margin-left: -20px;
}
.budget_agreement #policyBox02 .list02 li .subSpan .num {
	flex-shrink: 0;
	margin-right: 5px;
}
.budget_agreement #policyBox02 .subUl {
	width: auto !important;
	margin-left: 0;
}
.budget_agreement #policyBox02 .subUl li {
	list-style-type: none;
	display: flex;
	margin-left: 0;
}
.budget_agreement #policyBox02 .subUl li .num {
	flex-shrink: 0;
}

@media all and (max-width: 896px) {
	.budget_agreement .seisakuspace {
		width: 90%;
		margin: 0 auto;
	}
	.budget_agreement .faqDl dt {
		margin-left: 0;
	}
}