@charset "utf-8";

/* PC：home-pc.css
 * おまかせプラン ver.6
 * **************************************************
 * Hide (非表示)
 * Main Img
 * Info・Move（Information・Move 共通）
 * Information
 * Move
 * Links
 * Troubleshooting
 * Mini Content
 * **************************************************
 * Media Queries min-width: その他　 (調整)
 * **************************************************
 */

/* Hide
------------------------------------------------------------------ */
#globalNav nav li:hover > .sec {
	display: none;
}

/* グローバルナビゲーション表示設定 ここまで
====================================== */


/*  Main Img
------------------------------------------------------------------- */

#home .mainImages {
	text-align:center;
}

#home .mainImages img {
	display:block;
	margin: 0 auto 2px auto;
	width: 100%;
}

/*
#home .mainImg {
	text-align:center;
}
#home .mainImg img {
	display:block;
	margin: 0 auto 2px auto;
	width: 100%;
}
#home .mainImg button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 100;
}
#home .mainImg .slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -51px;
}
#home .mainImg .prev-arrow{
  left: 20px;
  width: 25px;
  height: 102px;
  background: url("../images/home/slick-arrow.png") no-repeat center/contain;
}
#home .mainImg .next-arrow{
  right: 20px;
  width: 25px;
  height: 102px;
  background: url("../images/home/slick-arrow.png") no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

#home .mainImg *:focus {
	outline: none;
}
#home .mainImg {
	text-align:center;
}
#home .mainImg img {
	display:block;
	margin: 0 auto 2px auto;
	width: 100%;
}
#home .mainImg button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 100;
}
#home .mainImg .slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
#home .mainImg .prev-arrow{
  left: 20px;
  width: 15px;
  height: 27px;
  background: url("../images/home/slick-arrow.png") no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#home .mainImg .next-arrow{
  right: 20px;
  width: 15px;
  height: 27px;
  background: url("../images/home/slick-arrow.png") no-repeat center/contain;
}
*/

/*  Main・Info（Main Img・Information 共通）
------------------------------------------------------------------- */
#home .mainInfo {
  width: 72.382%;
}
	
/*  Information
------------------------------------------------------------------- */
#home .information {
	float: left;
	position: relative;
	margin: 20px 15px 0 0;
	width: 100%;
	background-color: #fcf7fb;
}

#home .information p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	width: 100%;
  height: 89px;
}	
#home .information p .ttl {
	display: block;
	width:760px;
  height: 100%;
  background: url("../images/home/info-ttl.png") no-repeat left center/contain;
	font-size: 1.8em;
	font-weight: bold;
	text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}	
#home .information p span.btnNewsList {
	float: right;
	position: absolute; top:30px; right:0px;
}
#home .information .scrollBar {
	clear: both;
	padding-top:20px;
}
#home .information ul {
	overflow-y: auto;
	height: 21.6em;
	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: 15px;	
	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: #262626;
}
/* 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 {
}

/* 一覧 */
#home .information .btnNewsList {
	margin: 5px 0;
}
#home .information .btnNewsList a {
	display: block;
	padding: 3px 19px;
  background-color: #b555c2;
  border-radius: 30px / 100%;
	color: #ffffff;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	text-decoration: none; 
}

/*  Links
------------------------------------------------------------------- */
#home .links {
  width: 23.81%;
}
#home .links ul {
	width: 100%;
	margin-bottom: -2.0%;
}
#home .links li {
}
#home .links li + li {
	margin-top: 15px;
}
#home .links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	height: 78px;
	width: 100%;
	padding: 0 10px 0 65px;
	background: #ffffff no-repeat left center/100px;
	border:1px solid #edd5f0;
	font-size: 1.5em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color: #262626;
  font-weight: bold;
  line-height: 1.3;
	text-decoration: none;
	background:#fff center left 15px no-repeat;
}
#home .links li:nth-child(1) a {
  background-image: url("../images/home/links-icn_01.png");
	
}
#home .links li:nth-child(2) a {
  background-image: url("../images/home/links-icn_02.png")
}
#home .links li:nth-child(3) a {
  background-image: url("../images/home/links-icn_03.png")
}
#home .links li:nth-child(4) a {
  background-image: url("../images/home/links-icn_04.png")
}
#home .links li:nth-child(5) a {
  background-image: url("../images/home/links-icn_05.png")
}
#home .links li:nth-child(6) a {
  background-image: url("../images/home/links-icn_06.png")
}
#home .links li:nth-child(7) a {
  background-image: url("../images/home/links-icn_07.png")
}

