@charset "utf-8";

/*=======================================================================

各ページ(style.css)
 
========================================================================*/
.pcOnly {
  display: inherit;
}
.tabOnly,
.spOnly {
  display: none;
}

/* margin padding */
#content p,
#content ul,
#content ol {
  margin: 0 0 15px;
}
#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: 12px;
}
#content .maru_num {
  margin-left: 5px;
}
#content .maru_num li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#content .number li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
#content .sankaku_arrow {
  margin: 5px 0 0 10px;
}
#content .sankaku_arrow li {
  margin-bottom: 5px;
}
/*#content .sankaku_arrow li::before {
  margin-left: -1.1em;
	margin-right: 2px;
  position: relative;
  display: inline-block;
  width: 1.1em;
  content: "▼";
}*/
#content .sankaku_arrow li::before {
  margin-right: 5px;
	color: #a9d06b;
  font-family: "FontAwesome";
  /*content: "\f0d7";*/
  content: "\f13a";
	font-size: 14px;
}
#content table li {
	margin-bottom: 0;
}
#content dt {
	margin-bottom: 5px;
}
#content dd {
	margin-bottom: 15px;
}

/* line height */
#content table,
#content dl,
#content li {
	line-height: 1.5;
}

/* text indent */
#content .indent {
	margin-left: 1em;
}

#content .indent-1 {
	margin-left: 1em;
	text-indent: -1em;
  line-height: 1.5;
}
#content .indent-2 {
	margin-left: 2.4em;
	text-indent: -2em;
  line-height: 1.5;
}
#content .indent-3 {
	margin-left: 3.4em;
	text-indent: -3em;
  line-height: 1.5;
}

#content .text_underline {
  text-decoration: underline;
}

.fw-normal {
  font-weight: normal !important;
}

sup {
	bottom: .25em;
}


a.with-icon::after {
	content: '';
  padding: 0 22px 4px 0;
	vertical-align: top;
}
a.with-icon[href$=".pdf" i]::after,
a.with-icon[href*=".pdf?" i]::after {
  background: url(/common/images/icon_pdf.gif) right center/16px 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.gif) right center/16px 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.gif) right center/16px auto no-repeat;
}

/*----------------------------------------------------------------------
 見出し
----------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

#content h1 {
  margin-bottom: 48px;
	padding: 0;
  color: #222;
	font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
	text-shadow: 3px 3px 0 rgba(0, 0, 0, .08);
}
#content h1::before {
	display: inline-block;
	content: '';
	margin-bottom: -24px;
	margin-right: -64px;
	width: 80px;
	height: 80px;
	background: url("../images/h1_bg.svg") no-repeat;
	background-size: contain;
}
#content h2 {
  margin: 48px 0 16px;
	padding: 2px 0 2px 8px;
  border-left: 6px solid #2c4198;
  color: #2c4198;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
#content h3 {
	margin: 32px 0 24px;
}
#content h3 span {
	display: inline-block;
	padding: 8px 16px;
	background: #d1ecf8;
	border-radius: 2px;
	color: #2c4198;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
	line-height: 1.2;
}
#content h4 {
  margin: 24px 0 12px;
  color: #00aebb;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}


/* common */
#content dl.common dt {
  margin: 0 0 6px;
  font-weight: bold;
}
#content dl.common dd {
  margin: 0 0 24px 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: 8px;
  border: 1px solid #ccc;
}
#content table th {
  font-weight: 700;
}
#content table.fw400 th {
  font-weight: 400;
}
#content table.common {
  width: 100%;
}
#content table.common img {
  vertical-align: middle;
}
#content table .nowrap {
  white-space: nowrap;
}
#content .table-responsive table {
  width: 830px !important;
}
#content .table-responsive table table {
  width: 100% !important;
}
#content table thead th {
  background-color: #cfe5f8;
  background-color: #ededed;
}
#content table thead td {
  border: 0;
  vertical-align: bottom;
}
#content table th {
  background-color: #e6f0f9;
  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 .textUnderline {
  text-decoration: underline
}
#content .textUnderline_d {
  border-bottom: double 3px #222;
}

