@charset "utf-8";
/* ===========================================================

	Title:		about.css
	Created:	2016-10-25

=========================================================== */
/* ===========================================================

	finance
	
=========================================================== */
/* accord-item 
----------------------------------------------------------- */
.accord-item {
	display: flex;
	border-bottom: solid 1px #ddd;
}
.accord-item dt {
	width: 10em;
	padding: 0.5em 1em 0.5em 0;
	margin: 0;
}
.accord-item dd {
	padding: 0.5em 0;
	margin: 0 !important;
}
.accord-item.file-date-list__revied {
	position: relative;
	margin-left: 3em;
}
.accord-item.file-date-list__revied::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	border-bottom: dotted 1px #ccc;
	border-left: dotted 1px #ccc;
}

@media screen and (max-width: 1200px) {
	.accord-item {
		display: block;
	}
	.accord-item dt {
		width: auto;
		padding: 0.5em 0 0;
	}
	.accord-item dd {
		padding: 0 0 0.5em;
	}
}



table tr.debt-tr td {
	border-top: none !important;
}

.bong-graph-sp {
	display: none;
}
@media screen and (max-width: 1200px) {
	.bong-graph {
		display: none;
	}
	.bong-graph-sp {
		display: block !important;
	}
}