#home .links li.compass a {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
#home .links a span {
}
#home .links a:hover {
  border-color: #edd5f0;
  background-color:#faf5ff!important;
}

/*  Troubleshooting
------------------------------------------------------------------- */
#home .troubleshooting {
	width:100%;
	margin-top: 60px;
}
#home .troubleshooting:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .troubleshooting .tab {
}

#home .troubleshooting .tab > li {
	float: left;
	margin-right: 10px;
	width: 20%;
  min-height: 64px;
	padding: 18px 5px 18px 5px;
	border-radius: 5px 5px 0 0;
  color: #ffffff;
	font-size: 1.6em;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
	text-align:center;
	background-color: #ebe0f3;
  color: #262626;
}

#home .troubleshooting .tab > li:hover {
   cursor: pointer;
}
#home .troubleshooting .tab > li.active {
	background-color: #b791d6;
	color:#fff;
}
#home .troubleshooting .tab > li:first-of-type{
	margin-left:2em;
}

#home .troubleshooting div {
	clear: both;
	border-radius: 5px;
	display: none;
	background-color: #b791d6;
}
#home .troubleshooting div:first-of-type {
	display: block;
	background-color: #b791d6;
}
#home .troubleshooting div:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .troubleshooting div ul {
	overflow: hidden;
	width: 100%;
	padding: 3%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home .troubleshooting div ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .troubleshooting div li {
	display: block;
	width: 19%;
}
#home .troubleshooting div li + li {
	margin-left: 1%;
}
#home .troubleshooting div li:nth-of-type(5n + 1){
	margin-left: 0;
}
#home .troubleshooting div li:nth-of-type(n + 6) {
	margin-top: 20px;
}

#home .troubleshooting div .line3{
	width:74.69%;
	margin:0 auto;
}

#home .troubleshooting div .line3 li{
	width:26%;
	margin-top:0px!important;
	margin-left: 1%;
}

#home .troubleshooting div .line3 li:nth-of-type(3n + 1){
	margin-left: 0;
}
#home .troubleshooting div .line3 li:nth-of-type(n + 4) {
	margin-top: 20px!important;
}


#home .troubleshooting div a {
	display: block;
	padding: 100px 10px 10px;
  height: 100%;
	min-height: 160px;
	width: 100%;
	border-radius: 5px;
	font-size: 1.5em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
	color: #262626;
  text-align: center;
  line-height: 1.3;
	text-decoration: none; 
box-shadow: 2px 2px 5px -2px #777777;
}

#home .troubleshooting div a span {
	display:block;
  width: 100%;
}


#home .troubleshooting div a .sp_br{
	display:none;
}

#home .troubleshooting li a {
	background-color:#fffff!important;
	background-repeat: no-repeat!important;
	background-position:center 20%!important;
}


#home .troubleshooting li a:hover {
	opacity:0.8;
}

/* Icon（受診編） */
/* 病気やけがで受診するとき */
#home .troubleshooting .tbT01 li:nth-child(1) a {
	background: #ffffff url(../images/common/cat02_icn04.png);
}
/* 入院したときの食事 */
#home .troubleshooting .tbT01 li:nth-child(2) a {
	background: #ffffff url(../images//common/cat02_icn05.png);
}
/* 在宅療養を受けるとき */
#home .troubleshooting .tbT01 li:nth-child(3) a {
	background: #ffffff url(../images/common/cat02_icn06.png);
}
/* 保険外の療養を受けるとき */
#home .troubleshooting .tbT01 li:nth-child(4) a {
	background: #ffffff url(../images/common/cat02_icn07.png);
}
/* 入院や転院で移送が必要なとき */
#home .troubleshooting .tbT01 li:nth-child(5) a {
	background: #ffffff url(../images/common/cat02_icn08.png);
}
/* 医療費が高額になるとき */
#home .troubleshooting .tbT01 li:nth-child(6) a {
	background: #ffffff url(../images/common/cat02_icn09.png);
}
/* 立て替え払いをしたとき */
#home .troubleshooting .tbT01 li:nth-child(7) a {
	background: #ffffff url(../images/common/cat02_icn10.png);
}
/* 海外で受診したとき */
#home .troubleshooting .tbT01 li:nth-child(8) a {
	background: #ffffff url(../images/common/cat02_icn11.png);
}
/* 第三者行為にあったとき（交通事故等） */
#home .troubleshooting .tbT01 li:nth-child(9) a {
	background: #ffffff url(../images/common/cat02_icn12.png);
}

