@charset "UTF-8";

input[type="text"]:placeholder-shown {
  color: #BBBBBB;
}

input[type="text"]::-webkit-input-placeholder {
  color: #BBBBBB;
}

input[type="text"]::-webkit-input-placeholder {
  color: #BBBBBB;
}

input[type="text"]::-ms-input-placeholder {
  color: #BBBBBB;
}

input[type="text"]::placeholder {
  color: #BBBBBB;
}

input[type="text"]:-ms-input-placeholder {
  color: #BBBBBB;
}

input[type="text"]::-ms-input-placeholder {
  color: #BBBBBB;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", Meiryo, sans-serif;
  padding-top: 1rem;
}

.confirm {
  margin-left: 2em;
  background-color: white;
  padding: 0.5em;
  min-height: 1.5em;
  border: 1px dotted #999999;
}

.form-group > label,
.sub > label {
  font-weight: bold;
}

ul.error {
  color: #e3342f;
}

@media only screen and (min-width: 769px) {
  h1 {
    padding: 0.2rem;
    text-align: center;
    font-size: 28px;
  }

  h2.subtitle {
    font-size: 24px;
    font-weight: normal;
  }

  .form-group > label {
    border-left: 0.5rem solid #2fa360;
    padding: 0.2rem;
  }

  .form-group div.sub {
    margin-bottom: 0.5rem;
  }

  .steps {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  input[type=text],
  input[type="date"],
  select,
  textarea {
    font-size: 16px;
  }

  input[type="date"] {
    min-height: 2rem;
  }

  h1 {
    font-size: 3vw;
    padding: 0.2rem;
    text-align: center;
  }

  h2.subtitle {
    font-size: 14px;
    font-weight: normal;
  }

  .form-group > label {
    border-left: 0.5rem solid #2fa360;
    padding: 0.2rem;
  }

  .form-group div.sub {
    margin-bottom: 0.5rem;
  }

  .steps {
    width: 100%;
  }

  .discBlock {
    margin-bottom: 1em;
  }

  .discBlock .font-larger {
    font-size: larger;
  }
}

p.input {
  font-weight: 600;
}

/* Vue.jsのトランジション系 */

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/** 林野庁用 **/

#rinya .plan-table input[type="checkbox"] {
  margin-right: 0;
}

#rinya .plan-table .form-check-inline {
  margin-right: 0;
}

/** 文科省用 **/

#monka .plan-table input[type="checkbox"] {
  margin-right: 0;
}

#monka .plan-table .form-check-inline {
  margin-right: 0;
}

