@charset "utf-8";

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

.flowGridBtnItemBox p {
    font-size: 16px;
}

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

.gjs-dashed .answerBox {
    display: block;
}

.cursol-pointer {
    cursor: pointer;
}

.questionBox:hover {
    background: #B1C9AA;
}

.answer>a {
    text-decoration: underline;
    color: #333;
}

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

.faqMag01 {
    margin: 20px auto 0;
}

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

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

.faqIcon01 {
	color: #9AB393;
	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: var(--font-family02);
}

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

.answerInBox {
    padding: 15px;
}

.answerBox {
	display: none;
}

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

.answer {
    font-size: 14px;
    line-height: 2em;
}

.faqIcon02 {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	background: #9AB393;
	border-radius: 50%;
	max-width: 35px;
	width: 100%;
	text-align: center;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-family02);
	padding-top: 2px;
}

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


.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) {

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

.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;
}

.answer {
    font-size: 16px;
}
  
.flowGridBtnWr01 {
    grid-template-columns: repeat(2, 1fr);
}

.flowGridBtnItemBox p {
    font-size: 12px;
}
  
.reserveFlowBox {
    grid-template-columns: repeat(2, 1fr);
}

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

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

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

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

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

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


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

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

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


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

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

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

.flowGridBtnItemBox p {
    font-size: 16px;
}

.reserveFlowBox {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

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

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

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