/* ========================================= */
/* 既存のCSS（元の設定）                     */
/* ========================================= */
.float{
	position:fixed;
	color:#FFF;
	font-weight:700;
	right:10%;
	bottom:15px;
	text-align:center;
  padding: 10px 50px;
  border-radius: 50px;
  background-image: linear-gradient(to right, #29d , #25d);
	letter-spacing:0.1em;
}
.float:hover{
	color:#fff;
	text-decoration-line:none;
}

@media screen and (max-width: 768px) {
	.float{
	left:5px;
	right:5px;
	bottom:5px;
  padding: 10px;
	}
}

.home header{
	display:none;
}

body {
font-family:
	“游ゴシック”, YuGothic, 
	“ヒラギノ角ゴ Pro W3”, 
	“Hiragino Kaku Gothic Pro”, 
	“メイリオ”, Meiryo, 
	“ＭＳ Ｐゴシック”, “MS PGothic”, 
sans-serif;
}

span {
   display: inline-block;
}

body {
	font-size:101%;
  font-family:M PLUS Rounded\ 1c,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,游ゴシック体,Yu Gothic,YuGothic,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
}

.elementor-widget-heading *{
  font-family:M PLUS Rounded\ 1c,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,游ゴシック体,Yu Gothic,YuGothic,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	font-weight:700;
}
.elementor-widget-heading * span{
		line-height:1.2;
	}

.widget *{
  font-family:M PLUS Rounded\ 1c,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,游ゴシック体,Yu Gothic,YuGothic,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
}

.ifrm-container {
  height:180px;
  width:100%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
}

.ifrm {
  width:100%;
  height:100%;
  border:none;
  display:block;
}

.site-header .site-description{
	font-weight:800;
}

.ast-archive-description .ast-archive-title{
	font-size:30px;
	color:#fff;
}
.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box{
	background-color: #99A0B0;
}	
.ast-separate-container .ast-article-post{
    padding: 30px;
}
.ast-separate-container .ast-archive-description{
    padding: 30px;
}

.entry-title{
	font-size: 22px;
}
.ast-single-post .entry-title, .page-title{
	font-size:22px;
}
.entry-content{
	font-size: 14px;
}
.nav-links{
	height:0px;
}
.nav-previous{
	visibility:hidden;
}
.nav-next{
	visibility:hidden;
}
.read-more{
	font-size: 13px;
}

/* ========================================= */
/* 今回追加分：FAQセクション用のCSS          */
/* ========================================= */
:root {
  --fs-base:   16px;
  --fs-lg:     18px;
  --fs-sm:     15px;
  --fs-xs:     14px;
  --c-text:    #111;
  --c-sub:     #4a4a4a;
  --c-muted:   #666;
  --c-ui:      #555;
}

/* サイト全体に影響が出ないよう、クラス名を .faq-container に変更し範囲を限定 */
.faq-container {
  max-width: 760px;
  margin: 40px auto;
  padding: 0 20px 60px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: var(--fs-base);
  line-height: 1.55;
  color: var(--c-text);
  background-color: #f7f7f7;
}

.faq-container header { margin-bottom: 40px; }
.faq-container h1 {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  border-bottom: 1px solid #EF8200;
  padding-bottom: 5px;
  line-height: 1.25;
  margin: 0;
}
details.chapter-panel > summary.chapter-summary header h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
}
.toc {
  background: #fff;
  border: 1px solid #d0d7de;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 32px 0;
}
.toc h2 {
  font-size: var(--fs-sm);
  font-weight: bold;
  color: var(--c-text);
  margin-bottom: 12px;
  line-height: 1.4;
}
.global-toc > h2 {
  font-size: var(--fs-lg);
  line-height: 1.25;
  color: var(--c-text);
}
.toc ol { padding-left: 20px; }
.toc li { font-size: var(--fs-sm); margin-bottom: 6px; }
.toc a { color: #EF8200; text-decoration: none; }
.toc a:hover { text-decoration: underline; }

details.faq-item {
  background: #fff;
  border: 1px solid #d0d7de;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
details.faq-item > summary.faq-question {
  background: #fdf4f5 !important;
  padding: 16px 18px 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: bold;
  font-size: var(--fs-base);
  line-height: 1.4;
  color: #111 !important;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.08s ease;
}
details.faq-item > summary.faq-question:hover {
  background: #f0dee1 !important;
  box-shadow: inset 0 0 0 1px rgba(215, 0, 28, 0.25);
}
details.faq-item > summary.faq-question:active {
  background: #EF82003B !important;
  transform: scale(0.998);
  box-shadow: inset 0 2px 6px rgba(215, 0, 28, 0.12);
}
details.faq-item > summary.faq-question:focus-visible {
  outline: 2px solid #EF8200;
  outline-offset: 2px;
  z-index: 1;
  position: relative;
}
details.faq-item > summary.faq-question::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: auto;
  flex-shrink: 0;
  align-self: center;
  margin-top: 2px;
  border-right: 2px solid #EF8200;
  border-bottom: 2px solid #EF8200;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  opacity: 0.9;
}
details.faq-item[open] > summary.faq-question::after {
  transform: rotate(-135deg);
  margin-top: 6px;
}
details.faq-item[open] > summary.faq-question {
  background: #f6ebec;
  box-shadow: inset 0 -1px 0 #d0d7de;
}
details.faq-item > summary.faq-question::-webkit-details-marker { display: none; }
details.faq-item > summary.faq-question::marker { content: ""; }

details.chapter-panel {
  margin: 0 0 8px;
  padding: 0;
  border: 1px solid #c8d6e5;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(215, 0, 28, 0.08);
}
details.chapter-panel > summary.chapter-summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: linear-gradient(180deg, #fffafa 0%, #f9f1f2 100%) !important;
  user-select: none;
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.08s ease, border-color 0.15s ease;
}
details.chapter-panel:not([open]) > summary.chapter-summary { border-radius: 7px; }
details.chapter-panel > summary.chapter-summary:hover {
  background: linear-gradient(180deg, #faf4f5 0%, #f0dee1 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(215, 0, 28, 0.2);
}
details.chapter-panel > summary.chapter-summary:active {
  transform: scale(0.998);
  box-shadow: inset 0 2px 8px rgba(215, 0, 28, 0.12);
}
details.chapter-panel > summary.chapter-summary:focus-visible {
  outline: 2px solid #EF8200;
  outline-offset: 2px;
  z-index: 1;
  position: relative;
}
details.chapter-panel > summary.chapter-summary::after {
  content: "";
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-right: 2px solid #EF8200;
  border-bottom: 2px solid #EF8200;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  opacity: 0.85;
  margin-right: 2px;
}
details.chapter-panel[open] > summary.chapter-summary::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}
details.chapter-panel > summary.chapter-summary::-webkit-details-marker { display: none; }
details.chapter-panel > summary.chapter-summary::marker { content: ""; }
details.chapter-panel > summary.chapter-summary header {
  margin-bottom: 0;
  pointer-events: none;
  flex: 1;
  min-width: 0;
}
.chapter-body { padding: 16px 16px 8px; }
details.chapter-panel[open] > summary.chapter-summary {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  background: linear-gradient(180deg, #fbf6f7 0%, #f6ebec 100%);
}

.faq-question .label {
  flex-shrink: 0;
  background: #EF8200;
  color: #fff;
  font-size: var(--fs-xs);
  font-weight: bold;
  border-radius: 4px;
  padding: 2px 8px;
  margin-top: 2px;
  letter-spacing: 0.05em;
}
.faq-answer {
  padding: 20px 24px;
  font-size: var(--fs-base);
  line-height: 1.65;
  color: var(--c-text);
}
.faq-answer .label {
  flex-shrink: 0;
  background: #e8f4e8;
  color: #2a7a2a;
  font-size: var(--fs-xs);
  font-weight: bold;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 8px;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 8px;
}
.faq-answer p { margin-bottom: 8px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul, .faq-answer ol { padding-left: 20px; margin-bottom: 12px; }
.faq-answer li { margin-bottom: 6px; }
.faq-answer strong { color: #1a1a1a; }
.faq-answer .note {
  background: #fff8e1;
  border-left: 4px solid #f0a800;
  padding: 12px 16px;
  border-radius: 0 4px 4px 0;
  font-size: var(--fs-sm);
  color: var(--c-text);
  margin-top: 12px;
}
.faq-answer .important {
  background: #fff5f5;
  border-left: 4px solid #EF8200;
  padding: 12px 16px;
  border-radius: 0 4px 4px 0;
  font-size: var(--fs-sm);
  color: var(--c-text);
  margin-top: 12px;
}
.faq-answer h3 {
  font-size: var(--fs-sm);
  font-weight: bold;
  color: var(--c-text);
  margin: 16px 0 8px;
}

.faq-container table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: var(--fs-sm); }
.faq-container th { background: #fdf4f5; border: 1px solid #c8d6e5; padding: 10px 12px; text-align: left; font-weight: bold; color: var(--c-text); }
.faq-container td { border: 1px solid #d0d7de; padding: 10px 12px; vertical-align: top; color: var(--c-text); }
.faq-container tr:nth-child(even) td { background: #fafafa; }

.section-note { font-size: var(--fs-xs); color: var(--c-sub); margin-top: 6px; }
.global-toc { margin-bottom: 48px; }
.global-toc > ol > li { font-size: var(--fs-base); margin-bottom: 8px; line-height: 1.55; }
.chapter { margin-top: 56px; padding-top: 32px; border-top: 2px solid #d0d7de; }
.chapter:first-of-type { margin-top: 0; padding-top: 0; border-top: none; }

.contact-section {
  background: #fff;
  border: 1px solid #d0d7de;
  border-radius: 8px;
  padding: 24px;
  margin-top: 40px;
}
.contact-section h2 {
  font-size: var(--fs-lg);
  font-weight: bold;
  color: var(--c-text);
  border-bottom: 2px solid #EF8200;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.contact-block { margin-bottom: 24px; }
.contact-block h3 { font-size: var(--fs-base); font-weight: bold; color: #EF8200; margin-bottom: 10px; }
.contact-block dl { font-size: var(--fs-sm); }
.contact-block dt { font-weight: bold; color: var(--c-text); margin-top: 8px; }
.contact-block dd { color: var(--c-sub); margin-left: 0; padding-left: 0; margin-bottom: 4px; }
.contact-block a { color: #EF8200; }
.contact-block .legal-note {
  font-size: var(--fs-xs);
  color: var(--c-sub);
  margin-top: 12px;
  padding: 10px 12px;
  background: #f7f7f7;
  border-radius: 4px;
}
.legal-info { font-size: var(--fs-xs); color: var(--c-sub); margin-top: 8px; }