.form{
text-align:center;
}
.応募ボタン button{
border: none;
border-radius:5px; /*角丸*/
padding: 15px 25px;
color: white;
text-align: center;
text-decoration: none; /* テキストに下線をつけない */
transition: .3s;
}
.応募ボタン button:hover {
background-color:#556b2f;
}
.required::after {
content: “必須”;
color: #ffffff;
background: #cc0000;
font-size: 0.8em;
padding: 0.3em;
border-radius: 0.5em;
margin-left:0.5em;
}