@charset "utf-8";

.fund-page{
  background:#fff;
}

.fund-section{
  padding:0;
}

.fund-page .container{
  max-width:1100px;
  margin:0 auto;
  padding:0 20px;
}

.fund-risk-link{
  text-align:center;
  margin:0 0 50px;
}

.fund-risk-link a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 24px;
  border:1px solid #dddfe7;
  color:var(--navy);
  text-decoration:none;
  font-size:14px;
  transition:.3s;
}

.fund-risk-link a:hover{
  background:var(--navy);
  color:#fff;
}

.fund-intro-card{
  background:var(--navy);
  border-top:4px solid var(--gold);
  padding:56px 64px;
  margin-bottom:50px;
  color:#fff;
}

.fund-intro-card .section-label{
  color:#c59a2d;
}

.fund-intro-card h1{
  margin:0 0 28px;
  color:#fff;
  font-size:36px;
  line-height:1.6;
  font-family:var(--mincho);
  font-weight:500;
}

.fund-intro-card p{
  margin:0;
  color:#fff;
  font-size:15px;
  line-height:2.2;
}

.fund-company-box{
  background:#f7f4ef;
  border-left:4px solid var(--gold);
  padding:30px 36px;
  margin-bottom:60px;
}

.fund-company-box h4{
  margin:0 0 12px;
  color:var(--navy);
  font-size:22px;
  line-height:1.5;
  font-family:var(--mincho);
  font-weight:500;
}

.fund-company-box p{
  margin:0;
  color:#344765;
  font-size:14px;
  line-height:2;
}

.fund-content-card{
  margin-bottom:80px;
}

.fund-page table{
  width:100%;
  border-collapse:collapse;
  margin:0;
  background:#fff;
  border:1px solid #dddfe7;
  box-shadow:0 8px 18px rgba(0,0,0,.04);
}

.fund-page table td{
  border:1px solid #dddfe7;
  padding:16px 18px;
  color:#344765;
  font-size:14px;
  line-height:1.9;
  vertical-align:top;
}

.fund-page table tr:first-child td,
.fund-page table td[colspan="8"],
.fund-page table td[colspan="3"]:first-child{
  color:var(--navy);
}

.tblfund2{
  margin:14px 0 0 !important;
  box-shadow:none !important;
}

.tblfund2 td{
  padding:8px 10px !important;
  font-size:13px !important;
}

.tdnowrap{
  white-space:nowrap;
  color:#c59a2d !important;
  font-weight:700;
}

.fund-document-section{
  margin-bottom:80px;
}

.fund-document-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
	margin-top: 56px;
}

.fund-kouhu{
  background:#fff;
  border:1px solid #dddfe7;
  border-top:4px solid var(--gold);
  padding:34px;
  box-shadow:0 8px 18px rgba(0,0,0,.04);
  text-align:center;
}

.fund-kouhu h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:22px;
  line-height:1.5;
  font-family:var(--mincho);
  font-weight:500;
}

.fund-kouhu p{
  margin:0 0 24px;
  color:#344765;
  font-size:15px;
}

.fund-kouhu img{
  max-width:240px;
  width:100%;
  height:auto;
  transition:.3s;
	margin-left: auto;
	margin-right: auto;
}

.fund-kouhu a:hover img{
  transform:translateY(-4px);
}

.fund-request-section{
  margin-top:80px;
}

.agreement-document{
  background:#f7f4ef;
  border-left:4px solid var(--gold);
  padding:30px 34px;
  margin-bottom:34px;
}

.agreement-document p{
  margin:0;
  color:#344765;
  font-size:14px;
  line-height:2;
}

.agreement{
  background:#fff;
  border:1px solid #dddfe7;
  border-top:4px solid var(--gold);
  padding:38px 42px;
  box-shadow:0 8px 18px rgba(0,0,0,.04);
}

.agreement-content h3{
  margin:36px 0 18px;
  color:var(--navy);
  font-size:22px;
  line-height:1.5;
  font-family:var(--mincho);
  font-weight:500;
}

.agreement-content h3:first-child{
  margin-top:0;
}

.agreement-note{
  margin:0 0 16px;
  color:#344765;
  font-size:14px;
  line-height:1.9;
}

.agreement-list-item{
  padding:24px 26px !important;
  margin:18px 0 34px;
  border:1px solid #f0c8c0;
  border-left:4px solid #d95b42;
  background:#fff4f1 !important;
}

.agreement-list-item label{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:var(--navy);
  font-size:15px;
  line-height:1.8;
  font-weight:700;
}

.agreement-list-item input[type="checkbox"]{
  margin-top:6px;
  transform:scale(1.15);
}

.agreement-list-item:has(input[type="checkbox"]:checked){
  background:#fff !important;
  border-left-color:#c59a2d;
  border-color:#c59a2d;
}

.link_pdf_icon{
  margin:18px 0 0;
}

.link_pdf_icon a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--navy);
  font-weight:700;
  text-decoration:none;
  line-height:1.6;
}

.link_pdf_icon a:hover{
  color:#c59a2d;
}

.icon-pdf{
  width:24px;
  height:auto;
}

.btsiryo-waku{
  margin:50px 0 80px;
  text-align:center;
}

.btsiryo-waku{
  text-align:center;
  margin:60px 0;
}

#btsiryo{
  width:100%;
  max-width:540px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:22px 28px;
  background:var(--navy);
  border:none;
  border-radius:0;
  font-size:18px;
  font-family:var(--mincho);
  cursor:pointer;
  transition:.3s ease;
  color:#FFF;
	margin-left: auto;
	margin-right: auto;
}

