@charset "utf-8";

/* PC：home-pc.css
 * おまかせプラン ver.6
 * **************************************************
 * Hide (非表示)
 * Main Img
 * InfoWrap
 * Information
 * Move
 * Links
 * Troubleshooting
 * Mini Content
 * **************************************************
 * Media Queries min-width: その他　 (調整)
 * **************************************************
 */

/* Hide
------------------------------------------------------------------ */
#globalNav nav li:hover > .sec {
	display: none;
}

/* グローバルナビゲーション表示設定 ここまで
====================================== */


/*  Main Img
------------------------------------------------------------------- */
#home .mainImg {
	text-align:center;
}
#home .mainImg img {
	display:block;
	margin: 0 auto 2px auto;
	width: 100%;
	/*  max-width: 1200px; */
	/*  min-width: 900px; */
}
#home .mainImg *:focus {
    outline: none;
}
/*  InfoWrap
------------------------------------------------------------------- */
#home .infoWrap {
  width: 72%;
}
#home .infoWrap:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .infoWrap p .ttl {
	z-index: 1;
	display: block;
	position: absolute; top:15px; left:0;
	width: 180px;
  height: 38px;
	background: url("../images/home/info-ttl@2x.png") no-repeat center left/contain;
	font-size: 1.8em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-indent: -120%;
  overflow: hidden;
}	
	
/*  Information
------------------------------------------------------------------- */
#home .information {
	position: relative;
}
#home .information .btnNewsList {
	float: right;
	position: relative; top:10px; right:0px;
}
/* 一覧 */
#home .information .btnNewsList a {
	display: block;
	padding: 2px 18px;
  background-color: #00aaee;
  border-radius: 25px /100%;
	font-size: 1.4em;
	color: #ffffff;
	letter-spacing: 0.3em;
	text-decoration: none; 
}

#home .information .scrollBar {
	clear: both;
	padding: 30px 0 0;
}
#home .information ul {
	overflow-y: auto;
	height: 18em;
	width: 100%;
}
#home .information li {
	margin-right: 10px;
	border-top: none;
	border-bottom: 1px dotted #c1c1c1;
	font-size: 1.4em;
}
#home .information li:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .information li img{
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#home .information dl {
	clear: both;
	display: table;
}
#home .information dt {
	display: table-cell;
	padding: 10px 10px 10px 0;
	white-space:nowrap;
}
#home .information dt span {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 5.5em;
	border-radius: 2px;	
	font-size: 92.8%; /*  1.3em */
	color: #ffffff;
	text-align: center;
}
#home .information dd {
	display: table-cell;
	padding: 10px 0;
}
/* Media Queries 切替 */
@media all and (max-width: 935px) {
	#home .information dt {
		display: block;
		padding: 5px 0 2px 0;
	}
	#home .information dd {
		display: block;
		padding: 2px 0 5px 0;
	}
}
#home .information li a {
	display: inline;
	color: #000000;
}
/* Color */
/* 重要 */
#home .information dt span.news01 {
	background-color: #df0000;
}
/* イベント */
#home .information dt span.news02 {
	background-color: #fc9313;
}
/* INFO */
#home .information dt span.news03 {
	background-color: #fa8638;
}
/* 健康管理 */
#home .information dt span.news04 {
	background-color: #2dbcda;
}
/* 保養 */
#home .information dt span.news05 {
	background-color: #4fae2a;
}
/* 届出 */
#home .information dt span.news06 {
	background-color: #535abe;
}
/* 保険給付 */
#home .information dt span.news07 {
	background-color: #8a59b8;
}
/* 公告 */
#home .information dt span.news08 {
	background-color: #be5486;
}
/* なし */
#home .information dt span.news09 {
}




/*  Links
------------------------------------------------------------------- */
#home .links {
  width: 24%;
}
#home .links ul {
	overflow: hidden;
}
#home .links li {
  display: table;
  width: 100%;
  min-height: 85px;
	border:1px solid #00aaee;
	border-radius: 5px;
	color:#00aaee;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
  line-height: 1.2;
}
#home .links li + li {
	margin-top: 2.0%;
}
#home .links a {
	display: table-cell;
	height: 100%;
	width: 100%;
	padding: 20px 60px 20px 20px;
	font-size: 1.5em;
	color: inherit;
	text-decoration: none; 
	vertical-align: middle;
}
#home .links li:nth-child(1) a {
	background: url("../images/home/bannerIcn_01@2x.png") no-repeat 97% center/50px;
}
#home .links li:nth-child(2) a {
	background: url("../images/home/bannerIcn_02@2x.png") no-repeat 97% center/50px;
}
#home .links li:nth-child(3) a {
	background: url("../images/home/bannerIcn_03@2x.png") no-repeat 97% center/50px;
}
/*ボーダーなしバナー*/
#home .links li.no-bor {
  border: none;
}
#home .links li.no-bor a {
  padding: 0;
}
#home .links li.no-bor a img {
  width: 100%;
  height: auto;
}

#home .links a:hover {
}

