@charset "utf-8";

/*--------------------------------------------------*/
/*メインビジュアル*/
/*--------------------------------------------------*/

.cx-h {
	margin: -34px -40px 0 -40px;
}

.cx-h-img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.cx-common-img {
	width: 100%;
}

@media (max-width: 968px) {
	.cx-h {
		margin: -12px -16px 0 -16px;
	}
}

/*------------------------------------*\
	case-cx
\*------------------------------------*/
.case-cx {
	margin-top: 16px;
}

/*--------------------------------------------------*/
/*ページ内リンク*/
/*--------------------------------------------------*/

.cx-menu_box {
	margin: 20px 0px 20px 10px;
}

a.cx-menu_link {
	font-weight: bold;
	font-size: 110%;
	padding: 5px 20px 5px 0;
	border-bottom: 1px solid #0072BC;
	background: #fff url(/cmn3/img/icon/ic_arrow_right.svg) no-repeat center right 2px;
	color: #0072BC !important;
	text-decoration: none !important;
}

a.cx-menu_link[target] {
	padding: 5px 28px 5px 0;
	background: #fff url(/cmn3/img/icon/ic_blank.svg) no-repeat center right 2px;
}

a.cx-menu_link:hover {
	background-position: center right;
	border-bottom: 1px solid #D5D5D5;
}


