@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: その他　 (調整)
 * **************************************************
 */


#home .container{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.sp-none{
    display:none;
}
.pc-none{
    display:block;
}
 /* Header
------------------------------------------------------------------ */
#header {
	height: 60px;
	width: 100%;
	background-color: #ffffff;
}
#header .inner {
}

/* Logo */
#header .logo {
	text-align:left;
}
#header .logo img {
	max-width: 70%;
	height: auto;
}

/* Utility：Font Size Change */
#header .utility .sizeChange {
}

/* Utility：Site Search */
#header .utility .search {
}

/* SP Navi */
#header .spNavi {
	z-index: 99999;
	display: block;
	position: absolute;
	top: 8px; right: 10px;
	height: 44px;
	width: 44px;
  background-color: #00937d;
  border: 1px solid #00937d;
	border-radius: 100%;
  cursor: pointer;
}
#header .spNavi a {
	display: block;
	padding: 13px 0 0 9px;
	height: 44px;
	width: 44px;
}
#header .spNavi span {
	background: #ffffff;
	border-radius: 2px;
	display: block;
	height: 2px;
	position: aboslute;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 24px;
}
#header .spNavi span:nth-of-type(2),
#header .spNavi span:nth-of-type(3) {
	margin-top: 5px;
}
/* ナビゲーションアイコン：アクティブ */
html.mm-wrapper_opening .spNavi span:nth-of-type(1) {
	-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
	-ms-transform: translateY(7px) translateX(0) rotate(45deg);
	    transform: translateY(7px) translateX(0) rotate(45deg);
}
html.mm-wrapper_opening .spNavi span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	    transform: translateY(7px);
}
html.mm-wrapper_opening .spNavi span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
	    transform: translateY(-7px) translateX(0) rotate(-45deg);
}

.mm-listview br{display:none;}

/* Global Navigation (Top)
------------------------------------------------------------------ */
#globalNav {
	display: none;
}

/* Header Navigation
------------------------------------------------------------------ */
#headerNav {
	display: none;
}

/* Local Navigation
------------------------------------------------------------------ */
#subPage .localNav {
	display: none;
}

/* Common Elements
------------------------------------------------------------------ */


/* Hide
------------------------------------------------------------------ */
#globalNav nav li:hover > .sec {
	display: none;
}

/* グローバルナビゲーション表示設定 ここまで
====================================== */


/*  Main Img
------------------------------------------------------------------- */
#home .mainImg {
	text-align:center;
}
#home .mainImg img {
	display:block;
	margin: 0 auto;
	width: 100%;
	/*  max-width: 1200px; */
	/*  min-width: 900px; */
}

/*  Info・Move（Information・Move 共通）
------------------------------------------------------------------- */
#home .infoAddress {
}
#home .infoAddress:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#home .infoAddress p .ttl {
	z-index: 1;
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 60px;
	background:url(../images/home/info_title@2x.png) no-repeat;
	background-size:45%;
}	
		
/*  Information
------------------------------------------------------------------- */
#home .information {
	position: relative;
	margin:30px 10px;
	background-color: #ffffff;
}

#home .information-box{
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
          box-shadow: 0 0 6px rgba(0,0,0,.2);}

#home .information-box p {
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home .information-box p .ttl {
	display: block;
	padding-left:20px;
}	
/* 一覧 */
#home .information-box .btnNewsList {
	position: relative;
  top: 10px; right:10px;
}
#home .information-box .btnNewsList a:hover {
  opacity: .7;
}
#home .information .scrollBar {
	padding: 0 20px 10px 20px;
}

#home .ad-box{
	display:flex;
	justify-content:space-between;
	margin-top:15px;
	border:1px solid #00cc99;
	border-radius:10px;
}

#home .ad-box li{
	padding:10px;
}
#home .ad-box li p{
	font-size:1.2em;
}

#home .ad-box li:last-child{
	max-width:133px;
	border-left:1px solid #00cc99;
}

#home .ad-box :last-child img{
	max-width:100%;
}
#home .ad-box :last-child p{
	font-size:1.1em;
}


/*  Troubleshooting
------------------------------------------------------------------- */
#home .troubleshooting {
}
#home .troubleshooting:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .troubleshooting .tab {
	display:flex;
	align-items:stretch;
}
#home .troubleshooting .tab > li {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	padding: 12px 5px 10px 5px;
	width:calc(100% / 5);
	border-radius: 5px 5px 0 0;
	color: #fff;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align:center;
}

