@charset "utf-8";

/* ライフシーン編（SP）：style_lifescene_sp.css
 * **************************************************
 * Space
 * Elements(Table / List)
 * **************************************************
 */

/* Space
------------------------------------------------------------------ */
 #subPage .main .sickWounded {
	margin-bottom: 15px;
 }

/* Elements
------------------------------------------------------------------ */
/* p：70歳以上になったとき notes*/
#subPage .main > p.notes::before {
  content:"※";
  margin-left: -1em;
}
#subPage .main > p.notes {
  padding-left: 1em;
}
/* Table：共通 */
#subPage .main table td:first-child {
	text-align: center;
}
#subPage .main table td {
	text-align: left;
}
/* 列：タイトル */
#subPage .main table .tableTitle {
	width:15%;
	background-color: #f5f5f5;
	vertical-align: middle;
}
/* 列：項目 */
#subPage .main table .tableItem {
	background-color: #ffffff;
}
/* 列：詳細 */
#subPage .main table .tableDetail {
	background-color: #ffffff;
}

/* Table：法定給付 */
#subPage .main .legalPayment th {
	width:30%;
}
#subPage .main .legalPayment td {
	text-align: center;
}
/* Table：法定給付：死亡したとき */
#subPage .main .legalPayment.death td + td {
	text-align: left;
}

/* Table：当組合の付加給付 */
#subPage .main .fringeBenefit td:first-child {
	width:30%;
}

/* Table：生活療養標準負担額 */
#subPage .main .expenses td:first-child {
	width: 30%;
}
#subPage .main .expenses td {
	text-align: center;
}

/* 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.second_td {
	background-color: #f5f5e9;
}

/* Table：75歳以上の一部負担 */
#subPage .main .over75 .tableTitle {
	width: auto;
}
#subPage .main .over75 td:first-child {
	width: auto;
}
#subPage .main .over75 td.first_td {
	width: 8%;
}
#subPage .main .over75 td {
	text-align: center;
}
#subPage .main .over75 td.second_td {
	background-color: #f5f5e9;
}
#subPage .main .over70 td:first-child.noborTop {
	width: 10px;
}

/* Table：自己負担限度額（1年間） */
#subPage .main .oneYear th {
}
#subPage .main .oneYear td:first-child {
	width: 20%;
	text-align: left;
}
#subPage .main .oneYear td {
	text-align: center;
}

/* もっと詳しく：Table：70歳以上 */
#subPage .main .moreLink .afterCost {
	table-layout: fixed;
}
#subPage .main table.afterCost .tableTitle {
    width: 25%;
}

/* もっと詳しく：Table：75歳以上 */
#subPage .main .moreLink .subjectSystem th {
	display: block;
	vertical-align: middle;	
	text-align: center;
	border-left: none;
}
#subPage .main .moreLink .subjectSystem th .discList {
	margin-left: 0;
	text-indent: 0;
}
#subPage .main .moreLink .subjectSystem th .discList li {
	display: inline-block;
	padding: 0;
	font-size: 100%;
	text-align: left;
}
#subPage .main .moreLink .subjectSystem td {
	display: block;
	padding: 0;
	text-align: center;
	border:none;
}
#subPage .main .moreLink .subjectSystem td:first-of-type {
	padding-top: 5px;
	background-color: #FFF;
}
#subPage .main .moreLink .subjectSystem td:nth-of-type(2) {
	transform: rotate(90deg);
}
#subPage .main .moreLink .subjectSystem .join {
}

/* List */
/* 所得の状況に応じて負担の軽減があります。：ドット（背景色：ドット罫 ） */
#subPage .main .dotList{
	border: none;
	margin: 10px 0 20px 0;
}
#subPage  .main .dotList dt{
	z-index: 100;
	position: relative;
	float: left;
	margin:0 0 0.5em 0;
	padding: 0 1.0em 0 0;
	width: auto;
	background: #ffffff;
	font-size: 1.4em; /* =14px */
}
#subPage .main .dotList dd{
	margin: 0 1.5em 0.5em 7em;
	position: relative; top: -14px;
	width: auto;
	border-bottom: 2px dotted #695a40;
	font-size: 1.4em; /* =14px */
	text-align: right;
}
#subPage .main .dotList span{
	margin: 0;
	padding: 0 0 0 0.8em;
	position: relative; top: 12px; left: 0em;
	white-space: nowrap;
	background: #ffffff;
}

/* 支払制度・代理制度 / 傷病手当金 / 退職したあとの継続給付 / 療養費 */
#subPage .main .medicalExpenses {
	margin: 0 0 15px 0;
}
#subPage .main .birthSystem dt,
#subPage .main .sickWounded dt,
#subPage .main .resignation dt,
#subPage .main .medicalExpenses dt {
	font-size: 1.6em; /* =16px */
	font-weight: 700;	
    color: #0ba96c;
    margin-bottom: .5em;
}
#subPage .main .resignation {
	margin: 0 0 15px 0;
}
#subPage .main .birthSystem dt ~ dt,
#subPage .main .sickWounded dt ~ dt,
#subPage .main .resignation dt ~ dt,
#subPage .main .medicalExpenses dt ~ dt {
	margin: 15px 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;
}
#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：自己負担限度額：注釈 */
#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;
}


#subPage .main table.over70,
#subPage .main table.over75{
border-collapse: inherit;
}
#subPage .main table.over70 tr td:last-child,
#subPage .main table.over75 tr td:last-child{
border-right: 0;
}