
#faq .futura{
	font-family: futura-pt, sans-serif;	
	font-style: normal;
}

/*css fadeIn Up*/
/*=================================================*/

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 150px, 0);
        -webkit-transform: translate3d(0, 150px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 150px, 0);
        -webkit-transform: translate3d(0, 150px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#faq .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -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;
}


#faq img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

#faq .mobi {
    display: block;
}
#faq .destop {
    display: none
}

#faq .flex {
    display: flex;
    flex-wrap: wrap;
}

#faq .img-width {
    width: 100% ;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
#faq a {
    text-decoration: none;
}
#faq a:hover {
    opacity: 0.7;
}
#faq .inner {
    max-width: 1100px;
    margin:auto;
}



/* --------------------------------FAQ-PAGE--------------------------------- */
#faq .main-banner {
    position: relative;
}
#faq * {
    font-family: noto-sans-cjk-jp, sans-serif;
}
#faq .box-faq {
    background: #F4F1F1;
    padding-bottom: 40px;
    
}

#faq .main-banner {
    height: 200px;
    background: #E9545D;
}

#faq .main-banner .pic-inner .main-img {
    width: 100% !important;
    display: block;
}
#faq .main-banner .heading {
    position: absolute;
    top: 32%;
    transform: translate(-50%, -50%);
    width: 100%;
    left: 50%;
    text-align: center;
    max-width: 1100px;
    margin: auto;
    color: white;
    font-size: 30px;
    letter-spacing: 2.5px;
}
#faq .main-banner .heading .t2{
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    display: block;
    letter-spacing: 1px;
}

#faq .faq-content .list-faq-content {
    margin-bottom: 50px;
}

#faq .box-faq > .inner{
    max-width: calc(100% - 24px);
    margin: auto;
    margin-top: -43px;
    position: relative;
    background: #F4F1F1;
    padding: 30px 0px 0px;
}
#faq  .ttl-block{
    text-align: center;
    font-size: 12px;
    color: #E60312;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.66;
}
#faq .faq-content .item-faq{
    margin-bottom: 20px;
}
#faq .faq-content .item-faq .ttl{
    min-height: 44px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px;
    position: relative;
    cursor: pointer;
    transition: 1s;
    background: white;
}
#faq .faq-content .item-faq .ttl .sub-ttl{
    position: relative;
    width: calc(100% - 48px);
    color: #E60312;
    padding-left: 20px;
}
#faq .faq-content .item-faq .ttl .sub-ttl::before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 0;
    color: #E60312;
    font-size: 15px;
    font-weight: 600;
    font-family: futura-pt, sans-serif;	
    font-style: normal;
    z-index: 0;
}
#faq .faq-content .item-faq .ttl .close {
    position: absolute;
    top: 15px;
    right: 8px;
    transition: .4s;
    opacity: 0;
}
#faq .faq-content .item-faq .ttl .close.is-close {
    opacity: 1;
}
#faq .faq-content .item-faq .ttl .open{
    position: absolute;
    top: 15px;
    right: 8px;
    transition: .4s;
}
#faq .faq-content .item-faq .ttl .open.is-open {
    opacity: 0;
}
#faq .faq-content .item-faq .sub-content {
    border-top: 0px;
    padding: 18px 3px 18px 8px;
    display: none;
    overflow: hidden;
    background: white;
}
#faq .faq-content .item-faq:first-of-type .sub-content {
  display: block;
}

#faq .faq-content .item-faq .sub-content .text-content {
    width: calc(100% - 45px);
    float: left;
}
#faq .faq-content .item-faq .text-content .text {
    font-size: 12px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
    padding: 0px 0px 0px 30px;
}
#faq .box-slider {
    background: rgba(253,211,132,0.18);
    padding: 50px 0px 100px;   
}
#faq .list-slider-newWork .item-slider .text_infor {
   background: white;
}
#faq .box-slider .ttl-block  {
    font-size: 28px !important;
}

#faq .content .box-plug {
    position: absolute;
    right: 0px;
    top:0px;
    width: 44px;
    height: 100%;
    z-index: 1;
}
#faq .content .expand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #E60312;
    text-transform: uppercase;
    font-size: 1.4em;
    line-height: 2em;
    letter-spacing: 0.1em;
    position: relative;
    padding-right: 1.4em;
    text-decoration: none;
}
#faq .content .expand:hover, .content .expand:focus {
    text-decoration: none;
}
#faq .content .expand:before, .content .expand:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 -8px;
    border-radius: 2px;
    transform: translate(-50%, -50%);
}
#faq .content .expand:before {
    width: 2px;
    height: 12px;
    background: #fff;
}
#faq .content .expand:after {
    right: 11px;
    width: 12px;
    height: 2px;
    background: #fff;
}
#faq .content span.expanded:before {
    height: 0;
    margin-top: 0;
}

/* ------Folow --------*/

#faq .flow {
    background: white;
    padding: 30px 12px 50px;
}
#faq .flow .name-flow {
    font-size: 30px;
    line-height: 32px;
    color: #E60312;
    text-align: center;
}
#faq .flow .name-flow span{
    font-size: 13px;   
    color: #E60312;
}
#faq .flow .title-note {
    text-align: center;
    color: #E60312;
    font-size: 12px;
    margin-bottom: 30px;
    font-weight: 600;
}

