@charset "utf-8";

/* PC：home-sp.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;
	width: 100%;
}

/*  Info・Move（Information・Move 共通）
------------------------------------------------------------------- */
#home .infoMove {
}
#home .infoMove:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .infoMove p .ttl {
	z-index: 1;
	display: block;
	position: absolute; top:15px; left:-5px;
	width: 120px;
	background-color: #5faad8;
	-webkit-border-radius: 2px;  
	-moz-border-radius: 2px;  
	border-radius: 2px;
	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-align: center;
}	
	
/*  Information
------------------------------------------------------------------- */
#home .information {
	position: relative;
  margin-top: 90px;
	padding:0 15px;
}
#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%;
  background: url("../images/home/info-ttl_sp02.png") no-repeat left center/35%;
	padding-bottom:10px;
	border-bottom:1px solid #b791d6;
	position:relative;
}	
#home .information p .ttl {
	text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

#home .information p:before {
	position:absolute;
	content: '';
	width: 80%;
	height: 50px;
	display: block;
	background: url("../images/home/info-ttl_sp01.png") no-repeat 100%/contain;
	top:-70px;
	left:0;
	right:0;
	margin:auto
}

/* 一覧 */
#home .information p .btnNewsList {
  background-color: #b555c2;
  color: #ffffff;
  border-radius: 100vh;
	margin-top:10px;
}
#home .information p .btnNewsList a {
	display: block;
  padding: .2em 1.6em;
	color: inherit;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size: 1.4em;
  font-weight: 500;
  text-decoration: none;
}
#home .information .scrollBar {
	margin-top: 10px;
}
#home .information ul {
	overflow-y: auto;
	max-height: 37em;
	width: 100%;
}
#home .information li {
	margin-right: 10px;
	border-top: none;
	border-bottom:1px solid #b791d6;
	font-size: 1.4em;
}
#home .information li img{
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#home .information dl {
	display: table;
  width: 100%;
}
#home .information dt {
	padding: 10px 0 2px 0;
	white-space:nowrap;
}
#home .information dt span {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 5.5em;
  border-radius: 100vh;
	font-size: 92.8%; /*  1.3em */
	color: #ffffff;
	text-align: center;
}
#home .information dd {
	padding: 2px 0 10px 6em;
}
#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 {
}

/*  Move
------------------------------------------------------------------- */
#home .move {
	margin-top: 30px;
}
#home .move > p {
	position: relative; left: 0.3em;
	font-size: 1.9em;
	color: #70a9d4;
	font-weight: bold;
}
#home .move > p:before {
	position: relative; left: -0.3em;
	content: '●';
	color: #b2d9f1;
}
#home .move > div {
	position: relative;
	margin-top: 5px;
	height: 250px;
	/* background-image: url(../images/home/btn-move.png), url(../images/home/img-move.png); */
	background-image: url(../images/home/btn-move.png), url(https://img.youtube.com/vi/-95ak3TiC1Q/0.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center center, top center;
	background-size: 45px 44px, 100% auto;
	border: 1px solid #5faad8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#home .move a {
	display: block;
	height: 100%;
}
/*  Youtube 埋め込み */
#home .move iframe {
	position: absolute; top:0px; right:0px;
	height: 100%;
	width: 100%;
}
/*  
#home .move p .ttl {
	text-indent: 0.5em;
	letter-spacing: 0.5em;
}
*/

/*  Links
------------------------------------------------------------------- */
#home .links {
	clear: both;
	margin-top: 35px;
	padding:0 15px;
}
#home .links:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .links ul {
	overflow: hidden;
	margin-bottom: -2.0%;
}
#home .links li {
	float: left;
	width: 48.75%;
}
#home .links li + li {
	margin-right: 2.0%;
	margin-bottom: 2.0%;
}
#home .links li:first-child {
	margin-right: 2.0%;
	margin-bottom: 2.0%;
}
#home .links li:nth-child(2n) {
	margin-right: 0;
}
#home .links a {
	display: table-cell;
	padding: 0 10px 0 52px;
	height: 65px;
	width: 48.75%;
	background: #ffffff no-repeat 5% center;
	border:1px solid #edd5f0;
	font-size: 1.3em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
	color:#000000;
	line-height: 1.5;
	text-decoration: none; 
	vertical-align: middle;
}
#home .links a:hover {
}


#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")
}


/*  Troubleshooting
------------------------------------------------------------------- */
#home .troubleshooting {
	margin-top: 35px;
}
#home .troubleshooting:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .troubleshooting .tab {
}
#home .troubleshooting .tab > li {
	float: left;
	margin-left: 5px;
	margin-bottom: -1px;
	padding: 12px 0 10px 0;
	width: 22%;
	background-color: #ebe0f3;
	border: 1px solid #ebe0f3;
	border-bottom: 1px solid #b791d6;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-size: 1.0em;
	font-weight: bold;
	text-align:center;
}
#home .troubleshooting .tab > li:hover {
   cursor: pointer;
}
#home .troubleshooting .tab > li.active {
	border: 1px solid #b791d6;
	border-bottom: 1px solid #b791d6;
	color:#fff;
	background:#b791d6;
}
#home .troubleshooting div {
	clear: both;
	padding: 30px 0 20px 0;
	background-color: #b791d6;
	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 {
  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;
	margin: 0 auto;
	width: 90%;
}
#home .troubleshooting div li {
	display: table;
	width: 32%;
  min-height: 120px;
  margin-right: 2%;
  color: #262626;
	font-size: 1.1em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  line-height: 1.3;
	font-weight: bold;
  text-align: center;
box-shadow: 2px 2px 5px -2px #777777;
}
#home .troubleshooting div li:nth-child(3n) {
	margin-right: 0;
}
#home .troubleshooting div li:nth-child(n + 4) {
	margin-top: 10px;
}
#home .troubleshooting div a {
	display: table-cell;
	padding: 70px 3px 0;
	height: 100%!important;
	width: 100%;  
	color: inherit;
	text-decoration: none; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#home .troubleshooting div a:hover {
}
#home .troubleshooting div a span span{
  display:block;
	font-size: 85%;
}

#home .troubleshooting div a.none {
	color: #c0c0c0;
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
}
#home .troubleshooting div a.none:hover {
   -webkit-opacity:1;
   -moz-opacity:1;
   opacity:1;
   cursor: default;
}


#home .troubleshooting li a {
	background-color:#fffff!important;
	background-repeat: no-repeat!important;
	background-position:center top 13%!important;
	background-size:60%!important;
}
/* 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 {
	clear: both;
	margin-top: 35px;
	padding:0 15px;
}
#home .miniContent:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .miniContent ul {
	overflow: hidden;
	margin-bottom: -2.0%;
}
#home .miniContent li {
	float: left;
	width: 48.75%;
}
#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(2n) {
	margin-right: 0;
}
#home .miniContent a {
	display: table-cell;
	padding: 0 50px 0 7px;
	min-height: 70px;
	width: 48.75%;
	border:1px solid #edd5f0;
	font-size: 1.4em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
	color:#595959;
	line-height: 1.5;
	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;
}


