﻿@charset "utf-8";

/* ライフシーン編（PC）：style_lifescene_pc.css
 * **************************************************
 * Space
 * Elements(Table / List)
 * **************************************************
 */


/* 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;
}

/* Space
------------------------------------------------------------------ */
#subPage .main .sickWounded {
	margin-bottom: 20px;
 }
 
/* Elements
------------------------------------------------------------------ */
/* 基本h3 */
#subPage .main  h3 {
	font-size: 1.6em; /* =16px */
	font-weight: bold;
	color: #608C5C;
}
/* 基本キャプション色 */
#subPage .main table caption {
	color: #608C5C;
}

/* 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 .legalPayment th {
	width: 30%;
	border-bottom: 1px solid #cccccc;
}
#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:first-child.noborTop {
	width: 10px;
}

#subPage .main .over70 td.no_bg {
	background-color:#ffffff !important;
	width: 30%;
}
#subPage .main .over70 td.t_left {
	text-align: left !important;
}

/* Table：自己負担限度額（平成26年8月1日〜） */
#subPage .main .afterCost td:first-child {
	width:35%;
	text-align: left;
}
#subPage .main .afterCost td {
	text-align: center;
}

/* Table：75歳以上の一部負担 */
#subPage .main .over75 .tableTitle {
	width: auto;
}
#subPage .main .over75 td:first-child {
	width: auto;
}
#subPage .main .over75 td {
	text-align: center;
}

/* もっと詳しく：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%;
}

/* 20220921 hashida add start */
#subPage .notes .lip {
	padding-left:45px;
}
/* 20220921 hashida add end */

/* 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 3.5em 0.5em 7em;
	position: relative; top: -12px;
	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 1.0em;
	position: relative; top: 12px; left: 3.5em;
	white-space: nowrap;
	background: #ffffff;
}

/* 支払制度・代理制度 / 傷病手当金 / 退職したあとの継続給付 / 療養費 */
#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: #608C5C;	
}
#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 .birthSystem dt.add_title{
	background:#6ab05b;
	color:#ffffff;
	padding:15px;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

#subPage .main .birthSystem dd.add_text{
	background:#d4e3d0;
	padding:15px;
	margin-bottom:20px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}

#subPage .main .birthSystem dd.add_text2{
	border:#6ab05b 1px solid;
	padding:15px;
	margin-bottom:50px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}


/* 退職したあとの継続給付：退職してから出産または死亡した場合 */
#subPage .main .resignation .birth strong {
	font-weight: bold;
	color: #496A46;	
}
#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：自己負担限度額：注釈 */
#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;
}


/* 必要書類内　PDF、記入例アイコン */
#subPage .main .imtDoc dd > ul > li{
	position:relative;
	overflow:hidden;
}

#subPage .main .imtDoc dd > ul > li ul.pdf_link{
	overflow:hidden;
	position:absolute;
	top:3px;
	right:0;
	
}

#subPage .main .imtDoc dd > ul > li ul.pdf_link li{
	display: inline-block;
	vertical-align: middle;
	padding:0;
	width:60px;
	text-align:right;
	margin-right:5px;
	margin-bottom:0;
}

#subPage .main .imtDoc dd ul.note li strong{
	font-weight:bold;
}

/* 必要書類内　PDF、記入例アイコン（左の必要書類矢印がないバージョン） */
#subPage .main ul.imtDoc2 > li{
	position:relative;
	overflow:hidden;
}

#subPage .main ul.imtDoc2 > li ul.pdf_link{
	overflow:hidden;
	position:absolute;
	top:3px;
	right:0;
	
}

#subPage .main ul.imtDoc2 > li ul.pdf_link li{
	display: inline-block;
	vertical-align: middle;
	padding:0;
	width:60px;
	text-align:right;
	margin-right:5px;
	margin-bottom:0;
}



/* 1文字下げ */
.txt1em {
	margin-bottom:0 !important;
}

.txt1em span {
	display:block;
	float:left;
	padding-bottom:1em !important;
	margin-bottom:0 !important;
}

.pageLink{
	margin-top:1em;
	margin-bottom:3em !important;
}

/* 出産する 背景画像変更 */
#subPage .main h2.birth_title {
	padding: 8px 10px 8px 55px;
	background: url(../images/birth_h2_bg.png)  no-repeat center left;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.8em; /* =18px */
	color: #333333;	
	font-weight: bold;
}

#subPage .main h2.birth_title span {
	display: inline-block;
	padding: 0.1em 0.5em;
}

td.widenowrop {
    white-space: nowrap;
    width: 35%;
}
#subPage .main .over75 td:first-child.wide1em {
    width: 1em;
}
#subPage .main table .borTop.wideshort {
    width: 32%;
}
span.red {
    color: #cd2020;
}
img.wide80 {
    width: 80%;
    margin: 0 auto 20px;
    display: block;
}