@charset "utf-8";

/*=======================================================================

各ページ(style.css)
 
========================================================================*/
.pc_only {
  display: inherit;
}

.tb_only,
.sp_only {
  display: none;
}

/* margin padding */
#content p,
#content ul,
#content ol {
  margin: 0 0 16px;
}
#content ul.disc {
  margin-left: 20px;
  list-style-type: disc;
}
#content ul.circle {
  margin-left: 20px;
  list-style-type: circle;
}
#content ol.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}
#content table ul {
  margin-bottom: 0;
  margin-left: 20px;
}
#content table ul.disc {
  margin: 0;
  margin-left: 20px;
  list-style-type: disc;
}
#content li {
	margin-bottom: 8px;
}
#content .maru_num {
  margin-left: 4px;
}
#content .maru_num li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#content .number li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
#content table li {
	margin-bottom: 0;
}
#content dt {
	margin-bottom: 4px;
}
#content dd {
	margin-bottom: 16px;
}

/* line height */
#content table,
#content dl,
#content li {
	line-height: 1.6;
}

/* text indent */
#content .indent {
	margin-left: 1em;
}
#content li .indent,
#content dl .indent {
	margin-left: 1em;
}
#content .indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}
#content .indent-1_5 {
	padding-left: 1.55em;
	text-indent: -1.55em;
}
#content .indent-1_7 {
	padding-left: 1.75em;
	text-indent: -1.75em;
}
#content .indent-2 {
	padding-left: 2.4em;
	text-indent: -2em;
  line-height: 1.5;
}
#content .indent-3 {
	padding-left: 3.4em;
	text-indent: -3em;
  line-height: 1.5;
}
#content ol.kakkotsuki li {
  padding-left: 3em;
  text-indent: -3em;
}

.fw_normal {
  font-weight: normal !important;
}

#content .text_underline {
  text-decoration: underline;
}
#content .text_underline_wavy {
	text-decoration:underline wavy;
}

#content .fa-file-pdf {
	color: #ec0000;
}
#content .fa-file-word {
  color: #2a5395;
}
#content .fa-file-excel {
  color: #217346;
}
#content .fa-file-pdf,
#content .fa-file-word,
#content .fa-file-excel {
	margin-left: 4px;
  font-size: 125%;
}


/*----------------------------------------------------------------------
 見出し
----------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

#content h2 {
	margin: 24px 0 40px;
	padding: 0 16px 12px 40px;
	border-bottom: solid 3px #c9c9ca;
	font-size: 187.5%;
  font-weight: 500;
	position: relative;
}
#content h2::before {
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	background: url("../images/h2_icon.png") center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 6px;
	left: 4px;
}
#content h2::after {
	display: block;
	content: '';
	width: 25%;
	border-bottom: solid 3px #924898;
	position: absolute;
	bottom: -3px;
	left: 0;
}

#content h3 {
  margin-bottom: 24px;
	padding: 8px 16px 14px 32px;
  border: 1px solid #c9c9ca;
  color: #333;
  font-size: 162.5%;
  font-weight: 500;
  line-height: 1;
	position: relative;
}
#content h3::before {
	content: '';
	width: 4px;
	height: 24px;
  background-color: #b963a4;
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
}
#content h3.shikumi::before,
#content h3.kyufu::before,
#content h3.seikyu::before {
  background-color: #0081cc;
}
#content h3.jukyusha::before {
  background-color: #e9546b;
}
#content h3.jigyonushi::before {
  background-color: #9cca52;
}
#content h3.faq::before {
  background-color: #f6ad3c;
}
#content h3.about::before {
  background-color: #a79069;
}
#content h4 {
	margin: 40px 0 16px;
	color: #924898;
	font-size: 125%;
	line-height: 1.4;
}
#content h4 span {
	display: inline-block;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: 2px solid #924898;
}
#content h4.heading3 {
	padding: 8px 16px;
	background-color: #f8f7f1;
	background-color: #924898;
	color: #fff;
	font-weight: 700;
}
#content h5 {
	margin: 32px 0 16px;
	padding-left: 8px;
	border-left:  8px solid #924898;
	font-size: 112.5% ;
	line-height: 1.4;
}
#content h6 {
	margin: 24px 0 8px;
}




/* common */
#content dl.common dt {
  margin: 0 0 4px;
  font-weight: 700;
}
#content dl.common dd {
  margin: 0 0 16px 16px;
}
#content .table-responsive {
  margin: 0;
}
#content .table-responsive.with-upper-scrollbar-wrapper {
  display: none;
}
#content table {
  margin: 0 0 16px;
}
#content table.w50,
#content table.common.w50 {
  width: 50%;
}
#content table.w80,
#content table.common.w80 {
  width: 80%;
}
#content table th,
#content table td {
  padding: 12px 16px;
  border: 1px solid #ccc;
}
#content table th {
  font-weight: bold;
}
#content table.common {
  width: 100%;
}
#content table.mini th,
#content table.mini td {
	padding: 0 8px;
	border: 0;
}

