@charset "utf-8";
.faqMag01 {
    margin: 32px auto 0;
}
inFaqBox01:first-child .faqMag01 {
    margin: 0;
}
.comFaqBox01>.faqMag01:first-child {
    margin: 0 auto;
}

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

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

.faqIcon01 {
	color: #fff;
	font-size: 32px;
	font-family: 'Montserrat';
	color: #004E9A;
}

.question {
	font-weight: 700;
	/* color: #fff; */
	margin: 0 0 0 20px;
	width: 100%;
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0.04em;
}

.answerInBox {
    padding: 30px 0;
}

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

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

.answer {
}

.faqIcon02 {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	background: #C36E6E;
	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%; */
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 0.04em;
}

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

.accordionIcon {
	position: relative;
	width: 100%;
	height: 16px;
	display: flex;
	margin: 0 0 0 2%;
	max-width: 32px;
	height: 32px;
	border-radius: 100%;
	background: #4483B2;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.accordionIconItem02 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 2px;
	background-color: #fff;
	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 (max-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */  
.faqList {
  padding: 0 15px;
}

.questionBox {
  padding: 15px 0;
}
.answerInBox {
    padding: 15px 0;
}
.faqIcon01 {
  font-size: 24px;
}

.question {
  font-size: 15px;
  margin: 0 0 0 10px;
}

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

.accordionIconItem01 {
  width: 8px;
  height: 1px;
}

.accordionIconItem02 {
  width: 8px;
  height: 1px;
}

.answer {
  font-size: 13px;
}

.faqMag01 {
  margin-top: 24px;
}

.faq_inner {
  margin: 36px auto 0;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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