@charset "utf-8";

/* 受診編（PC）：style_consultation_pc.css
 * **************************************************
 * Elements (Table / List)
 * **************************************************
 */

/* Elements
------------------------------------------------------------------ */
/* Table：共通 */
#subPage .main table td:first-child {
	text-align: center;
}
#subPage .main table td {
	text-align: left;
}
/* 列：タイトル */
#subPage .main table .tableTitle {
	width:18%;
	background-color: #f5f5f5;
	vertical-align: middle;
}
/* 列：項目 */
#subPage .main table .tableItem {
	background-color: #ffffff;
}
/* 列：詳細 */
#subPage .main table .tableDetail {
	background-color: #ffffff;
}

/* Table内：リストマーク */
#subPage .main table td li {
	padding: 0 0 0 15px;
	background: url(../../images/common/list_style_disc_gray.png) no-repeat 0 1px;
}

/* Table：入院時の標準負担額 */
#subPage .main .cost td:first-child {
	width:75%;
	text-align: left;
}
#subPage .main .cost td {
	text-align: center;
}

/* Table：自己負担限度額（平成26年8月1日〜） */
#subPage .main .afterCost td:first-child {
	width:35%;
	text-align: left;
}
#subPage .main .afterCost td {
	text-align: center;
}

/* Table：医療の内容 */
#subPage .main .medicalRegimen td:first-child {
	width:60%;
	text-align: center;
}
#subPage .main .medicalRegimen.left td:first-child {
	width:60%;
	text-align: left;
}
#subPage .main .medicalRegimen td {
	text-align: left;
}
/* Table：もっと詳しく：医療の内容 */
#subPage .main .moreLink .medicalRegimen td:first-child {
	width:40%;
	text-align: center;
}
/* Table：自動車事故にあったら */
#subPage .main .case th {
	width:20%;
	text-align: left;
	border-top:1px solid #cccccc;
}

/* Table：法定給付：計算式 */
#subPage .main .calculation {
	border-top:none;
	border-bottom:none;
}
#subPage .main .calculation td {
	text-align:center;
}
#subPage .main .calculation td:first-child {
	border:2px solid #cccccc;
	background-color: #cfe1f6;
}
/* 法定給付：計算式 ：ボーダー追加 */	
#subPage .main .calculation td:first-child + * + *,
#subPage .main .calculation td:first-child + * + * + * + * {
	border:2px solid #cccccc;
}
/* 法定給付：計算式 ：ボーダー削除 */	
#subPage .main .calculation td:first-child + *,
#subPage .main .calculation td:first-child + * + * + * {
	border-top: none;
}

/* List */
/* 自動車事故にあったとき：もっと詳しく */
#subPage .main .moreLink ul.parenList {
	margin: 0.5em 0 0 0;
	padding-left: 3.0em;
	text-indent: -3.0em;
}
/* もっと詳しく：Table：自己負担限度額：注釈 */
#subPage .main .moreLink ul.notes.limit {
	margin: 0 0 0 6.0em;
}
#subPage .main .moreLink ul.notes.limit li {
	text-indent: -5.0em;
}
#subPage .main .moreLink ul.notes.limit li span {
	margin-right:1.0em;
}
/* もっと詳しく：Table：自賠責の保険金限度額 */
#subPage .main .moreLink .limitedCost td:first-child {
}
#subPage .main .moreLink .limitedCost td {
	text-align: left;
}
 /* 医療控除 */
#subPage .main .medicalDeduction dt {
	font-size: 1.5em; /* =15px */
	font-weight: bold;
	color: #1c60ad;	
}
#subPage .main .medicalDeduction dt ~ dt {
	margin: 20px 0 0 0;
}
#subPage .main .medicalDeduction dd {
	font-size:1.4em; /* =14px */
}
#subPage .main .medicalDeduction dd li {
	font-size: 100%; /* =13px */
}
#subPage .main .medicalDeduction img {
	display:block;
	margin: 10px auto 0 auto;
}


/* 必要書類 */
#subPage .main .imtDoc2 tbody th {
	width: 20%;
	background-color: #cfe1f6;
	color:#1c60ad;
    border-top: 1px solid #cccccc;
}
#subPage .main .imtDoc2 tbody td {
	text-align: left;
	vertical-align: middle;
}
#subPage .main .imtDoc2 dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
	width: 100%;
}
#subPage .main .imtDoc2 dt {
}
#subPage .main .imtDoc2 dd {
	width: 10.0em;
}

#subPage .main .imtDoc2 dd img{
	vertical-align:middle;
}

#subPage .main .imtDoc2 dl.line_01 {
	display: table;
	width: 100%;
}

#subPage .main .imtDoc2 dl.line_01 dt{
	float: left;
}

#subPage .main .imtDoc2 dl.line_01 dd {
	float: right;
	width: 10.0em;
	text-align: left;
}