@charset "utf-8";

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

　 個別設定

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


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


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


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


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

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

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


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

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



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

/* -- 共通 -- */

.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 a:hover {
	background-color: #b20000;
}


/* -- トップ -- */

.boxAdvantagesList {
	margin-bottom: 60px;
}

.boxAdvantagesList h1 {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

.boxAdvantagesList h1 span {
	display: table-cell;
	vertical-align: middle;
}

.boxAdvantagesList h1 span.num {
	width: 104px;
	height: 104px;
	color: #fff;
	font-size: 40px;
	text-align: center;
	background-color: #d70000;
}

.boxAdvantagesList h1 span.adttl {
	padding-left: 36px;
	background-color: #eaeaea;
}

.boxAdvantagesList p {
	margin-left: 104px;
	margin-right: 5px;
	font-size: 16px;
	line-height: 1.92em;
}

.boxAdvantages  p.btnServices {
	text-align: center;
}

.boxAdvantages  p.btnServices a {
	display: inline-block;
	width: 430px;
	margin-top: -20px;
	margin-bottom: 80px;
	padding: 18px 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #000;
	transition: all  0.3s ease;
}

.boxAdvantages  p.btnServices a:hover {
	text-decoration: none;
	background-color: #d70000;
}



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