@charset "utf-8";
.faq-menus-title {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.faq-block {
display: flex;
justify-content: space-between;
/* ↓コンテンツ数変更時に使用↓ */
/* justify-content: center; */
margin: 0 40px;
}

.faq-menu {
    margin: 10px;
    max-width: 215px;
    padding: 20px;
    background-color: #ffffff;
    border: solid 1.7px #cf0f31;
    text-align: center;
    border-radius: 16px;
    justify-content: space-between;
    box-shadow: 0px 4px #ccc;
    transition: all 0.2s;
}

.faq-menus {
    position: relative;
}
.faq-menu p {
    font-weight: bold;
}

.faq-menu:hover {
    background-color: #fff6f6;
    box-shadow: none;
    transform: translateY(3px);
}

.faq-attention{
    position: absolute;
    right: 50px;
}

.faqInner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.faqLists {
    display: flex;
    margin-bottom: 160px;
}

.suppListTitle--01 {
    max-width: 40%;
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 0.13em;
    margin-right: 25px;
}
.faqList {
    flex-grow: 1;
    margin-left: auto;
    max-width: 67%;
}

.Qtext--01 {
    padding: 40px 0 40px 90px;
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    border: inherit;
    white-space: pre-wrap;
    word-break: keep-all;
}

.Qtext--01::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 37px;
    left: 40px;
    background: url(../../img/FAQ/icon-Q-d.svg) center no-repeat;
    background-size: contain;
    width: 22px;
    height: 30px;
}

.scroll-top {
    position: fixed;
    right: 140px;
    bottom: 25px;
    background-color: #cf0f31;
    opacity: .8;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    color: #fff;
}
.scroll-top:hover {
    cursor: pointer;
    background-color: #971029;
}
.scroll-top a {
    max-width: 70%;
    margin: 11px auto;
}

@media screen and (max-width: 1500px) {
    .scroll-top {
        right: 80px;
    }
}
@media screen and (max-width: 1300px) {
    .scroll-top {
        right: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .infoItem--01,
    .FAQInner{
        width: 95%;
    }

    .scroll-top {
        right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .pc_only {
        display: none;
    }

    .c-SupportText {
        white-space: pre-wrap;
        word-break: keep-all;
    }
    .faq-attention {
        white-space: pre-wrap;
        word-break: keep-all;
    }

    .infoItem {
        margin-top: 40px;
    }

    .infoItem--01 {
        padding: 20px 0 10px 0;
    }

    .faq-menus-title {
        font-size: 2.8rem;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .faq-attention{
        position: static;
        padding: 10px;
        margin: 0;
        display: flex;
        justify-content: flex-end;
    }
    .faq-block {
        display: block;
        margin: 0 10px;
        }
        
    .faq-menu {
        margin: 0;
        max-width: 100%;
        padding: 20px 0;
        background-color: #ffffff;
        border: solid 1px #e9e9e9;
        text-align: center;
        border-radius: 0;
        position: relative;
        box-shadow: none;
        transition: unset;
    }
    .faq-menu:hover {
        background-color: #ffffff;
        transform: none;
    }
    .faq-menu a {
        display: flex;
    }
    .faq-menu p {
        display: flex;
        font-weight: bold;
        font-size: 2.5rem;
        padding: auto;
        align-items: center;
        text-align: left;
    }
    .faq-menu p::after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 40px;
        background: url(/assets/Support/docomoHikariFAQ/img/down-arrow.webp) center no-repeat;
        background-size: contain;
        width: 22px;
        height: 30px;
    }
    .faq-menu img {
        max-width: 26%;
    }
    
    .faq-menu p {
        font-weight: bold;
        font-size: 2.5rem;
        padding: auto;
        align-items: center;
    }

    .faqLists {
        display: block;
        margin-bottom: 80px;
    }
    .suppListTitle--01 {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        white-space: pre-wrap;
        word-break: keep-all;
    }

    .faqList {
        max-width: 100%;
    }
}

@media screen and (max-width: 530px) {
    .faq-menus-title {
        font-size: 2.2rem;
    }
    .faq-menu p {
        font-size: 2rem;
    }
    .faq-menu p::after {
        right: 15px;
        width: 17px;
    }
}
@media screen and (max-width: 400px) {
    .faq-menu p {
        font-size: 1.7rem;
    }
    .faq-menu p::after {
        right: 10px;
        width: 15px;
    }
}