/* ナビゲーションブロックを非表示に */
.wp-block-navigation,
.navigation-top {
  display: none !important;
}



.wp-block-post-title {
  font-size: 18px !important;
  font-family: "Literata", "BIZ UDMincho", serif;
  font-optical-sizing: auto;
  color: #114370;
  font-weight: bold;
  unicode-bidi: isolate;
  text-align: center;
}

/* タイトル見出し */
.FAQ_title {
  text-align: center;
  margin-bottom: 30px;
}

.FAQ_title h2 {
  font-size: 12px; /* ←ここを変更するだけ！ */
  font-weight: bold;
  color: #15395f;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding-bottom: 5px;
}

/* アコーディオン全体 */
.accordion {
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #114370;
}

/* アコーディオン見出し */
.accordion-header_notice {
  border-top: 1px solid #114370;
  width: 100%;
  line-height: 2rem;
  display: flex;
  align-items: center;
  padding: 15px 0 15px 0;
  text-align: left;
  font-family: "Literata", "BIZ UDMincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #114370;
  -webkit-text-size-adjust: 100%;
}

/* 見出しホバー */
.accordion-header_notice:hover {
  background-color: #eaeaea !important;
}

/* タイトル文字 */
.accordion-header_notice .big {
  font-size: 1.1rem;
  font-weight: bold;
  margin-right: 10px;
/*  color: #333; */
}

/* アイコン画像 */
.accordion-header_notice img {
  height: 20px;
  margin-left: 5px;
}

/* アコーディオン内容 */
.accordion-content {
  display: none;
  background-color: #fff;
 /* border-left: 1px solid #ccc;*/
 /* border-right: 1px solid #ccc;*/
  border-bottom: 1px solid #114370;
  padding: 15px;
  font-size: 1rem;
  line-height: 1.6;
}

/* 左：文字＋右：画像 */
.accordion-header_notice .a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

/* 矢印画像の基本状態 */
.information_li_icon02 {
/*
  height: 18px;
  transition: transform 0.3s ease;
*/
  display: inline-block;
  transition: transform 0.3s ease;

}

/* 開いたときに矢印画像を90度回転 */
.accordion-header_notice.open .information_li_icon02 {
  transform: rotate(90deg);
}

.accordion-content.open {
  display: block;
}

.FAQinbox p {
/*
    font-size: 1.7rem;
    line-height: 3.1rem;
*/
/*  margin-bottom: 1em; */
    font-family: "Literata", "BIZ UDMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-block-start: 0rem;
    color: #114370;
}

/* リンクの強調 */
.color_a_p {
  color: #007acc;
  text-decoration: underline;
}

