@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;
}
#home #content {
	border-top: 5px solid #a5cbfa;
}
#home #footer {
	margin-top: 0;
}

/* グローバルナビゲーション表示設定 ここまで
====================================== */

#home .main > .inner {
	display: -moz-flex;
	display:-webkit-flex;
	display: flex;
	align-items:flex-start;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: row;
}

/*  Main Contents
------------------------------------------------------------------- */
#home .main_content {
	width: 760px;
}



/*  Main Img
------------------------------------------------------------------- */
#home .mainImg {
	text-align:center;
	overflow: hidden;
}
#home .slick-slide {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
    overflow: hidden;
}
#home .mainImg img {
	display:block;
	margin: 0 auto;
	width: 100%;
}
#home .mainImg .slick-dots {
	position: relative;
	bottom: 0;
	margin-bottom: 10px;
}
#home .mainImg .slick-dots li button:before {
    width: 10px;
    height: 10px;
    opacity: 1;
	color: #d2e6fc;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left:50%;
	top:50%;
}
#home .mainImg .slick-dots li button {
    width: 25px;
    height: 25px;
}
#home .mainImg .slick-dots li button:before {
    opacity: 1;
	color: #d2e6fc;
}
#home .mainImg .slick-dots li.slick-active button:before {
	color: #57b8eb;
}


/*  spBanner
------------------------------------------------------------------- */

#home .spBanner{
    display:none;
}
	
/*  Information
------------------------------------------------------------------- */
#home .information {
	margin: 0;
  padding: 10px 28px 5px 28px;
  background-color: #eff6fe;
  border-radius: 15px;
}
#home .information > p {
	display: -moz-flex;
	display:-webkit-flex;
	display: flex;
	align-items:center;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
	flex-direction: row;
	position: relative;
	padding-bottom: 18px;
	padding-top: 18px;
}


_:lang(x)::-ms-backdrop, #home .information > p {
	display: block;
}

#home .information > p .ttl {
	color: #023391;
	font-size: 3em;
	letter-spacing: .2em;
	position: relative;
	padding-left: 3.3em;
	line-height: 1.3em;
	font-weight: bold;
}
#home .information > p .ttl:before {
	content: "";
	left: 0;
	bottom: -.2em;
	position: absolute;
	width: 2.8em;
	height: 2em;
	background: url("../images/home/headline_news.png") no-repeat;
	background-size: contain;
}
#home .information > p:after {
	content: "";
	background: url("../images/common/border.png") left;
	background-size: auto  100%;
  background-repeat: round no-repeat;
	height: 11px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 4px;
}
#home .information .scrollBar {
	clear: both;
	padding: 15px 0;
}
#home .information ul {
	overflow-y: auto;
  max-height: 38em;
	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 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 10px 10px;
}
#home .information .new {
  display: inline-block;
  height: .8em;
  width: auto;
  margin-bottom: .2em;
  margin-left: .5em;
}
/* 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 5px;
	}
}
#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 {
}

/* 一覧 */
#home .information p span.btnNewsList {
	background-color: #023391;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

_:lang(x)::-ms-backdrop, #home .information p span.btnNewsList {
	float: right;
}


#home .information .btnNewsList a {
	display: block;
	padding: 5px 0 4px;
	width: 4.25em;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	letter-spacing: 0.1em;
	text-decoration: none; 
}





/*  Troubleshooting
------------------------------------------------------------------- */
#home .troubleshooting { }
#home .troubleshooting ul {
	display: -moz-flex;
	display:-webkit-flex;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row;
	padding-top: 7.5px;
	margin-left: -3.5px;
	margin-right: -3.5px;
}
#home .troubleshooting ul li {
	width: 20%;
	display: -moz-flex;
	display:-webkit-flex;
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row;
	padding: 3.5px;
}
#home .troubleshooting ul li a {
	border: 2px solid #a5cbfa;
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	text-align: center;
	width: 100%;
	color: #3a3a3a;
	text-decoration: none;
    font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 14px 0 10px;
}
#home .troubleshooting ul li a span,
#home .troubleshooting ul li a small {
	display: block;
}
#home .troubleshooting ul li a:before {
	content: "";
	display: block;
	height: 3.57142857em;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 5px;
}

