/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2025 | 03:54:27 */
.file-icon-list a[href$=".pdf"] {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 200px; /* 必要に応じて幅を調整 */
  text-decoration: none;
}

.file-icon-list a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 28px;  /* アイコンサイズ調整 */
  height: 28px;
  background-image: url('http://yamaken-kokuho.webstudio-jp.com/wp-content/uploads/pdf_icon.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5em;
}
/* ヘッダ部 */
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header-title {
  font-size: 24px;
  font-weight: bold;
}

.header-contact {
  text-align: right;
  font-size: 14px;
  line-height: 1.6;
}