#faq .flow .item-flow {
    border: 1.5px solid #2E2E2E;
    padding: 40px 30px 20px 25px;
    position: relative;
    margin-bottom: 65px;
}
#faq .flow .item-flow::after {
    content: "";
    position: absolute;
    background-image: url(../images/faq/Icon\ awesome-arrow-circle-down.png);
    height: 80px;
    width: 80px;
    left: calc(50% - 40px);
    bottom: -75px;
    transform: scale(0.5);
}
#faq .flow .item-flow:nth-child(5):after{
    display: none;
}

#faq .flow .item-flow .title-item {
    font-size: 20px;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    z-index: 99;
    color: #E60312;
}


#faq .flow .item-flow .title-item::before {
    content: "STEP 1";
    font-family: futura-pt, sans-serif;	
	font-style: normal;  
    font-size: 50px;
    top:-45px;
    left: 0px;
    position: absolute;
    color: #F4F1F1;
    z-index: -1;
}



#faq .flow .item-flow:nth-child(2) .title-item::before {
    content: "STEP 2";
}
#faq .flow .item-flow:nth-child(3) .title-item::before {
    content: "STEP 3";
}
#faq .flow .item-flow:nth-child(4) .title-item::before {
    content: "STEP 4";
}
#faq .flow .item-flow:nth-child(5) .title-item::before {
    content: "GOAL";
    color: #E60312;
}
#faq .flow .item-flow:nth-child(5) {
    background: #E9545D;
    border: 0px;
}
#faq .flow .item-flow:nth-child(5) .title-item  {
   color: white;
}
#faq .flow .item-flow:nth-child(5) .text-item  {
    color: white;
 }


#faq .flow .item-flow  .text-item {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    margin-bottom: 15px;
}



@media (min-width: 768px) {

    #faq {
        min-width: 1024px;
    }

    #faq .mobi {
        display: none;
    }
    #faq .destop {
        display: block
    }
    #faq .main-banner {
        height: 400px;
        background: #E9545D;
    }
    #faq .main-banner .heading {
        font-size: 54px;
        letter-spacing: 5px;
        top:33%
    }

    #faq .main-banner .heading .t2{
        font-size: 24px;
        line-height: 49px;
        letter-spacing: 1.5px;
    }

    #faq .faq-content .list-faq-content {
        margin-bottom: 50px;
       max-width: 960px;
       margin: auto;
    }

    #faq .box-faq > .inner{
        max-width: 1200px;
        width: 90%;
        padding: 70px 0px 0px;
        margin-top: -86px;
    }
    #faq  .ttl-block{
        font-size: 18px;
        margin-bottom: 80px;
    }
    #faq .faq-content .item-faq{
        margin-bottom: 40px;
    }
    #faq .faq-content .item-faq .ttl{
        min-height: 80px;
        font-size: 18px;
        line-height: 16px;
        padding: 0 50px 0;
    }

    #faq .faq-content .item-faq .ttl .img-number {
        font-size: 24px;
    }
    #faq .faq-content .item-faq .ttl .sub-ttl{
        width: calc(100% - 60px);
        padding-left: 40px;
    }
    #faq .faq-content .item-faq .ttl .sub-ttl::before {
        font-size: 24px;
    }
    #faq .faq-content .item-faq .ttl .close {
        top: 15px;
        right: 8px;
        transition: .4s;
        opacity: 0;
    }

    #faq .faq-content .item-faq .ttl .open{
        top: 15px;
        right: 8px;
    }

    #faq .faq-content .item-faq .sub-content {
        border-top: 0px;
        padding: 18px 3px 18px 8px;

    }

    #faq .faq-content .item-faq .sub-content .text-content {
        width: calc(100% - 45px);
        float: left;
    }
    #faq .faq-content .item-faq .text-content .text {
        font-size: 14px;
        line-height: 26px;
        padding: 0px 150px 0px 80px;
    }

    #faq .box-slider {
        padding: 50px 0px 100px;   
    }

    #faq .box-slider .ttl-block  {
        font-size: 28px;
    }
  
    #faq .content .box-plug {
      width: 80px;
    }


    #faq .content .expand {
        font-size: 1.4em;
        line-height: 2em;
        letter-spacing: 0.1em;

        padding-right: 1.4em;
  
    }
    #faq .content .expand:before {
        width: 4px;
        height: 24px;
    }
    #faq .content .expand:after {
        width: 24px;
        height: 4px;
    }
    #faq .content span.expanded:before {
        height: 0;
        margin-top: 0;
    }

    /* ------Folow --------*/
    #faq .flow {
        background: white;
        padding: 120px 15px 40px;
    }
    #faq .flow .name-flow {
        font-size: 54px;
        margin-bottom: 30px;
        line-height: 50px;
    }
    #faq .flow .name-flow span {
        font-size: 24px; 
    }
    #faq .flow .title-note {
        font-size: 14px;
        margin-bottom: 80px;
    }
    #faq .flow .item-flow {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        min-height: 250px;
        align-items: center;
        margin-bottom: 100px;
    }
    #faq .flow .item-flow::after {
        bottom: -90px;
    }
    #faq .flow .item-flow .title-item {
        width: 35%;
        padding-left:120px
    }
    #faq .flow .item-flow .text-flow {
        width: 65%;
    }

    #faq .flow .item-flow .title-item::before {
        font-size: 100px;
        top: -85px;
        left: 30px;
    }
    #faq .flow .item-flow .title-item {
        font-size: 40px;
    }
    #faq .flow .item-flow .text-item {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

}
   





