@charset "utf-8";
.faq_answer_warp{
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
}
.question_title{
    font-size: 2.1rem;
    font-weight: 600;
    padding-bottom: 1.5rem;
    margin: 1.5rem 0;
    border-bottom: 1px solid #c9c9c9;
}
.answer_text p{
    line-height: 1.7;
}
.text_bold{
    font-weight: 600;
    color: #b46262;
}
.answer_text a{
    font-weight: 600;
}
.line_go{
    color:#06C755;
}
.line_go:hover{
    color:#06C755;
    text-decoration: underline #06C755;
}
.link_go{
    color: #b46262;
}
.link_go:hover{
    color: #b46262;
    text-decoration: underline #b46262;
}