#home .troubleshooting .tab > li:nth-of-type(3){
	width:30%!important;
}


#home .troubleshooting .tab > li+ li {margin-left: .95%;}
#home .troubleshooting .tab > li:nth-of-type(1) { background-color: #ffe973;}
#home .troubleshooting .tab > li:nth-of-type(2) { background-color: #b2ddb0;}
#home .troubleshooting .tab > li:nth-of-type(3) { background-color: #b3e2ee;}
#home .troubleshooting .tab > li:nth-of-type(4) { background-color: #ffc98b;}
#home .troubleshooting .tab > li:nth-of-type(5) { background-color: #c8c5e4;}

#home .troubleshooting .tab > li:nth-of-type(1).active {
  background-color: #ffe973;
}
#home .troubleshooting .tab > li:nth-of-type(2).active {
  background-color: #b2ddb0;
}
#home .troubleshooting .tab > li:nth-of-type(3).active {
  background-color: #b3e2ee;
}
#home .troubleshooting .tab > li:nth-of-type(4).active {
  background-color: #ffc98b;
}
#home .troubleshooting .tab > li:nth-of-type(5).active {
  background-color: #c8c5e4;
}
#home .troubleshooting .tab > li:hover {
   cursor: pointer;
  opacity: .8;
}
#home .troubleshooting div {
	clear: both;
	padding: 2% 2%;
	background-color: #ffffff;
	border-radius: 0 0 4px 4px;
	display: none;
}
#home .troubleshooting .tbT01 {display: block;background-color: #ffe973;}
#home .troubleshooting .tbT02 { background-color: #b2ddb0;}
#home .troubleshooting .tbT03 { background-color: #b3e2ee;}
#home .troubleshooting .tbT04 { background-color: #ffc98b;}
#home .troubleshooting .tbT05 { background-color: #c8c5e4;}
#home .troubleshooting div:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .troubleshooting div ul {
	background:#fff;
	padding:20px 10px;
	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;
}
#home .troubleshooting div ul::after {
  content: "";
  width:49.7%;
  height: 0;
}
#home .troubleshooting div li {
	display: block;
	max-width:50%;
	width:50%;
}
#home .troubleshooting div li img{
}
#home .troubleshooting div li:nth-of-type(n+5) {margin-top: 0.5%}
#home .troubleshooting div a {
	display:block;
	text-indent:-5000px;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	background-size:contain;
	height:80px;
}

#home .troubleshooting div a span {
	display:block;
  width: 100%;
}


