body {
    font-family: 'Helvetica Neue', sans-serif;
    color: #2b4257;
  }
.form-info h1 {
  font-size: 1.8em;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
  background-color: #fff;
    text-align: center;
    color: #284B66;
}

.form-info h1::after {
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  background-color: #84c12e;
  margin: 20px auto 0;
}
.form-info ul.note {
    list-style: none;
    padding-left: 0;
    font-size: 0.95em;
    line-height: 1.6em;
    font-weight: bold;
    margin-left:20px;
  }
  
  .form-info ul.note li::before {
    content: '●';
    color: #84c12e;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: 5px;
  }
ul.error__list {
    margin-left: -1em;
}
.error__message{
    color: #f00;
}

.form-control{
    border-color: #ccc;
    border-radius: 7px;
    height: 45px;
    width: 60%;
    border-width: thin;
    border-style: solid;
    padding: 14px;
}
.label{
    color: #fff;
    font-weight: bold;
    font-size:14px;
}
.label-danger{
    background-color: #F36C39;
    border-radius: 13px;
    padding:2px 10px;
    margin-left: 4px;
}
.table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }
.table th{
    text-align: left !important;
    background-color: #fff;
    font-weight: bold;
    padding: 40px 5px;
    width: 35%;
}
.table tr {
    border-bottom: 1px solid #ddd;
  }

.table td {
    padding: 40px 5px;
    vertical-align: top;
    font-weight: bold;
  }

.table td:first-child {
    width: 30%;
    font-weight: bold;
    color: #333;
  }
.text-area{
    width:100%;
    height: 170px;
    border-color: #ccc;
    border-radius: 7px;
    padding:14px;
}
.hosoku{
    font-weight: lighter;
    font-size:0.9em;
    margin-top: 10px;
    display: block;
}
.text-danger{
  color: #f00;
}
.btn-primary{
    background:#005bac;
    color:#fff;
    padding:20px 100px;
    font-size:24px;
    border:none;
    border-radius:55px;
}
.btn__group{
  margin-top:30px;
  text-align: center;
}

.btn.btn-cancel{
  color: var(--tertiarycolor);
  background-color: #CDCFD2;
}

.btn.btn-cancel:hover{
  opacity: .7;
}