/*  Troubleshooting
------------------------------------------------------------------- */
#home .troubleshooting {
	margin-top: 35px;
}
#home .troubleshooting:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .troubleshooting .tab {
  padding-left: 20px;
}
#home .troubleshooting .tab > li {
	float: left;
	margin-right: 2px;
	padding: 12px 5px 10px 5px;
	width: 20%;
	border-radius: 5px 5px 0 0;
	font-size: 1.6em;
  color: #ffffff;
	font-weight: bold;
	text-align:center;
}
#home .troubleshooting .tab > li:nth-child(1) {
	background-color: #64cbcc;
}
#home .troubleshooting .tab > li:nth-child(2) {
	background-color: #ff9874;
}
#home .troubleshooting .tab > li:nth-child(3) {
	background-color: #e6d05b;
}
#home .troubleshooting .tab > li:nth-child(4) {
	background-color: #85beff;
}
#home .troubleshooting .tab > li:hover {
   cursor: pointer;
}
#home .troubleshooting .tab > li.active {
	color:#333333;
	background-color: #f3f3f3;
}
#home .troubleshooting div {
	clear: both;
	padding: 20px;
	background-color: #f3f3f3;
	border-radius: 5px;
	display: none;
}
#home .troubleshooting div:first-of-type {
	display: block;
}
#home .troubleshooting div:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .troubleshooting div ul {
	width: 100%;
}
#home .troubleshooting div ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .troubleshooting div li {
	float: left;
	display: block;
	width: 31.5%;
	margin-right: 2.5%;
  background-color:  #ffffff;
	border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
          box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	color:#000000;
	font-size: 1.5em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
  line-height: 1.3;
}
#home .troubleshooting div li:nth-child(n + 4) {
	margin-top: 20px;
}
#home .troubleshooting div li:nth-child(3n) {
	margin-right: 0;
}
#home .troubleshooting div li:hover {
  opacity: .8;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(88,148,172,.8);
          box-shadow: 0px 0px 5px 0px rgba(88,148,172,.8);
}
#home .troubleshooting div a {
	display: table-cell;
	padding: 0 75px 0 14px;
	height: 75px;
	width: 31.5%;
  background: no-repeat 98% center/70px;
	color: inherit;
	text-decoration: none; 
	vertical-align: middle;
}
#home .troubleshooting div a span {
	display:block;
}

/* Icon（受診編） */
/* 病気やけがで受診するとき */
#home .troubleshooting .tbT01 li:nth-child(1) a {
	background-image: url("../images/home/tbT01_img01@2x.png");
}
/* 入院したときの食事 */
#home .troubleshooting .tbT01 li:nth-child(2) a {
	background-image: url(../images/home/tbT01_img02@2x.png);
}
/* 在宅療養を受けるとき */
#home .troubleshooting .tbT01 li:nth-child(3) a {
	background-image: url(../images/home/tbT01_img03@2x.png);
}
/* 保険外の療養を受けるとき */
#home .troubleshooting .tbT01 li:nth-child(4) a {
	background-image: url(../images/home/tbT01_img04@2x.png);
}
/* 入院や転院で移送が必要なとき */
#home .troubleshooting .tbT01 li:nth-child(5) a {
	background-image: url(../images/home/tbT01_img05@2x.png);
}
/* 医療費が高額になるとき */
#home .troubleshooting .tbT01 li:nth-child(6) a {
	background-image: url(../images/home/tbT01_img06@2x.png);
}
/* 立て替え払いをしたとき */
#home .troubleshooting .tbT01 li:nth-child(7) a {
	background-image: url(../images/home/tbT01_img07@2x.png);
}
/* 海外で受診したとき */
#home .troubleshooting .tbT01 li:nth-child(8) a {
	background-image: url(../images/home/tbT01_img08@2x.png);
}
/* 第三者行為にあったとき（交通事故等） */
#home .troubleshooting .tbT01 li:nth-child(9) a {
	background-image: url(../images/home/tbT01_img09@2x.png);
}

/* Icon（ライフシーン編） */
/* 結婚したとき */
#home .troubleshooting .tbT02 li:nth-child(1) a {
	background-image: url(../images/home/tbT02_img01@2x.png);
}
/* 出産するとき */
#home .troubleshooting .tbT02 li:nth-child(2) a {
	background-image: url(../images/home/tbT02_img02@2x.png);
}
/* 出産で仕事を休むとき */
#home .troubleshooting .tbT02 li:nth-child(3) a {
	background-image: url(../images/home/tbT02_img03@2x.png);
}
/* 病気やけがで仕事を休むとき */
#home .troubleshooting .tbT02 li:nth-child(4) a {
	background-image: url(../images/home/tbT02_img04@2x.png);
}
/* 死亡したとき */
#home .troubleshooting .tbT02 li:nth-child(5) a {
	background-image: url(../images/home/tbT02_img05@2x.png);
}
/* 退職したとき */
#home .troubleshooting .tbT02 li:nth-child(6) a {
	background-image: url(../images/home/tbT02_img06@2x.png);
}
/* 任意継続被保険者になるとき */
#home .troubleshooting .tbT02 li:nth-child(7) a {
	background-image: url(../images/home/tbT02_img07@2x.png);
}
/* 70歳以上になったとき */
#home .troubleshooting .tbT02 li:nth-child(8) a {
	background-image: url(../images/home/tbT02_img08@2x.png);
}
/* 75歳以上になったとき */
#home .troubleshooting .tbT02 li:nth-child(9) a {
	background-image: url(../images/home/tbT02_img09@2x.png);
}