#content summary {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 4px;
}
#content table.common img {
  vertical-align: middle;
}
#content table.va_top th,
#content table.va_top td {
  vertical-align: top;
}
#content table .nowrap {
  white-space: nowrap;
}
#content .table-responsive table {
  width: 690px !important;
}
#content .table-responsive table table {
  width: 100% !important;
}
#content table thead th {
  background-color: #ededed;
}
#content table thead td {
  border: 0;
  vertical-align: bottom;
}
#content table th {
  background-color: #f9f9f9;
  text-align: center;
}
#content table.left th {
  text-align: left;
}
#content table.left thead th {
  text-align: center;
}
#content table.thBold th {
  font-weight: bold;
}
#content table.thBold th span {
  font-weight: normal;
}
#content table th.w50 {
  width: 50%;
}
#content table p {
  margin: 0;
}
#content table p.indent {
  margin-left: 1em;
}
#content table .bgGray {
  background-color: #f9f9f9;
}
#content table table.tNone {
  width: inherit !important;
}
#content table table.tNone td {
  padding: 0;
  border: 0;
  text-align: left;
  vertical-align: top;
}


#content p.memo {
  position: relative;
  width: 50%;
  margin: 30px 25px 20px;
  background: #2b6b9f;
  padding: 2px 5px 2px 30px;
  color: #fff;
  font-size: 112.5%;
  font-weight: bold;
  border-radius: 0 100px 100px 0;
}
#content p.memo:before {
  font-family: "FontAwesome";
  content: "\f040";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #4694d1;
  font-size: 120%;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}
#content p.point {
  position: relative;
  width: 50%;
  margin: 30px 25px 20px;
  background: #2b6b9f;
  padding: 2px 5px 2px 30px;
  color: #fff;
  font-size: 112.5%;
  font-weight: bold;
  border-radius: 0 100px 100px 0;
}
#content p.point:before {
  font-family: "FontAwesome";
  content: "\f0a4";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #4694d1;
  font-size: 120%;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

#content .bgGray,
#content .bgBlue,
#content .bgPink {
  padding: 15px;
}
#content .bgGray {
  background-color: #f0f0f0;
}
#content .bgBlue {
  background-color: #d9ebfb;
}
#content .bgPink {
  background-color: #FBD9D9;
}
#content .bgBlue ul,
#content .bgBlue ol,
#content .bgBlue li:nth-last-of-type(1),
#content .bgPink ul,
#content .bgPink ol,
#content .bgPink li:nth-last-of-type(1) {
  margin-bottom: 0;
}

#content .textUnderline {
  text-decoration: underline
}

#content .waku {
  padding: 10px 15px;
  border: 3px solid #1eb9ee;
  border-radius: 10px;
}
#content.jigyo .waku {
  border-color: #b84c97;
}
#content .waku p {
  margin-bottom: 0;
}
#content .dotWaku {
  padding: 15px;
  border: 2px dotted #ccc;
}
#content .dotWaku.lineRed {
  border-color: #ea5550;
}


