@charset "UTF-8";
/* CSS Document */


.arrow_dot_tit.arrow_tit_blue{
	border-bottom: 0;
    padding: 6px 24px;
	background-color: #deecf0;
	border-radius: 10px;
	display: flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
}



#donation{
	padding-top:6.15%;
}
#donation_top{
	margin-bottom: 6.15%;
}
#donation_top .content_wrap{
	display: flex;
	justify-content:space-between;
}
#don_top_pamphlet{
	width: 32.3%;
}
#don_top_pamphlet a{
	width: 100%;
	display: block;
}
#don_top_pamphlet a img{
	width: 100%;
}
#don_top_pamphlet a p{
	font-size: 13px;
	line-height: 1em;
	font-weight: 400;
	margin-top: 16px;
}
#don_top_r{
	width: 61.53%;
}
#don_top_txt{
	margin-bottom: 16px;
}
#don_top_txt p{
	line-height: 1.8em;
	font-weight: 500;
}
#don_top_president{
	display: flex;
	align-items: flex-end;
	margin-bottom: 9.23%;
	width: 90%;
	margin-left: auto;
	    justify-content: end;
}
#don_top_president_name{
	line-height: 1.6em;
	font-weight: 500;
	margin-right: 16px;
	text-align: right;
}
#don_top_president_img{
	width: 168px;
	height: 168px;
}
#don_top_president_img img{
	width: 100%;
}



/* ================================
寄付レポートボタン
================================ */

.donation_link_btn a{
	margin-bottom:16px;
  display:flex;
  align-items:center;

  width:100%;
  max-width:392px;
  box-sizing:border-box;

  padding-right:22px;

  border-radius:24px;

  color:#5a473c;
  text-decoration:none;

  font-family:dnp-shuei-mgothic-std, sans-serif;
  font-weight:600;
  font-size:1.3rem;
  line-height:1;

  /* 背景画像（仮） */
  background-image:url("../images/donation_report-link_bg.png");
  background-repeat:repeat;
  background-size:contain;
  background-position:center;

  overflow:hidden; /* ←重要（角丸をきれいにする） */
}


/* 左アイコン背景 */
.donation_link_icon{
  display:flex;
  align-items:center;
  justify-content:center;

  width:78px;
  height:100%;

  padding:10px 0 10px 8px;

  /* 背景画像 */
  background-image:url("../images/donation_report-link-icon_bg.png");
  background-repeat:repeat;
  background-size:contain;
  background-position:center;

  border-radius:24px 0 0 24px;

  margin-right:16px;
}

.donation_link_icon img{
  width:34px;
  height:auto;
}


/* テキスト */
.donation_link_text{
  flex:1;
}


/* 矢印 */
.donation_link_arrow{
  width:28px;
}

.donation_link_arrow img{
  width:100%;
}











/* 

.donation_link_btn{
	width: 392px;
	margin-bottom: 16px;
}
.donation_link_btn a{
	display: block;
	width: 100%;
}
.donation_link_btn a img{
	display: block;
	width: 100%;
}

 */







.kifu_kochira .don_det_top_head_btn{
/* 	margin-bottom: 6.15%;	 */
}
.kifu_kochira  .don_det_top_head_btn p{
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1em;
}

.kifu_kochira .don_det_top_head_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px 10px 12px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    border-radius: 24px;

    width: 100%;
    max-width: 392px;
    box-sizing: border-box;
    pointer-events: auto;

    color: #524239; /* 文字色 */
    background-color: #e6f3d9; /* コントラストOKな薄い黄緑 */
    border: 2px solid #7fcf57; /* 元の黄緑枠線を維持 */
    text-decoration: none;

    /* 背景画像は不要ならコメントアウト */
    /* background-image: url("../images/madara_bg_pink.png"); */
    background-repeat: repeat;
    background-size: contain;
    background-position: center center;
}

