@charset "utf-8";

.question {
    background-color: #f5f5f5;
    padding: 15px 20px;
    line-height: 1.7;
    font-weight: 400;
    font-size: 1.0rem;
    text-align: justify;
}

.answer {
    border: 2px solid #ccc;
    padding: 20px;
}

.answer_text {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.4;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    text-align: center;
    width: 100%;
    display: block;
    margin: 90px 0 20px 0px;
}

.answer_description {
    line-height: 2 !important; 
}

.itemList-link {
    margin: 20px -15 0 -15;
    padding: 20px;
}

/* よくある質問 ボタン */
.qa-btn a{
    color: #fff;
}

.qa-btn {
    font-size: 2rem;
    width: 30%;
    text-align: center;
    margin: 10px auto 0 auto;
    padding: 10px;
    border-radius: 5px;
    display: block;
    background-color: #5bc0de;
    border-color: #46b8da;
}


/* スマートフォン */
@media screen and (max-width: 767px) {
    .question {
        background-color: #f5f5f5;
        padding: 15px 20px;
        line-height: 1.7;
        font-weight: 400;
        font-size: 1.0rem;
        text-align: justify;
    }
    
    .answer {
        border: 2px solid #ccc;
        padding: 20px;
    }
    
    .answer_text {
        font-size: 2rem;
        font-weight: bold;
        line-height: 2.4;
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        text-align: center;
        width: 100%;
        display: block;
        margin: 90px 0 20px 0px;
    }
    
    .answer_description {
        line-height: 2 !important; 
    }
    
    .itemList-link {
        margin: 20px -15 0 -15;
        padding: 20px;
    }
    
    /* よくある質問 ボタン */
    .qa-btn a{
        color: #fff;
    }
    
    .qa-btn {
        font-size: 2rem;
        width: 100%;
        text-align: center;
        margin: 10px auto 0 auto;
        padding: 10px;
        border-radius: 5px;
        display: block;
        background-color: #5bc0de;
        border-color: #46b8da;
    }
    
}


