@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南ふれあいの園（TYPE:G）(C)FureaiGroup 2023

File name:     faq.scss
Last Update:    2024/08/15
Style Info:     よくある質問
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 変数読込
------------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいグループ標準フォーマット[有料ホーム]（TYPE:G）(C)FureaiGroup 2023

File name:      _variable.scss
Last Update:    2023/03/08
Style Info:     湘南ふれあいの園標準フォーマット（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/*フォントサイズ*/
/* テキストカラー */
/* メインカラー */
/* その他カラー */
/* メールフォーム用 */
/* フォント */
/* 蛍光カラー */
/* 背景 */
/* リンクカラー */
/* アンチエイリアス処理 */
/* section-title-h2  */
/* グラデ背景 */
/* スマホナビ用シャドウ */
/* コンテンツ幅
----------------------------------------------------------- */
/* メディアクエリ
----------------------------------------------------------- */
/* cleafix */
/* ===========================================================
 1.ヘッダー・フッター
=========================================================== */
/* サイトロゴ
----------------------------------------------------------- */
/* 汎用スタイル
------------------------------------------------------------- */
.sp-item {
  display: block;
}
@media screen and (min-width: 960px), print {
  .sp-item {
    display: none;
  }
}

/* よくある質問
------------------------------------------------------------- */
.faq-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 23px;
}
.faq-nav li::before, .faq-nav li::after {
  position: absolute;
}
.faq-nav li::before {
  top: 0;
  left: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 13px;
  content: "";
}
.faq-nav li::after {
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 1px solid #2E9568;
  border-radius: 5px;
  content: "";
}
.faq-nav li + li {
  margin-top: 0.5em;
}

.faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: repeating-linear-gradient(-45deg, rgb(230, 230, 230), rgb(230, 230, 230) 1px, rgb(244, 244, 244) 0, rgb(244, 244, 244) 5px);
}
.faq-container dl {
  width: 100%;
  margin: 5px;
  padding: 10px;
  background-color: #fff;
}
.faq-container dl dt, .faq-container dl dd {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32px 10px 1fr;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  margin-top: 4px;
  line-height: 2;
}
.faq-container dl dt::before, .faq-container dl dd::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  margin-top: -4px;
  border-radius: 2px;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  vertical-align: middle;
}
.faq-container dl dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.faq-container dl dt::before {
  background-color: #2E9568;
  font-weight: normal;
  content: "Q";
}
.faq-container dl dd {
  text-wrap: balance;
  word-break: auto-phrase;
}
.faq-container dl dd::before {
  background-color: #c4c46a;
  content: "A";
}
.faq-container + .faq-container {
  margin-top: 20px;
}
/*# sourceMappingURL=faq.css.map */