@charset "UTF-8";

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;
}

@media only screen and (min-width: 769px) {
  h1 {
    color: white;
    background-color: #00665B;
    padding: 0.2rem;
    text-align: center;
    font-size: 32px;
  }

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

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

@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 {
    color: white;
    background-color: #00665B;
    font-size: 14px;
    padding: 0.2rem;
    text-align: center;
  }

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

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

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;
}

