@charset "utf-8";
/* CSS Document */

/*ページカラー
=======================================*/
.main-top-title,.main-bottom-title {
  background-color: #0D3D17;
}

.main-top-subtitle,.main-bottom-subtitle,.main-title,.top-lead-text {
  color: #0D3D17;
}
/*=======================================*/

dl {
	border: solid 1px #ccc;
	margin-bottom: 60px;
}

dt {
	border-bottom: solid 1px #ccc;
	background: #F1F1EF;
}

dt,dd {
	display: flex;
	align-items: center;
	padding: 18px 20px;
} 

.question-text {
	padding: 18px 0 18px 26px;
	color: #0D3D17;
	font-weight: bold;
	font-size: 1.8rem;
}

.answer-text {
    line-height: 1.8;
	padding: 18px 0 18px 26px;
}

.q-number {
	font-family: 'Noto Serif JP', serif;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	max-width: 40px;
	min-height: 40px;
	color: #fff;
	border-radius: 50%;
	background: #0D3D17;
	font-size: 2rem;
}

.a-number {
	font-family: 'Noto Serif JP', serif;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	max-width: 40px;
	min-height: 40px;
	color: #0D3D17;
	border-radius: 50%;
	background: #E0E0E0;
	font-size: 2rem;
}

a:visited {
	color: #0D3D17;
}

.answer-text a:link {
	color: #0D3D17;
	text-decoration: underline #0D3D17;
    -webkit-text-decoration: underline #0D3D17;
	-webkit-color: #0D3D17;
}

.answer-text a:hover {
	text-decoration: none;
}

.answer-text a[target="_blank"]::after {
	content: url("/funds/common/img/external_icon.png");
	padding: 0 5px;
}

.answer-text a[target="_blank"]:link {
	color: #0D3D17;
	text-decoration: underline #0D3D17;
    -webkit-text-decoration: underline #0D3D17;
	-webkit-color: #0D3D17;
}

.answer-text a[target="_blank"]:hover {
	text-decoration: none;
}


@media screen and ( max-width: 767px ){


}