.first_view .photo_container {
    background-image: url("../img/fv.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

@media screen and (max-width: 599px) {
    .fv_text_outside .page_title .content {
        height: 296px;
    }
}

.reading .reading_box:nth-of-type(1) .photo .photo_container {
    background-image: url("../img/reading_01.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.reading .reading_box:nth-of-type(2) .photo .photo_container {
    background-image: url("../img/reading_02.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.reading .reading_box:nth-of-type(3) .photo .photo_container {
    background-image: url("../img/reading_03.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.reading .reading_box:nth-of-type(4) .photo .photo_container {
    background-image: url("../img/reading_04.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.reading .reading_box:nth-of-type(5) .photo .photo_container {
    background-image: url("../img/reading_05.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.chart .graph .main_field .main svg .polyline {
    stroke-dasharray: 882;
    stroke-dashoffset: 882;
}
.chart .graph .main_field .main .point.point_1 {
    left: 10%;
    top: 36.3636363636%;
}
.chart .graph .main_field .main .point.point_2 {
    left: 12.5%;
    top: 27.2727272727%;
}
.chart .graph .main_field .main .point.point_3 {
    left: 25%;
    top: 31.8181818182%;
}
.chart .graph .main_field .main .point.point_4 {
    left: 45%;
    top: 18.1818181818%;
}
.chart .graph .main_field .main .point.point_5 {
    left: 65%;
    top: 13.6363636364%;
}
.chart .graph .main_field .main .point.point_6 {
    left: 85%;
    top: 36.3636363636%;
}
.chart .graph .main_field .main .point.point_7 {
    left: 100%;
    top: 22.7272727273%;
}
.chart .graph .main_field .main.effect_fadeIn_start svg .polyline {
    -webkit-animation: polylineAnimation cubic-bezier(0.33, 1, 0.68, 1) 2.5s 1s both;
            animation: polylineAnimation cubic-bezier(0.33, 1, 0.68, 1) 2.5s 1s both;
}

@-webkit-keyframes polylineAnimation {
    from {
        stroke-dashoffset: 882;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes polylineAnimation {
    from {
        stroke-dashoffset: 882;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.photo_large .photo_container {
    background-image: url("../img/end.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
/*# sourceMappingURL=style.css.map */