.top-image-dark {
	display: none;
}

h2 {
	scroll-margin-top: 65px;
}

.faq-accordion {
	max-width: 800px;
	margin: 0 auto;
}
  
.panel {
	border-radius: 10px;
	margin-bottom: 10px;
	background-color: light-dark(#eee,#1c1c1c);
}
  
.panel-header {
	width: 100%;
	padding: 15px 52px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: light-dark(#eee,#1c1c1c);
	border: none;
	border-radius: 10px;
	font-size: 16px;
	text-align: left;
}
  
.panel-header:hover {
	color: light-dark(#7f7fff,#aaf);
}
  
.panel-header.active {
	color: light-dark(#7f7fff,#aaf);
}

.panel-header::before {
	content: 'Q';
	margin-left: -32px;
	margin-right: 16px;
	padding: 5px;
	color: #fff;
	background-color: #aaf;
	border-radius: 50%;
}
  
.icon {
	font-size: 20px;
	margin-right: -32px;
	margin-left: auto;
	transition: transform 0.3s;
}
  
.panel-header.active .icon {
	transform: rotate(45deg);
}
  
.panel-content {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease-out;
}
  
.panel-body {
	padding: 10px;
	border-top: 1px light-dark(#eee,#1c1c1c) solid;
}
  
.panel-body p {
	background-color: light-dark(#fff,#1c1c1c);
	margin: 0;
	padding: 16px;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝モバイル版　▼＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media screen and (max-width: 767px) {



}
/* ==モバイル版 ▲== */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝↓ダークモード画像↓＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media (prefers-color-scheme: dark) {

.top-image {
	display: none;
}

.top-image-dark {
	display: block;
	width: 100%;
	height: auto;
}


}