/* link btn */
#content .linkArrow:before {
  padding-right: 3px;
  font-family: "FontAwesome";
  content: "\f0a9";
  color: #347bc7;
}
#content .linkDownload {
  margin: 25px 0;
}
#content .linkDownload a {
  text-decoration: none;
}
#content .linkDownload a span {
	padding: 7px 20px;
	background: #96a9b3;
	color: #fff;
	border-radius: 20px;
}

img.icon {
  vertical-align: middle;
}

a.with-icon::after {
	content: '';
	padding-left: 20px;
	vertical-align: top;
}
a.with-icon[href$=".pdf" i]::after,
a.with-icon[href*=".pdf?" i]::after {
  background: url(/common/images/icon_pdf.svg) right center/14px auto no-repeat;
}
a.with-icon[href$=".doc" i]::after,
a.with-icon[href*=".doc?" i]::after,
a.with-icon[href$=".docx" i]::after,
a.with-icon[href*=".docx?" i]::after {
  background: url(/common/images/icon_doc.svg) right center/14px auto no-repeat;
}
a.with-icon[href$=".xls" i]::after,
a.with-icon[href*=".xls?" i]::after,
a.with-icon[href$=".xlsx" i]::after,
a.with-icon[href*=".xlsx?" i]::after {
  background: url(/common/images/icon_xls.svg) right center/14px auto no-repeat;
}
a.with-icon[href$=".zip" i]::after,
a.with-icon[href*=".zip?" i]::after {
  background: url(/common/images/icon_zip.svg) right center/14px auto no-repeat;
}

#content p.doc {
  position: relative;
  width: 50%;
  margin: 30px 25px 20px;
  background: #fddda4;
  padding: 4px 5px 2px 30px;
  color: #474747;
  font-size: 120%;
  font-weight: bold;
  border-radius: 0 100px 100px 0;
}
#content p.doc:before {
font-family: "FontAwesome";
content: "\f15c";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ffa337;
  font-size: 110%;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}
#content p.question {
  position: relative;
  width: 50%;
  margin: 30px 25px 20px;
  background: #0098e0;
  padding: 4px 5px 2px 30px;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  border-radius: 0 100px 100px 0;
}
#content p.question:before {
  font-family: "FontAwesome";
  content: "\f128";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #7ecef4;
  font-size: 140%;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}



/*----------------------------------------------------------------------
 Flex Box
----------------------------------------------------------------------*/
#content .columnSet {
	display: -webkit-flex;
	display: flex;
}
#content .columnSet.kaigyo {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content .columnSet.yokoCenter {
  -webkit-justify-content: center;
  justify-content: center;
}
#content .columnSet.tateTop {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#content .columnSet.tateCenter {
  -webkit-align-items: center;
  align-items: center;
}
#content .columnSet.tatebottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.anchor_link li {
	padding-left: 20px;
}
.anchor_link li a {
	position: relative;
}
.anchor_link li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f13a";
  display: inline-block;
  color: #0081cc;
	font-size: 12px;
  font-weight: 900;
	position: absolute;
	top: 4px;
	left: -16px;
}


/*----------------------------------------------------------------------
 給付について
----------------------------------------------------------------------*/

/* 計算式の図 */
.formula-row {
	display: flex;
  /*align-items: flex-start;*/
  align-items: center;
  flex-wrap: wrap;
	/*margin-bottom: 32px;*/
	margin-bottom: 48px;
	padding: 0 16px;
}
.formula-label {
  min-width: 100px;
  /*padding-top: 6px;*/
	color: #d80c18;
	font-weight: 700;
	text-align: center;
}
.operator {
  margin: 0 8px;
  /*padding-top: 4px;*/
}

.formula-content {
  display: flex;
  /*align-items: flex-start;*/
	align-items: center;
  flex: 1;
  /*flex-wrap: wrap;*/
}
.paren {
	margin-top: -8px;
	padding: 0 4px;
  font-size: 160%;
  font-weight: normal;
}
.box-wrapper {
  display: flex;
  flex-direction: column;
  /*align-items: flex-start;*/
	justify-content: center;
	/*text-align: center;*/
}
.box {
  color: #fff;
  padding: 4px 16px 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
	line-height: 1.5;
}
.box-yellow {
  background-color: #ffc000;
}
.box-orange {
  background-color: #ff9901;
}
.note {
	display: inline-block;
  margin-top: 4px;
	margin-bottom: -22px;
	font-size: 87.5%;
	line-height: 1.3;
}
.formula-row2 {
	margin-top: -32px;
}
.box_row2 {
	margin-top: 44px;
}



