h2 {
	color: #81002a;
	margin-top: 15px;
	font-size: 32px;
/*	margin-bottom: -2rem;*/
	font-weight: bolder;
}

h5 {
	margin-top: 0;
	margin-bottom: 40px;
}

.header_title{
	line-height: 45px;
	background-color: #BBBBC5;
}
.header_title a{
	display: inline-block;
	line-height: 45px;
	height: 45px;
	width: 45px;
	padding: 0 10px;
	box-sizing:border-box;
	background-color: #8d8e9f;
	margin-right: 10px;
}
.header_title img{
	height: 25px!important;
}

@media screen and (max-width: 767px){
	#rwd-content .rwd-main-header.with-keyvisual {
	    border-bottom:none;
	}
}

.fig_left {
	text-align: left;
	margin-top: 5px !important;
}

.fig_center {
	text-align: center;
}

.person_img {
	width: 81% !important;
	/*padding: 1rem 0;*/
}

.new_article {
	padding-bottom: 3rem;
	line-height: 2rem;
}

.map_title {
	position: relative;
	margin-left: 10px;
	font-size: 2rem;
	font-weight: bold;
	color: #0a2d82;
}

.map_title:after {
	position: absolute;
	content: "";
	top: 5px;
	left: -10px;
	width: 6px;
	height: 25px;
	background: #0a2d82;
}

.my_justify-center {
	display: block;
	margin: 0 auto;
}

.company_table .table_type {
	width: 16%;
	color: #8D8EA0;
	font-weight: bold;
	line-height: 2.5rem;
}

.company_table .table_content {
	line-height: 2.5rem;
	width: 80%;
	padding-left: 5.5rem;
}

.company_table table {
	border-collapse: collapse;
}

.company_table table a {
	color: #81002A;
	display: block;
}

.company_table table a:hover {
	color: #0a2d82 !important;
	cursor: pointer;
}

.company_table table img {
	width: initial !important;
}

.company_table tr {
	vertical-align: top;
	border: 1px solid #a4a5b2;
	border-left: none;
	border-right: none;
}

.company_table td {
	padding: 1rem 0 1rem 1rem;
}

.icon_img {
	max-width: 20px !important;
}

@media print,
screen and (min-width:768px) {
	.outline_spe {
		margin-bottom: -3rem;
	}
}

@media print,
screen and (max-width:787px) {
	h2 {
		font-size: 2.2rem;
		/*margin: 2rem 0 -3rem 0;*/
	}
	h5 {
		padding-top: 10px;
	}
	h3 {
		font-weight: bold;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.8rem;
		margin-bottom: 20px;
		line-height: 1.4;
	}
	.company_table .table_type {
		width: 20%;
	}
	.company_table .table_content {
		line-height: 2rem;
		width: 80%;
		padding-left: 1rem;
	}
	.person_img {
		width: 66% !important;
		margin: auto;
		display: block;
		/*padding: 1rem 0;*/
	}
	.company_table table img {
		width: 60% !important;
		margin-bottom: 10px;
	}

}