@charset "UTF-8";



/* ------------------------------
	.fund
------------------------------ */
.fund{
	padding: 25px;
	background: #fff;
    border-radius: 5px;
}
.fund + .fund{
	margin-top: 50px;
}

.fund a{
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
@media screen and (min-width: 769px) {
	.fund a:hover{
		opacity: 1;
		color: #ca2a20;
	}
}

.fund li{
	word-break: break-word;
}

.fund .fund_txt_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.fund .fund_txt{
	letter-spacing: 0.08em;
	font-size: 1.9rem;
	line-height: 1.8;
}
.fund .fund_txt .line_txt{
	display: inline;
	padding-bottom: 3px;
	background: linear-gradient(transparent, #333333);
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: 0 100%;
}

.fund .nisa{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 230px;
	height: 30px;
	padding: 5px;
	background: #f2f5f4;
    border-radius: 5px;
	letter-spacing: 0.08em;
	font-size: 1.6rem;
}

.fund .pdf_list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 55px;
	margin-top: 40px;
}
.fund .pdf_list li{
	border-bottom: 1px solid #dbdbdb;
	letter-spacing: 0.08em;
}
.fund .pdf_list li + li{
	margin-top: 0;
}
.fund .pdf_list a{
	display: block;
	padding-bottom: 6px;
}

.fund .fund_list{
	margin-top: 35px;
}
.fund .fund_list li{
	letter-spacing: 0.08em;
	color: #555555;
}
.fund .fund_list li + li{
	margin-top: 5px;
}

.fund .fund_list a{
	text-decoration: underline;
	color: #555555;
}
@media screen and (min-width: 769px) {
	.fund .fund_list a:hover{
		color: #ca2a20;
		text-decoration: none;
	}
}


@media screen and (max-width: 768px){
	.fund{
		padding: 15px 4% 20px;
	}
	.fund + .fund{
		margin-top: 20px;
	}

	.fund .fund_ttl{
		font-size: 1.8rem;
	}

	.fund .fund_txt_box{
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}

	.fund .fund_txt{
		font-size: 1.4rem;
	}

	.fund .nisa{
		margin-top: 20px;
		min-width: 135px;
		height: 25px;
		font-size: 1.2rem;
	}

	.fund .pdf_list{
		flex-direction: column;
        align-items: flex-start;
		gap: 0;
		margin-top: 18px;
	}
	.fund .pdf_list li + li{
		margin-top: 15px;
	}
	.fund .pdf_list a{
		padding-bottom: 3px;
	}
	.fund .pdf_list .pdf::after{
		width: 13px;
		height: 20px;
		margin-left: 5px;
	}

	.fund .fund_list{
		margin-top: 25px;
	}
	.fund .fund_list li{
		font-size: 1.3rem;
	}
}