#btsiryo:hover{
  transform:translateX(6px);
  box-shadow:0 14px 28px rgba(0,0,0,.15);
  background: var(--gold);
  color:var(--navy);

}

#btsiryo .circle-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.3s ease;
  transform:rotate(0deg);
}

#btsiryo:hover .circle-btn{
  transform:translate(2px,2px) rotate(45deg);
	background: #FFF;
}
.fund-subtitle{
  margin:56px 0 24px;
  color:var(--navy);
  font-size:26px;
  line-height:1.5;
  font-family:var(--mincho);
  font-weight:500;
  border-left:4px solid var(--gold);
  padding-left:18px;
}

.fund-minor-title{
  margin:42px 0 18px;
  color:var(--navy);
  font-size:22px;
  line-height:1.5;
  font-family:var(--mincho);
  font-weight:500;
}

.fund-table-wrap{
  width:100%;
  overflow-x:auto;
}

.fund-table{
  width:100%;
  border-collapse:collapse;
  margin:0;
  background:#fff;
  border:1px solid #dddfe7;
  box-shadow:0 8px 18px rgba(0,0,0,.04);
}

.fund-table th,
.fund-table td{
  border:1px solid #dddfe7;
  padding:18px 20px;
  color:#344765;
  font-size:14px;
  line-height:1.9;
  vertical-align:top;
}

.fund-table th{
  width:250px;
  background:#f7f4ef;
  color:var(--navy);
  font-weight:700;
  text-align:left;
}

.fund-inner-dl{
  margin:18px 0 0;
  background:#faf9f6;
  border:1px solid #e5e7ee;
}

.fund-inner-dl div{
  display:grid;
  grid-template-columns:130px 1fr;
  border-bottom:1px solid #e5e7ee;
}

.fund-inner-dl div:last-child{
  border-bottom:none;
}

.fund-inner-dl dt,
.fund-inner-dl dd{
  margin:0;
  padding:10px 14px;
  font-size:13px;
  line-height:1.8;
}

.fund-inner-dl dt{
  color:#c59a2d;
  font-weight:700;
}

.fund-figure{
  margin:36px 0 36px;
  text-align:center;
}

.fund-figure img{
  max-width:780px;
  width:100%;
  height:auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.fund-risk-card{
  background:#fff;
  border:1px solid #dddfe7;
  border-top:4px solid var(--gold);
  padding:36px 40px;
  box-shadow:0 8px 18px rgba(0,0,0,.04);
}

.fund-risk-card > p{
  margin:0 0 24px;
  color:#344765;
  font-size:15px;
  line-height:2;
}

.fund-risk-list{
  display:grid;
  gap:18px;
	padding-bottom: 24px;
}

.fund-risk-list section{
  background:#f7f4ef;
  border-left:4px solid var(--gold);
  padding:22px 24px;
}

.fund-risk-list h4{
  margin:0 0 10px;
  color:var(--navy);
  font-size:17px;
  line-height:1.6;
  font-weight:700;
}

.fund-risk-list p{
  margin:0;
  color:#344765;
  font-size:14px;
  line-height:2;
}

.fund-note{
  margin:24px 0 0;
  color:#344765;
  font-size:13px;
  line-height:1.9;
}

.fund-company-sign{
  margin-top:36px;
  padding:24px 28px;
  color:#344765;
  font-size:14px;
  line-height:2;
  text-align:right;
}

@media(max-width:760px){

	.fund-page .container{
		padding: 0;
	}
  .fund-section{
    padding:0;
  }

  .fund-intro-card{
    padding:36px 24px;
  }
  .fund-company-box h4{
	font-size: 16px
  }
  .fund-intro-card h1{
    font-size:22px;
  }
	.fund-minor-title{
		font-size: 16px;
	}
  .fund-company-box,
  .agreement,
  .agreement-document,
  .fund-kouhu{
    padding:26px 22px;
  }

  .fund-document-grid{
    grid-template-columns:1fr;
  }

  .fund-page table{
    display:block;
    overflow-x:auto;
  }

  .fund-page table td{
    min-width:140px;
    font-size:13px;
	border: none;
    border-bottom: 1px solid #dddfe7;
  }

  .agreement-list-item label{
    font-size:14px;
  }

  #btsiryo{
    width:100%;
    min-width:0;
  }
  .fund-subtitle{
    font-size:16px;
	margin-top: 24px;
  }
  
  .fund-table th,
  .fund-table td{
    min-width:180px;
    font-size:13px;
    padding:14px 16px;
  }
  .fund-table,
  .fund-table tbody,
  .fund-table tr,
  .fund-table th,
  .fund-table td{
    display:block;
    width:100%;
  }

  .fund-table tr{
    background:#fff;
  }

  .fund-table th{
    width:100%;
    border:none;
    border-bottom:1px solid #dddfe7;
    background:#f7f4ef;
    padding:14px 16px;
  }

  .fund-table td{
    border:none;
    padding:16px;
  }
  .fund-inner-dl div{
    grid-template-columns:1fr;
  }
	.fund-risk-list h4{
		font-size: 14px;
   }
  .fund-risk-card{
    padding:26px 22px;
  }

  .fund-company-sign{
    text-align:left;
	  padding: 0;
	  font-size: 12px;
  }
	.fund-document-grid{
		margin-top: 24px;
	}
	.agreement-list-item label{
		gap:0;
	}
	.agreement-list-item{
		margin: 10px 0 18px;
	}
	.agreement-content h3{
		font-size: 16px;
	}
	.fund-kouhu h3 {
		font-size: 16px;
	}
}