html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic Pro', "Yu Gothic", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.4446;
  color: #131516;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  font-feature-settings: 'liga', 'kern';
  box-sizing: border-box;
  margin: 0 0 0 0; }

.required {
  color: red; }

p.required {
  font-size: 14px; }

.description {
  font-size: 14px; }

h1 {
  font-size: 34px; }

table {
  width: 100%;
  margin: 22px 0;
  text-align: left; }
  table th, table td {
    padding: 4px;
    border-bottom: 1px dotted #eee; }

.download-file {
  margin: 8px 0;
  display: block;
  padding: 10px;
  background: #0288D1;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }
  .download-file img {
    vertical-align: middle;
    margin-right: 6px; }

.global-error {
  color: red;
  margin: 12px 0; }
  .global-error h4 {
    margin: 0;
    font-size: 18px; }
  .global-error p {
    margin: 0;
    font-size: 14px; }

.radiobox .label {
  display: block; }

input[type=text] {
  height: 26px;
  width: 300px;
  font-size: 16px; }

.label-inner, .label {
  font-weight: bold;
  margin-bottom: 4px; }

input[type=submit] {
  border: none;
  font-weight: bold;
  padding: 12px 22px;
  font-size: 14px;
  background: none;
  cursor: pointer;
  color: #0288D1; }
  input[type=submit].submit {
    color: #fff;
    background: #0288D1;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    border-radius: 3px;
    transition: box-shadow 0.2s ease-out; }
    input[type=submit].submit:hover {
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5); }

textarea {
  font-size: 14px; }

.error {
  font-size: 14px;
  color: red; }

.submit-inline form {
  display: inline-block;
  margin-right: 10px; }

.container {
  width: 580px;
  margin: -140px auto 0;
  padding: 34px;
  background: #fff;
  border-top: 8px solid #37474F;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }

.title {
  margin: 0 0 22px; }

.input {
  padding: 12px 0; }
  .input input[type=text] {
    margin: 8px 0; }

.radiobox {
  margin-bottom: 22px; }
  .radiobox .list-item {
    padding: 8px 0; }
  .radiobox label {
    font-size: 16px;
    cursor: pointer; }
  .radiobox input[type=radio] {
    margin-right: 12px; }

textarea {
  width: 400px;
  height: 160px; }

.footer {
  text-align: center;
  font-size: 13px;
  padding: 60px 0 80px; }

body {
  background: #FFE0B2; }

.body {
  border-top: 220px solid #FB8C00; }
