
/*css fadeIn Up*/
/*=================================================*/

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 120px, 0);
        -webkit-transform: translate3d(0, 120px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 120px, 0);
        -webkit-transform: translate3d(0, 120px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#faq .animated {
    animation-duration: 1.2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-fill-mode: both
}

#faq .animatedFadeInUp {
    opacity: 0;
}

#faq .fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

#faq {
    position: relative;
    overflow: hidden;
    color: #2C2C2C;
    font-weight: 500;
}
#faq *{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


#faq .inner{
    padding: 0px 12px;
    max-width: 990px;
    margin: auto;
    position: relative;
    z-index: 2;
}

#faq img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

#faq .montserrat{
    font-family: 'Montserrat', sans-serif;
}




/*main-banner*/
/*======================================*/
#faq .main-banner{
    position: relative;
    padding-top: 37px;
    margin-bottom: 50px;
}
#faq .main-banner:after{
    content: "";
    position: absolute;
    background-image: url("../images/faq/faq_bg_ttl_sp.png");
    background-size: 100%;
    width: 300px;
    height: 128px;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}
#faq .main-banner .heading-main{
    text-align: center;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
#faq .main-banner .heading{
    font-size: 36px;
    line-height: 64px;
    color: #D7261C;
    font-weight: bold;
    margin-bottom: 9px;
}
#faq .main-banner .sub-ttl{
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
}






/*faq-block*/
/*===================================*/
#faq .faq-block{
    background-image: url("../images/faq/faq_bg_main_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
#faq .faq-block .item-faq .question{
    margin-bottom: 23px;
}
#faq .faq-block .item-faq .question .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D7261C;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
#faq .faq-block .item-faq .ttl{
    font-size: 24px;
    line-height: 43px;
    color: #D7261C;
    font-weight: bold;
}
#faq .faq-block .item-faq .answer .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2EA793;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
#faq .faq-block .item-faq .text{
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
}
#faq .faq-block .item-faq .faq-content{
    margin-bottom: 12px;
}
#faq .faq-block .item-faq .image-content img{
    width: 100% !important;
}
#faq .faq-block .item-faq{
    margin-bottom: 98px;
}
#faq .faq-block .item-faq:last-child{
    margin-bottom: 0px;
}




@media (min-width: 768px) {

    #faq .inner{
        max-width: 1230px;
        padding: 0px 15px;
    }
    #faq{
        min-width: 1024px;
    }




    /*main-banner*/
    /*=======================================*/
    #faq .main-banner{
        padding-top: 129px;
        margin-bottom: 95px;
    }
    #faq .main-banner .heading {
        font-size: 64px;
        line-height: 64px;
        margin-bottom: 33px;
    }
    #faq .main-banner:after {
        background-image: url("../images/faq/faq_bg_ttl_pc.png");
        width: 570px;
        height: 244px;
        top: 61px;
        left: 50.65%;
    }




    /*faq-block*/
    /*=========================================*/
    #faq .faq-block{
        background-image: url("../images/faq/faq_bg_main_pc.png");
        background-size: 100%;
        margin-bottom: 100px;
    }
    #faq .faq-block .item-faq{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 98px;
    }
    #faq .faq-block .item-faq .faq-content{
        width: 51%;
        margin-bottom: 0px;
        padding-top: 58px;
    }
    #faq .faq-block .item-faq .image-content{
        width: 49%;
    }
    #faq .faq-block .item-faq .image-content img{
        max-width: 548px;
    }
    #faq .faq-block .item-faq .image-content .img{
        text-align: right;
        padding:0 20px;
    }

    #faq .faq-block .item-faq:nth-child(2n) .faq-content{
        order: 2;
        padding-left: 4px;
    }
    #faq .faq-block .item-faq:nth-child(2n) .image-content{
        order: 1;
    }
    #faq .faq-block .item-faq:nth-child(2n) .image-content .img{
        text-align: left;
    }
    #faq .faq-block .item-faq .question {
        margin-bottom: 39px;
    }















}














