@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 * {-webkit-box-sizing: border-box;box-sizing: border-box;}
#subPage .categoryIndex {
	margin-bottom: 20px;
}

#subPage .categoryIndex {
	margin-bottom: 20px;
}
#subPage .categoryIndex:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .categoryIndex ul {
	margin:0 20px;
	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;
}
#subPage .categoryIndex li {
	width: 31.5%;
  min-height: 10em;
}

#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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1em 6em 1em 1.2em;
	height: 100%;
	min-width: 5.0em;
	width: 100%;
	border-radius: 4px;
	font-size: 1.5em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
	color:#000000;
	text-decoration: none; 
	vertical-align: middle;
	line-height: 1.3;
	border:1px solid #60bfce;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#subPage .categoryIndex a:hover {
	background:#fffbe0;
}

#subPage .categoryIndex a span {
  margin: auto;
  margin-left: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

#subPage .categoryIndex ul li a:after{
	 content:"";
	position:absolute;
	width:100px;
	height:80px;
	top:0;
	bottom:0;
	margin:auto;
	right:-10px;
	background:no-repeat;
}



/*保険料と保険給付*/
/*保険料*/
#subPage.insurance-b .categoryIndex ul li:nth-child(1) a:after {
 background-image: url("../images/common/cat_insurance_img01.png");
}
/*本人の保険給付一覧*/
#subPage.insurance-b .categoryIndex ul li:nth-child(2) a:after {
 background-image: url("../images/common/cat_insurance_img02.png");
}
/*家族の保険給付一覧*/
#subPage.insurance-b .categoryIndex ul li:nth-child(3) a:after {
 background-image: url("../images/common/cat_insurance_img03.png");
}



/* こんなとき */
/*保険証編*/
/*マイナンバーカードで受診するとき*/
#subPage.consultation .categoryIndex ul.cat_a li:nth-child(1) a:after {
 background-image: url("../images/common/cat_consultation01_img04.png");
}
/*家族が加入・脱退するとき*/
#subPage.consultation .categoryIndex ul.cat_a li:nth-child(2) a:after {
 background-image: url("../images/common/cat_consultation01_img01.png");
}
/*保険証をなくしたとき*/
#subPage.consultation .categoryIndex ul.cat_a li:nth-child(3) a:after {
 background-image: url("../images/common/cat_consultation01_img02.png");
}
/*氏名・住所等に変更があったとき*/
#subPage.consultation .categoryIndex ul.cat_a li:nth-child(4) 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_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");
}
/*75歳以上になったとき*/
#subPage.consultation .categoryIndex ul.cat_c li:nth-child(9) a:after {
 background-image: url("../images/common/cat_consultation03_img09.png");
}


/*健康づくり*/
/*保健事業一覧*/
#subPage.health-p .categoryIndex ul.cat_a li:nth-child(1) a:after {
 background-image: url("../images/common/cat_health-p01_img01.png");
}
/*健康サポート*/
/*健保だより*/
#subPage.health-p .categoryIndex ul.cat_b li:nth-child(1) a:after {
 background-image: url("../images/common/cat_health-p02_img01.png");
}
/*ファミリー健康診断*/
#subPage.health-p .categoryIndex ul.cat_b li:nth-child(2) a:after {
 background-image: url("../images/common/cat_health-p02_img02.png");
}
/*メンタルヘルスカウンセリング*/
#subPage.health-p .categoryIndex ul.cat_b li:nth-child(3) a:after {
 background-image: url("../images/common/cat_health-p02_img03.png");
}
/*Pep Up*/
#subPage.health-p .categoryIndex ul.cat_b li:nth-child(4) a:after {
 background-image: url("../health-promotion/images/pepup-icon.png");
  width: 60px;
  background-size: contain;
  background-position: center;
  right: 20px;
}
/*健康診断（検診）*/
/*人間ドック*/
#subPage.health-p .categoryIndex ul.cat_c li:nth-child(1) a:after{
 background-image: url("../images/common/cat_health-p03_img01.png");
}
/*婦人科検診（乳がん・子宮がん検診）*/
#subPage.health-p .categoryIndex ul.cat_c li:nth-child(2) a:after{
 background-image: url("../images/common/cat_health-p03_img02.png");
}
/*特定健診・保健指導*/
#subPage.health-p .categoryIndex ul.cat_c li:nth-child(3) a:after{
 background-image: url("../images/common/cat_health-p03_img03.png");
}
/*その他*/
/*予防接種費用補助*/

#subPage.health-p .categoryIndex ul.cat_d li:nth-child(1) a:after{
 background-image: url("../images/common/cat_health-p04_img01.png");
}


/*健康保険のしくみ*/
/*健康保険とは*/

#subPage.structure-i .categoryIndex ul li:nth-child(1) a:after {
 background-image: url("../images/common/cat_structure_img01.png");
}
/*健康保険組合のしごと*/
#subPage.structure-i .categoryIndex ul li:nth-child(2) a:after {
 background-image: url("../images/common/cat_structure_img02.png");
}
/*健康保険組合の運営*/
#subPage.structure-i .categoryIndex ul li:nth-child(3) a:after {
 background-image: url("../images/common/cat_structure_img03.png");
}
/*医療費支払いのしくみ*/
#subPage.structure-i .categoryIndex ul li:nth-child(4) a:after {
 background-image: url("../images/common/cat_structure_img04.png");
}
/*健康保険に加入する人*/
#subPage.structure-i .categoryIndex ul li:nth-child(5) a:after {
 background-image: url("../images/common/cat_structure_img05.png");
}
/*保険証*/
#subPage.structure-i .categoryIndex ul li:nth-child(6) a:after {
 background-image: url("../images/common/cat_structure_img06.png");
}
/*健康保険の給付*/
#subPage.structure-i .categoryIndex ul li:nth-child(7) a:after {
 background-image: url("../images/common/cat_structure_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");
}

/* Common Elements
------------------------------------------------------------------ */

#subPage .main h2 {
	position: relative;
  padding-bottom: 5px;
  line-height: 1.3;
	font-weight: bold;
	color: #87c989;	
}
#subPage .main h2::before {
}
#subPage .main h2::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom:-15px;
  width: 100%;
  max-width:943px;
  height: 78px;
  background: url("../images/common/ttl-bk02.png") no-repeat left bottom;
}