@charset "utf-8";
.faqMag01 {
    margin: 20px auto 0;
}

.comFaqBox01>.faqMag01:first-child {
    margin: 0 auto;
}

.questionBox:hover {
    /* background: #006512; */
    opacity: .7;
}

.questionBox {
	display: flex;
	align-items: center;
	/* background: #333; */
	padding: 15px 0px;
	/* border-radius: 10px; */
	cursor: pointer;
	/* border: 2px solid #D9D9D9; */
}

.faqIcon01 {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	border-radius: 50%;
	max-width: 35px;
	height: 35px;
	width: 100%;
	padding-top: 2px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Catamaran', sans-serif;
	background: #333232;
}

.question {
	font-weight: 500;
	/* color: #fff; */
	margin: 0 0 0 2%;
	width: 100%;
	font-size: 14px;
	line-height: 1.75em;
}

.answerInBox {
    padding: 15px 0;
}

.answerBox {
	/* padding: 15px; */
	display: none;
}

.answerInBox {
	display: flex;
	align-items: baseline;
	border-top: 1px solid #ccc;
}

.answer {
}

.faqIcon02 {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	background: #D33A00;
	border-radius: 50%;
	max-width: 35px;
	width: 100%;
	text-align: center;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Catamaran', sans-serif;
}

.answer {
	margin: 0 0 0 2%;
}

.faqList {
	/* border: solid 1px #000; */
	border: 2px solid #333232;
	border-radius: 10px;
	padding: 0 30px;
	background: #fff;
}
/*Ã£â€šÂ¢Ã£â€šÂ³Ã£Æ’Â¼Ã£Æ’â€¡Ã£â€šÂ£Ã£â€šÂªÃ£Æ’Â³Ã£â€šÂ¢Ã£â€šÂ¤Ã£â€šÂ³Ã£Æ’Â³*/

.accordionIcon {
	position: relative;
	width: 100%;
	height: 16px;
	display: flex;
	margin: 0 0 0 2%;
	max-width: 30px;
	height: 30px;
	border-radius: 100%;
	box-shadow: 0 0 7px #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

.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:768px) {

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

.questionBox {
	padding: 15px 0px;
}
  
.question {
	margin: 0 0 0 24px;
	font-size: 16px;
}
  
.answerInBox {
    padding: 15px 0px 20px;
}

.faqIcon01 {
    max-width: 48px;
    height: 48px;
}

.faqIcon02 {
    max-width: 48px;
    height: 48px;
}
.accordionIcon {
	max-width: 45px;
	height: 45px;
}
.accordionIconItem01 {
	width: 22.3px;
}
.accordionIconItem02 {
	width: 22.3px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */