.faqMag01 {
    margin: 20px auto 0;
}

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

.questionBox {
	display: flex;
	align-items: baseline;
	background: #C11B24;
	padding: 15px 15px;
	border-radius: 10px;
}

.faqIcon01 {
	color: #C11B24;
	font-weight: bold;
	font-size: 18px;
	border-radius: 50%;
	max-width: 35px;
	height: 35px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	font-family: "Noto Serif", serif;
}

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

.answerInBox {
    padding: 15px;
}

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

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

.faqIcon02 {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background: #C11B24;
	border-radius: 50%;
	max-width: 35px;
	width: 100%;
	text-align: center;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Serif", serif;
}

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

.faqBtn {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #fff;
    position: relative;
    background: #FF6E48;
    border-radius: 35px;
}

.faqBtnWr {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    display: grid;
}

.faqBtn:hover {
    background: #5D4231;
    color: #fff;
}

.questionBox:hover {
    opacity: .8;
}

.faqList {
	/* border: solid 1px #000; */
}
/*Ã£â€šÂ¢Ã£â€šÂ³Ã£Æ’Â¼Ã£Æ’â€¡Ã£â€šÂ£Ã£â€šÂªÃ£Æ’Â³Ã£â€šÂ¢Ã£â€šÂ¤Ã£â€šÂ³Ã£Æ’Â³*/

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

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

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

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

.faqBtnWr {
    grid-template-columns: repeat(2, 1fr);
}
	
.questionBox {
	padding: 15px 40px;
}
  
.question {
	margin: 0 0 0 24px;
	font-size: 18px;
}
  
.answerInBox {
    padding: 15px 40px 20px;
}

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

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


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

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

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