.faqMag01 {
    margin: 20px auto 0;
}

.answer p>a {
    text-decoration: underline;
}

.answer p>a:hover {
    text-decoration: unset;
}

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

.questionBox {
	display: flex;
	align-items: center;
	padding: 15px 15px;
	border-radius: 10px;
}

.faqIcon01 {
	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;
	background: #950102;
}

.question {
	margin: 0 0 0 2%;
	width: 100%;
	font-size: 15px;
	line-height: 1.75em;
	letter-spacing: 0.03em;
}

.answerInBox {
    padding: 15px;
}

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

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

.faqIcon02 {
	font-weight: 600;
	font-size: 18px;
	border: 1px solid;
	border-radius: 50%;
	max-width: 35px;
	width: 100%;
	text-align: center;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.answer {
	margin: 0 0 0 2%;
	line-height: 1.5em;
	letter-spacing: 0.03em;
}

.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-bottom: 1px solid;
}

.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;
	top: 50%;
	transform: rotate(0deg);
}

.accordionIconItem02 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	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;
}

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

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


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */  
  
.faqIcon01,.faqIcon02 {
    max-width: 60px;
    height: 60px;
    font-size: 25px;
	padding: 0 0 3px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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