#content .sankou {
	display: flex;
	column-gap: 8px;
	margin-top: 8px;
}
#content .sankou .sankou_item:nth-of-type(1) {
	white-space: nowrap;
}
#content .sankou .sankou_item > dl > div{
	display: flex;
	column-gap: 8px;
}
#content .sankou .sankou_item > dl > div > dt{
	white-space: nowrap;
}
#content .sankou .sankou_item dl,
#content .sankou .sankou_item dt,
#content .sankou .sankou_item dd {
	margin: 0;
}

#content .shikyuduki dt,
#content .shikyuduki dd {
	margin: 0;
}
#content .shikyuduki .shikyuduki_item {
	display: flex;
	column-gap: 8px;
}
#content .shikyuduki .shikyuduki_item dt {
	display: flex;
	justify-content: space-between;
	width: 110px;
	text-align: justify;
	white-space: nowrap;
}
#content .shikyuduki .shikyuduki_item:nth-of-type(1) dt {
	letter-spacing: 0.09em;
}
#content .shikyuduki .shikyuduki_item dd {
	display: flex;
	justify-content: flex-end;
	width: 100px;
	text-align: right;
	white-space: nowrap;
}


/*----------------------------------------------------------------------
 受給者・待期者の皆さまへ
----------------------------------------------------------------------*/

/*住所を変更したとき*/
#content h4.boeder {
	padding-top: 32px;
	border-top: 1px solid #ccc;
}
#content div.boeder {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ccc;
}
#content .soufusaki {
	max-width: 560px;
	margin: 32px auto 0;
	padding: 16px 32px;
	background-color: #d9f6ce;
	border: 2px solid #85cc6c;
	border-radius: 16px;
}
#content .soufusaki dt {
	margin: 0;
}
#content .soufusaki dd {
	margin: 0 0 0 40px;
}






/*----------------------------------------------------------------------
 当基金について
----------------------------------------------------------------------*/

/* 事業概況と運営組織 */
#content .kanyujigyosha {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
}
#content .kanyujigyosha li {
	min-width: 40%;
}




























/*----------------------------------------------------------------------
 お知らせ
----------------------------------------------------------------------*/
#content .news ul {
  margin: 0;
}
#content .news ul li {
  display: flex;
  align-items: flex-start;
	column-gap: 16px;
  margin: 0 0 24px;
  line-height: 1.4;
}
#content .news ul li .article a {
  color: #222;
	text-decoration: underline;
}



#content ul.item {
    margin: 24px 0 0;
    padding: 12px;
    background: #f9f9f9;
    border: 1px solid #ededed;
}
#content ul.item li {
    margin: 0 0 4px 24px;
    list-style-type: disc;
}
#content ul.item li:last-child {
    margin-bottom: 0;
}
#content ul.item li img {
  vertical-align: middle;
}

#content .message-date {
	margin-top: -16px;
  padding: 0 0 12px;
  text-align: right;
}
#content .backBtn {
  margin: 32px 0 0;
  text-align: center;
}
#content .backBtn a {
  text-decoration: none;
}
#content .backBtn i {
  padding-right: 4px;
}

















/*----------------------------------------------------------------------
 Q&A
----------------------------------------------------------------------*/
#content .faq_list li {
	margin-bottom: 0;
	padding-left: 1.5em;
	border-bottom: 1px dashed #ccc;
	text-indent: -1.5em;
}
#content .faq_list li:nth-of-type(n+10) {
	padding-left: 2.1em;
	text-indent: -2.1em;
}
#content .faq_list li a {
	display: block;
	padding: 16px 8px;
	text-decoration: none;
}