/* Icon（こんなときどうする？） */
/*家族を扶養に入れたいとき*/
#home .troubleshooting .tbT01 li:nth-child(1) a{
	background-image:url("../konnatoki/img/h_join.gif");
}
#home .troubleshooting .tbT01 li:nth-child(1) a:hover{
	background-image:url("../konnatoki/img/h_join-2.gif?ver=250430");
}
/*子どもが産まれた*/
#home .troubleshooting .tbT01 li:nth-child(2) a{
	background-image:url("../konnatoki/img/h_birth.gif");
}
#home .troubleshooting .tbT01 li:nth-child(2) a:hover{
	background-image:url("../konnatoki/img/h_birth-2.gif");
}
/* 被保険者の資格を失ったあと、引きつづき被保険者でいたいとき */
#home .troubleshooting .tbT01 li:nth-child(3) a{
	background-image:url("../konnatoki/img/h_042_31.gif");
}
#home .troubleshooting .tbT01 li:nth-child(3) a:hover{
	background-image:url("../konnatoki/img/h_042_31-2.gif");
}
/* 立て替え払いをしたとき */
#home .troubleshooting .tbT01 li:nth-child(4) a{
	background-image:url("../konnatoki/img/h_043_24.gif");
}
#home .troubleshooting .tbT01 li:nth-child(4) a:hover{
	background-image:url("../konnatoki/img/h_043_24-2.gif");
}
/* 病気やけがで仕事を休んだとき */
#home .troubleshooting .tbT01 li:nth-child(5) a{
	background-image:url("../konnatoki/img/h_04_33.gif");
}
#home .troubleshooting .tbT01 li:nth-child(5) a:hover{
	background-image:url("../konnatoki/img/h_04_33-2.gif");
}
/* 保険外の療養を受けるとき */
#home .troubleshooting .tbT01 li:nth-child(6) a{
	background-image:url("../konnatoki/img/h_04_31.gif");
}
#home .troubleshooting .tbT01 li:nth-child(6) a:hover{
	background-image:url("../konnatoki/img/h_04_31-2.gif");
}
/*家族を扶養からはずす*/
#home .troubleshooting .tbT01 li:nth-child(7) a{
	background-image:url("../konnatoki/img/h_leave.gif");
}
#home .troubleshooting .tbT01 li:nth-child(7) a:hover{
	background-image:url("../konnatoki/img/h_leave-2.gif?ver=250430");
}
/*被保険者の資格を失ったとき*/
#home .troubleshooting .tbT01 li:nth-child(8) a{
	background-image:url("../konnatoki/img/h_042_30.gif");
}
#home .troubleshooting .tbT01 li:nth-child(8) a:hover{
	background-image:url("../konnatoki/img/h_042_30-2.gif");
}
/*本人が病気やけがをしたとき*/
#home .troubleshooting .tbT01 li:nth-child(9) a{
	background-image:url("../konnatoki/img/h_04_23.gif");
	margin-top:-6px!important;
}
#home .troubleshooting .tbT01 li:nth-child(9) a:hover{
	background-image:url("../konnatoki/img/h_04_23-2.gif");
}
/*自己負担が高額になったとき*/
#home .troubleshooting .tbT01 li:nth-child(10) a{
	background-image:url("../konnatoki/img/h_04_27.gif");
}
#home .troubleshooting .tbT01 li:nth-child(10) a:hover{
	background-image:url("../konnatoki/img/h_04_27-2.gif");
}
/*はりきゅう、あんま、マッサージにかかったとき*/
#home .troubleshooting .tbT01 li:nth-child(11) a{
	background-image:url("../konnatoki/img/btn_hari.gif");
}
#home .troubleshooting .tbT01 li:nth-child(11) a:hover{
	background-image:url("../konnatoki/img/btn_hari_on.gif");
}
/*公費で受けられるとき*/
#home .troubleshooting .tbT01 li:nth-child(12) a{
	background-image:url("../konnatoki/img/h_04_36.gif");
}
#home .troubleshooting .tbT01 li:nth-child(12) a:hover{
	background-image:url("../konnatoki/img/h_04_36-2.gif");
}
/*被保険者の氏名や被扶養者の氏名に変更のあったとき*/
#home .troubleshooting .tbT01 li:nth-child(13) a{
	background-image:url("../konnatoki/img/h_042_28.gif");
}
#home .troubleshooting .tbT01 li:nth-child(13) a:hover{
	background-image:url("../konnatoki/img/h_042_28-2.gif");
}
/* 資格確認書等の交付・再交付を申請するとき */
#home .troubleshooting .tbT01 li:nth-child(14) a{
	background-image:url("../konnatoki/img/h_042_24.gif");
}
#home .troubleshooting .tbT01 li:nth-child(14) a:hover{
	background-image:url("../konnatoki/img/h_042_24-2.gif");
}
/*家族が病気やけがをしたとき*/
#home .troubleshooting .tbT01 li:nth-child(15) a{
	background-image:url("../konnatoki/img/h_04_24.gif");
	margin-top:-4px!important;
}
#home .troubleshooting .tbT01 li:nth-child(15) a:hover{
	background-image:url("../konnatoki/img/h_04_24-2.gif");
}
/*出産したとき*/
#home .troubleshooting .tbT01 li:nth-child(16) a{
	background-image:url("../konnatoki/img/h_04_34.gif");
}
#home .troubleshooting .tbT01 li:nth-child(16) a:hover{
	background-image:url("../konnatoki/img/h_04_34-2.gif");
}
/*死亡したとき*/
#home .troubleshooting .tbT01 li:nth-child(17) a{
	background-image:url("../konnatoki/img/h_04_35.gif");
}
#home .troubleshooting .tbT01 li:nth-child(17) a:hover{
	background-image:url("../konnatoki/img/h_04_35-2.gif");
}
/*自動車事故にあったとき*/
#home .troubleshooting .tbT01 li:nth-child(18) a{
	background-image:url("../konnatoki/img/h_04_37.gif");
}
#home .troubleshooting .tbT01 li:nth-child(18) a:hover{
	background-image:url("../konnatoki/img/h_04_37-2.gif");
}

