@charset "UTF-8";

.int_content:not(:last-of-type) {
    margin-bottom: 50px;
}
.int_content p {
    padding: 0 30px;
}
.int_q {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 5px 20px 5px 30px;
    background: #e7e7e7;
}
.int_q::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #3c4b90;
}
