@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;
}

/*Tble:介護保険料の徴収になるケース（特定被保険者）*/
#subPage .main .notes2 li{
	font-size:1.6em;
	text-indent:-1em;
	margin-left:1em;
}

#subPage .main .care_case thead th {
	background-color:#d82627;
	color:#fff;
}
#subPage .main .care_case tbody th {
    background-color: #fef4f5;
	color:#000;
}
#subPage .main .care_case tbody th.title01{
	width:3%;
	text-align:center;
}

#subPage .main .care_case tbody th{
	text-align:left;
}
#subPage .main .care_case thead th:nth-child(2){
	width:30%;
}

#subPage .main .care_case tbody th span{
	display:block;
	margin-left:3em;
	text-indent:-3em;
}

#subPage .main .care_case tbody tr:first-child td:last-child,
#subPage .main .care_case tbody tr:nth-child(3) td:last-child{
	text-align:left;
}

/* Img
------------------------------------------------------------------ */
/* Img：要介護認定 */
#subPage .main p .flow {
	float: right;
	margin: 0 0 0 1.0em;
}