@charset "utf-8";

/* PC：style-care-sp.css
 * おまかせプラン ver.6
 * 介護保険制度
 * **************************************************
 * Elements
 * **************************************************
 */


/* 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: 15px 0 0 0;
}
#subPage .main .regionalServices dd {
	font-size: 1.6em;
}	

/* List：自己負担 */
#subPage .main .selfPay {
	margin-bottom: -10px;
}
#subPage .main .selfPay:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main .selfPay > li {
	border: 2px solid #c1c1c1;
}
#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 {
}
#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 {
}
#subPage .main .serviceUse td {
	text-align: left;
}

/* Img
------------------------------------------------------------------ */
/* Img：要介護認定 */
#subPage .main p .flow {
	margin: 0 auto 1.0em auto;
}