/* Icon（給付から探す） */
/*本人が病気やけがをしたとき*/
#home .troubleshooting .tbT02 li:nth-child(1) a{
	background-image:url("../konnatoki/img/h_04_23.gif");
	margin-top:-6px!important;
}
#home .troubleshooting .tbT02 li:nth-child(1) a:hover{
	background-image:url("../konnatoki/img/h_04_23-2.gif");
}
/* 立て替え払いをしたとき */
#home .troubleshooting .tbT02 li:nth-child(2) a{
	background-image:url("../konnatoki/img/h_043_24.gif");
}
#home .troubleshooting .tbT02 li:nth-child(2) a:hover{
	background-image:url("../konnatoki/img/h_043_24-2.gif");
}
/*はりきゅう、あんま、マッサージにかかったとき*/
#home .troubleshooting .tbT02 li:nth-child(3) a{
	background-image:url("../konnatoki/img/btn_hari.gif");
}
#home .troubleshooting .tbT02 li:nth-child(3) a:hover{
	background-image:url("../konnatoki/img/btn_hari_on.gif");
}
/* 保険外の療養を受けるとき */
#home .troubleshooting .tbT02 li:nth-child(4) a{
	background-image:url("../konnatoki/img/h_04_31.gif");
}
#home .troubleshooting .tbT02 li:nth-child(4) a:hover{
	background-image:url("../konnatoki/img/h_04_31-2.gif");
}
/*家族が病気やけがをしたとき*/
#home .troubleshooting .tbT02 li:nth-child(5) a{
	background-image:url("../konnatoki/img/h_04_24.gif");
	margin-top:-4px!important;
}
#home .troubleshooting .tbT02 li:nth-child(5) a:hover{
	background-image:url("../konnatoki/img/h_04_24-2.gif");
}
/*自己負担が高額になったとき*/
#home .troubleshooting .tbT02 li:nth-child(6) a{
	background-image:url("../konnatoki/img/h_04_27.gif");
}
#home .troubleshooting .tbT02 li:nth-child(6) a:hover{
	background-image:url("../konnatoki/img/h_04_27-2.gif");
}
/* 病気やけがで仕事を休んだとき */
#home .troubleshooting .tbT02 li:nth-child(7) a{
	background-image:url("../konnatoki/img/h_043_27.gif");
}
#home .troubleshooting .tbT02 li:nth-child(7) a:hover{
	background-image:url("../konnatoki/img/h_043_27-2.gif");
}
/*公費で受けられるとき*/
#home .troubleshooting .tbT02 li:nth-child(8) a{
	background-image:url("../konnatoki/img/h_04_36.gif");
}
#home .troubleshooting .tbT02 li:nth-child(8) a:hover{
	background-image:url("../konnatoki/img/h_04_36-2.gif");
}
/*出産したとき*/
#home .troubleshooting .tbT02 li:nth-child(9) a{
	background-image:url("../konnatoki/img/h_043_28.gif");
}
#home .troubleshooting .tbT02 li:nth-child(9) a:hover{
	background-image:url("../konnatoki/img/h_043_28-2.gif");
}
/*死亡したとき*/
#home .troubleshooting .tbT02 li:nth-child(10) a{
	background-image:url("../konnatoki/img/h_043_29.gif");
}
#home .troubleshooting .tbT02 li:nth-child(10) a:hover{
	background-image:url("../konnatoki/img/h_043_29-2.gif");
}
/*自動車事故にあったとき*/
#home .troubleshooting .tbT02 li:nth-child(11) a{
	background-image:url("../konnatoki/img/h_043_30.gif");
}
#home .troubleshooting .tbT02 li:nth-child(11) a:hover{
	background-image:url("../konnatoki/img/h_043_30-2.gif");
}
/*移送費*/
#home .troubleshooting .tbT02 li:nth-child(12) a{
	background-image:url("../konnatoki/img/h_04_30.gif");
}
#home .troubleshooting .tbT02 li:nth-child(12) a:hover{
	background-image:url("../konnatoki/img/h_04_30-2.gif");
}

