@charset "utf-8";

body {
    background: url(/system_panel/uploads/images/cmn_bg01.jpg) no-repeat center top / auto;
}

/*-----------------------------------------------------------
イントロ
-----------------------------------------------------------*/

.faq-intro-deco {
    height: 15px;
    width: 100%;
    background: url(/system_panel/uploads/images/decoration03.png) repeat-x center center / auto;
  	margin: 30px auto 0;
}

.faq-title-box, .answer-box {
    gap: 20px;
}

.faq-icon {
    font-size: clamp(20px, 17.573px + 0.647vw, 30px);
    font-family: var(--font-family03);
    font-weight: 400;
}

/*-----------------------------------------------------------
アコーディオン
-----------------------------------------------------------*/

.accordion-btn {
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.accordion-btn:hover {
    opacity: .5;
}

.accordion-content {
    display: none;
}

/*アコーディオンアイコン*/

.accordion-icon {
    display: block !important;
    position: relative;
    max-width: 18px;
    width: 100%;
    height: 18px;
    margin: 0 0 0 2%;
}

.accordion-icon-item {
    position: absolute;
    margin: auto;
    width: 18px;
    height: 1px;
    background-color: var(--base-body-color);
    transition: .5s;
}

.accordion-icon-item:nth-child(1) {
    left: 0;
    right: 0;
    top: 50%;
    transform: rotate(0deg);
}

.accordion-icon-item:nth-child(2) {
    left: 0;
    right: 0;
    top: 50%;
    transform: rotate(90deg);
}

.accordion-icon.active > .accordion-icon-item:nth-child(1) {
    display: none;
}

.accordion-icon.active > .accordion-icon-item:nth-child(2) {
    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:375px) {

}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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



}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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



}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

@media screen and (min-width: 768px) {
  
/*-----------------------------------------------------------
イントロ
-----------------------------------------------------------*/

.faq-intro-deco {
  	margin: 60px auto 0;
}


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

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

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


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


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

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

  
/*-----------------------------------------------------------
faq
-----------------------------------------------------------*/

.faq-title-box, .answer-box {
    gap: 30px;
}



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

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

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



}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

@media screen and (min-width:1400px) {
  
/*-----------------------------------------------------------
イントロ
-----------------------------------------------------------*/

.faq-intro-deco {
    background: url(/system_panel/uploads/images/decoration03.svg) repeat-x center left / auto;
}


}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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



}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1700px) {
  

  
}/* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 