#content .bg_y {
	background-color: #faf1c3;
}
#content .waku {
  padding: 16px 24px;
  border: 2px solid #ffc000;
}
#content .waku.waku_blue {
	border-color: #0d6fb8;
}
#content .waku.waku_purple {
	border-color: #c2c2f3;
}
#content .waku ul,
#content .waku li,
#content .waku dl,
#content .waku dd,
#content .waku p {
  margin-bottom: 0;
}
#content .dotWaku {
  padding: 12px 18px;
  border: 2px dotted #ccc;
}
#content  .dotWaku.lineRed {
  border-color: #ea5550;
}

/* link btn */
#content .linkArrow:before {
  padding-right: 3px;
	font-size: 14px;
	font-size: 1.4rem;
  font-family: "FontAwesome";
  content: "\f0a9";
  color: #0081cc;
}
#content .linkDownload {
  margin: 24px 0;
}
#content .linkDownload a {
  text-decoration: none;
}
#content .linkDownload a span {
	display: inline-block;
	padding: 7px 25px;
	background: #96a9b3;
	border: 1px solid #96a9b3;
	color: #fff;
	border-radius: 100px;
}
#content .linkDownload a span:before {
  padding-right: 4px;
  font-family: "FontAwesome";
  content: "\f0a9";
}
#content .linkDownload a.active {
	pointer-events: none;
}
#content .linkDownload a.active span {
	background: #fff;
	border: 1px solid #96a9b3;
	color: #96a9b3;
}
#content .linkDownload a.active span:before {
  font-family: "FontAwesome";
  content: "\f0ab";
}

img.icon {
  vertical-align: middle;
}

#content p.doc {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 0 0 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.book {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 0 0 20px;
  background: #fddda4;
  padding: 4px 5px 2px 30px;
  color: #474747;
  font-size: 120%;
  font-weight: bold;
  border-radius: 0 100px 100px 0;
}
#content p.book:before {
font-family: "FontAwesome";
content: "\f518";
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.point {
  position: relative;
  width: calc(100% - 20px);
  width: 100%;
  margin: 0 0 24px 20px;
  margin: 0 0 16px;
  background: #ddf0f2;
  padding: 8px 16px 6px 28px;
  padding: 24px 24px 24px 72px;
  color: #00aebb;
	line-height: 1.4;
	font-size: 18px;
	font-size: 1.8rem;
  font-weight: bold;
  border-radius: 0 100px 100px 0;
  border-radius: 100px;
  border-radius: 10px;
}
#content p.point:before {
  font-family: "FontAwesome";
	content: "\f0a6";
	content: "\f0a4";
  display: inline-block;
  position: absolute;
  padding: 0;
  color: white;
	background: #00aebb;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  width: 44px;
  height: 44px;
  line-height: 44px;
	text-align: center;
  left: -1.35em;
  left: 15px;
  top: 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;
}



/*----------------------------------------------------------------------
 基金からのお知らせ
----------------------------------------------------------------------*/
#content .news ul {
  margin: 0;
}
#content .news ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
	column-gap: 16px;
  margin: 0;
  padding: 8px;
  line-height: 1.3;
}
#content .news ul li .article {
  display: block;
}
#content .news ul li .article a {
  color: #222;
}

/* カテゴリアイコン */
#content .news ul li .category {
  display: block;
  min-width: 80px;
  padding: 2px 4px;
  background: #e83828;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
#content .news ul li span.category.cat1 {
  background: #e83828;
}
#content .news ul li span.category.cat2 {
  background: #00a0e9;
}
#content .news ul li span.category.cat3 {
  background: #009944;
}

#content ul.item {
	margin: 16px 0 0;
	padding: 12px;
	background: #f9f9f9;
}
#content ul.item li {
	display: inline list-item;
	margin: 0 0 4px;
	list-style-type: disc;
}
#content ul.item li:last-child {
	margin-bottom: 0;
}
#content .message-date {
  padding: 4px 0 8px;
  text-align: right;
}
#content .backBtn {
  margin: 32px 0 0;
  text-align: center;
}
#content .backBtn a {
  text-decoration: none;
}
#content .backBtn i {
  padding-right: 4px;
}






/*----------------------------------------------------------------------
 基金のしくみ
----------------------------------------------------------------------*/
#content .taisyokukyufuseido {
  display: -webkit-box;
  display: flex;
}
#content .taisyokukyufuseido div img:nth-of-type(1) {
	display: inherit;
}
#content .taisyokukyufuseido div img:nth-of-type(2) {
	display: none;
}
#content .taisyokukyufuseido div:hover img:nth-of-type(1) {
	display: none;
}
#content .taisyokukyufuseido div:hover img:nth-of-type(2) {
	display: inherit;
}
#content .taisyokukyufuseido div:nth-of-type(3) img {
	display: inherit;
}


