.heading_new {
    padding: .5em .7em;
    border-left: 5px solid #144399;
    background-color: #f2f2f2;
    color: #333333;
	font-weight: bold;
}


.kajogaki {
  color: #1e366a;
  border-top: solid #1e366a 1px;/*上のボーダー*/
  border-bottom: solid #1e366a 1px;/*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;
}

.h3border {
    padding: .5em .7em;
    color: #333333;
	font-weight: bold;
	background-color: rgb(255, 255, 255);
	border-left: 5px solid #144399;
}


.title_ly_est_new {
	position: relative;
	padding: 1rem 0rem 0.5rem;
	border-bottom: 2px solid #E6E6E6;
	margin-top: px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.3;
}

.title_ly_est_new:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 20%;
	height: 2px;
	content: '';
	background: #144399;
}
/*
.title_ly_est {
	position: relative;
	padding: 1rem 0rem 0.5rem;
	border-bottom: 2px solid #E6E6E6;
	margin-top: px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.3;
	
	border-bottom: 2px solid #144399;
}
*/


