/*
Theme Name: Genique by DigiPress Child
Theme URI: https://digipress.info/
Template: dp-genique
Author: digistate co.,ltd.
Author URI: https://www.digistate.co.jp/
Description: Customize various visual settings and select theme type for DigiPress theme. Do not use this for any commercial purpose.
Tags: two-columns,left-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.0.3.5.1759372826
Updated: 2025-10-02 11:40:26

*/
/*コンタクトフォーム用
.required {
font-size: 0.8em;
padding: 3px;
background: #cc0000;
color: #ffffff;
border-radius: 2px;
margin-right: 10px;
margin-bottom: 2px;
display: inline-block;
}


.wpcf7 input[type="submit”] {
background: #FF1493;
color: #ffffff;
border-radius: 4px;
font-size: 1.4em;
padding: 10px 20px;
}
.wpcf7 input[type="submit”]:hover {
background: #FFC0CB;
font-weight: bold;
color: #ff1493;
}

.wpcf7 input[type="text”]:focus
{
background: #FFC0CB;
border: 2px solid #FF1493;
outline: 0;
}
*/

/* Information 単一記事で本文前の一覧ブロックを隠す */
.widget-container top clearfix not-home singular,
body.single-information .dp-postlist,
body.single-infomation .dp-postlist,
body.single-information .dp-module-news,
body.single-infomation .dp-module-news,
body.single-information .entry-related,
body.single-infomation .entry-related,
body.single-information .before-entry,
body.single-infomation .before-entry {
  display: none !important;
}

/*
.widget-container.top {
    padding-top: 8rem;
    display: none;
}
/*


/* Information アーカイブ用の基本 */
.entries--cards {
  display: grid;
  grid-template-columns: repeat( auto-fill, minmax(280px, 1fr) );
  gap: 24px;
  margin-top: 24px;
}
.entry--card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
  transition: transform .15s ease, box-shadow .15s ease;
}
.entry--card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.10);
}
.entry__link { text-decoration: none; display:block; color: inherit; }
.entry__thumb { width: 100%; height: auto; border-radius: 10px; margin-bottom: 12px; }
.entry-title { font-size: 1.05rem; line-height: 1.5; margin: 4px 0 6px; }
.entry-date { display: block; font-size: .9rem; opacity: .7; margin-bottom: 6px; }
.entry-excerpt { margin: 0; color: #333; }

/* ページタイトル周りの余白（テーマの余白に合わせ微調整） */
.page-header { margin: 0 0 16px; }
.page-title { margin: 0; font-size: 1.6rem; }






