/* クエストリスト
-----------------------------------------*/
.quest_data_bg {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto 30px auto;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #333;
    text-align: center;
    background-color: #000;
}
.quest_data_l {
    flex: 1;
    position:relative;
    width:30%;
    height:auto;
    background: #000;
    border-right: 2px solid #333;
    box-sizing: border-box;
    padding: 0 0;
}
.quest_data_l p {
    margin: 5px 0;
}
.quest_data_l .quest_data_title {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background-color:#333;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.quest_data_l img {
    position:relative;
    width: 100%;
    height: auto;
}
.quest_data_r {
    flex: 1;
    position:relative;
    width:auto;
    min-height:420px;
    background: #000;
    color: #fff;
    padding: 0 0;
}

.quest_data_r .head {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background-color:#1756BD;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.quest_detail {
    position: relative;
    display: inline-block;
    width: auto;
    min-height: 316px;
    padding: 0 10px;
    text-align: left;
    font-size: 16px;
}
.quest_detail p {
    margin: 20px 0;
    line-height: 20px;
}
.quest_data_form_bg {
    margin: 10px 0 30px 0;
}
.quest_data_form {
    margin: 0;
}
.quest_data_form input.quest_data_submit {
    position: relative;
    display: inline-block;
    width:80%;
    height:60px;
    text-align: center;
    background: #AF0000;
    color: #fff;
    font-size: 20px;
    cursor:pointer;
}
.quest_data_form input.quest_data_submit:hover {
    opacity: 0.5;
}

.quest_list_bg {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
}
.quest_list_next {
    display: inline-block;
    width: 100%;
    min-height: 300px;
    height: auto;
    padding: 10px 10px;
    margin: 10px 0 20px 0;
    background-color:#fff;
    border: 3px solid #1756BD;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    text-align: center;
}
.quest_list_row {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    height:40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    background-color:#fff;
    border: 1px solid #aaa;
    box-sizing: border-box;
    text-align: center;
}
.quest_list_row.next {
    background-color:#FFFFF3;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.quest_list_row.clear {
    background-color:#efefef;
}

.quest_icon, .quest_no, .quest_title {
    flex: 1;
    position:relative;
    border-right: 1px solid #aaa;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    height: 39px;
}
.quest_list_row.next .quest_icon {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    background-color: #ff0000;
    color: #fff;
}
.quest_list_row.clear .quest_icon.clear {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    background-color: #333;
    color: #dfdf;
}
.quest_title {
    flex: 5;
    border: 0;
    text-align: left;
    padding: 0 0 0 20px;
}
.quest_story {
    height:auto;
    margin: 0 0 20px 0;
}

@media screen and (min-device-width : 0px) and (max-device-width : 839.9px) {
    .quest_data_bg {
        margin: 0;
        display: inline-block;
    }
    .quest_data_l {
        display: inline-block;
        position:relative;
        width:100%;
    }
    .quest_data_r {
        min-height: auto;
    }
    .quest_detail {
        min-height: 300px;
    }
    .quest_title {
        flex: 4;
        padding: 0 0 0 5px;
    }
    .quest_list_row.clear {
        font-size: 12px;
    }
    .quest_list_row.clear .quest_icon.clear {
        font-size: 12px;
    }
}


/* クエスト報酬
-----------------------------------------*/
.clear_reward_bg {
    padding: 10px 10px;
    margin: 20px 0 ;
    background-color: #444;
    font-size: 16px;
    text-align: center;
}
.quest_item {
    color: #fff;
}
.quest_item .value {
    color: #00ff00;
}
