/*
Theme Name: 蓄電池サイト(記事用)1
Theme URI: https://blog9.crawlace.com/
*/
.textUnderColorYellow {
	background:linear-gradient(transparent 70%, #FFFF00 0%);
}


.recommend__tab {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background: #f8f8f8;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
.recommend__tab:hover {
  background: #e0e0e0;
}
.recommend__tab.active {
  background: #0054a6;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0,84,166,0.3);
}

.thumb-fixed {
  width: 130px;
  height: 100px;
  border-radius: 6px;
  overflow: hidden;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* これでズームトリミング */
  border-radius: 6px;
  display: block;
}

.recommend__post {
  height: 130px; /* 必ず固定！ここで揃う */
  align-items: center;
  display: flex;
}



/* 通常は下線なし */
a.under-line {
  text-decoration: none;
  color: #fff;
}
/* ホバー時・フォーカス時だけ下線 */

a.under-line:hover,
a.under-line:focus {
  text-decoration: underline;
}



@media (max-width: 800px) {
  .footer-grid {
    display: grid !important;
    grid-template-columns: 1fr 1.3fr;
    grid-template-rows: auto auto;
    gap: 1vw !important;
    padding-left: 2vw !important;
    padding-right: 2vw !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    box-sizing: border-box;
    justify-content: unset !important;
    align-items: unset !important;
  }
  .footer-grid > ul {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer-grid > ul:nth-child(1) { grid-column: 1 / 2; grid-row: 1; }
  .footer-grid > ul:nth-child(2) { grid-column: 2 / 3; grid-row: 1; }
  .footer-grid > ul:nth-child(3) { grid-column: 1 / 3; grid-row: 2; margin-top: 20px !important; padding-bottom: 30px!important;}
	

	
	@media (max-width: 991.98px) {
  .navbar.fixed-top + .collapse {
    position: fixed !important;
    top: 30px; /* ←ヘッダー高さ（必要なら64pxに） */
    left: 0;
    width: 100vw;
    background: #09559c;
    z-index: 1031;
    padding-bottom: 20px;
  }
}

	@media (max-width: 600px) {
  body.fv-page #header-dummy-space {
    height: 5px !important;
  }
}

	
