
/* ボタンまとめるラッパー */
#button_wrapper {
    text-align: center;
    margin-bottom: 10px;
}
/* 検索ボタン */
#search_button {
    border: 1px solid #ff51a8;
    border-bottom: 3px solid #c71585;
    background: #ff51a8;
    color: #fff;
    padding: 5px;
    width: 80%;
    border-radius: 20px;
    font-size: 15px;
    margin-top: 15px;
    /* margin-left: 5px; */
    font-weight: bold;
    cursor: pointer;
}

.select2-results__option, .select2-selection__rendered {
    font-size: 12px!important;
}
.select2-container {
    width: 200px!important;
}

/* ぐるぐる */
#loading_wrapper {
    width: 30px;
    margin: auto;
    display: none;
}
