@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
<style>
.faq-wrap { max-width: 800px; margin: 0 auto; }
.faq-wrap h2 {
  font-size: 1.3em;
  font-weight: 700;
  color: #1e293b;
  margin: 2.5em 0 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #e2e8f0;
}
.faq-item {
  margin-bottom: 1.2em;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}
.faq-q {
  background: #f8fafc;
  padding: 14px 18px;
  font-weight: 600;
  font-size: 0.95em;
  color: #334155;
}
.faq-a {
  padding: 14px 18px;
  font-size: 0.9em;
  line-height: 1.9;
  color: #475569;
}
.faq-a ul, .faq-a ol {
  margin: 8px 0 8px 20px;
}
.faq-a li {
  margin-bottom: 4px;
}
.faq-table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  font-size: 0.88em;
}
.faq-table th, .faq-table td {
  border: 1px solid #e2e8f0;
  padding: 8px 12px;
  text-align: center;
}
.faq-table th {
  background: #f1f5f9;
  font-weight: 600;
}
.faq-code {
  background: #1e293b;
  color: #e2e8f0;
  padding: 10px 14px;
  border-radius: 8px;
  margin: 8px 0;
  font-size: 0.88em;
  overflow-x: auto;
}
.faq-code code {
  white-space: pre;
}
.return-links {
  margin-top: 3em;
  padding-top: 1.5em;
  border-top: 1px solid #e2e8f0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.return-links a {
  font-size: 0.9em;
  color: #4f46e5;
  text-decoration: none;
}
.return-links a:hover {
  text-decoration: underline;
}
</style>
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