/* 計算式 */
#content .calculation_box {
	padding: 24px 40px;
	background: #ddf0f2;
	border-radius: 10px;
}
#content .calculation_box dt {
	margin-bottom: 12px;
	padding-left: 32px;
	color: #00aebb;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
}
#content .calculation_box dt::before {
  font-family: "FontAwesome";
	content: "\f040";
  display: inline-block;
  padding: 0;
  color: white;
	background: #00aebb;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  width: 40px;
  height: 40px;
  line-height: 40px;
	text-align: center;
	position: absolute;
  top: -10px;
	left: -22px;
  border: solid 3px white; 
  border-radius: 50%;
}
#content .calculation_box dd {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
	column-gap: 16px;
	margin: 0;
}
#content .calculation_box dd .calculation_item {
	line-height: 1.4;
	text-align: center;
}
#content .calculation_box dd .calculation_item.ttl {
	width: 100%;
	margin: 16px 0 8px;
	font-weight: 700;
	text-align: left;
}
#content .calculation_box dd .calculation_item.kome {
	width: 100%;
	margin: 8px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
}
#content .calculation_box dd .calculation_item.formula {
	padding: 8px 16px;
	background: #fff;
	border: 2px solid #00aebb;
}
#content .calculation_box dd .calculation_item.formula .formula_ko {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
	column-gap: 8px;
	margin-bottom: 6px;
	padding: 0 6px 6px;
	border-bottom: 1px solid #777;
}
#content .calculation_box dd .calculation_item.formula .formula_ko.border_none {
	margin-bottom: 0;
	padding: 0;
	border-bottom: 0;
}
#content .calculation_box dd .calculation_item.formula a {
	font-weight: 700;
	text-decoration: none;
}


#content .nenkinjukyu {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
	margin-bottom: 16px;
	gap: 16px;
}
#content .nenkinjukyu p.nenkinjukyu_ttl {
  width: 100%;
	margin-bottom: 0;
}
#content .nenkinjukyu .nenkinjukyu_history {
  width: calc(100% - 450px);
	padding-left: 16px;
}
#content .nenkinjukyu .nenkinjukyu_img {
  width: 434px;
}
#content .nenkinjukyu dl > div {
  display: -webkit-box;
  display: flex;
	column-gap: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
#content .nenkinjukyu dl > div:nth-last-of-type(1) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#content .nenkinjukyu dl dt {
  margin: 0;
  font-weight: 700;
}
#content .nenkinjukyu dl dd {
  margin: 0;
}
#content .nenkinjukyu .nenkinjukyu_img img {
  padding: 16px 24px;
	border: 1px solid #ccc;
	border-radius: 24px;
}

#content .calculation_example div {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	column-gap: 24px;
	margin: 0 0 16px 16px;
	border-bottom: 1px solid #ccc;
}
#content .calculation_example dt {
	width: 200px;
}
#content .calculation_example dd:nth-of-type(1) {
	width: 80px;
}
#content .calculation_example dd:nth-of-type(2) {
	width: calc(100% - 328px);
}
#content .calculation_example div.example {
	display: block;
	margin: -8px 0 24px 24px;
	padding: 8px 16px;
	background: #fbe3e1;
	border-bottom: 0;
}
#content .calculation_example dd.w100 {
	width: 100%;
}
#content .nenkingaku {
	margin: 48px 40px 0;
	padding: 16px;
	border: 3px double #e9546b;
	color: #e9546b;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	position: relative;
}
#content .nenkingaku::before {
	content: '';
  width: 30px;
  height: calc(tan(50deg) * 30px / 2);
	background: #e9546b;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: -32px;
	left: 50%;
	transform: translateX(-50%);
}

#content .sueoki {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	column-gap: 40px;
}
#content .sueoki table {
  width: calc(50% - 20px);
}

#content .nav_calculation {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #ccc;
}
#content .nav_calculation > div {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
	gap: 8px 16px;
	margin-bottom: 8px;
}
#content .nav_calculation ul,
#content .nav_calculation li {
  margin: 0;
}
#content .nav_calculation ul {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	column-gap: 16px;
}
#content .nav_calculation li a {
	display: block;
	padding: 8px 16px;
	border: 1px solid #0081cc;
	border-radius: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}