#content dl.faq .s_question {
  padding: 24px 0 4px;
  color: #ff9900;
  font-weight: bold;
  border-top: 1px dashed #ccc;
	padding-left: 1.6em;
  text-indent: -1.6em;
}
#content dl.faq .s_question:nth-of-type(n+10) {
	padding-left: 2.15em;
  text-indent: -2.15em;
}
#content dl.faq .s_question:first-child {
  padding-top: 0;
  border-top: 0;
}
#content dl.faq .s_answer {
  margin: 0 0 24px 30px;
  line-height: 1.6;
}
#content dl.faq .s_answer p {
	margin: 6px 0 4px;
}
#content dl.faq .s_answer ul {
	margin-bottom: 0;
	text-indent: 0;
}
#content dl.faq .s_answer ul li {
	margin-bottom: 0;
}


#content .back_btn_qa {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
  text-align: center;
}

/*----------------------------------------------------------------------
 個人情報保護方針
----------------------------------------------------------------------*/
/*
#content .policy p {
  margin: 0;
  text-indent: 1em;
}
*/
#content .policy {
  margin: 20px 0 0;
}
#content .policy h6 {
  margin: 25px 0 7px;
}
#content .policy ol ul {
  margin: 10px 0 0;
}
#content .policy ol.decimal {
  margin-left: 20px;
}
#content .policy ol.decimal ol {
  margin-top: 5px;
}
#content .policy ol ul li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
#content .policy ol ul.disc li {
  margin-left: 15px;
  padding-left: 0;
  text-indent: 0;
}


/*----------------------------------------------------------------------
 リンク集
----------------------------------------------------------------------*/
#content .link dt,
#content .link dd {
  padding: 0 16px;
}
#content .link dt:before {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  display: inline-block;
  padding-right: 4px;
  color: #0081cc;
	font-size: 12px;
  font-weight: 900;
}
#content .link dd {
  margin-bottom: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  border-bottom: 1px dotted #ccc;
}

/*----------------------------------------------------------------------
 サイトマップ
----------------------------------------------------------------------*/
#content .sitemap ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 24px;
	gap: 8px 40px;
}
#content .sitemap li {
	width: calc(100% / 3 - 28px);
	margin: 0;
  padding-left: 0.6em;
  text-indent: -0.6em;
}
#content .sitemap li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  display: inline-block;
  padding-right: 4px;
  color: #0081cc;
	font-size: 12px;
  font-weight: 900;
}


/*----------------------------------------------------------------------
 広報誌
----------------------------------------------------------------------*/
#content .kikindayori {
  display: flex;
	flex-wrap: wrap;
}
#content .kikindayori .kikindayori_item {
  width: 50%;
}
#content .kikindayori .kikindayori_item:nth-of-type(1) {
  text-align: center;
}
#content .kikindayori .kikindayori_item:nth-of-type(1) img {
  margin-top: 16px;
	border: 1px solid #777;
}
#content .kikindayori .kikindayori_item a {
  text-decoration: none;
}
#content .kikindayori .kikindayori_item:nth-of-type(2) {
	padding-top: 40px;
}
#content ul.back_number {
	margin-left: 24px;
  list-style-type: disc;
}
#content ul.back_number li {
	margin-bottom: 4px;
}

/*----------------------------------------------------------------------
 アクセス
----------------------------------------------------------------------*/
#content .gmap {
	min-height: 480px;
	margin-bottom: 16px;
}
#content .gmap iframe {
  width: 100%;
	height: 480px;
	margin: 0;
	padding: 0;
	border: 1px solid #777 !important;
}

/*----------------------------------------------------------------------
 パスワード認証
----------------------------------------------------------------------*/
#content table.login {
	width: auto; 
  margin-bottom: 40px;
}
#content table.login th,
#content table.login td {
  padding: 12px 4px;
  background: none;
  border: 0;
}
#content table.login input.login {
	width: auto;
  padding: 8px;
  border: 1px solid #999;
}
#content table.login input.btn {
  padding: 6px 10px;
  background-color: #2d7fc5;
  border: 0;
  color: #fff;
  text-align: center;
}
#content .error {
  color: red;
}
#content .message {
  color: #924898;
}








