@charset "UTF-8";

/* ===============================================
	ご支援、ご寄付いただいた方
================================================== */
/* -----------------------------------------------
	年度タブ
-------------------------------------------------- */
.thanks-tabs__list{
  list-style: none;
  margin: 2rem 0 1.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.thanks-tab{
  display:inline-block;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  background:#f6f6f6;
  color: var(--wp--preset--color--black);
  text-decoration:none;
  line-height:1;
  width: 100%;
  text-align: center;
}

.thanks-tab:hover,
.thanks-tab.is-active{
  background: #bce14d;
  color: var(--wp--preset--color--black);
  text-shadow: 0.03em 0 0 currentColor, -0.03em 0 0 currentColor; /* 擬似太字 */
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* -----------------------------------------------
	リスト全体
-------------------------------------------------- */
.thanks-list{
  list-style:none;
  margin:0;
  padding:0;
}

/* -----------------------------------------------
	見出し（寄附日）
-------------------------------------------------- */
.thanks-date{
	border-bottom: dotted 1px #aaa;
	font-size: 1.1rem;
	padding: 0 0 0.5rem 0.5rem;
	letter-spacing: 1px;
  line-height: 1.5em;
  font-weight: bold;
}
.thanks-date::before{
	content: "●";
	color: #bce14d;
	margin-right: 0.5rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/* -----------------------------------------------
	ロゴ＋本文
-------------------------------------------------- */
.thanks-card{
  display: flex;
  align-items: flex-start;
}

/* ロゴ */
.thanks-card__logo{
  border: 1px solid #d5d9ca;
}
.thanks-card__logo img{
  width:100%;
  object-fit: contain;
  display:block;
}

/* 企業名 */
.thanks-company{
  margin: 0 0 0.3rem;
  font-weight: bold;
}
.thanks-company__link{
  color: #36789e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.thanks-company__link:hover{
    color: #38abba;
}
.thanks-company strong{
  background: linear-gradient(transparent 60%, #cffcf8 60%);
}

/* 詳細リンク */
.thanks-more{
  margin: 0.5rem 0 0;
}
.thanks-more__link{
  color: #36789e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.thanks-company__link:hover{
    color: #38abba;
}


/* 1件もないとき */
p.no-info-note {
    padding: 0.5rem 0;
}



	/* -----------------------------------------------
		ご支援、ご寄付いただいた方 > SP
	-------------------------------------------------- */
	@media (min-width:0px) {
    .thanks-tabs__list{
      gap: 0.5rem;
    }
    .thanks-tabs__item {
      width: 31%;
    }
    .thanks-group__items {
      margin-bottom: 1rem;
    }
    .thanks-card{
      padding: 0.7rem 0.5rem 0.3rem;
      gap: 0.8rem;
    }
    .thanks-card__logo{
      width: 120px;
    }
    .thanks-card__logo img{
      height: 68px;
    }
    .thanks-card__body {
      width: calc(100% - 120px - 0.8rem);
    }
	}
	/* -----------------------------------------------
		ご支援、ご寄付いただいた方 > TABLET
	-------------------------------------------------- */
	@media (min-width:768px) {
    .thanks-tabs__list{
      gap: 1rem;
    }
    .thanks-tabs__item {
      width: unset;
    }
    .thanks-group__items {
      margin-bottom: 1.5rem;
    }
    .thanks-card{
      padding: 1.3rem 1rem 0.3rem;
      gap: 1rem;
    }
    .thanks-card__logo{
      width: 140px;
    }
    .thanks-card__logo img{
      height: 80px;
    }
    .thanks-card__body {
      width: calc(100% - 140px - 1rem);
    }
	}
	/* -----------------------------------------------
		ご支援、ご寄付いただいた方 > PC
	-------------------------------------------------- */
	@media (min-width:1028px) {
		
	}