#content .nav_calculation li a:hover,
#content .nav_calculation li.active a {
	background: #0081cc;
	color: #fff;
	opacity: 1;
}








/*----------------------------------------------------------------------
 基金情報
----------------------------------------------------------------------*/
#content .kanyu_list {
  display: inline-block;
  padding: 20px;
  border: 1px solid #007ac3;
}






/*----------------------------------------------------------------------
 FAQ
----------------------------------------------------------------------*/
#content .faq_red {
	color: #e9546b;
}
#content .faq_green {
	color: #00aebb;
}
#content .faq_orange {
	color: #ef8323;
}
#content h3.faq,
#content h4.faq {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	font-weight: 400;
}
#content h3.faq {
	display: inline-block;
	min-width: 120px;
	margin: 16px 0;
	padding: 8px 16px;
	border: 1px solid #2c4198;
	border-radius: 6px;
	color: #2c4198;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
#content h4.faq {
  display: -webkit-box;
  display: flex;
	margin-bottom: 16px;
	background: #ededed;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}
#content h4.faq span:nth-of-type(1) {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
	min-width: 80px;
	padding: 8px;
	background: #555;
	color: #fff;
}
#content h4.faq span:nth-of-type(2) {
	display: block;
	padding: 8px 16px;
	background: #ededed;
	color: #222;
}
#content h4.faq.nenkin {
	background: #fbe3e1;
}
#content h4.faq.nenkin span:nth-of-type(1) {
	background: #e9546b;
}
#content h4.faq.nenkin span:nth-of-type(2) {
	background: #fbe3e1;
	color: #e9546b;
}
#content h4.faq.kenpo {
	background: #ddf0f2;
}
#content h4.faq.kenpo span:nth-of-type(1) {
	background: #00aebb;
}
#content h4.faq.kenpo span:nth-of-type(2) {
	background: #ddf0f2;
	color: #00aebb;
}
#content h4.faq.koyou {
	background: #f2ecdd;
}
#content h4.faq.koyou span:nth-of-type(1) {
	background: #ef8323;
}
#content h4.faq.koyou span:nth-of-type(2) {
	background: #f2ecdd;
	color: #ef8323;
}

#content .seikyuutetuduki dt {
  position: relative;
  overflow: hidden;
  padding: 1.0rem 2rem 1.0rem 64px;
  border: 1px solid #0081cc;
	color: #0081cc;
	font-weight: 700;
}
#content .seikyuutetuduki dt:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 148px;
  height: 300%;
  content: '';
  /* -webkit-transform: rotate(25deg);
  transform: rotate(25deg); */
  background: #0081cc;
}
#content .seikyuutetuduki dt span {
  font-size: 20px;
  font-size: 2.0rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 5px;
  padding-left: 10px;
  color: #fff;
	font-style: oblique;
}
#content .seikyuutetuduki dd {
	margin-bottom: 24px;
}

#content .sentakushi {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-box-pack: center;
  justify-content: center;*/
	column-gap: 4px;
}
#content .sentakushi li {
	width: auto;
}

#content .icon_acrobat_reader div:nth-of-type(1) {
  width: 158px;
}
#content .icon_acrobat_reader div:nth-of-type(2) {
  width: calc(100% - 158px);
}
#content .btn_youshi {
	margin-top: 6px;
	text-align: center;
}
#content .btn_youshi a {
	display: inline-block;
	min-width: 120px;
	padding: 4px 24px 8px;
	background: #ef8323;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#content .accordion {
  width: 100%;
	margin-bottom: 16px;
}
#content .accordion .question_box {
  padding-bottom: 0px;
  border-bottom: 1px solid #ddd;
  transition: .3s;
}
#content .accordion .question_box a {
  display: block;
  position: relative;
  padding: 12px 48px 12px 8px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
#content .accordion .question_box a:after,
#content .accordion .question_box a.active:after {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #00aebb;
  color: #79b5ea;
  font-size: 12px;
}
#content .accordion .question_box a:after {
    content: "▼";
}
#content .accordion .question_box a.active:after {
    content: "▲";
}
#content .accordion .answer_box {
    display: none;
}
#content .accordion .answer_box {
  margin: 0 8px 0 24px;
	padding-left: 16px;
	padding-bottom: 32px;
	position: relative;
}
#content .accordion .answer_box::before {
  content: 'A';
	color: #e9546b;
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
}
#content .accordion .answer_box p:nth-last-of-type(1),
#content .accordion .answer_box dl,
#content .accordion .answer_box dd:nth-last-of-type(1),
#content .accordion .answer_box ul,
#content .accordion .answer_box ol,
#content .accordion .answer_box li:nth-last-of-type(1) {
	margin-bottom: 0;
}

