@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;
}
/* wakusen
------------------------------------------------------------------ */
#subPage .wakusen {
    border: 1px solid #060001;
    padding-top: 50px;
	width: 1050px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-top: -40px;
}
/*  Content (Section)
------------------------------------------------------------------ */
#subPage .main > section {
	max-width: 1050px;
}

/* Category Index Navigation
------------------------------------------------------------------ */
#subPage .categoryIndex {
	margin-bottom: 20px;
}
#subPage .categoryIndex:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .categoryIndex ul {
	overflow: hidden;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: -2.5%;
}
#subPage .categoryIndex li {
	float: left;
	width: 31.666666%;
	position: relative;
}
#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 30px 0 30px;
	height: 95px;
	width: 31.666666%;
	border:1px solid #C6C6C6;
	font-size: 1.8em;
	font-weight: bold;
	color: #3d3d6c;
	text-decoration: none; 
	vertical-align: middle;
	line-height: 1.3;
}
#subPage .categoryIndex .hokensho a,
#subPage .categoryIndex .jyushin a,
#subPage .categoryIndex .life a,
#subPage .categoryIndex .health a{
	position: relative;
	display: table-cell;
	padding: 0 70px 0 30px;
	height: 95px;
	width: 31.666666%;
	border:1px solid #C6C6C6;
	font-size: 1.8em;
	font-weight: bold;
	color:#3D3D60;
	text-decoration: none; 
	vertical-align: middle;
	line-height: 1.3;
}
#subPage .categoryIndex a:hover {
   -webkit-opacity:0.7;
   -moz-opacity:0.7;
   opacity:0.7;
   background-color: #EEF9FF;
	color: #00A4CF;
}
#subPage .categoryIndex li::after {
    position: absolute;
    top: 1px;
    left: 1px;
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    background-image: url("../images/common/triangle_bg.png");
}
#subPage .categoryIndex li:hover:after {
    position: absolute;
    top: 1px;
    left: 1px;
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    background-image: url("../images/common/triangle_bgbl.png");
}

/*保険証編
**************************************************/
#subPage .hokensho :nth-child(1) a {
	background: #ffffff url(../images/common/consultation1-1.png) no-repeat right center;
}
#subPage .hokensho :nth-child(1) a:hover{
	background-color: #EEF9FF;
}
#subPage .hokensho :nth-child(2) a {
	background: #ffffff url(../images/common/consultation1-2.png) no-repeat right center;
}
#subPage .hokensho :nth-child(2) a:hover {
	background-color: #EEF9FF;
}
#subPage .hokensho :nth-child(3) a {
	background: #ffffff url(../images/common/consultation1-3.png) no-repeat right center;
}
#subPage .hokensho :nth-child(3) a:hover{
	background-color: #EEF9FF;
}
/*受診編
**************************************************/
#subPage .jyushin :nth-child(1) a {
	background: #ffffff url(../images/common/consultation2-1.png) no-repeat right center;
}
#subPage .jyushin :nth-child(1) a:hover {
	background-color: #EEF9FF;
}
#subPage .jyushin :nth-child(2) a {
	background: #ffffff url(../images/common/consultation2-2.png) no-repeat right center;
}
#subPage .jyushin :nth-child(2) a:hover {
	background-color: #EEF9FF;
}
#subPage .jyushin :nth-child(3) a {
	background: #ffffff url(../images/common/consultation2-3.png) no-repeat right center;
}
#subPage .jyushin :nth-child(3) a:hover {
	background-color: #EEF9FF;
}
#subPage .jyushin :nth-child(4) a {
	background: #ffffff url(../images/common/consultation2-4.png) no-repeat right center;
}
#subPage .jyushin :nth-child(4) a:hover {
	background-color: #EEF9FF;
}
#subPage .jyushin :nth-child(5) a {
	background: #ffffff url(../images/common/consultation2-5.png) no-repeat right center;
}
#subPage .jyushin :nth-child(5) a:hover {
	background-color: #EEF9FF;
}
#subPage .jyushin :nth-child(6) a {
	background: #ffffff url(../images/common/consultation2-6.png) no-repeat right center;
}
#subPage .jyushin :nth-child(6) a:hover {
	background-color: #EEF9FF;
}
#subPage .jyushin :nth-child(7) a {
	background: #ffffff url(../images/common/consultation2-7.png) no-repeat right center;
}
#subPage .jyushin :nth-child(7) a:hover {
	background-color: #EEF9FF;
}
#subPage .jyushin :nth-child(8) a {
	background: #ffffff url(../images/common/consultation2-8.png) no-repeat right center;
}
#subPage .jyushin :nth-child(8) a:hover {
	background-color: #EEF9FF;
}
#subPage .jyushin :nth-child(9) a {
	background: #ffffff url(../images/common/consultation2-9.png) no-repeat right center;
}
#subPage .jyushin :nth-child(9) a:hover {
	background-color: #EEF9FF;
}
/*ライフシーン
**************************************************/
#subPage .life :nth-child(1) a {
	background: #ffffff url(../images/common/consultation3-1.png) no-repeat right center;
}
#subPage .life :nth-child(1) a:hover{
	background-color: #EEF9FF;
}
#subPage .life :nth-child(2) a {
	background: #ffffff url(../images/common/consultation3-2.png) no-repeat right center;
}
#subPage .life :nth-child(2) a:hover{
	background-color: #EEF9FF;
}
#subPage .life :nth-child(3) a {
	background: #ffffff url(../images/common/consultation3-3.png) no-repeat right center;
}
#subPage .life :nth-child(3) a:hover{
	background-color: #EEF9FF;
}
#subPage .life :nth-child(4) a {
	background: #ffffff url(../images/common/consultation3-4.png) no-repeat right center;
}
#subPage .life :nth-child(4) a:hover{
	background-color: #EEF9FF;
}
#subPage .life :nth-child(5) a {
	background: #ffffff url(../images/common/consultation3-5.png) no-repeat right center;
}
#subPage .life :nth-child(5) a:hover{
	background-color: #EEF9FF;
}
#subPage .life :nth-child(6) a {
	background: #ffffff url(../images/common/consultation3-6.png) no-repeat right center;
}
#subPage .life :nth-child(6) a:hover{
	background-color: #EEF9FF;
}
#subPage .life :nth-child(7) a {
	background: #ffffff url(../images/common/consultation3-7.png) no-repeat right center;
}
#subPage .life :nth-child(7) a:hover{
	background-color: #EEF9FF;
}
#subPage .life :nth-child(8) a {
	background: #ffffff url(../images/common/consultation3-8.png) no-repeat right center;
}
#subPage .life :nth-child(8) a:hover{
	background-color: #EEF9FF;
}
#subPage .life :nth-child(9) a {
	background: #ffffff url(../images/common/consultation3-9.png) no-repeat right center;
}
#subPage .life :nth-child(9) a:hover{
	background-color: #EEF9FF;
}

