@charset "utf-8";

/* ライフシーン編（SP）：style_lifescene_sp.css
 * **************************************************
 * Space
 * Elements(Table / List)
 * **************************************************
 */

/* List */
/* Notes2*/
#subPage .main ul.notes2 {
	margin-left: 1em;
	margin-bottom: 15px;
	text-indent: -1em;
}
#subPage .main ul.notes2 li {
	font-size: 1.4em; /* =14px */
}
#subPage .main p + ul.notes2 {
	margin-top: -15px;
}

/* Space
------------------------------------------------------------------ */
 #subPage .main .sickWounded {
	margin-bottom: 15px;
 }

/* Elements
------------------------------------------------------------------ */
#subPage .main h1 {
	background-image: url("../../images/category/categoryH1_05.svg") ;
}
#subPage .localNav p {
	background-color: #a7c81e;
}
#subPage .localNav li.active {
	background-color: #f5f8e5;
}
#subPage .localNav li:hover {
	background-color: #f5f8e5;
}
#subPage .localNav li li:hover,
#subPage .localNav li li.active {
	background-color: #e6ecba;
}
#subPage .localNav li {
	background-image: url(../../images/common/list_style_arrow_05.svg);
}
/* 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 table.expenses th {
	background-color: #ffffff;
	color: #333333;
}
#subPage .main .expenses td:first-child {
	width: 30%;
}
#subPage .main .expenses td {
	text-align: center;
}

#subPage .main table.expenses tr:nth-of-type(3) th {
	background-color: #FCD8B0;
}
#subPage .main table.expenses .blue {
	background-color: #CCECFE;
}
#subPage .main table.expenses .pink {
	background-color: #FDD2D3;
}
#subPage .main table.expenses .green {
	background-color: #CEEED2;
}

/* Table：自己負担限度額（70歳以上） */
#subPage .main table.over70 .tableTitle {
	width: 9%;
}
#subPage .main .over70 td:first-child {
	width: auto;
}
#subPage .main .over70 .tableItem {
	background-color: #f5f5f5;
}
#subPage .main .over70 .tableItem2 {
	width: 32%;
}
#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;
}

/* Table：75歳以上の一部負担 */
#subPage .main .over75 {
	border-collapse: separate;
}
#subPage .main .over75 .tableTitle {
	width: auto;
}
#subPage .main .over75 .tableItem2 {
	width: 30%;
}
#subPage .main .over75 tr:first-child th:first-child {
	border-left: none;
}
#subPage .main .over75 td:first-child {
	width: auto;
}
#subPage .main .over75 td:last-child {
	border-right: none;
}
#subPage .main .over75 td {
	text-align: center;
}

#subPage .main .over75 td.bg {
	background-color: #f5f5f5;
}

#subPage .main .over70 td:first-child.noborTop {
	width: 10px;
}
#subPage .main .over70 td:first-child.noborTop2 {
	border-top: none;
}


/* 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：75歳以上 */
#subPage .main .moreLink .subjectSystem th {
	width: 40%;
	vertical-align: middle;	
	text-align:left;
	background-color: #feeced;
	color: #333333;
}
#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: 25%;
}

/* 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.5em; /* =15px */
	font-weight: bold;
	color: #1c60ad;	
}
#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;
}

/*Table：入院時生活療養費*/
#subPage .main table.expenses {
	table-layout: fixed;
}
#subPage .main table.expenses caption span{
	display: block;
	font-size: .8em;
	font-weight: normal;
}
/*----------------------------------*/
#subPage .main .ippan span {
	color: red;
}
#subPage .main .hikazei span {
    color: royalblue;
}