#content .question_tyuto_q01 dt {
	margin: 16px 0 8px;
	font-weight: 700;
}
#content .question_tyuto_q01 dt span {
	font-size: 14px;
	font-size: 1.4rem;
}
#content .question_tyuto_q01 dd div {
	padding: 16px;
	background: #eaf2fb;
	border-radius: 8px;
}
#content .question_tyuto_q01 li {
	margin-bottom: 0;
}

#content .img_svg {
	width: 100%;
	margin: 16px auto;
	padding: 40px 56px;
	background: #f7f7f7;
}
#content div.faq04_q01 {
	padding: 16px;
	border: 1px solid #ccc;
}
#content dl.faq04_q01 dt {
	display: inline-block;
	margin-top: 16px;
	padding: 0 16px 2px;
	background: #e60012;
	border-radius: 100px;
	color: #fff;
	font-weight: 700;
}

/*----------------------------------------------------------------------
 アクセス
----------------------------------------------------------------------*/
#content .gmap {
  width: 830px;
  height: 500px;
  margin: 0 auto 16px;
}
#content .gmap iframe {
  width: 100%;
  height: 100%;
}



/*----------------------------------------------------------------------
 個人情報保護方針
----------------------------------------------------------------------*/
#content table.policy {
	width: 100%;
  margin-top: 5px;
}
#content table.policy th {
  text-align: left;
}
#content table.policy td {
  vertical-align: top;
}
#content table.policy ul.disc {
  margin-left: 15px;
}

/*----------------------------------------------------------------------
 リンク集
----------------------------------------------------------------------*/
#content .link dt,
#content .link dd {
  padding: 0 15px;
}
#content .link dt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  display: inline-block;
  padding-right: 4px;
  color: #0081cc;
	font-size: 14px;
	font-size: 1.4rem;
  font-weight: 900;
}
#content .link dd {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  border-bottom: 1px dotted #ccc;
}
#content .link dd:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/*----------------------------------------------------------------------
 サイトマップ
----------------------------------------------------------------------*/
#content .sitemap h3:nth-of-type(1) {
	margin-top: 0;
}
#content .sitemap ul {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	margin: 0;
}
#content .sitemap li {
	width: calc(50% - 32px);
	margin: 0 0 10px 32px;
  padding-left: 0.7em;
  text-indent: -0.7em;
  vertical-align: top;
}
#content .sitemap li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  display: inline-block;
  padding: 0 4px 0 0;
  color: #333;
	font-size: 12px;
  font-weight: 900;
}
#content .sitemap li a.icon-key::after {
	content: '\f084';
	color: #333;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
	font-size: 14px;
	padding-left: 4px;
}
#content .sitemap li a {
  color: #333;
}
#content .sitemap li a:hover {
  text-decoration: none;
}


/*----------------------------------------------------------------------
 健保ニュース
----------------------------------------------------------------------*/
#content .kenpodayori li {
  margin-bottom: 0;
}
#content .kenpodayori li a {
  display: block;
  padding: 10px;
  border-bottom: 1px dashed #ccc;
  text-decoration: none;
}
#content .kenpodayori.back_number li a {
  background-color: #f0f0f0;
  border: 0;
}





/*----------------------------------------------------------------------
 基金だより
----------------------------------------------------------------------*/
#content ul.download {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 32px;
  margin: 0;
}
#content ul.download li {
	width: calc(100% / 4 - 24px);
}
#content ul.download li a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #222;
	text-align: center;
	text-decoration: none;
}
#content ul.download a img {
	width: 100%;
	margin-bottom: 4px;
	border: 1px solid #ccc;
}










/*----------------------------------------------------------------------
 PW
----------------------------------------------------------------------*/
#content table.login {
  margin-bottom: 50px;
}
#content table.login th,
#content table.login td {
  padding: 10px 5px;
  background: none;
  border: 0;
}
#content table.login input.login {
  width: 200px;
  padding: 6px 5px;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 16px;
}
#content table.login input.btn {
  padding: 6px 10px;
  background-color: #2d7fc5;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
}
#content .error {
  color: red;
}










