.mailform {
  min-height: 300px;
  padding: 50px 30px;
  font-size: 14px; }
  .mailform .container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
  .mailform .row {
    margin-left: -40px; }
    .mailform .row:after {
      content: '';
      display: table;
      clear: both; }
  .mailform .col-3, .mailform .col-9, .mailform .col-4, .mailform .col-5 {
    float: left;
    display: block;
    margin-left: 40px;
    box-sizing: border-box; }
  .mailform .col-3 {
    width: calc(25% - 40px); }
  .mailform .col-4 {
    width: calc(33.33% - 40px); }
  .mailform .col-5 {
    width: calc(41.66% - 40px); }
  .mailform .col-9 {
    width: calc(75% - 40px); }
  .mailform input[type="text"], .mailform input[type="email"], .mailform input[type="number"] {
    height: 39px; }
  .mailform select {
    height: 39px; }
  .mailform input[type="radio"] {
    margin-right: 5px; }
  .mailform select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .mailform #application, .mailform #birth-year, .mailform #birth-month, .mailform #birth-day {
    background: url(/entry/img/bg_select.png) no-repeat right center/20px; }
  .mailform textarea {
    resize: vertical; }
  .mailform .form-control {
    display: block;
    width: 100%;
    padding: 5px 10px;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .mailform .input-group {
    position: relative;
    display: table;
    width: 100%; }
    .mailform .input-group input {
      display: table-cell; }
  .mailform .input-group-addon {
    display: table-cell;
    padding: 5px 10px;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-right-width: 0;
    border-radius: 4px 0 0 4px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25em;
    text-align: center;
    vertical-align: middle; }
  .mailform .btn {
    padding: 9px 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    line-height: 1.25em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    transition: all .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer; }
    .mailform .btn:focus, .mailform .btn:hover {
      outline: 0;
      box-shadow: 0 0 0 3px #08BBF2;
      text-decoration: none; }
  .mailform .btn-primary {
    background-color: #08BBF2;
    color: #fff; }
  .mailform .btn-info {
    color: #fff;
    background-color: #08BBF2;
    border-color: #08BBF2; }
    .mailform .btn-info:hover {
      color: #fff;
      background-color: #08BBF2;
      border-color: #08BBF2; }
  .mailform .badge {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle; }
    .mailform .badge.badge-danger {
      color: #fff;
      background-color: #08BBF2; }
  .mailform .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent; }
    .mailform .alert.alert-danger {
      background-color: #fff;
      border-color: #fff;
      color: #07a8d9; }
  .mailform .ttl {
    text-align: center;
    margin-bottom: 50px; }
    .mailform .ttl h2 {
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 44px;
      line-height: 1.2em;
      letter-spacing: 0.05em; }
    .mailform .ttl h3 {
      margin-top: 0;
      margin-bottom: 40px;
      font-size: 24px;
      line-height: 1.2em;
      letter-spacing: 0.05em; }
    .mailform .ttl p {
      line-height: 2em;
      letter-spacing: 0.05em; }
  .mailform .form-group {
    margin-bottom: 15px; }
  .mailform .col-form-label {
    margin-bottom: 5px;
    font-size: 14px; }
  .mailform .form-submit {
    padding-top: 20px;
    text-align: center; }
    .mailform .form-submit .btn {
      padding: 20px 20px;
      font-size: 14px; }
  .mailform .alert {
    margin-top: 10px; }
  .mailform .sex label {
    margin-right: 20px; }
  .mailform .birthday label {
    margin-right: 10px; }
  .mailform .birthday select {
    display: inline-block;
    margin-right: 3px; }
  .mailform .birthday #birth-year {
    width: 90px; }
  .mailform .birthday #birth-month, .mailform .birthday #birth-day {
    width: 68px; }
  .mailform .thanks {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border: 1px solid #fff;
    border-width: 1px 0;
    text-align: center;
    font-size: 18px; }
  .mailform .contact {
    width: 100%;
    margin: 40px auto; }

@media only screen and (max-width: 767px) {
  .mailform {
    /** Grid **/
    /** Base **/ }
    .mailform .row {
      margin-left: 0; }
    .mailform .row-sm {
      margin-left: -10px; }
    .mailform .col-3, .mailform .col-9, .mailform .col-4, .mailform .col-5 {
      float: none;
      width: 100%;
      margin-left: 0; }
    .mailform .col-sm-5, .mailform .col-sm-6, .mailform .col-sm-7, .mailform .col-sm-12 {
      float: left;
      margin-left: 10px; }
    .mailform .col-sm-5 {
      width: calc(41.66% - 10px); }
    .mailform .col-sm-6 {
      width: calc(50% - 10px); }
    .mailform .col-sm-7 {
      width: calc(58.33% - 10px); }
    .mailform .col-sm-12 {
      width: calc(100% - 10px); }
    .mailform p {
      font-size: 14px; }
    .mailform .form-group {
      margin-bottom: 20px; }
    .mailform .input-group {
      margin-bottom: 10px; }
    .mailform .form-submit .btn {
      padding-left: 20px;
      padding-right: 20px; } }
@media only screen and (max-width: 479px) {
  .mailform {
    /** Style **/ }
    .mailform .btn-zipcode {
      width: 100%;
      padding: 10px;
      font-size: 14px; }
    .mailform .ttl h1 {
      font-size: 36px; }
    .mailform .ttl h3 {
      font-size: 22px; }
    .mailform .ttl p {
      font-size: 14px; }
    .mailform .birthday #birth-year {
      width: 80px; }
    .mailform .birthday #birth-month, .mailform .birthday #birth-day {
      width: 50px; } }
@media (max-width: 750px) {
  .contact {
    width: 100%;
    margin: 20px auto; }

  .mailform {
    padding: 10px 20px 10px 20px;
    font-size: 14px; } }
/* thanks */
.thanks .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px; }
.thanks section.page-title .caption h4 {
  background: transparent; }

@media (max-width: 1080px) {
  .thanks .container {
    width: 90%; } }
