お申し込み人数が複数となる場合は、複数回に分けフォームよりお申し込みください。
受講者①
.cform td { font-size: 14px; line-height: 150%; border-bottom: solid 1px #d6d6d6; padding: 10px 5px; display: flex; flex-wrap: wrap; width:100%; align-items: center; }
.cform { width: 100%; margin: auto; }
.cform [type=submit] { display: inline-block; font-size: 20px; padding: 10px 30px; text-decoration: none; background: #ff8f00; color: #FFF; border-bottom: solid 4px #B17C00; border-radius: 3px; }
.cform option, .cform textarea, .cform input[type=text], .cform input[type=email], .cform input[type=search], .cform input[type=url] { width: 100%; }
.required-srt { font-size: 8pt; padding: 5px; background: #ce0000; color: #fff; border-radius: 3px; margin-left: 10px; display: inline-block; vertical-align: middle; float: right; margin-right: 2em; }
@media only screen and (max-width:767px) { .cform th, .cform td { width: 100%; display: block; border-top: none; } }
.submit-btn input { background: #00142c; width: 60%; max-width: 550px; min-width: 220px; margin: 30px auto; display: block; border: 1px #00142c solid; text-align: center; padding: 5px; color: #fff; transition: all 0.4s ease; }
.submit-btn input:hover { background: #fff; color: #00142c; } .formwrap{ width:90%; margin:2em auto; } .logimidashi{ padding: 2em; text-align: center; font-weight: bold; font-size: 1.5em; } .submit-btn{ margin:2em; text-align:center; }