@charset "UTF-8";
/* CSS Document */

.mb60 {
	margin-bottom: 6rem;
}

.c-financial {
	margin-bottom: 60px;
}

.c-financial-container:not(:first-child) {
	margin-top: 50px;
}

.c-financial-list {
	border-bottom: solid 1px #e0e1e1;
	margin-bottom: 0;
}

.c-financial-item {
	display: grid;
	grid-template-columns: max-content 1fr;
	align-items: center;
	gap: 10px 22px;
	padding: 20px 30px;
}

.c-financial-item:not(:first-child) {
	border-top: solid 1px #e0e1e1;
}

.c-financial-item-date {
	box-sizing: border-box;
	color: #115fad;
	font-size: 1.6rem;
	font-weight: bold !important;
	font-family: "Open Sans", sans-serif;
}

.c-financial-item-title {
	display: grid;
	grid-template-columns: 17px 1fr;
	column-gap: 15px;
	font-size: 1.6rem;
	line-height: normal;
}

@media (any-hover: hover) {
	.c-financial-item-title:hover {
		text-decoration: underline;
	}
}

.c-financial-item-title::before {
	content: "";
	width: 17px;
	height: 20px;
	background: url(../img/icon-pdf.png) no-repeat center center / contain;
	margin-block: calc((1lh - 20px) / 2);
}

.c-financial-text {
	font-size: 1.6rem;
	font-weight: bold !important;
	line-height: normal;
}

@media only screen and (max-width: 768px) {
	.c-financial-item {
		grid-template-columns: 100%;
		padding: 15px 20px;
	}
}

.pdngl {
	padding-left: 1.3rem;
}

.ulstyle {
	list-style-type: disc;
}

.ulstyle li a {
	text-decoration: underline;
	color: #115fad;
}