@charset "utf-8";
#faq_container {
    width: 80%;
    margin: 0 auto 280px;
    display: flex;
    justify-content: center;
    /*2101　justify-content: space-between*/
}

#faq_container>div {
    width: 30%;
    margin: 0 10px;
}

.faq_image {
    margin-bottom: 27px;
    overflow: hidden;
}

.faq_image img {
    width: 100%;
}

.faq_en {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 30px;
    margin-bottom: 10px;
    color: #EA4D07;
    font-weight: bold;
}

.faq_title {
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 30px;
    margin-bottom: 27px;
    font-weight: bold;
}

.faq_text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
}

#faq_container a {
    display: block;
}

#faq_container a:hover .faq_image img {
    transition: transform, filter .2s;
    transform: scale(1.05);
    filter: brightness(.6);
}

/* 詳細 */

#faq_header {
    height: 250px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1500px;
    margin: 0 auto 80px;
}

#faq_common_body #faq_header {
    background: url(../images/faq_common_header.jpg) top center no-repeat;
}

#faq_stoolfootmassager_body #faq_header {
    background: url(../images/faq_stoolfootmassager_header.jpg) top center no-repeat;
}

#faq_compactseatmassager_body #faq_header {
    background: url(../images/faq_compactseatmassager_header.jpg) top center no-repeat;
}

#faq_header_en {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 30px;
    margin-bottom: 14px;
    margin-left: 250px;
}

#faq_header_title {
    font-size: 30px;
    letter-spacing: .05em;
    line-height: 1;
    margin-left: 250px;
}

#faq_index {
    display: flex;
    width: 800px;
    padding: 0 20px;
    margin: 0 auto 70px;
    justify-content: space-between;
}

#faq_download {
    display: flex;
    width: 1000px;
    padding: 0 20px;
    margin: 50px auto 50px;
    justify-content: center;
}

#faq_index>div {
    color: #fff;
    height: 60px;
    width: 180px;
}

#faq_index>div>a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #2C2C2C;
    background: #2C2C2C url(../images/tri_bottom.png) bottom 5px center no-repeat;
}

#faq_index>div>a:hover {
    background: #fff url(../images/tri_bottom_orange.png) bottom 5px center no-repeat;
    color: #EA4D07;
    border: 1px solid #EA4D07;
    transition: color .2s ease-in-out;
}

#faq_index>div>a>div {
    width: 100%;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 18px;
    padding-bottom: 6px;
    text-align: center;
}

.faq_body {
    width: 1000px;
    margin: 0 auto 70px;
}

.faq_body_header {
    background: #F8F8F4;
    padding: 18px;
    color: #302D2C;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
}

.faq_body_unit {
    border-bottom: 1px solid #E3E3E3;
    padding: 30px;
}

.faq_body_unit_q {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 28px;
    padding: 12px 0 12px 61px;
    min-height: 40px;
    background: url(../images/faq_q.png) top left no-repeat, url(../images/button_down.png) center right no-repeat;
    cursor: pointer;
}

.open .faq_body_unit_q {
    background: url(../images/faq_q.png) top left no-repeat, url(../images/button_up.png) center right no-repeat;
}

.faq_body_unit_a {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
    min-height: 40px;
    background: url(../images/faq_a.png) top left no-repeat;
    overflow: hidden;
}

.faq_body_unit_a>div {
    padding: 6px 0 10px 61px;
}

/*202201追加*/
#faq_download>div{
    width: 300px;
    padding: 0 30px;
    text-align: center;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 45px;
    padding: 0 33px;
    color: #fff;
    background-color: #EA4D07;
    border-radius: 6px;
    border: 1px solid #EA4D07;
    justify-content: space-between;

}

#faq_download>div:hover {
    background-color: #FFF;
    color: #EA4D07;
    transition: color, background-color .2s ease-in-out;
}


/**/

/**/

/* SP */

/**/

/**/

@media screen and (max-width: 960px) {
    #faq_container {
        width: 100%;
        margin: 0;
        padding: 0 20px;
        display: block;
    }
    #faq_container>div {
        width: 100%;
        margin-bottom: 60px;
    }
    .faq_en {
        letter-spacing: .1em;
        margin-bottom: 5px;
    }
    .faq_title {
        letter-spacing: .1em;
        margin-bottom: 17px;
    }
    .faq_text {
        font-size: 14px;
        letter-spacing: .05em;
        line-height: 2;
    }
    /* 詳細 */
    #faq_header {
        height: 150px;
        max-width: 1500px;
        margin: 0 auto 30px;
    }
    #faq_common_body #faq_header {
        background: url(../images/faq_common_header.jpg) top right -140px/cover no-repeat;
    }
    #faq_stoolfootmassager_body #faq_header {
        background: url(../images/faq_stoolfootmassager_header.jpg) top right -140px/cover no-repeat;
    }
    #faq_compactseatmassager_body #faq_header {
        background: url(../images/faq_compactseatmassager_header.jpg) top right -240px/cover no-repeat;
    }
    #faq_header_en {
        font-size: 12px;
        letter-spacing: .1em;
        line-height: 30px;
        margin-bottom: 5px;
        margin-left: 20px;
    }
    #faq_header_title {
        font-size: 20px;
        letter-spacing: .05em;
        line-height: 30px;
        margin-left: 20px;
    }
    #faq_index {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 20px;
        margin: 0 auto 20px;
    }
        #faq_download {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 20px;
        margin: 0 auto 20px;
    }
    #faq_index>div {
        height: 50px;
        width: 48.5%;
        margin-bottom: 20px;
    }
    #faq_index>div>a {
        background: #2C2C2C url(../images/tri_bottom.png) center right 12px/10px no-repeat;
    }
    #faq_index>div>a>div {
        width: 83%;
        font-size: 13px;
        letter-spacing: 0;
        line-height: 16px;
        padding-left: 7%;
        padding-bottom: 0;
    }
    .faq_body {
        width: 100%;
        margin: 0 auto 60px;
    }
    .faq_body_header {
        padding: 16px;
    }
    .faq_body_unit {
        border-bottom: 1px solid #E3E3E3;
        padding: 30px;
    }
    .faq_body_unit_q {
        font-size: 13px;
        line-height: 22px;
        padding: 12px 50px 12px 61px;
    }
    .faq_body_unit_a {
        margin-top: 0px;
        font-size: 13px;
        line-height: 22px;
    }
    .faq_body_unit_a>div {
        padding: 6px 0 10px 61px;
    }
    #support {
        padding-top: 0;
    }
/*202201追加*/
       #faq_download>div{
        font-size: 13px;
        letter-spacing: .1em;
        line-height: 50px;
        border-radius: 0;
    }
   #faq_download>div>a {
        width: 100%;
        height: 100%;
        display: block;
    }

}