/* Icon（健康に役立つ保健事業から探す） */
/*健康診断*/
#home .troubleshooting .tbT03 li:nth-child(1) a{
	background-image:url("../hoyou/img/h_kenkou-soudan.gif");
}
#home .troubleshooting .tbT03 li:nth-child(1) a:hover{
	background-image:url("../hoyou/img/h_kenkou-soudan-2.gif");
}
/*スポーツ施設*/
#home .troubleshooting .tbT03 li:nth-child(2) a{
	background-image:url("../hoyou/img/h_sports.gif");
}
#home .troubleshooting .tbT03 li:nth-child(2) a:hover{
	background-image:url("../hoyou/img/h_sports-2.gif");
}
/*体育奨励*/
#home .troubleshooting .tbT03 li:nth-child(3) a{
	background-image:url("../hoyou/img/h_taiiku.gif");
}
#home .troubleshooting .tbT03 li:nth-child(3) a:hover{
	background-image:url("../hoyou/img/h_taiiku-2.gif");
}
/*保養所*/
#home .troubleshooting .tbT03 li:nth-child(4) a{
	background-image:url("../hoyou/img/h_hoyoujyo.gif");
}
#home .troubleshooting .tbT03 li:nth-child(4) a:hover{
	background-image:url("../hoyou/img/h_hoyoujyo-2.gif");
}
/*疾病予防*/
#home .troubleshooting .tbT03 li:nth-child(5) a{
	background-image:url("../hoyou/img/h_sippei.gif");
}
#home .troubleshooting .tbT03 li:nth-child(5) a:hover{
	background-image:url("../hoyou/img/h_sippei-2.gif");
}
/*禁煙対策*/
#home .troubleshooting .tbT03 li:nth-child(6) a{
	background-image:url("../hoyou/img/h_kinen.gif");
}
#home .troubleshooting .tbT03 li:nth-child(6) a:hover{
	background-image:url("../hoyou/img/h_kinen-2.gif");
}
/*無料歯科健診*/
#home .troubleshooting .tbT03 li:nth-child(7) a{
	background-image:url("../hoyou/img/h_dental.gif");
}
#home .troubleshooting .tbT03 li:nth-child(7) a:hover{
	background-image:url("../hoyou/img/h_dental-2.gif");
}
/*オンライン健康相談*/
#home .troubleshooting .tbT03 li:nth-child(8) a{
	background-image:url("../hoyou/img/h_online.gif");
}
#home .troubleshooting .tbT03 li:nth-child(8) a:hover{
	background-image:url("../hoyou/img/h_online-2.gif");
}
/*MY HEALTH WEB*/
#home .troubleshooting .tbT03 li:nth-child(9) a{
	background-image:url("../hoyou/img/h_mhw.gif");
}
#home .troubleshooting .tbT03 li:nth-child(9) a:hover{
	background-image:url("../hoyou/img/h_mhw-2.gif");


}



/* Icon（任意継続被保険者ページ） */
/* 被保険者の資格を失ったあと、引きつづき被保険者でいたいとき */
#home .troubleshooting .tbT04 li:nth-child(1) a{
	background-image:url("../konnatoki/img/h_042_31.gif");
}
#home .troubleshooting .tbT04 li:nth-child(1) a:hover{
	background-image:url("../konnatoki/img/h_042_31-2.gif");
}
/*任意継続の資格を喪失するとき*/
#home .troubleshooting .tbT04 li:nth-child(2) a{
	background-image:url("../konnatoki/img/h_lose.gif");
}
#home .troubleshooting .tbT04 li:nth-child(2) a:hover{
	background-image:url("../konnatoki/img/h_lose-2.gif");
}

/*MY HEALTH WEB*/
#home .troubleshooting .tbT05 li:nth-child(1) a{
	background-image:url("../hoyou/img/h_mhw.gif");
}
#home .troubleshooting .tbT05 li:nth-child(1) a:hover{
	background-image:url("../hoyou/img/h_mhw-2.gif");
}

/*  links
------------------------------------------------------------------- */

#home .links {
	clear: both;
	margin:35px 10px 5px;
 }
#home .links:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#home .mhw-b{
	width:80%;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
          box-shadow: 0 0 6px rgba(0,0,0,.2);
	text-align:center;
	margin:0 auto;
}

#home .links a img{
	width:100%;
	height:auto;
}

#home .links .qr_box{
	width:80%;
	margin:30px auto 0;
	padding:10px 5px;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
          box-shadow: 0 0 6px rgba(0,0,0,.2);
}

#home .links .qr_box p{
	font-size:1.4em;
	font-weight:bold;
	line-height:1.2;
	margin:3px 3px 10px;
	text-align:center;
}

#home .links .qr_list{
	display:flex;
	justify-content:space-between;
}

#home .links .qr_list li{
	width:48%;
	text-align:center;
}
#home .links .qr_list li img{
	width:100%;
}

#home .links .qr_list li .qr{
	width:80%;
}

/*  footer
------------------------------------------------------------------- */

#footer{
	padding:10px;
	text-align:center;
}