@charset "UTF-8";

#content th { width: 30%; }
#content td ul { margin-top: 0; margin-bottom: 0; }
#content input[type='text'], #content input[type='email'], #content textarea { margin: 5px; padding: 10px 10px; border: solid 1px #ccc; font-size: 100%; box-sizing: border-box; }
#content textarea { width: 100%; display: block; }
#content .required { margin-left: 10px; padding: 3px 6px; background: #c00; color: #fff; font-size: 1.4rem; font-weight: normal; line-height: 1; display: inline-block; }
#content .captcha { margin-bottom: 30px; text-align: center; }
#content .captcha img { margin: 0 auto; display: block; }
#content .button { text-align: center; }
#content .button input[type='submit'] { margin: 0 10px; padding: 15px 50px; background: rgba(var(--main-color)); border: none; border-radius: 5px; color: #fff; font-size: inherit; display: inline-block; }
#content .error-message { color: #c00; }

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
#content table { border-bottom: solid 1px #ccc; }
#content th, #content td { width: 100%; display: block; }
#content td { border-width: 0 1px; }
}

