@charset "UTF-8";

/* STARRY */
/* 12ヶ月コースボタン */
.stry-course-select-table button{
    height: 40px;
    line-height: 40px;
    border:solid var(--color_blue) 1px;}
.fc-f button{
    margin-top: 2em;
    height: 40px;
    line-height: 40px;    
}
button{
    border: none;
    background: var(--color_main);
    color: var(--color_w);
}
/* カード情報入力 */
input,select{
    margin: 10px auto;
    padding: 5px;
}
#div_entry09 select{
    width: 100px;
}
