/* COMMON */

html,
body,
.wrap,
.sub_wrap {
    height: 100%;
}

.wrap,
.sub_wrap {
    width: 100%;
}

/* INDEX PAGE */
.wrap .title img{
    width:70%;
}

.wrap button {
    margin-top: 3%;
}

.wrap button a {
    font-size: 18px;
    font-weight: 900;
}

.wrap .btn .now_count {
    font-size: 12px;
}

.wrap .img img {
    width:50%;
    margin-top:5%;
}

.wrap .logo img {
    width: 70%;
}

/* QUES PAGE */
.sub_wrap .num {
    padding-top: 12%;
}

.sub_wrap .num h3 {
    width: 100%;
    margin-top: 0%;
}

.sub_wrap .ques h2 {
    font-size: 20px;
}

.sub_wrap .btn button a {
    font-size: 16px;
}

/* RESULT PAGE */
.wrap .more button {
    margin-top: 15px;
}

.main_matching img {
    width: 200px;
    height: 200px;
}

.sub_matching img {
    width: 130px;
    height: 130px;
}