@media (max-width:1024px) {
    .only-pc {
        display: none !important
    }
}

@media (min-width:1025px) {
    .only-sp {
        display: none !important
    }
}

.container-full {
    max-width: 1420px
}

#help-top {
    background-color: #f5f5f5
}

@media (min-width:769px) {
    #help-top {
        margin-bottom: 60px
    }
}

.help-top_info .name {
    font-size: 20px;
    font-family: "Cormorant Infant", serif;
    padding-bottom: 8px
}

.help-top_info p {
    font-size: 12px;
    font-family: "Shippori Mincho", serif
}

@media (max-width:640px) {
    .help-top_info .name {
        font-size: 15px;
        padding-bottom: 5px
    }
}

.help-qa {
    padding: 250px 0 50px;
    position: relative
}

.help-qa::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 120px;
    background-color: #333;
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    margin: auto
}

.help-qa_ttl {
    font-size: 46px;
    font-family: "Cormorant Infant", serif;
    text-align: center
}

.help-qa_desc {
    font-size: 26px;
    font-family: "Shippori Mincho", serif;
    text-align: center
}

.help-qa_list {
    margin: 130px 0 60px
}

.help-qa_item:not(:last-child) {
    margin-bottom: 120px
}

.help-qa_question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-family: "Shippori Mincho", serif;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 1px solid #ddd;
    padding: 0 20px 32px
}

.help-qa_question::before {
    content: "Q.";
    display: inline-block;
    font-size: 24px;
    margin-right: 25px
}

.help-qa_answer {
    font-size: 18px;
    line-height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 20px 0
}

.help-qa_answer::before {
    content: "A.";
    display: inline-block;
    font-size: 24px;
    font-family: "Shippori Mincho", serif;
    color: #c60;
    margin-right: 25px
}

.help-qa_banner {
    max-width: 800px;
    position: relative
}

.help-qa_banner_info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    color: #fff
}

.help-qa_banner_info span {
    font-size: 20px
}

.help-qa_banner_info h4 {
    padding: 10px 0 30px;
    font-size: 36px
}

.help-qa_action {
    padding: 40px 70px
}

@media (max-width:1440px) {
    .help-qa {
        padding: 150px 0 135px
    }

    .help-qa::before {
        top: 45px;
        height: 80px
    }

    .help-qa_list {
        margin: 130px 0 10px
    }
}

@media (max-width:768px) {
    .help-qa {
        padding: 60px 0 30px
    }

    .help-qa::before {
        top: 15px;
        height: 30px
    }

    .help-qa_ttl {
        font-size: 26px
    }

    .help-qa_desc {
        font-size: 18px
    }

    .help-qa_list {
        margin: 30px 0
    }

    .help-qa_question {
        font-size: 14px;
        padding-bottom: 16px;
        padding: 0 5px 10px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .help-qa_question::before {
        font-size: 18px;
        margin-right: 15px
    }

    .help-qa_answer {
        line-height: 36px;
        font-size: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 5px 10px
    }

    .help-qa_answer::before {
        font-size: 18px;
        margin-right: 15px
    }

    .help-qa_item:not(:last-child) {
        margin-bottom: 30px
    }

    .help-qa_banner_info span {
        font-size: 13px
    }

    .help-qa_banner_info h4 {
        padding: 5px 0 10px;
        font-size: 17px
    }

    .help-qa_action {
        text-align: center;
        padding: 10px
    }
}

@media (max-width:768px) {
    .btn-view-more {
        font-size: 12px
    }
}