@charset "utf-8";

/* PC：category-index-pc.css
 * おまかせプラン ver.6（カテゴリインデックス）
 * **************************************************
 * Global Navigation (Nav) ★
 * Space (Margin)
 * Content (Section)
 * Category Index Navigation (Nav)
 * Common Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
/* 2階層：非表示 */
#globalNav nav li:hover > .sec {
	display: none;
}


/*  Space
------------------------------------------------------------------- */
#subPage .main ul + h2 {
	margin-top: 70px;
}

/*  Content (Section)
------------------------------------------------------------------ */
#subPage .main > section {
	max-width: 1050px;
}

/* Category Index Navigation
------------------------------------------------------------------ */
#subPage .categoryIndex {
	margin: 0 10px 20px 10px;
}
#subPage .categoryIndex:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .categoryIndex ul {
	overflow: hidden;
	margin-bottom: -2.5%;
}
#subPage .categoryIndex li {
	float: left;
	height: 95px;
	width: 31.666666%;
	background: #ffffff url("../images/common/button_bg.png") no-repeat 99% center;
	border:1px solid #dddddd;
	border-radius: 5px;
	font-size: 1.8em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	line-height: 1.3;
  overflow: hidden;
  position: relative;
}
#subPage .categoryIndex li::before {
  position: absolute;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border: 47px solid transparent;
  border-left: 11px solid #ff8900;
}

#subPage .categoryIndex li + li {
	margin-right: 2.5%;
	margin-bottom: 2.5%;
}
#subPage .categoryIndex li:first-child {
	margin-right: 2.5%;
	margin-bottom: 2.5%;
}
#subPage .categoryIndex li:nth-child(3n) {
	margin-right: 0;
}
#subPage .categoryIndex a {
	position: relative;
	display: table-cell;
	padding: 0 50px 0 25px;
	height: 95px;
	width: 31.666666%;
	color: inherit;
	text-decoration: none; 
	vertical-align: middle;
}
#subPage .categoryIndex li:hover {
  background-color: #fff9e7;
}

/* Common Elements
------------------------------------------------------------------ */
#subPage .main  h2 {
	position: relative;
  padding-bottom: 10px;
  padding-left: 100px;
	font-size: 2.4em;
  line-height: 1.3;
	font-weight: bold;
	color: #285160;	
}
#subPage .main  h2::before {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100px;
  height: 60px;
  background: url("../images/common/h2_img.png") no-repeat left bottom;
}
#subPage .main  h2::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: calc(100% - 98px);
  margin-left: 98px;
	border-bottom: 2px dotted #6cccd6;
}