@charset "utf-8";

/* PC：style-care-pc.css
 * おまかせプラン ver.6
 * 介護保険制度
 * **************************************************
 * Global Navigation (Nav) ★グローバルナビゲーションが上部の場合削除
 * Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
/* 2階層：非表示 */
#globalNav nav li > .sec li {
	display: none;
}
/* 2階層：表示  */
#globalNav nav li:hover > .sec li {
	display: block;
}
#globalNav nav li:hover > .sec {
	z-index: 99999;
}			
/* 2階層 */
#globalNav nav .sec {
	display: none;
}


/* Elements
------------------------------------------------------------------ */
/* List：要介護認定（順番：dl） */
#subPage .main dl.certification {
	list-style-type: none;
}
#subPage .main dl.certification dt {
	font-size: 1.6em;
	font-weight: bold;
}
#subPage .main dl.certification dd {
	font-size: 1.6em;
}
#subPage .main dl.certification dd + dt {
	margin: 1.0em 0 0 0;
}

/* 地域密着型サービス */
#subPage .main .regionalServices {
}
#subPage .main .regionalServices dt {
	font-size: 1.6em;
	font-weight: bold;
	color: #6fcbe1;	
}
#subPage .main .regionalServices dt ~ dt {
	margin: 20px 0 0 0;
}
#subPage .main .regionalServices dd {
	font-size: 1.6em;
}

/* List：自己負担 */
#subPage .main .selfPay {
	margin-bottom: -20px;
}
#subPage .main .selfPay:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main .selfPay > li {
	float: left;
	border: 2px solid #c1c1c1;
	width: 47%;
}
#subPage .main .selfPay > li:first-child {
	margin: 0 4% 0 0;
}
/* Media Queries 切替 */
@media all and (max-width: 1180px) {
	#subPage .main .selfPay > li {
		float: none;
		width: auto;
	}
	#subPage .main .selfPay > li:first-child {
		margin: 0 0 15px 0;
	}
}
#subPage .main .selfPay dl {
	padding: 10px;
}
#subPage .main .selfPay dt {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #c1c1c1;
	font-size: 1.6em;
	font-weight: bold;
	color: #5faad8;	
}
#subPage .main .selfPay dd span {
	font-size: 1.6em;
}
#subPage .main .selfPay dd ul.notes {
	margin-bottom: 3px;
}

/* List：自己負担 ：注釈 */
#subPage .main ul.notes.own {
	margin: 0 auto;
	width: 590px;
}
/* Media Queries 切替 */
@media all and (max-width: 1180px) {
	#subPage .main ul.notes.own {
		width: auto;
	}
}
#subPage .main ul.notes.own strong {
	font-weight: bold;
}
#subPage .main ul.notes.own + ul.notes.own {
	margin-top: 15px;
}

/* Table：要介護度と支給限度額 */
#subPage .main .creditLimit th {
	width: 50%;
}
#subPage .main .creditLimit td {
	text-align: center;
}

/* Table：利用できるサービス */
#subPage .main .serviceUse th {
	width: 15%;
}
#subPage .main .serviceUse td {
	text-align: left;
}

/* Table：サービスにかかる自己負担 */
#subPage .main .careService {
	empty-cells: hide;
}
#subPage .main .careService .br-non {
    border-top: none !important;
}
#subPage .main .careService th:first-child {
	width: 60%;
}
#subPage .main .careService th {
	width: 40%;
}
#subPage .main .careService td:first-child {
	text-align: left;
}
#subPage .main .careService .etc {
	text-align: left;
	width : -webkit-calc(60% - 8%);
	width : calc(60% - 8%);
    border-left: 1px solid #cecece;
}




/* Img
------------------------------------------------------------------ */
/* Img：要介護認定 */
#subPage .main p .flow {
	float: right;
	margin: 0 0 0 1.0em;
}