/* ------------------------------------- */
/* デザイン修正 */
/* ------------------------------------- */
#wrapper_other_header {
	border-left:  15px solid #020118;
	border-right: 15px solid #020118;

}
#wrapper_other_header:after {
	display: inline-block;
	content: "";
	width: 15px;
	height: 100%;
	background: #020118;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 9999;
}
/* ------------------------------------- */
/* ページタイトル(Topics等) */
/* ------------------------------------- */
.cd_page_title {
	background: #172139;
	text-align: center;
	color:       #ffffff;
	line-height: 72px;
}
.cd_page_title h2 {
	font-size: 19px;
}
.cd_page_title img {
	vertical-align: middle;
}
@media (max-width: 768px) {
	.cd_page_title {
		line-height: 14vw;
	}
	.cd_page_title h2 {
		font-size: 4.5vw;
	}
	.cd_page_title img {
		height: 4.5vw;
		vertical-align: middle;
	}
}
/* ------------------------------------- */
/* 低いページの調整用 */
/* ------------------------------------- */
#adjust_height {
	content: "";
}

