@charset "utf-8";

/*===========================================================
accordion
===========================================================*/

.questionBox {
	display: flex;
	align-items: baseline;
	padding: 20px 2%;
	transition: all .3s;
}

.questionBox:hover {
	opacity: 0.7;
}

.faqIcon01 {
	margin: 0 2% 0 0;
	color: var(--white);
	font-weight: 500;
	font-size: 26px;
	font-family: var(--font-family02);
	line-height: 1.4;
	background: var(--bg-primary);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
}

.question {
	width: 100%;
	flex: 1;
}

.answerBox {
	padding: 10px 2%;
	display: none; /* 初期でアンサーが非表示になる */
}

.answerInBox {
	display: flex;
	align-items: baseline;
}

.faqIcon02 {
	margin: 0 2% 0 0;
	color: #fff;
	font-weight: 500;
	font-size: 26px;
	font-family: var(--font-family02);
	line-height: 1.4;
	background: var(--bg-sixth);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
}

.answer {
	flex: 1;
}

.faqList {
	border-bottom: solid 1px var(--border-secondary);
}

.faqBox {
	margin: 0 0 40px 0;
}

.faqBox:last-child {
	margin: 0;
}

.accordionIcon {
	position: relative;
	width: 100%;
	height: 30px;
	margin-right: 5px;
	margin: 0 0 0 2%;
	max-width: 30px;
}

.accordionIconItem01 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	height: 2px;
	background-color: #D0837D;
	border-radius: 4px;
	top: 50%;
	transform: rotate(0deg);
}

.accordionIconItem02 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	height: 2px;
	background-color: #D0837D;
	border-radius: 4px;
	top: 50%;
	transform: rotate(90deg);
	transition: .5s;
}

.accordionIcon.active > .accordionIconItem01 {
	display: none;
}

.accordionIcon.active > .accordionIconItem02 {
	top: 50%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


/*===========================================================

===========================================================*/



} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {


/*===========================================================

===========================================================*/



} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {


/*===========================================================

===========================================================*/

.accordionIcon {
	height: 40px;
	max-width: 40px;
}

} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


/*===========================================================

===========================================================*/



} /* min-width: 1200px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


/*===========================================================

===========================================================*/



} /* min-width: 1440px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 