@charset "utf-8";
section {
	margin-bottom: 75px;
}
section table {
	width: 100%;
	text-align: left;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}
section table th {
	border-bottom: 1px solid #000;
	width: 20%;
	padding: 20px 0 20px 10px;
}
section table td {
	border-bottom: 1px solid #dcdcdc;
	width: 80%;
	padding: 20px 0 20px 30px;
}
section table td dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
section table td dl dt {
	width: 24%;
}
section table td dl dt br, section table td dl dd br {
	display: none;
}
section table td dl dd {
	width: 76%;
}
section table td dl dd span {
	display: inline-block;
	width: 110px;
}
section table td iframe {
	padding: 10px 0;
}

.overview-nav ul li.snav-overview a {
    color: #d60c19;
}
/* .overview-nav ul li.snav-overview a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 15px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d60c19;
} */


@media (max-width: 812px) {
section {
	margin-bottom: 50px;
}
section table th {
	width: 30%;
	padding: 20px 0 20px 10px;
}
section table td {
	width: 70%;
	padding: 20px 0 20px 30px;
}
section table td dl dt br, section table td dl dd br {
	display: block;
}
}

