﻿body {
}
.field_btn_area{
    width: 55%;
    display: none;
    justify-content: space-between;
    margin: 0 auto 4%;
    
}

.field_btn_area li {
    padding: 0 0 2%;
    border-bottom: 2px solid #D9D9D9;
    width: 33.33%;
    text-align: center;
}

    .field_btn_area li:nth-child(1) {
        /*padding: 0 15% 2% 2%;*/
    }

.field_btn_area li:nth-child(2) {
    /*flex: 1 0 0;*/
    
}

    .field_btn_area li:nth-child(3) {
        /*padding: 0 2% 2% 17%;*/
    }

.field_select_list {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto 30px;
    position: relative;
    background-color: #EDEDED;
    background-image: url('../images/list_down.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px auto;
    border-radius: 6px;
    width: 30%;
    min-width: 250px;
    text-align: center;
    text-align-last: center;
    padding: 2px 0;
    border: 1px solid #009877;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}


.field_btn {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 4%;
}

.active {
    border-bottom: 2px solid #009877!important;
}

@media screen and (min-width:769px) {
    .field_btn_area {
        display: flex;
    }
    .field_select_list{
        display: none;
    }
    .field_select_list_area {
        display: none;
    }
}