@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-bottom: 20px;
}
#subPage .categoryIndex:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .categoryIndex ul {
	overflow: hidden;
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#subPage .categoryIndex ul::after{
  content:"";
  display: block;
	width: 32.2%;
}

#subPage .categoryIndex li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 align-items:center;
	width: 32.2%;
	border:1px solid #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 1.6em;
  font-weight: bold;
  overflow: hidden;
	-webkit-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#subPage .categoryIndex li:nth-of-type(n + 4) {
  margin-top: 1.0em;
}
#subPage .categoryIndex a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	min-height: 100px;
	padding: 0 100px 0 25px;
	color: inherit;
	text-decoration: none; 
	vertical-align: middle;
	color:#175065;
	line-height: 1.3;
}
_:-ms-lang(x)::-ms-backdrop, #subPage .categoryIndex a {
  height: 100px;
}


#subPage .categoryIndex li:hover {
   background:#ddf2ff;
}
#subPage .categoryIndex ul li a:after{
	 content:"";
	position:absolute;
	top: 0px;
	right:0px;
  width: 100%;
  height: 100%;
  background:no-repeat center right/101px;
}


/*保険料と保険給付*/
/*保険料*/
#subPage.insurance-benefits .categoryIndex ul li:nth-child(1) a:after {
 background-image: url("../images/common/cat_i-benefits_img01.png");
}
/*本人の保険給付一覧*/
#subPage.insurance-benefits .categoryIndex ul li:nth-child(2) a:after {
 background-image: url("../images/common/cat_i-benefits_img02.png");
}
/*家族の保険給付一覧*/
#subPage.insurance-benefits .categoryIndex ul li:nth-child(3) a:after {
 background-image: url("../images/common/cat_i-benefits_img03.png");
}




/* こんなとき */
/*保険証編*/
/*家族が加入・脱退するとき*/
#subPage.consultation .categoryIndex ul.cat_a li:nth-child(1) a:after {
 background-image: url("../images/common/cat_consultation01_img01.png");
}
/*保険証をなくしたとき*/
#subPage.consultation .categoryIndex ul.cat_a li:nth-child(2) a:after {
 background-image: url("../images/common/cat_consultation01_img02.png");
}
/*氏名・住所・生年月日に訂正があったとき*/
#subPage.consultation .categoryIndex ul.cat_a li:nth-child(3) a:after {
 background-image: url("../images/common/cat_consultation01_img03.png");
}


/*受診編*/
/* 病気やけがで受診するとき */
#subPage.consultation .categoryIndex ul.cat_b li:nth-child(1) a:after {
	background-image: url("../images/common/cat_consultation02_img01.png");
}
/* 入院したときの食事 */
#subPage.consultation .categoryIndex ul.cat_b li:nth-child(2) a:after {
	background-image: url("../images/common/cat_consultation02_img02.png");
}
/* 在宅療養を受けたとき */
#subPage.consultation .categoryIndex ul.cat_b li:nth-child(3) a:after {
	background-image: url("../images/common/cat_consultation02_img03.png");
}
/* 保険外の療養を受けたとき */
#subPage.consultation .categoryIndex ul.cat_b li:nth-child(4) a:after {
	background-image: url("../images/common/cat_consultation02_img04.png");
}
/* 入院や転院で移送が必要なとき */
#subPage.consultation .categoryIndex ul.cat_b li:nth-child(5) a:after {
	background-image: url("../images/common/cat_consultation02_img05.png");


}
/* 医療費が高額になるとき */

#subPage.consultation .categoryIndex ul.cat_b li:nth-child(6) a:after {
	background-image: url("../images/common/cat_consultation02_img06.png");
}
/* 立て替え払いをしたとき */
#subPage.consultation .categoryIndex ul.cat_b li:nth-child(7) a:after {
	background-image: url("../images/common/cat_consultation02_img07.png");
}
/* 海外で受診したとき */
#subPage.consultation .categoryIndex ul.cat_b li:nth-child(8) a:after {
	background-image: url("../images/common/cat_consultation02_img08.png");
}
/* 第三者行為にあったとき（交通事故等）*/ 
#subPage.consultation .categoryIndex ul.cat_b li:nth-child(9) a:after {
	background-image: url("../images/common/cat_consultation02_img09.png");
}
/* 公費で受けられるとき */
#subPage.consultation .categoryIndex ul.cat_b li:nth-child(10) a:after {
	background-image: url("../images/common/cat_consultation02_img10.png");
}


/*ライフシーン編*/
/*結婚したとき*/
#subPage.consultation .categoryIndex ul.cat_c li:nth-child(1) a:after {
 background-image: url("../images/common/cat_consultation03_img01.png");
}
/*出産するとき*/
#subPage.consultation .categoryIndex ul.cat_c li:nth-child(2) a:after {
 background-image: url("../images/common/cat_consultation03_img02.png");
}
/*出産で仕事を休んだとき*/
#subPage.consultation .categoryIndex ul.cat_c li:nth-child(3) a:after {
 background-image: url("../images/common/cat_consultation03_img03.png");
}
/*病気やけがで仕事を休むとき*/
#subPage.consultation .categoryIndex ul.cat_c li:nth-child(4) a:after {
 background-image: url("../images/common/cat_consultation03_img04.png");
}
/*死亡したとき*/
#subPage.consultation .categoryIndex ul.cat_c li:nth-child(5) a:after {
 background-image: url("../images/common/cat_consultation03_img05.png");
}
/*退職したとき*/
#subPage.consultation .categoryIndex ul.cat_c li:nth-child(6) a:after {
 background-image: url("../images/common/cat_consultation03_img06.png");
}
/*任意継続被保険者になるとき*/
#subPage.consultation .categoryIndex ul.cat_c li:nth-child(7) a:after {
 background-image: url("../images/common/cat_consultation03_img07.png");
}
/*70歳以上になったとき*/
#subPage.consultation .categoryIndex ul.cat_c li:nth-child(8) a:after {
 background-image: url("../images/common/cat_consultation03_img08.png");
 background-size:90
}
/*75歳以上になったとき*/
#subPage.consultation .categoryIndex ul.cat_c li:nth-child(9) a:after {
 background-image: url("../images/common/cat_consultation03_img09.png");
}

