@charset "utf-8";

.btn,
a.btn,
button.btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    height: 40px;
    width: 360px;
    margin: 20px;
    background-color: #28a745;
    border-color: #28a745;
    margin-left: 100px;
    border: 1px solid transparent;
    font-family: Roboto, "BIZ UDPGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
}

.btn:hover,
a.btn:hover {
    color: #fff;
    background: #f56500;
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
