@charset "utf-8";

/* PC：style-care-pc.css
 * おまかせプラン ver.6
 * 介護保険制度
 * **************************************************
 * Global Navigation (Nav) ★グローバルナビゲーションが上部の場合削除
 * Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */


/* 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: #5faad8;	
}
#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 {
	border-collapse: separate;
	border-spacing:0;
	empty-cells:show;
	border-top:1px solid #cecece;
	border-right:none;
	border-bottom:none;
	border-left:1px solid #cecece;
}

#subPage .main .careService th,
#subPage .main .careService td {
	border-top:none;
	border-right:1px solid #cecece;
	border-bottom:1px solid #cecece;
	border-left:none;}

#subPage .main .careService th {
	width: 50%;
}
#subPage .main .careService td:not(:last-of-type) {
	text-align: left;
}
#subPage .main .careService td.b-none {
	width: 10%;
}

#subPage .main .careService tr:nth-child(4) td {
	border-bottom:0;
}

#subPage .main .careService tr:nth-child(5) td:not(:first-of-type)  {
	border-top:1px solid #cecece;
}


/* Img
------------------------------------------------------------------ */
/* Img：要介護認定 */
#subPage .main p .flow {
	float: right;
	margin: 0 0 0 1.0em;
}