@charset "utf-8";

.qaBtn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.qaBtn__link {
    width: 150px;
    margin-bottom: 15px;
}
.qaBtn__link:not(:last-of-type) {
    margin-right: 20px;
}
.qa__wrapper {
    margin-bottom: 80px;
}
.qa__wrapper .qaItem:not(:last-of-type){
    margin-bottom: 50px;
}
.qaItem {
    background-color: #F2F8FA;
    padding: 4%;
    border-radius: 25px;
}
.qaItem__q,
.qaItem__a {
    display: flex;
    align-items: flex-start;
}
.qaItem__q {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #B4DDE8;
}
.qaItem__icon {
    width: 45px;
    height: auto;
    flex-shrink: 0;
    margin-right: 15px;
}
.qaItem__qTxt {
    font-size: 18px;
    font-family: "FOT-筑紫A丸ゴシック Std B";
    margin-top: 8px;
}
.qaItem__link {
    color: #e98236;
    text-decoration: underline;
}
.card__img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 15px;
}

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

}
@media screen and (max-width: 1050px) {

}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 750px) {

}
@media screen and (max-width: 480px) {
    .qaItem {
        padding: 8% 4%;
        border-radius: 15px;
    }
    .qaItem__qTxt {
        font-size: 16px;
    }
    .qaItem__icon {
        width: 37px;
        margin-right: 10px;
    }
    .qaBtn {
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .qaBtn__link {
        width: 47.5%;
        margin-right: 5%;
    }
    .qaBtn__link:nth-child(2n) {
        margin-right: 0;
    }
    .qaBtn__link:not(:last-of-type) {
        margin-right: 0;
    }
}
@media screen and (max-width: 375px) {

}