@charset "utf-8";

/* 保険証（PC）：style_insurance_certificate_pc.css
 * **************************************************
 * Space(Margin)
 * Elements
 * **************************************************
 */

/* Elements
------------------------------------------------------------------ */

#subPage .main h1 {
    background: url(../../images/common/ttl_procedures.jpg) no-repeat -2px top;
}

/* Space
------------------------------------------------------------------ */
/* p + discList */
#subPage .main p + ul.discList {
	margin-top: -15px;
}

/* List */
/* Notes */
#subPage .main ul.notes2 {
	margin-left: 1em;
	margin-bottom: 20px;
	text-indent: -1em;
}
#subPage .main ul.notes2 li {
	font-size: 1.4em; /* =14px */
}
#subPage .main p + ul.notes2 {
	margin-top: -20px;
}

/* 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: #EDF8D7;
	vertical-align: middle;
}
/* 列：項目 */
#subPage .main table .tableItem {
	background-color: #ffffff;
}
/* 列：詳細 */
#subPage .main table .tableDetail {
	background-color: #ffffff;
}
#subPage .main .afterCost td:first-child {
	width:35%;
	text-align: left;
}
#subPage .main .afterCost td {
	text-align: center;
}
/* Table内：リストマーク */
#subPage .main table td li {
	padding: 0 0 0 15px;
	background: url(../../images/common/list_style_disc_gray.png) no-repeat 0 1px;
}

/* 支払制度・代理制度 / 傷病手当金 / 退職したあとの継続給付 / 療養費 */
#subPage .main .medicalExpenses {
	margin: 0 0 20px 0;
}
#subPage .main .birthSystem dt,
#subPage .main .sickWounded dt,
#subPage .main .resignation dt,
#subPage .main .medicalExpenses dt {
	font-size: 1.5em; /* =15px */
	font-weight: bold;
	color: #1c60ad;	
}
#subPage .main .resignation {
	margin: 0 0 20px 0;
}
#subPage .main .birthSystem dt ~ dt,
#subPage .main .sickWounded dt ~ dt,
#subPage .main .resignation dt ~ dt,
#subPage .main .medicalExpenses dt ~ dt {
	margin: 20px 0 0 0;
}
#subPage .main .birthSystem dd,
#subPage .main .sickWounded dd,
#subPage .main .resignation dd,
#subPage .main .medicalExpenses dd {
	font-size:1.4em; /* =14px */
}
/* 退職したあとの継続給付：退職してから出産または死亡した場合 */
#subPage .main .resignation .birth strong {
	font-weight: bold;
	color: #1c60ad;	
}
#subPage .main .resignation .birth span {
	display: block;
	padding: 0 0 0 3.0em;
}
#subPage .main .birthSystem dd li,
#subPage .main .sickWounded dd li,
#subPage .main .resignation dd li,
#subPage .main .medicalExpenses dd li {
	font-size: 100%; /* =13px */
}

/* Table：自己負担限度額（70歳以上） */
#subPage .main .over70 .tableTitle {
	width: auto;
}
#subPage .main .over70 td:first-child {
	width: auto;
}
#subPage .main .over70 .tableItem {
	background-color: #f5f5f5;
}
#subPage .main .over70 td {
	text-align: center;
}
#subPage .main .over70 td:first-child.noborTop {
	width: 10px;
}
#subPage .main .over70 td:first-child.noborTop2 {
	width: 45px;
	border-top: none;
}
#subPage .main .over70 td.bg {
	background-color: #edf8d7;
}
/* Table：75歳以上の一部負担 */
#subPage .main .over75 .tableTitle {
	width: auto;
}
#subPage .main .over75 td:first-child {
	width: auto;
}
#subPage .main .over75 td {
	text-align: center;
}

#subPage .main .over75 td.bg {
	background-color: #edf8d7;
}

/* もっと詳しく：Table：75歳以上 */
#subPage .main .moreLink .subjectSystem th {
	width: 26%;
	vertical-align: middle;	
	text-align:left;
}
#subPage .main .moreLink .subjectSystem th .discList {
	margin-left: 0;
	text-indent: 0;
}
#subPage .main .moreLink .subjectSystem th .discList li {
	float: left;
	padding: 0 0 0 18px;
	font-size: 100%;
	text-align: left;
}
#subPage .main .moreLink .subjectSystem td {
	vertical-align: middle;
	text-align:left;
	border:none;
}
#subPage .main .moreLink .subjectSystem .join {
	width: 40%;
}

#subPage .main ul.discList.imtDocList {
    display: flex;
}
#subPage .main ul.discList.imtDocList li {
    font-size: 1em;
	margin-right: 15px;
}