/* 限度額適用認定証 */
#home .troubleshooting ul li:nth-child(1) a:before {
	background-image: url(../images/home/icon-troubleshooting-01.png);
}
/* 家族を扶養に入れたいとき */
#home .troubleshooting ul li:nth-child(2) a:before {
	background-image: url(../images/home/icon-troubleshooting-02.png);
}
/* 家族を扶養からはずすとき */
#home .troubleshooting ul li:nth-child(3) a:before {
	background-image: url(../images/home/icon-troubleshooting-03.png);
}
/* 結婚したとき */
#home .troubleshooting ul li:nth-child(4) a:before {
	background-image: url(../images/home/icon-troubleshooting-04.png);
}
#home .troubleshooting ul li:nth-child(4) a span {
	padding-top: .6em;
}
/* 氏名に変更があったとき */
#home .troubleshooting ul li:nth-child(5) a:before {
	background-image: url(../images/home/icon-troubleshooting-05.png);
}
/* 保険証を紛失・破損したとき */
#home .troubleshooting ul li:nth-child(6) a:before {
	background-image: url(../images/home/icon-troubleshooting-06.png);
}
/* 高額な医療費を支払ったとき */
#home .troubleshooting ul li:nth-child(7) a:before {
	background-image: url(../images/home/icon-troubleshooting-07.png);
}
/* 立て替え払いをしたとき（医療費・装具代) */
#home .troubleshooting ul li:nth-child(8) a:before {
	background-image: url(../images/home/icon-troubleshooting-08.png);
	margin-top: -.85em;
}
/* 海外で受診したとき */
#home .troubleshooting ul li:nth-child(9) a:before {
	background-image: url(../images/home/icon-troubleshooting-09.png);
}
/* 病気やけがで仕事を休むとき */
#home .troubleshooting ul li:nth-child(10) a:before {
	background-image: url(../images/home/icon-troubleshooting-10.png);
}
/* 出産するとき */
#home .troubleshooting ul li:nth-child(11) a:before {
	background-image: url(../images/home/icon-troubleshooting-11.png);
}
#home .troubleshooting ul li:nth-child(11) a span {
	padding-top: .6em;
}
/* 出産で仕事を休んだとき */
#home .troubleshooting ul li:nth-child(12) a:before {
	background-image: url(../images/home/icon-troubleshooting-12.png);
}
/* 死亡したとき */
#home .troubleshooting ul li:nth-child(13) a:before {
	background-image: url(../images/home/icon-troubleshooting-13.png);
}
/* 自動車事故にあったとき */
#home .troubleshooting ul li:nth-child(14) a:before {
	background-image: url(../images/home/icon-troubleshooting-14.png);
}
#home .troubleshooting ul li:nth-child(14) a span {
	padding-top: .6em;
}
/* 退職したとき */
#home .troubleshooting ul li:nth-child(15) a:before {
	background-image: url(../images/home/icon-troubleshooting-15.png);
}
#home .troubleshooting ul li:nth-child(15) a span {
	padding-top: .6em;
}



/*  Sub Contents
------------------------------------------------------------------- */
#home .sub_content {
	width: 250px;
}


/*  Mini Content
------------------------------------------------------------------- */
#home .miniContent {
	width: 100%;
}
#home .miniContent ul {
	padding-top: 2px;
}
#home .miniContent li {
	margin-top: 4px;
	background-color: #fff;
}
#home .miniContent li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	min-height: 64px;
  overflow: hidden;
  text-align: center;
}

_:lang(x)::-ms-backdrop, #home .miniContent li a {
	height: 64px;
}

#home .miniContent li img {
  width: 100%;
  height: auto;
  margin: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}



/*  
------------------------------------------------------------------- */
#home .accessContent{
	margin-top:20px;
	display:flex;
	justify-content:space-between;
}
#home .accessContent > li{
	width:49%;
	background-color: #57b8eb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#home .accessContent dl{
	margin-top: 7px;
	padding: 16px 12px;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}
#home .accessContent dt {
	background-color: #fff;
	color: #57b8eb;
	text-align: center;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	line-height:1;
	padding:6px 5px 5px;
}
#home .accessContent dd {
	padding: 8px 12px 0;
	line-height: 1.5em;
}
#home .accessContent dl + dl {
	margin-top: 12px;
}


#home .ssl_sticker  {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding-top: 15px;
}



/*  電話番号ポップアップ
------------------------------------------------------------------- */

#home #tel-b{
	background-color: #023391;
    color: #fff;
    display:inline-block;
    border-radius: 50px;
    text-align: left;
    font-weight: bold;
    font-size: 1.0em;
	text-indent:-1em;
	padding:6px 20px 5px 25px;
	margin-bottom:5px;
	line-height:1;
}
#home #tel-b:hover {
	opacity:.7;
    }

#home .open {
	cursor:pointer; 
}
#home #pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
#home .overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#home #pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;

	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#home .window {
	width: 90vw;
	max-width: 380px;
	height: 220px;
	background-color: #ffffff;
	color:#000;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#home .text {
	padding:0;
	font-size: 18px;
	margin: 0;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: center;
}

#home .text li{
	padding:0;
	margin:2px;
}

#home .text li:nth-child(odd){
	width:35%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: flex-start;
	color:#57b8eb;
}
#home .text li:nth-child(even){
	width:auto;
	padding:0;
}
#home .text li:last-child{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	padding:0;
	margin-top:20px;
	width:80%;
	color:#000;
	font-size:16px;
}


#home .close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}