@charset "utf-8";

/*-- よくある質問 -----------------------------------------------------------------*/

.topFaqBx {
    border-bottom: 1px solid #E5E5E5;
}

.faqBx:last-child {
    /* border-bottom: none; */
}

.faqATxt.questionName {
    color: #000;
    font-weight: 500;
    letter-spacing: 0.15em;
    font-size: 14px;
}

.faqLink{
	transition: all 0.5s ease;
}
.inFaqTit {
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    background: #22a750;
    text-align: center;
}
.faqAr {
    background: #e3ded8;
}
.inFaqBx {
    margin: 48px 0 0 0;
}
.faqBx {
    padding: 0;
    margin: auto;
    transition: 1s;
    /* border-bottom: 1px solid #E5E5E5; */
    background: #fff;
    /* border-bottom: 0; */
    padding: 35.5px 0 22.5px 0;
}

.faqBx:hover {
    transition: 1s;
}
.faqTitBx {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    /* background: #ECEFF4; */
    align-items: center;
}

.questionTitle {
    font-size: 18px;
    font-weight: 700;
    /* color: #5EA6E5; */
    display: flex;
    align-items: center;
}

.accordionBtn {
    /* cursor: pointer; */
    position: relative;
}
.accordionBtn:hover {
    /* opacity: .7; */
}
.arrowIcon {
    min-height: 16px;
    width: auto;
    height: auto;
    color: #A08250;
    font-size: 25px;
    text-align: left;
    margin: 0 0 0 2%;
    transition: all 0.5s ease;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.questionArea {
     padding: 15px 10px;
     /* display: none; */
     /* background: #ECEFF4; */
     position: relative;
}
.questionBorder {
    /* border: 2px dotted #ccc; */
}

.questionBox {
    display: flex;
    width: 100%;
    font-size: 16px;
    align-items: center;
    font-weight: 600;
    /* flex-wrap: wrap; */
}

.questionIcon {
    width: 100%;
    height: 30px;
    height: 100%;
    text-align: center;
    border: 1px solid #41A9A5;
    background-color: #41A9A5;
    color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    max-width: 45px;
    height: 45px;
    font-size: 21px;
    padding: 0 0 3px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    width: 100%;
    margin-right: 10px;
}

.questionName {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
    color: #41A9A5;
}

.answerIcon {
    width: 100%;
    height: 30px;
    height: 100%;
    text-align: center;
    border: 1px solid #F3F9F9;
    background-color: #F3F9F9;
    color: #41A9A5;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    max-width: 45px;
    width:100%;
    height: 45px;
    font-size: 21px;
    padding: 0 0 3px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-right: 10px;
}
.faqTitBx:hover>i {
    color: #666;
}
.accordionIcon.active {
    transition: all 0.5s ease;
    transform: rotate( 
45deg);
}
.faq_list_icon {
    width: 21px;
    height: 20px;
}
.faq_list_icon div {
    display: block;
    width: 100%;
    height: 5px;
    left: 0;
    margin: -5px 0 0;
    background: #A9A9A9;
}
.faq_list_icon>div:nth-child(1) {
    transform: rotate(
90deg);
}

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.inFaqTit {
    font-size: 24px;
}

.questionName {
    font-size: 18px;
    padding: 0 0 0 33px;
}

.questionIcon {
    font-size: 28px;
}
  
.answerIcon {
    font-size: 31px;
}


.questionArea {
     padding: 31px 20px;
}

.faqTitBx {
    padding: 31px 20px;
}

.faq_list_icon {
    width: 31px;
}
  
.faqATxt.questionName {
    font-size: 17px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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