/*健康づくり
**************************************************/
#subPage .health :nth-child(1) a {
	background: #ffffff url(../images/common/health1-1.png) no-repeat right center;
}
#subPage .health :nth-child(1) a:hover{
	background-color: #EEF9FF;
}
#subPage .health :nth-child(2) a {
	background: #ffffff url(../images/common/health1-2.png) no-repeat right center;
}
#subPage .health :nth-child(2) a:hover{
	background-color: #EEF9FF;
}
#subPage .health :nth-child(3) a {
	background: #ffffff url(../images/common/health1-3.png) no-repeat right center;
}
#subPage .health :nth-child(3) a:hover{
	background-color: #EEF9FF;
}
#subPage .health :nth-child(4) a {
	background: #ffffff url(../images/common/health1-4.png) no-repeat right center;
}
#subPage .health :nth-child(4) a:hover{
	background-color: #EEF9FF;
}
#subPage .health :nth-child(5) a {
	background: #ffffff url(../images/common/health1-5.png) no-repeat right center;
}
#subPage .health :nth-child(5) a:hover{
	background-color: #EEF9FF;
}
#subPage .health :nth-child(6) a {
	background: #ffffff url(../images/common/health1-6.png) no-repeat right center;
}
#subPage .health :nth-child(6) a:hover{
	background-color: #EEF9FF;
}
#subPage .health :nth-child(7) a {
	background: #ffffff url(../images/common/health1-7.png) no-repeat right center;
}
#subPage .health :nth-child(7) a:hover{
	background-color: #EEF9FF;
}
#subPage .health :nth-child(8) a {
	background: #ffffff url(../images/common/health1-8.png) no-repeat right center;
}
#subPage .health :nth-child(8) a:hover{
	background-color: #EEF9FF;
}
#subPage .health :nth-child(9) a {
	background: #ffffff url(../images/common/health1-9.png) no-repeat right center;
}
#subPage .health :nth-child(9) a:hover{
	background-color: #EEF9FF;
}

/* Common Elements
------------------------------------------------------------------ */
#subPage .main h2 {
	margin-right: 20px;
    margin-left: 20px;
    padding: 5px 20px 5px 55px;
    font-size: 2.9em;
    font-weight: bold;
    color: #002F75;
    border-bottom: 1px solid #002F75;
	position: relative;
}
#subPage .main h2::before {
	content: "";
	background-image: url("../images/common/triangle.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
    height: 45px; 
}