/* アプリダウンロード一覧ページのCSS */

.app-download-page{
    max-width: 1000px;
}

.app-download-title{
    padding: 80px 0 40px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

.app-download-des{
    text-align: center;
    font-size: 28px;
    line-height: 40px;
}

.app-download-des span{
    background: linear-gradient(transparent 70%, #D5ECFF 30%);
}

.app-title{
    background-color: #f3f4f5;
    padding: 10px 15px 10px 18px;
    border-left: #042A4C 12px solid;
    font-size: 18px;
    font-weight: 700;
    margin: 60px 0 30px;
}

.app-section-top{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 60px;
}

.app-img-wrapper{
    width: 300px;
}

.pc-app-download-button{
    color: #fff;
    background: #77c2fd;
    height: 70px;
    width: 380px;
    border: 2px solid #77c2fd;
    font-weight: 700;
    font-size: 20px;
    padding: "7px 20px 0 20px";
    border-radius: 10px;
    border-bottom: 7px solid #4d81aa;
    margin-bottom: 7px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    &:hover{
        color: #fff;
        margin-top: 6px;
        border-bottom: 2px solid #4d81aa;
        color: #fff;
        margin-bottom: 1px;
        transition: 0.3s;
    }
}

.windows-button-wrapper{
    width: 60%;
}

.windows-button-wrapper p{
    padding-top: 20px;
}

.faq-content-wrap{
    padding-bottom: 30px;
    margin-bottom: -20px;
}

.mobile-app-section .app-img-wrapper{
    width: 200px;
    padding:0 40px 0 50px;
}

.mobile-app-des{
    font-size: 24px;
    line-height: 44px;
    font-weight: 700;
}

.qr-contents{
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
} 

.qr-content{
    width: 470px;
    text-align: center;
    border: #F3F4F5 6px solid;
    border-radius: 10px;
    box-shadow: 0 0 8px #cacacacc;
    padding: 20px 0;
}

.qr-title{
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 20px;
}

.qr-title span{
    background: linear-gradient(transparent 70%, #D5ECFF 30%);
}

.img-and-link{
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 20px;
    gap: 30px;

}

.cvbutton{
    margin: 40px 0 80px;
}

.visible-pc{
    display: block;
}

.visible-pc-span{
    display: inline;
}

.faq-in-lp-question .visible-pc-span{
    display: inline;
}

.visible-sp{
    display: none;
}


@media only screen and (max-width: 1080px) {
    .app-section-wrapper{
        display: flex;
        flex-direction: column-reverse;
        margin: 0 auto;
    }
    .app-section-top{
        justify-content: center;
    }
    .qr-contents{
        flex-flow: column;
        border: #F3F4F5 6px solid;
        border-radius: 10px;
        box-shadow: 0 0 8px #cacacacc;
        padding: 20px 0;
        gap: 10px;
        width: 90%;
        margin: 30px auto 20px;
    }
    .qr-content{
        border: none;
        box-shadow: none;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .img-and-link{
        justify-content: center;
        padding-left: 0;
    }
    .double-line{
        font-weight: 700;
        border-bottom: #042A4C 4px double;
    }
    .visible-pc{
        display: none;
    }
    .visible-sp{
        display: block;
    }
    .visible-pc-span{
        display: none;
    }
    .faq-in-lp-question .visible-pc-span{
        display: none;
    }
}

@media only screen and (max-width: 560px) {
    .app-download-title{
        font-size: 24px;
        padding: 50px 0 30px;
    }
    .app-download-des{
        font-size: 20px;
        line-height: 28px;
    }
    .app-title{
        margin-top: 40px;
    }
    .mobile-app-section .app-img-wrapper{
        padding-top: 10px;
    }
    .qr-contents{
        width: 95%;
    }
    .faq-in-lp-content{
        margin-right: 0;
        margin-left: 0;
    }
    .faq-in-lp-content{
        padding-right: 0;
        padding-left: 0;
        
    }
}

@media only screen and (max-width: 480px) {
    .cvbutton{
        margin: 20px 0 40px;
    }
}