/* Icon（ライフシーン編） */
/* 結婚したとき */
#home .troubleshooting .tbT02 li:nth-child(1) a {
	background: #ffffff url(../images/common/cat02_icn13.png);
}
/* 出産するとき */
#home .troubleshooting .tbT02 li:nth-child(2) a {
	background: #ffffff url(../images/common/cat02_icn14.png);
}
/* 出産で仕事を休むとき */
#home .troubleshooting .tbT02 li:nth-child(3) a {
	background: #ffffff url(../images/common/cat02_icn15.png);
}
/* 病気やけがで仕事を休むとき */
#home .troubleshooting .tbT02 li:nth-child(4) a {


	background: #ffffff url(../images/common/cat02_icn16.png);
}
/* 死亡したとき */
#home .troubleshooting .tbT02 li:nth-child(5) a {
	background: #ffffff url(../images/common/cat02_icn17.png);
}
/* 退職したとき */
#home .troubleshooting .tbT02 li:nth-child(6) a {
	background: #ffffff url(../images/common/cat02_icn18.png);
}
/* 任意継続被保険者になるとき */
#home .troubleshooting .tbT02 li:nth-child(7) a {
	background: #ffffff url(../images/common/cat02_icn19.png);
}
/* 70歳以上になったとき */
#home .troubleshooting .tbT02 li:nth-child(8) a {
	background: #ffffff url(../images/common/cat02_icn20.png);
}
/* 75歳以上になったとき */
#home .troubleshooting .tbT02 li:nth-child(9) a {
	background: #ffffff url(../images/common/cat02_icn21.png);
}

/* Icon（保険証編） */

/* 家族が加入・脱退するとき */
#home .troubleshooting .tbT03 li:nth-child(1) a {
	background: #ffffff url(../images/common/cat02_icn01.png);
}
/* 保険証をなくしたとき */
#home .troubleshooting .tbT03 li:nth-child(2) a {
	background: #ffffff url(../images/common/cat02_icn02.png);
}
/* 氏名に変更があったとき */
#home .troubleshooting .tbT03 li:nth-child(3) a {
	background: #ffffff url(../images/common/cat02_icn03.png);
}

/* Icon（健康づくり編） */
/* 契約保養所 */
#home .troubleshooting .tbT04 li:nth-child(1) a {
	background: #ffffff url(../images/common/cat03_icn01.png);
}
/* 人間ドック */
#home .troubleshooting .tbT04 li:nth-child(2) a {
	background: #ffffff url(../images/common/cat03_icn02.png);
}
/* フィットネスクラブ */
#home .troubleshooting .tbT04 li:nth-child(3) a {
	background: #ffffff url(../images/common/cat03_icn03.png);
}
/* 各種健診等 */
#home .troubleshooting .tbT04 li:nth-child(4) a {
	background: #ffffff url(../images/common/cat03_icn04.png);
}
/* 特定健診・特定保健指導 */
#home .troubleshooting .tbT04 li:nth-child(5) a {
	background: #ffffff url(../images/common/cat03_icn05.png);
}
/* データヘルス計画 */
#home .troubleshooting .tbT04 li:nth-child(6) a {
	background: #ffffff url(../images/common/cat03_icn06.png);
}





/*  Mini Content
------------------------------------------------------------------- */
#home .miniContent {
	margin-top: 50px;
	margin-bottom:20px;
}
#home .miniContent ul {
  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;
}
#home .miniContent li {
	width: 31.9%;
}
#home .miniContent li:nth-of-type(n + 4) {
	margin-top: 14px;
}
#home .miniContent a {
	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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
	padding: 0 50px 0 20px;
	min-height: 72px;
	border:1px solid #edd5f0;
	color: #3a3a3a;
	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;
	text-decoration: none; 
}


#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;
}

#home .miniContent a:hover  {
  border-color: #edd5f0!important;
  background-color:#faf5ff!important;
}