.index_top {
    position: relative;
    width: auto;
    height: 720px;
    background-image: url( /img/index/bg.jpg );
    background-size: 100% 500px;
    background-repeat: no-repeat;
    margin-bottom: 40px;

}

.title_area {
    position: relative;
    top: 360px;
}


.img_select {
    top: 110px;
    text-align: center;
    position: relative;
    height: 300px;
}
.img_select div {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 140px;

}
/* Zoom In #1 */
.img_select div figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    /*width: 80px;*/
}
.img_select div figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.img_select div h2 {
    font-size: 26px;
    margin-top: 0px;
}

.select_option {
    top: 60px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 200px;
}
.select_option select {
    margin-right: 30px;
}
.select_option .num, .service .num {
    color: #000;
    font-size: 32px;
    font-family:Verdana, MS PGothic, Meiryo;
    vertical-align: middle;
}
.select_option .myButton {
    border: #808080 1px solid;
    border-radius: 20px;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 3px;
    padding: 5px 25px;
}
.select_option .myButton:hover {
    background-color: #4F8EDA;
    color: #fff;
    cursor: pointer;
}

select.gray {
    border-radius:20px;
    border: 1px solid #FFF;
    background-color: #4F8EDA;
    color: #FFF;
    height: 40px;
    width: 160px;
    font-size: 20px;
    font-weight: bold;
    text-align-last: center;
    text-align: center;
}
option.gray {
    font-size: 20px;
    font-weight: bold;
}

.step5 {
    top: 50px;
    position: relative;
    height: 450px;
    text-align: center;
}

.evaluation {
    position: relative;
    height: 450px;
    text-align: center;
    margin: 30px 0;
}

.evaluation_title {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 5px;
}
.evaluation_title img {
    width: 100%;
}
.evaluation_title a {
    text-decoration: none;
}
.evaluation_area {
    height: 360px;
    cursor: pointer;
}
.anythingSlider-default.activeSlider .anythingWindow {
    border: none;
}

#slider div div {
    display: inline-block;

}
#slider .evaluation_left_area {
    position:  relative;
    margin-right: 20px;
}

#slider .evaluation_left_area img {
    width: 400px;
    height: 300px;
    border-radius: 10%;
}
#slider .evaluation_right_area {
    position: relative;
    width: 650px;
    top: -60px;
}
#slider .evaluation_right_area div {
    position: relative;
    text-align: left;

}
#slider .evaluation_right_area .garage_name {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}
#slider .evaluation_right_area .user_area {
    height: 240px;
    padding: 20px 20px;
    line-height: 30px;
    color: #153f82;
}

#slider .evaluation_right_area .user_img {
    border-radius: 50%;
    height: 120px;
}

#slider .evaluation_right_area .user_right {
    width: 480px;
}

#slider .evaluation_right_area .garage_name div {
    padding: 5px 30px;
    background: #FFFF00;
}
.city {
    font-size: 18px;
}
#slider .user_area .user_star {
    /*text-align: center;*/
}
#slider .user_star {
    width: 480px;
    /*text-align: center;*/
}
#slider .user_left div {
    text-align: center;
}
.total_star {
    font-weight: bold;
    width: 480px;
    margin: 0px auto;
    display: inline-block;
}
.total_star .star_text {
    font-size: 20px;
    width: 150px;
}
.total_star .star_text span {
    font-size: 36px;
}
.total_star .dt {
    font-size: 20px;
    margin-left: 40px;
}
.star span {
    font-size: 20px;
    padding-right: 25px;
}
.star .o,.x{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: -10px;
}
.star .o{
    background: url(/css/images/star.png?);
    background-size: auto 16px;
    background-repeat: no-repeat;

}
.star .x{
    background: url(/css/images/nonStar.png?);
    background-size: auto 16px;
    background-repeat: no-repeat;
}
.four_guarantee img {
    width: 100%;
}
.index_count {
    color: #000;
    background-image: url(/img/index/count.png);
    background-size: 100%;
    height: 250px;
    text-align: center;
    width: auto;
    margin: 30px auto;
}
.index_count .count_a {
    color: #4F8EDA;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    top: 65px;
    display: inline-block;
    width: 20%;
}
.media_title {
    text-align: center;
}

.media_report {
    padding: 10px 20px;
    background-color: #153f82;
    position: relative;
}
.media_report a p {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
}

.media_report_left {
    width: 700px;
    display: inline-block;
    padding: 10px;
}
.media_report_right {
    width: 300px;
    display: inline-block;
}

.header_menu .menu-icon[data-id="1"] {
    color: #FFF;
    /*border: #fff 1px solid;*/
    background-color: #4F8EDA;
}