/*
Theme Name: CURE Child
Theme URI: https://tcd-theme.com/tcd082
Template: cure_tcd082
Author: TCD
Author URI: https://tcd-theme.com/
Description: "CURE" is a WordPress theme for medical institutions. You can create a website smoothly, because page templates for running a hospital will help you. And enriching the FAQ page make users feel so safe.
Version: 2.15.1761987113
Updated: 2025-11-01 17:51:53

*/



/* 公開資料アーカイブヘッダー画像オーバーレイ */
.custom-overlay{
  position: relative;
}

.custom-overlay::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}

.custom-overlay #page_header_inner{
  position: relative;
  z-index: 2;
}



#main_col {
    width: 100% !Important;
    margin: 0 0 150px 0;
}

/* =============================
   ▼ 年度タイトル（アコーディオンボタン）
============================= */
.documents-year-title {
  width: 100%;
  font-size: 18px;
  padding: 16px;
  margin: 10px 0 0 !important;
  border: none;
  border-left: 4px solid #7FAB26;
  background: #f2f7e5;
  color: #4d4d4d;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
 border-radius: 0 6px 6px 0;
}

/* ＋ / ー アイコン */
.documents-year-title::after {
  content: "＋";
  font-size: 22px;
  font-weight: 700;
  transition: transform .25s ease, color .25s ease;
  margin-left: 10px;
}

.documents-block.open .documents-year-title::after {
  content: "−";
}

/* =============================
   ▼ アコーディオン中身（アニメーション用）
============================= */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding-top .3s ease;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 30px;

  /* ★閉じているときは余白ゼロにする */
  padding-top: 0;
}

/* ★開いた時だけ余白がふわっと出る */
.documents-block.open .accordion-content {
  padding-top: 18px;
}

/* =============================
   ▼ 資料一覧
============================= */
.documents-simple-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.documents-simple-list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  color: #4d4d4d;
  gap: 16px;
}

.documents-simple-list__title {
  flex: 1;
  white-space: normal;
  word-break: break-all;
  line-height: 1.5;
}

.documents-simple-list__link {
  flex-shrink: 0;
  padding: 8px 18px;
  border-radius: 50px;
  border: 1px solid #2c67d8;
  color: #2c67d8 !important;
  text-decoration: none;
  white-space: nowrap;
  transition: .3s;
}

.documents-simple-list__link:hover {
  background: #2c67d8;
  color: #fff !important;
}

/* 更新日 */
.documents-updated {
  font-size: 14px;
  color: #666;
  text-align: right;
  padding: 16px 0 8px;
}

/* ▼ アコーディオン全体の横幅を調整（中央寄せ） */
.documents-block {
  max-width: 850px; 
  margin: 0 auto;
}


/* =============================
   ▼ モバイル
============================= */
@media (max-width: 768px) {
  .documents-simple-list__item {
    flex-direction: row;
    gap: 10px;
  }
	
  .documents-year-title {
  	font-size: 17px;
	}
}

@media screen and (max-width: 600px) {
  .documents-simple-list__link {
    font-size: 10px;
    padding: 6px 10px;
  }

  .documents-simple-list__item {
    font-size: 15px;
  }
}
