.page-content p {
    margin: 0;
    font-size: 14px;
}

.page-content ol {
    list-style-type: none;
    padding-left: 0;
}

.double_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tag_my_varicam {
    font-size: 18px;
}

.tag_my_varicam-txt {
    padding-left: 60px;
}

.tag_my_varicam ol li:not(:last-child) {
    margin-bottom: 20px;
}

.tag_my_varicam li p {
    margin-top: 10px;
}

.hl-section {
    text-transform: uppercase;
}

.hl-setup {
    font-size: 18px;
}

#section-setup {
    color: #ccc;
}

.step span::after {
    content: ":";
    padding: 0 .5em 0 1em;
}

.step {
    font-size: 18px !important;
    color: #fff;
    font-weight: bold;
}

.youtube_video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 27px;
    height: 27px;
    color: #fff;
    text-decoration: underline;
    margin-top: 10px;
}

.youtube_video::before {
    content: url(../img/icon-youtube.png);
    margin-right: 10px;
}

.double_column-turn div {
    width: 50%
}

.tips_caption {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

.tips > p {
    margin-right: 50px;
}

.tips ul {
    padding-left: 0;
    list-style-type: none;
}

.tips li {
    font-size: 14px;
    margin-bottom: 10px;
}

.pre_step {
    max-width: 275px;
    min-height: 210px;
    padding: 30px;
    background: #826e31;
    color: #fff;
    position: relative;
}

.pre_step:first-child {
    background: #37427c;
}

.pre_step:not(:last-child) {
    margin-right: 5px;
}

.pre_step:not(:first-child) {
    margin-left: 5px;
}

.pre_step a {
    color: inherit;
    text-decoration: underline;
}

.vrc_text_xx_small dfn {
    font-size: 12px;
}

.preparation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preparation img {
    height: 18px;
}

.absolute-hl {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding-bottom: 10px;
    font-size: 16px !important;
}

.circle-number {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    line-height: 45px;
    color: #826e31;
    font-weight: bold;
    font-size: 30px !important;
}

.circle-number1 {
    color: #37427c;
}

@media screen and (max-width:900px) {
    .double_column {
        display: block;
    }

    .tag_my_varicam-txt {
        padding-left: 0;
    }

    #section-setup img {
        max-width: 100%;
    }

    .double_column-turn div {
        width: auto;
        margin-top: 20px;
    }

    .pre_step {
        margin: 0 auto !important;
    }

    .pre_step:not(:last-of-type) {
        margin-bottom: 20px !important;
    }

    .preparation > img {
        display: none;
    }

    .pre_step-app {
        margin-top: 50px !important;
    }
}

.btn-ss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-ss .btn {
    width: 234px;
    margin: 0 10px;
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-ss .btn-gold:hover {
    opacity: .7;
    border: 2px solid #d7af6b;
    color: #d7af6b;
}

.btn-ss-big {
    font-size: 24px;
}

.btn-ss-sml {
    font-size: 10px;
    color: #996633;
    letter-spacing: 0;
}

@media screen and (max-width:900px) {
    .btn-ss {
        display: block;
    }

    .btn-ss .btn {
        min-width: 330px;
        margin: 10px auto;
    }

}

@media screen and (max-width:500px) {

    .hero-page-inner-bg {
        background-position: center bottom 50px !important;
    }
}

@media screen and (max-width:400px) {
    .btn-ss .btn {
        min-width: 0;
        width: 100%
    }

}
