@charset "UTF-8";

/*******************************
よくある質問
 *******************************/
.faq__wrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.faq__wrap.-after {
   margin-top: 40px;
}

.faq__title {
    border: 1px solid #00a7eb;
    padding: 3px 0;
    text-align: center;
    color: #00a7eb;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

.faq__menu {
    width: 100%;
    margin-bottom: 20px;
}

.faq__dt {
    display: flex;
    cursor: pointer;
    width: 100%;
    position: relative;
  align-items: center;
}

.faq__dt span {
    width: auto;
    display: block;
    padding: 0 20px 5px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
    flex: 1;
}

.faq__dt span br{display: none;}

.faq__dt::before {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    content: 'Q';
    background: #00a7eb;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 1.6rem;
}

.faq__dt::after {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    content: '+';
    background: #ababab;
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
    color: #fff;
}

.faq__dt.active::after {
    content: '-';
}

.faq__dd {
    width: 100%;
    display: none;
}

.faq__txt-wrap{
    display: flex;
}

.faq__txt-wrap::before {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    content: 'A';
    background: #bcbcbc;
    width: 30px;
    font-size: 1.6rem;
    color: #fff;
}

.faq__txt {
    display: block;
    padding: 20px;
    flex: 1;
}

.faq__txt p {
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.faq__link {
    display: block;
    color: #00a7eb;
    font-size: 1.4rem;
}


/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) {

    .faq__wrap.-after {
   margin-top: 60px;
}

    .faq__title {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }

    .faq__menu {
        margin-bottom: 30px;
    }
    .faq__dt::before {
        width: 75px;
        height: 40px;
        font-size: 1.8rem;
        line-height: 1;
    }

    .faq__dt::after {
        width: 75px;
        height: 40px;
        font-size: 3rem;
        line-height: 1;
    }

    .faq__dt span {font-size: 1.6rem;}

    .faq__dt span br{display: inline;}

    .faq__txt-wrap::before {
        width: 75px;
        font-size: 1.8rem;
    }
}

/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) {
    .faq__dt span {
        font-size: 2.2rem;
    }

    .faq__txt p {
        font-size: 2rem;
    }

    .faq__link {
        font-size: 1.8rem;
    }
}
