@charset "UTF-8";
/* CSS Document */
@media (max-width: 700px) {
#donation{
	
}
#donation_top{
	margin-bottom: 32px;
}
#donation_top .content_wrap{
	display: flex;
	justify-content:space-between;
	flex-direction: column-reverse;
}
#don_top_pamphlet{
	width: 100%;
}
#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: 10px;
}
#don_top_r{
	width: 100%;
	margin-bottom: 32px;
}
#don_top_txt{
	margin-bottom: 12px;
}
#don_top_txt p{
	line-height: 1.7em;
	font-weight: 500;
}
#don_top_president{
	display: flex;
	align-items: center;
	margin-top: 24px;
	margin-bottom: 24px;
	width: 98.46%;
	margin-left: auto;
	flex-direction:column-reverse;
	    justify-content: center;
	align-items:center;
}
#don_top_president_name{
	line-height: 1.6em;
	font-weight: 500;
	margin-right: 14px;
	text-align: center;
}
#don_top_president_img{
	width: 240px;
	height: 240px;
	margin-bottom:16px;
}
#don_top_president_img img{
	width: 100%;
}
	

.donation_link_btn a{
  max-width:inherit;
	 border-radius:16px;
}

.donation_link_icon{
  border-radius:16px 0 0 16px;
}

	
/* .donation_link_btn{
	width: 100%;
}
.donation_link_btn a{
	display: block;
	width: 100%;
}
.donation_link_btn a img{
	display: block;
	width: 100%;
}
#donation_top .donation_link_btn{

	}
 */
	
	
	
.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_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: 24px;
}
#donation_case ul{
	box-sizing: border-box;
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	width: 92.3%;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
}
#donation_case ul li{
	box-sizing: border-box;
	width: 43.84%;
/*	margin-right: 12.32%;*/
	
	width: 46.15%;
/*	margin-right: 5.38%;*/
	margin-right: 0;
	
	line-height: 1.5em;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	    min-width:inherit;
	margin-bottom: 16px;
}
#donation_case ul li:last-child{
	margin-right: 0;
}
	#donation_case ul li:nth-child(2n){
	margin-right: 0;
}
#donation_case ul li img{
	box-sizing: border-box;
	width: 100%;
	display: block;
	margin-bottom: 8px;
}
#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: 24px;
	display: flex;
	flex-wrap: wrap;
}
#donation_menu ul li{
	box-sizing: border-box;
	width: 100%;
	margin-right: 0;
	margin-bottom:32px;
}
#donation_menu ul li:nth-child(3n){
	margin-right: 0;
}
.don_nemu_banner{
	box-sizing: border-box;
	margin-bottom: 16px;
}
.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: 17px;
    font-weight: bold;
    line-height: 1.3em;
    border-bottom: dotted 2.4px #7fa651;
	margin-bottom: 16px;
}
.don_menu_name a{
	display: flex;
	background-image: url("../images/arrow_double_green.svg");
	background-position: right top 8px ;
	background-repeat: no-repeat;
	background-size: 14px auto;
	padding-bottom: 8px;
	padding-right: 24px;
}
#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: 8px 12px;
	font-size: 14px;
	text-align: left;
    border-right: dotted 1.4px #7fa651;
	border-bottom: dotted 1.4px #7fa651;
	    min-width: 56px;
}
#donation_menu ul li table tr td {
    padding: 8px 12px;
    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_yugu{
	margin-bottom: 40px;
}
#donation_yugu p{
	line-height: 1.7em;
	font-weight: 500;
}
#donation_yugu .circle_tit{
	margin-bottom: 12px;
}
#donation_yugu .circle_tit.margin-t{
	margin-top: 4.61%;
}
#don_syomei{
	margin-top: 16px;
	margin-bottom: 24px;
}
#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: 8px;
	width: 18px;
}
.don_yugu_flex{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-top: 0;
}
.don_yugu_img{
	width: 100%;
}
.don_yugu_img a{
}
.don_yugu_img p{
	font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    margin-top: 8px;
}
.don_yugu_txt{
	width: 100%;
	margin-top: 24px;
}
.don_yugu_p{
	margin-bottom: 20px;
}
#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:40px;
}
#don_kansya_flex{
	display: flex;
	margin-top: 24px;
	justify-content: space-between;
	flex-direction: column;
}
#don_kansya_img{
	width: 100%;
	margin-bottom: 12px;
}
#don_kansya_img img{
	width: 100%;
}
#don_kansya_txt{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#don_kansya_txt p{
	line-height: 1.7em;
	font-weight: 500;
}
#don_kansya_txt .donation_link_btn{
/* 	margin-left: auto; */
	margin-top: 20px;
}


#donation_other{
	margin-bottom: 24.61%;
}
#don_other_flex{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
#don_other_flex p{
	line-height: 1.7em;
	font-weight: 500;
	width: 100%;
}
#don_other_img{
	margin-top: 24px;
	width: 76.15%;
	margin-right: auto;
	margin-left: auto;
}
#don_other_img img{
	width: 100%;
}



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


/* ================================
寄付レポート フィルターボタン（スマホ縦並び）
================================ */
@media screen and (max-width:768px) {

  /* 年度フィルター */
  .donation-year-filter {
    display: flex;
    flex-wrap: wrap;      /* 折り返し */
    gap: 8px;
    margin-bottom: 16px;
    padding: 0;
  }

  .donation-year-filter li {
    flex: 0 0 48%;        /* 2個で折り返し */
    margin: 0;
  }

  .donation-year-filter a {
    display: block;
    padding: 10px;
    font-size: 0.9rem;
    text-align: center;
  }

  /* 分類フィルター */
  .donation-filter {
    display: flex;
    flex-direction: column; /* 縦並び */
    gap: 10px;
    margin-bottom: 16px;
    padding: 0;
  }

  .donation-filter li {
    margin: 0;
  }

  .donation-filter a {
    display: block;
    padding: 12px 12px 12px 16px;
    font-size: 0.95rem;
    text-align: left;
  }

  .donation-filter_h2 {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
}






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

.donation-report_list {
	margin-top:12.3%;
  display: block;
	  gap: 0px;
}

.donation-report_list li {
  flex: none;
    width: 100%;
    margin-bottom: 6.15%;
}

.donation-report_list li a {
  padding: 16px;
}

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

.donation-report_date {
  margin: 14px 0 8px 0;
    font-size: 0.85em;
	letter-spacing:0;
}

.donation-report_name {
  font-size: 1rem;
}

.donation-report_catch {
  font-size: 0.9rem;
}


/* =========================
   寄付レポート詳細ページ SP
========================= */

.donation-report_detail{
	padding:9.23% 6.15% 3.07% 6.15%;
}
  .donation-report_detail .content_wrap {
	  width:100%;
	  padding:0;
	  box-sizing:border-box;
  }

  .donation-report_detail_content {
    padding: 6% 6% 8% 6%;
    border-radius: 12px;
	 box-sizing:border-box;
  }

  .donation-report_detail_title {
    font-size: 1.3rem;
    line-height: 1.5em;
    padding-bottom: 12px;
    margin-bottom: 12px;
    background-size: 14px auto;
  }

  .donation-report_datail-date {
    font-size: 0.85rem;
    margin: 12px 0 8px 0;
	  letter-spacing:0;
  }

  .donation-report_datail-thumb {
    margin: 6% 0;
  }

  .donation-report_datail-thumb img {
    width: 100%;
  }

  .donation-report_detail-content p {
    line-height: 1.8em;
    font-size: 0.95rem;
  }


}