/* .kifu_kochira  .don_det_top_head_btn a{
	display: flex;
	align-items: center;
	background-color: #7fcf57;
    padding: 10px 22px 10px 12px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    border-radius: 24px;
    background-repeat: repeat;
    background-size: contain;
    background-position: center center;
	width: 100%;
	box-sizing: border-box;
	pointer-events:auto;
	color: #fff;
	max-width: 392px;
} */
.kifu_kochira  .don_det_top_head_btn_icon{
	width: 40px;
	margin-left: 16px;
	margin-right: 24px;
}
.kifu_kochira  .p-arrow{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.kifu_kochira .p-arrow .p-arrow_arrow{
	display: inline-block;
	width: 28px;
}

#donation_case{
	margin-bottom: 3.84%;
}
#donation_case ul{
	box-sizing: border-box;
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
}
#donation_case ul li{
	box-sizing: border-box;
	width: 16%;
	margin-right: 2.3%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	    min-width: 150px;
	margin-bottom: 2.3%;
}
#donation_case ul li:last-child{
	margin-right: 0;
}
#donation_case ul li img{
	box-sizing: border-box;
	width: 86.15%;
	margin:0 auto;
	display: block;
	margin-bottom: 14px;
}
#donation_case ul li small{
	display: block;
	margin-top: 4px;
	font-size: 12px;
}


#donation_menu{
	margin-bottom: 3.07%;
}
#donation_menu ul{
	box-sizing: border-box;
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
}
#donation_menu ul li{
	box-sizing: border-box;
	width: 31.53%;
	margin-right: 2.705%;
	margin-bottom: 48px;
}
#donation_menu ul li:nth-child(3n){
	margin-right: 0;
}
.don_nemu_banner{
	box-sizing: border-box;
	margin-bottom: 8px;
}
.don_nemu_banner a{
	display: block;
	width: 100%;
}
.don_nemu_banner a img{
	width: 100%;
}
.don_menu_name{
	font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 1.05rem;
	font-weight:bold;
    line-height: 1.3em;
    border-bottom: dotted 2.4px #7fa651;
	margin-bottom: 20px;
}
.don_menu_name a{
	display: flex;
	justify-content:space-between;
	align-items:center;
	background-image: url("../images/arrow_double_green.svg");
	background-position: right top 8px;
	background-repeat: no-repeat;
	background-size: 14px auto;
	padding-bottom: 10px;
	padding-right: 24px;
}
.don_menu_name a img {
	width:22px;
}
#donation_menu ul li table{
	width: 100%;
    border-top: 1.4px solid #7fa651;
    border-bottom: 1.4px solid #7fa651;
}
#donation_menu ul li table tr th {
    background-color: #dfe8d3;
    line-height: 1em;
    font-weight: 500;
    padding: 14px 16px;
	font-size: 14px;
	text-align: left;
    border-right: dotted 1.4px #7fa651;
	border-bottom: dotted 1.4px #7fa651;
	    min-width: 64px;
}
#donation_menu ul li table tr td {
    padding: 14px 16px;
    border-bottom: dotted 1.4px #7fa651;
	font-size: 14px;
	line-height: 1.5em;
    font-weight: 500;
	background-color: #FFFFFF;
}
#donation_menu ul li table tr:last-child th{
	border-bottom: 0;
}
#donation_menu ul li table tr:last-child td{
	border-bottom:0;
}

.donation_henrei_explain {
	display:flex;
	margin-bottom:48px;
}
.donation_henrei_explain_icon{
	width:24px;
	margin-right:16px;
}
.donation_henrei_explain_txt{
	width:96.15%;
}
.donation_henrei_explain_txt p{
	line-height:1.6em;
}
#donation_yugu{
	margin-bottom: 6.15%;
	scroll-margin-top: 120px;
}
#donation_yugu p{
	line-height: 1.8em;
	font-weight: 500;
}
#donation_yugu .circle_tit{
	margin-bottom: 16px;
}
#donation_yugu .circle_tit.margin-t{
	margin-top: 4.61%;
}
#don_syomei{
	margin-top: 16px;
}
#don_syomei a{
	display: flex;
	align-items: center;
}
#don_syomei a p{
	color: #1e4f98;
	font-size: 17px;
	line-height: 1em;
	font-weight: 600;
	text-decoration: underline;
}
#don_syomei a img{
	display: block;
	margin-left: 10px;
	width: 20px
}
.don_yugu_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 3.07%;
}
.don_yugu_img{
	width: 28.46%;
}
.don_yugu_img a{
	display:block;
}
.don_yugu_img p{
	font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    margin-top: 8px;
}
.don_yugu_txt{
	width: 66.92%;
}
.don_yugu_p{
	margin-bottom: 6.15%;
}
#donation_yugu ul{
	list-style: disc;
	padding-left: 16px;
	padding-top: 2px;
	margin-top: 8px;
}
#donation_yugu ul li{
	margin-bottom: 8px;
	line-height: 1.6em;
	font-weight: 500;
}
#don_kansya_txt p{
	
}


