/* 共通ボタン */
.ui-send-btn{
    margin: 20px;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    padding: 12px;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: bold;
    font-size: 15px;
    background-color: #20204e;
    box-shadow: 2px 2px 6px #dedede;
    border-radius: 30px;
    color: #ffffff !important;
}

.ui-send-btn:hover,
.ui-send-btn:hover {
  background-color: #4c4c71;
    color: #ffffff;
}

/* アクションボタン */
.action-btn{
    display: inline-block;
    margin-top: 10px;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    background: #20204e;
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

.action-btn button:hover {
    background: #4c4c71;
}

/* 評価ボタン */
.review-btn{
    display: inline-block;
    margin-top: 10px;
    background: #ffbc19;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

.review-btn:hover {
    background: #ffc946;
}

/* 会員登録ボタン */
.register-btn{
    margin: 20px;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    padding: 12px;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: bold;
    font-size: 15px;
    background-color: #ffbc19;
    box-shadow: 2px 2px 6px #dedede;
    border-radius: 30px;
    color: #ffffff !important;
}

.register-btn:hover {
  background-color: #ffc946;
}
