.billboard {
    /*background-image: url("../images/outpatient/billboard.jpg");*/
}

.billboard [class^=heading] {
    position: relative;
}

.billboard [class^=heading] ._icon {
    width: 125px;
    display: block;
    position: absolute;
    top: calc(50% - 62.5px);
    left: calc(50% - 62.5px);
}

@media screen and (max-width: 639px) {
    .billboard [class^=heading] ._icon {
        width: 78px;
        top: calc(50% - 39px);
        left: calc(50% - 39px);
    }
}
.billboard [class^=heading] ._icon path {
    fill: #bbb;
}

.list-faq {
    border-top: 1px solid #c0b9b2;
}

.list-faq ._question, .list-faq ._answer {
    padding: 30px 80px;
    border-bottom: 1px solid #c0b9b2;
}

@media screen and (max-width: 639px) {
    .list-faq ._question, .list-faq ._answer {
        padding: 15px 40px;
    }
}
.list-faq ._question:before, .list-faq ._answer:before {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 20px;
    top: 24px;
}

@media screen and (max-width: 639px) {
    .list-faq ._question:before, .list-faq ._answer:before {
        width: 20px;
        height: 20px;
        left: 10px;
        top: 17px;
    }
}
.list-faq ._question {
    position: relative;
}

.list-faq ._question:before {
    content: url("../images/common/question.svg");
}

.list-faq ._question:after {
    position: absolute;
    content: url("../images/common/toggle-open.svg");
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    right: 26px;
}

@media screen and (max-width: 639px) {
    .list-faq ._question:after {
        width: 11px;
        height: 11px;
        right: 13px;
    }
}
.list-faq ._question.active:after {
    content: url("../images/common/toggle-close.svg");
}

.list-faq ._answer {
    position: relative;
    background-color: #eceae8;
}

.list-faq ._answer:before {
    content: url("../images/common/answer.svg");
}

.list-flow {
    margin-top: 40px;
    position: relative;
}

@media screen and (max-width: 639px) {
    .list-flow {
        margin-top: 60px;
    }

    .list-flow:before {
        content: "";
        position: absolute;
        top: -13px;
        width: calc(50% + 21px);
        left: -20px;
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        height: 1px;
        background-color: #30291f;
    }

    .list-flow:after {
        content: "";
        position: absolute;
        top: -13px;
        left: auto;
        right: -20px;
        width: calc(50% + 22px);
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
        height: 1px;
        background-color: #30291f;
    }
}
.list-flow > ._item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 10px;
}

@media screen and (max-width: 639px) {
    .list-flow > ._item {
        display: block;
    }
}
.list-flow > ._item:before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: -2px;
    width: 60px;
    height: 1px;
    background-color: #30291f;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

@media screen and (max-width: 639px) {
    .list-flow > ._item:before {
        width: calc(50% + 21px);
        left: -20px;
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}
.list-flow > ._item:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 52px;
    width: 60px;
    height: 1px;
    background-color: #30291f;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

@media screen and (max-width: 639px) {
    .list-flow > ._item:after {
        left: auto;
        right: -20px;
        width: calc(50% + 22px);
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
}
.list-flow > ._item:not(:first-child) ._step {
    border-top: none;
    padding-top: 30px;
}

@media screen and (max-width: 639px) {
    .list-flow > ._item:not(:first-child) ._step {
        padding-top: 50px;
    }
}
.list-flow > ._item:last-child:before {
    content: normal;
}

.list-flow > ._item:last-child:after {
    left: 0;
    bottom: -1px;
    width: 110px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media screen and (max-width: 639px) {
    .list-flow > ._item:last-child:after {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
}
.list-flow > ._item ._step {
    width: 110px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #30291f;
    border-left: 1px solid #30291f;
    border-right: 1px solid #30291f;
    font-family: Nunito Sans, sans-serif;
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 700;
}

@media screen and (max-width: 639px) {
    .list-flow > ._item ._step {
        display: block;
        width: calc(100% + 40px);
        border-left: none;
        border-right: none;
        margin: 0 -20px;
        border-top: none;
    }
}
.list-flow > ._item ._step ._number {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
}

.list-flow > ._item ._content {
    width: calc(100% - 160px);
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 30px;
}

@media screen and (max-width: 639px) {
    .list-flow > ._item ._content {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-bottom: 40px;
    }
}