@charset "utf-8";

/* =============================================================

　 個別設定

============================================================= */


/*  全体・コンテナー 設定
--------------------------------------------- */


/*  ヘッダー 設定
--------------------------------------------- */


/*  コンテンツ 設定
--------------------------------------------- */


/*  Content Top
-----------------------------------*/

/* -------- カテゴリータイトル -------- */

.boxCategoryTitle {
  background-image: url(../img/categorytitle-bg-all.png);
  
}


/*  Content Main
-----------------------------------*/

/* -------- タイトル -------- */



/* ------ コンテンツ ------ */

/* -- 共通 -- */

.bTop {
	margin-top: 60px;
	border-top:  1px solid #ccc;
}

.boxContact {
	padding: 22px 32px;
	border: 2px solid #ccc;
}

.boxContact p.txt {
	margin-top: 19px;
	margin-bottm: 5px;
	font-size: 18px;
	font-weight: bold;
}

.boxContact a {
	display: inline-block;
	width: 332px;
	padding: 24px 0;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #d70000;
	transition: all  0.3s ease;
}

.boxContact.boxContactShort a {
	width: 212px;
}

.boxContact a:hover {
	background-color: #b20000;
}


/* -- トップ -- */

.boxServiceTop {
	background: url(../img/bg-boxTop.gif) center 94px no-repeat;
}

.boxServiceTop strong {
	color: #d70000;
}

.boxServiceTop .boxIntrotxt {
	margin: 30px 0 60px 0;
	font-size: 16px;
	line-height: 2em;
}

.boxServiceTop .boxAssets {
	position: relative;
	height: 400px;
}

.boxServiceTop .boxAssets .serviceSum {
	position: absolute;
	top: -18px;
	width: 262px;
}

.boxServiceTop .boxAssets .serviceSum a {
	transition: all  0.3s ease;
}

.boxServiceTop .boxAssets .serviceSum a:hover {
	opacity: 0.6;
}

.boxServiceTop .boxAssets .serviceSum dd {
	padding: 15px 5px;
}

.boxServiceTop .boxAssets .serviceOci {
	left: 0;
}

.boxServiceTop .boxAssets .serviceConsul {
	right: 0;
}

.boxServiceTop .boxAssets .serviceAssets {
	width: 434px;
	margin: 0 auto;
}

.boxServiceTop .boxAssets .serviceAssets h2 img  {
	width: 434px;
	height: auto;
}

.boxServiceTop .boxAssets .serviceAssets dl {
	width: 192px;
}

.boxServiceTop .boxAssets .serviceAssets dl.fltL {
	margin-left: 20px;
}

.boxServiceTop .boxAssets .serviceAssets dl.fltR {
	margin-right: 18px;
}

.boxServiceTop .boxAssets .serviceAssets dl dt {
	padding: 20px 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #d70000;
}

.boxServiceTop .boxAssets .serviceAssets dl dd {
	padding: 10px 5px;
}


/* -- OCIサービス -- */

.oci strong {
	color: #da0000;
}

.boxValue {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}

.boxValue h2 {
	margin: 0 0 0.5em 0;
	font-size: 20px;
}

.boxValue em {
	font-weight: bold;
}

.boxValue div {
	margin-bottom: 30px;
}

.boxValue .boxValueTxt {
	float: left;
	width: 350px;
}

.boxValue .boxValueImg {
	float: right;
	width: 356px;
	margin-top: 10px;
}

.conclusion {
	clear: both;
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #222a35;
}

.conclusion strong {
	font-weight: bold;
	color: #ff0000;
}

p.txtValue02 {
	margin-bottom: 25px;
	color: #3c6ec8;
	line-height: 1.5em;
}

.tblCannel {
	border-collapse: collapse;
}

.tblCannel th,
.tblCannel td {
	vertical-align: middle !important;
}

.tblCannel thead th {
	width: 50%;
	padding: 0.7em 0;
	font-size: 18px;
	color: #fff;
}

.tblCannel thead th.th01 {
	background-color: #005f88;
}

.tblCannel thead th.th02 {
	background-color: #00425e;
}

.tblCannel tbody td {
	padding: 1.5em 1em;
}

.tblCannel tbody td em {
	display: block;
	font-weight: bold;
}


/* -- コンサルティング・サービス -- */

.boxConsltingVelue ul {
	padding-left: 0;
}

.boxConsltingVelue ul li {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	padding: 16px 20px;
	border: 1px solid #ccc;
}

.boxConsltingVelue ul li span,
.boxConsltingVelue ul li strong {
	display: table-cell;
	vertical-align: middle;
}

.boxConsltingVelue ul li span {
	width: 68px;
	height: 68px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	background-color: #d00000;
}

.boxConsltingVelue ul li strong {
	padding-left: 15px;
	font-size: 18px;
	color: #000;
	line-height: 1.8em;
}


/*  フッター 設定
--------------------------------------------- */
