@charset "utf-8";
/* CSS Document */
#t_outline{
	padding: 1px 0 80px;
	background-color: #00014f;
	position: relative;
	z-index: 2;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#t_outline{
		padding: 1px 0 40px;
	}
}
#t_outline table{
	border-collapse: collapse;
	width: 100%;
}
#t_outline th,
#t_outline td {
	text-align:left;
	padding:2px 5px;
	line-height:1.4;
}
#t_outline tr{
	border-bottom: 1px dashed #ccc;
}
#t_outline th {
	color: #fff;
	padding: 10px 15px;
	width: 16%;
	font-weight: 300;
}
#t_outline td {
	color: #fff;
	padding: 10px 15px;
}
#t_outline ul {
	list-style-type: none;
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
    color: #fff;
}
#t_outline li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#t_outline li strong {
	font-weight:bold;
}
#t_outline .t_outline_caption {
	border-bottom: 1px dashed #ccc;
	color: #fff;
	font-size: 20px;
  font-weight: 400;
	text-align: left;
	margin: 70px 0 2px;
	padding-left: 20px;
	padding-bottom: 5px;
	position: relative;
}
#t_outline .t_outline_caption::after{
	position: absolute;
	content: "";
	width: 8px;
	height: 25px;
  left: 3px;
  margin-top: 2px;
	background-color: #134f66;
}

@media screen and (max-width:768px){
	#t_outline th {
		width: 30%;
	}
	#t_outline .t_outline_caption {
		font-size: 22px;
	}
	#t_outline .t_outline_caption {
		font-size: 22px;
		margin-top: 30px;
	}
	@media screen and (max-width:480px){
		#t_outline .t_outline_caption {
			font-size: 18px;
		}
	}
}