@charset "utf-8";

.contFaqWr .faqList:first-child {
    border-top: 0px dashed #ccc;
}

.faqList {
    border-top: 1px dashed #ccc;
}

.faqLinkArea {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 4%;
}

.faqLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    border: 1px solid #004D25;
    color: #004D25;
    background: #fff;
    transition: all .5s;
}

.faqLink:hover {
    color: #fff;
    background: #004D25;
    transition: all .5s;
}

/* accordion */

.faqList:last-child {
    margin: 0;
}

.accordionBtn {
    position: relative;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 10px;
    border-radius: 3px;
}
  
.faqIcon {
	border: 1px solid #162F5D;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}  

.qIcon {
    color: #fff;
    background: #162F5D;
}

.aIcon {
    color: #162F5D;
    background: #fff;
    border-color: #162F5D;
}

.qBox {
	display: flex;
	align-items: center;
}

.question {
	flex: 1;
	margin: 0 0 0 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #162F5D;
}

.aBox {
	display: block;
}

.answerInBox {
	display: flex;
	align-items: center;
	padding: 10px 0 20px;
}

.answer {
    flex: 1;
    margin: 0 0 0 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.688em;
}

.answer > a {
    display: inline-block;
}

.faqList {
	overflow: hidden;
}

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

.answer>p>a:hover {
    color:#909540;
    text-decoration:none;
}


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


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

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

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

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.faqLinkArea {
    grid-template-columns: repeat(4, 1fr);
}

.faqIcon {
    max-width: 60px;
    width: 100%;
    height: 60px;
    font-size: 18px;
}

.faqList:last-child {
	margin: 0;
}

.question,.answer {
	font-size: 18px;
}
  
.accordionIcon {
	margin: 0 0 0 8.9%;
}


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

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

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

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

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

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


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

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

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