@charset "utf-8";

.voice.lay-padding-y--3 {
    padding-block: 8.5em;
}
.voice.dec-bg--light {
    background-color: #eef5fb !important;
}
.voice.cparts-fullwide-block {
    margin-right: calc(50% - 53vw) !important;
    margin-left: calc(50% - 53vw) !important;
    padding-right: calc((50% - 53vw) * -1) !important;
    padding-left: calc((50% - 53vw) * -1) !important;
}
.voice.cparts-id89--02 {
    transform: rotate(4deg);
    @media (max-width: 767px) {
        transform: rotate(0.5deg);
    }
}
.voice.cparts-id89--02 .lay-row {
    transform: rotate(-4deg);
    @media (max-width: 767px) {
        transform: rotate(-0.5deg);
    }
}
.voice.cparts-id89--01.dec-bg--light {
    background-color: transparent !important;
}
.voice h4 {
    font-size: 18px;
    border-bottom: 2px solid;
    padding-bottom: 0.2em;
    position: relative;
}
.voice h4:before {
    content: "Q";
    font-size: 1.2em;
    display: inline-block;
}

@media (min-width: 992px) {
    #header .container {
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 2;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    }
}



