@charset "utf-8";

/* ここからsection_beginner */

.subheader_secondtext {
    padding-top: 0;
}

.beginner {
    padding-bottom: 85px;
    border-bottom: 2px dotted #5c5c5c;
}

.beginner_icon {
    width: 20px;
    height: auto;
    padding-bottom: 5px;
}

.beginner_text {
    padding-top: 20px;
}

.qanda h3 {
    padding: initial;
}

.qanda {
    margin-top: 45px;
    padding: 30px 30px;
    background-color: #fcf4fb;
    line-height: 2.0;
    font-family: 'Noto Serif JP' ;
    box-shadow: inset 5px 5px 10px rgba(116, 85, 102, 0.2);
}

.answer {
    margin-top: 30px;
}


