.qa_pt {
    padding: 50px 0;
    position: relative;
}

.qa_pt .title_pt {
    margin: 50px 0;
    text-align: center;
    line-height: 42px;
}

.qa_pt .title_pt .title {
    font-size: 30px;
    font-weight: bold;
}

.qa_pt .title_pt .stitle {
    font-family: 'DINEngschriftStd', arial;
    font-size: 30px;
    color: #eee;
}

.qa_pt .qa_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 50px auto;
}

.qa_pt .qa_list li {
    width: 48%;
    border: 1px solid #ee0000;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
}

.qa_pt .qa_list li::after {
    content: ' \25B6';
    position: absolute;
    right: 15px;
    top: calc(50% - 16px);
    color: #ee0000;
    font-size: 16px;
}

.qa_pt .qa_title_pt a {
    display: flex;
    align-items: center;
    color: #000;
    width: 100%;
    height: 100%;
}

.qa_pt .qa_title_pt {
    display: flex;
    align-items: center;
}

.qa_pt .qa_title_pt .num {
    font-family: 'DINEngschriftStd', arial;
    font-size: 65px;
    line-height: 65px;
    color: #ee0000;
}

.qa_pt .qa_title_pt .title {
    font-size: 22px;
    font-weight: bold;
    padding: 0 10px;
}

.qa_pt .qa_title_pt .stitle {
    font-size: 16px;
    font-weight: bold;
}

.qa_pt .qa_dt {
    margin-bottom: 50px;
}

.qa_pt .qa_dt .item {
    margin-top: 10px;
}

.qa_pt .qa_dt .item .qa_q {
    display: flex;
    align-items: center;
    background-color: #eee;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}

.qa_pt .qa_dt .item .qa_q::after {
    content: '\002B';
    position: absolute;
    right: 15px;
    top: calc(50% - 14px);
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.qa_pt .qa_dt .expend .qa_q::after {
    content: 'ー';
    position: absolute;
    right: 15px;
    top: calc(50% - 12px);
    font-size: 20px;
    line-height: 20px;
}

.qa_pt .qa_dt .item .qa_q .lbl_q {
    font-family: 'DINEngschriftStd', arial;
    font-size: 48px;
    line-height: 48px;
    color: #ee0000;
    margin-right: 15px;
}

.qa_pt .qa_dt .item .qa_q .txt_q {
    font-size: 16px;
    font-weight: bold;
    padding-right: 30px;
}

.qa_pt .qa_dt .item .qa_a {
    display: none;
    margin-top: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
    padding: 10px 15px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.qa_pt .qa_dt .expend .qa_a {
    display: flex;
}

.qa_pt .qa_dt .item .qa_a .lbl_a {
    font-family: 'DINEngschriftStd', arial;
    font-size: 48px;
    line-height: 48px;
    color: #000;
    margin-right: 15px;
}

.qa_pt .qa_dt .item .qa_a .txt_a {
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width:768px) {
    .qa_pt {
        padding: 30px 15px;
    }
    .qa_pt .title_pt {
        margin: 30px 0 0 0;
    }
    .qa_pt .title_pt .title {
        font-size: 6vw;
    }
    .qa_pt .qa_list {
        width: 100%;
        margin: 30px auto;
    }
    .qa_pt .qa_list li {
        width: 100%;
        border: 1px solid #ee0000;
        padding: 10px;
        margin-bottom: 20px;
        position: relative;
    }
    .qa_pt .qa_title_pt .num {
        font-size: 16vw;
        line-height: 16vw;
    }
    .qa_pt .qa_title_pt .title {
        font-size: 5vw;
        padding: 0 2vw;
    }
    .qa_pt .qa_title_pt .stitle {
        font-size: 3vw;
    }
    .qa_pt .qa_list li::after {
        content: ' \25B6';
        right: 3vw;
        top: calc(50% - 4vw);
        font-size: 4vw;
    }
    .qa_pt .qa_dt .item .qa_q .lbl_q {
        font-size: 14vw;
        line-height: 14vw;
        margin-right: 3vw;
    }
    .qa_pt .qa_dt .item .qa_q .txt_q {
        font-size: 4vw;
        padding-right: 7vw;
    }
    .qa_pt .qa_dt .item .qa_q::after {
        content: '\002B';
        right: 3vw;
        top: calc(50% - 4vw);
        font-size: 6vw;
        line-height: 6vw;
    }
    .qa_pt .qa_dt .expend .qa_q::after {
        content: 'ー';
        right: 3vw;
        top: calc(50% - 3vw);
        font-size: 5vw;
        line-height: 5vw;
    }
    .qa_pt .qa_dt .item .qa_a .lbl_a {
        font-size: 14vw;
        line-height: 14vw;
        margin-right: 3vw;
    }
    .qa_pt .qa_dt .item .qa_a .txt_a {
        font-size: 4vw;
    }
}