/*健康づくり*/
/*保健事業一覧*/
#subPage.health-promotion .categoryIndex ul li:nth-child(1) a:after {
 background-image: url("../images/common/cat_h-promotion_img01.png");
}
/*けんぽニュース*/
#subPage.health-promotion .categoryIndex ul li:nth-child(2) a:after {
 background-image: url("../images/common/cat_h-promotion_img08.png");
}
/*インフルエンザ予防接種補助*/
#subPage.health-promotion .categoryIndex ul li:nth-child(3) a:after {
 background-image: url("../images/common/cat_h-promotion_img02.png");
}
/*特定健診（主婦健診）・特定保健指導*/
#subPage.health-promotion .categoryIndex ul li:nth-child(4) a:after {
 background-image: url("../images/common/cat_h-promotion_img03.png");
}
/*データヘルス計画*/
#subPage.health-promotion .categoryIndex ul li:nth-child(5) a:after {
 background-image: url("../images/common/cat_h-promotion_img04.png");
}
/*人間ドック*/
#subPage.health-promotion .categoryIndex ul li:nth-child(6) a:after {
 background-image: url("../images/common/cat_h-promotion_img05.png");
}
/*スポーツクラブルネサンス*/
#subPage.health-promotion .categoryIndex ul li:nth-child(7){
 text-indent:-10000px;
}
#subPage.health-promotion .categoryIndex ul li:nth-child(7){
 background: url("../images/common/cat_h-promotion_renaissance.png")no-repeat;
 background-size:contain;
 background-position: center center;
}

#subPage.health-promotion .categoryIndex ul li:nth-child(7):hover {
   background:#ddf2ff url("../images/common/cat_h-promotion_renaissance.png")no-repeat;
 background-size:contain;
 background-position: center center;
}

/*赤ママWEB*/

#subPage.health-promotion .categoryIndex ul li:nth-child(8){
 text-indent:-10000px;
}
#subPage.health-promotion .categoryIndex ul li:nth-child(8){
 background: url("../images/common/cat_h-promotion_akamama.png")no-repeat;
 background-size:auto;
 background-position: center center;
}

#subPage.health-promotion .categoryIndex ul li:nth-child(8):hover {
   background:#ddf2ff  url("../images/common/cat_h-promotion_akamama.png")no-repeat;
 background-size:auto;
 background-position: center center;
}



/*健康保険のしくみ*/
/*健康保険とは*/
#subPage.structure-insurance .categoryIndex ul li:nth-child(1) a:after {
 background-image: url("../images/common/cat_s-insurance_img01.png");
}
/*健康保険組合のしごと*/
#subPage.structure-insurance .categoryIndex ul li:nth-child(2) a:after {
 background-image: url("../images/common/cat_s-insurance_img02.png");
}
/*健康保険組合の運営*/
#subPage.structure-insurance .categoryIndex ul li:nth-child(3) a:after {
 background-image: url("../images/common/cat_s-insurance_img03.png");
}
/*医療費支払いのしくみ*/
#subPage.structure-insurance .categoryIndex ul li:nth-child(4) a:after {
 background-image: url("../images/common/cat_s-insurance_img04.png");
}
/*健康保険に加入する人*/
#subPage.structure-insurance .categoryIndex ul li:nth-child(5) a:after {
 background-image: url("../images/common/cat_s-insurance_img05.png");
}
/*保険証*/
#subPage.structure-insurance .categoryIndex ul li:nth-child(6) a:after {
 background-image: url("../images/common/cat_s-insurance_img06.png");
}
/*健康保険の給付*/
#subPage.structure-insurance .categoryIndex ul li:nth-child(7) a:after {
 background-image: url("../images/common/cat_s-insurance_img07.png");
}



/*介護保険制度*/
/*介護保険のあらまし*/
#subPage.care .categoryIndex ul li:nth-child(1) a:after {
 background-image: url("../images/common/cat_care_img01.png");
}
/*介護保険の保険料*/
#subPage.care .categoryIndex ul li:nth-child(2) a:after {
 background-image: url("../images/common/cat_care_img02.png");
}
/*サービスを利用したいとき*/
#subPage.care .categoryIndex ul li:nth-child(3) a:after {
 background-image: url("../images/common/cat_care_img03.png");
}
/*要介護度と支給限度額*/
#subPage.care .categoryIndex ul li:nth-child(4) a:after {
 background-image: url("../images/common/cat_care_img04.png");
}
/*利用できるサービス*/
#subPage.care .categoryIndex ul li:nth-child(5) a:after {
 background-image: url("../images/common/cat_care_img05.png");
}
/*サービスにかかる自己負担*/
#subPage.care .categoryIndex ul li:nth-child(6) a:after {
 background-image: url("../images/common/cat_care_img06.png");
}

