.content-card{
    margin-top: 30px;
}
.content-card h2{
    margin: 10px 0;
    font-size: 22px;
}

.content-card p{
    margin: 20px 0;
}
.memo{
    padding: 0;
}




.faq-content{

    justify-content: start;
    align-content: start;
    text-align: start;
    gap: 10px;

    transition: transform 0.5s ease;
}
.faq-content:hover {    
    transform: translate(-50%, -5%);
}




.sick{
    border-radius: 3px;
    padding:10px;
    background: linear-gradient(to right, #ffeaea,#fff6f8, #00000000);
}

.detail p{
    vertical-align: middle;
    display: inline;
}
.detail img{
    vertical-align: middle;
    margin-top: 3px;
    width: 12px;
    height: 16px;
}
.detail{
    text-align: right;
}







@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .content-card h2{
        font-size: 28px;
    }

    .faq-content{
        bottom: 80px;
    
    }
}








@media screen and (min-width: 1024px) {
    .content-card h2{
        font-size: 36px;
    }
    .memo{
        padding: 0;
    }
    
    
    

    .faq-content{
        width: 450px;
        height: auto;

        padding: 20px 30px;
        gap: 25px;
    
    }
    .faq-list {
        width: auto;
        gap:100px 20px;
        margin: 100px;
    }
    .faq-list li:first-child,.faq-list li:nth-child(2){
        margin: 10px 50px;
    }
    .faq-list li {
        height: 600px;
    }
    .faq-list img {
        width: 500px;
        height: 300px;
    }
    .faq-content:hover {    
        transform: translate(-50%, -5%);
    }
    
    
    
    
    .sick{
        border-radius: 3px;
        padding:20px;
        background: linear-gradient(to right, #ffeaea,#fff6f8, #00000000);
    }
    
    .detail p{
        vertical-align: middle;
        display: inline;
    }
    .detail img{
        vertical-align: middle;
        margin-top: 3px;
        width: 12px;
        height: 16px;
    }
    .detail{
        text-align: right;
    }
}