#donation_kansya{
	margin-bottom: 6.15%;
}
#don_kansya_flex{
	display: flex;
	margin-top: 32px;
	justify-content: space-between;
}
#don_kansya_img{
	width: 35.38%;
}
#don_kansya_img img{
	width: 100%;
}
#don_kansya_txt{
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#don_kansya_txt p{
	line-height: 1.8em;
	font-weight: 500;
}
#don_kansya_txt .donation_link_btn{
/* 	margin-left: auto; */
}


#donation_other{
	margin-bottom: 12.3%;
}
#don_other_flex{
	display: flex;
	justify-content: space-between;
}
#don_other_flex p{
	line-height: 1.8em;
	font-weight: 500;
	width: 50%;
}
#don_other_img{
	width: 39.23%;
}
#don_other_img img{
	width: 100%;
}


/*以下、寄付レポート一覧用*/


/* ================================
寄付レポート フィルターボタン
================================ */


.donation-filter_h2 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	color:#72a943;
	font-weight:bold;
	font-size:1.2rem;
	line-height:1em;
	margin-bottom:16px;
}

.donation-filter,
.donation-year-filter{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-bottom:2.3%;
padding:0;
list-style:none;
}

.donation-filter li,
.donation-year-filter li{
margin:0;
}

.donation-filter a,
.donation-year-filter a{
display:inline-block;
padding:12px 18px;
border:2px solid #72a943;
border-radius:30px;
font-size:1rem;
	font-weight:bold;
text-decoration:none;
background:#fff;
transition:all .2s;
}

/* hover */

.donation-filter a:hover,
.donation-year-filter a:hover{
background:#72a943;
color:#fff;
border-color:#72a943;
}

/* 現在選択 */

.donation-filter .current a,
.donation-year-filter .current a{
background:#72a943;
color:#fff;
border-color:#72a943;
}



.donation-report{
	padding-top:6.15%;
}

.donation-report_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 3.84% 0 0 0;
  list-style: none;
}

.donation-report_list li {
  background: #fff;
  border-radius: 8px;
  flex: 0 0 calc(33.333% - 20px);
  box-sizing: border-box;
	border: 2px solid #cee0b8;
}

.donation-report_list li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: inherit;
}

.donation-report_thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.donation-report_date {
  margin: 16px 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 3px dotted #a3c181;
  font-size: 0.9em;
  color: #666;
}

.donation-report_name {
  font-size: 1rem;
line-height:1.6em;
/* 	margin-bottom:6px; */
}

.donation-report_catch {
  font-size: 0.95rem;
	font-weight:bold;
	line-height:1.6em;
}


/*以下、寄付レポート詳細ページ用*/

.donation-report_detail{
	padding:6.15% 6.15% 3.07% 6.15%;
}
.donation-report_detail .content_wrap{
	max-width:960px;
	margin:0 auto;
}
.donation-report_detail_content{
	padding:3.84% 5.38% 6.15% 5.38%;
	border-radius: 16px;
	background-color:#fff;
	box-sizing: border-box;
	border: 2px solid #cee0b8;
}
.donation-report_detail_title {
	padding-bottom:16px;
	margin-bottom:16px;
	font-size:1.6rem;
	line-height:1.5em;
	background-image: url(../images/service/service_top_cat-name_border_base.svg);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 18px auto;
}

.donation-report_datail-date {
	margin: 16px 0 10px 0;
  padding-bottom: 10px;
  font-size: 0.9em;
  color: #666;
}

.donation-report_datail-thumb {
	margin-top:3.84%;
	margin-bottom:3.84%
}

.donation-report_datail-thumb img {
	width: 80%;
	margin:0 auto;
  height: auto;
  border-radius: 4px;
  display: block;
}

.donation-report_detail-content {
	
}


.donation-report_detail-content p {
	line-height:1.7em;
}


.donation-report_detail-content ul {
	margin-top:16px;
	padding-left:24px;
	list-style-type:disc;
}

.donation-report_detail-content ul li {
	line-height:1.4em;
	margin-bottom:8px;
}