/* Icon（保険証編） */
/* 家族が加入・脱退するとき */
#home .troubleshooting .tbT03 li:nth-child(1) a {
	background-image: url(../images/home/tbT03_img01@2x.png);
}
/* 保険証をなくしたとき */
#home .troubleshooting .tbT03 li:nth-child(2) a {
	background-image: url(../images/home/tbT03_img02@2x.png);
}
/* 氏名・住所等に変更があったとき */
#home .troubleshooting .tbT03 li:nth-child(3) a {
	background-image: url(../images/home/tbT03_img03@2x.png);
}

/* Icon（健康づくり編） */
/* 神栄健保の保健事業概要一覧 */
#home .troubleshooting .tbT04 li:nth-child(1) a {
	background-image: url(../images/home/tbT04_img01@2x.png);
}
/* 人間ドック */
#home .troubleshooting .tbT04 li:nth-child(2) a {
	background-image: url(../images/home/tbT04_img02@2x.png);
}
/* がん検診 */
#home .troubleshooting .tbT04 li:nth-child(3) a {
	background-image: url(../images/home/tbT04_img03@2x.png);
}
/* 郵送検診 */
#home .troubleshooting .tbT04 li:nth-child(4) a {
	background-image: url(../images/home/tbT04_img04@2x.png);
}
/* 歯科検診 */
#home .troubleshooting .tbT04 li:nth-child(5) a {
	background-image: url(../images/home/tbT04_img05@2x.png);
}
/* 予防接種 */
#home .troubleshooting .tbT04 li:nth-child(6) a {
	background-image: url(../images/home/tbT04_img06@2x.png);
}
/* その他の補助 */
#home .troubleshooting .tbT04 li:nth-child(7) a {
	background-image: url(../images/home/tbT04_img07@2x.png);
}
/* 育児支援 */
#home .troubleshooting .tbT04 li:nth-child(8) a {
	background-image: url(../images/home/tbT04_img08@2x.png);
}
/* 健康情報 */
#home .troubleshooting .tbT04 li:nth-child(9) a {
	background-image: url(../images/home/tbT04_img09@2x.png);
}
/* 特定健診・特定保健指導 */
#home .troubleshooting .tbT04 li:nth-child(10) a {
	background-image: url(../images/home/tbT04_img10@2x.png);
}
/* スポーツクラブ等の利用*/
#home .troubleshooting .tbT04 li:nth-child(11) a {
	background-image: url(../images/home/tbT04_img11@2x.png);
}


/*  Mini Content
------------------------------------------------------------------- */
#home .miniContent {
	width: 100%;
	margin-top: 30px;
}
#home .miniContent ul {
	overflow: hidden;
}
#home .miniContent li {
	float: left;
	width: 32.0%;
}
#home .miniContent li + li {
	margin-right: 2.0%;
	margin-bottom: 2.0%;
}
#home .miniContent li:first-child {
	margin-right: 2.0%;
	margin-bottom: 2.0%;
}
#home .miniContent li:nth-child(3n) {
	margin-right: 0;
}
#home .miniContent li:nth-child(n + 3) {
	margin-bottom: 0;
}
#home .miniContent a {
	display: table-cell;
	padding: 0 50px 0 20px;
	height: 65px;
	width: 32.0%;
	border:1px solid #d7d7d7;
	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;
}
#home .miniContent a:hover {
}
#home .miniContent span {
	display: block;
	font-size: 78%;
}
/*  Illust（Mini Content） */
/* 接骨院にかかるとき */
#home .miniContent li.clinic a {
	background: #ffffff url(../images/home/ilst-mini-clinic.png) no-repeat right bottom;
}
/* ジェネリック医療の活用 */
#home .miniContent li.generic a {
	background: #ffffff url(../images/home/ilst-mini-generic.png) no-repeat right bottom;
}
/* 自動車事故にあったとき */
#home .miniContent li.car a {
	background: #ffffff url(../images/home/ilst-mini-car.png) no-repeat right bottom;
}
/* 時間外受診編 */
#home .miniContent li.overtime a {
	background: #ffffff url(../images/home/ilst-mini-overtime.png) no-repeat right bottom;
}
/* はしご受診編 */
#home .miniContent li.crawl a {
	background: #ffffff url(../images/home/ilst-mini-crawl.png) no-repeat right bottom;
}
/* かかりつけ受診編 */
#home .miniContent li.doctor a {
	background: #ffffff url(../images/home/ilst-mini-doctor.png) no-repeat right bottom;
}

