:root {
    --f16: 16px;
    --f18: 18px;
    --w1200: 1200px;
    --bgColor: #ff6f18;
    --f24: 24px;
    --f14: 14px;
    --cColor: #000000;
    --rColor: #fff;
    --bgs: #faf7ec;
}

.flex-gwy {
    display: flex;
}

.flex-align-center {
    align-items: center;
}

.flex-bet {
    justify-content: space-between;
}

.ma20-gwy {
    margin-left: 20px;
    position: relative;
}

.ma20-gwy::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 36px;
    background-color: #959595;
    left: -11px;
}

.p20-gwy {
    padding-left: 10px;
    box-sizing: border-box;
}

.clearbox-g {
    box-sizing: border-box;
}

.pt17 {
    padding-top: 17px;
}

.pb22 {
    padding-bottom: 22px;
}

.block-left-common {
    background-color: #fcfdf8;
    border-radius: 8px;
    border: solid 1px #d7d7d7;
    margin-top: 18px;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.m29 {
    margin-bottom: 29px;
}