@charset "UTF-8";
.bg-present {
  background-color: #DFE695;
}

.theme--light.v-calendar-weekly .v-calendar-weekly__day {
  cursor: pointer;
}

.vc-grid-container {
  display: -ms-grid;
}

.vc-grid-cell {
  width: 100%;
}

.vc-grid-container {
  overflow: visible !important;
}

.vc-arrows-container {
  display: none;
}

.day-content-block {
  cursor: pointer;
}
.day-content-block:hover {
  opacity: 0.7;
}
.day-content-block .day-content-body {
  padding-bottom: 1em;
}
.day-content-block .day-content-body span {
  font-size: 20px;
}
.day-content-block .day-content-body span.badge-secondary {
  color: white;
}

@media only screen and (max-width: 768px) {
  .day-content-block .day-content-body span {
    font-size: 1.2em;
  }
}
input[type=text]:-moz-placeholder-shown {
  color: #BBBBBB;
}
input[type=text]:-ms-input-placeholder {
  color: #BBBBBB;
}
input[type=text]:placeholder-shown {
  color: #BBBBBB;
}

input[type=text]::-moz-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", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  padding-top: 1rem;
  background-color: #F9F9F9;
}

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

.confirm {
  margin-left: 2em;
  font-weight: 600;
}

/*
#mainApp .el-step__head.is-process {
    color:red;
}
*/
ul.error {
  color: #e3342f;
}

@media only screen and (min-width: 769px) {
  h1 {
    color: #ffffff;
    background-color: #006C61;
    padding: 0.5em;
    text-align: center;
    font-size: 32px;
    border-radius: 0.5em;
  }

  .form-group > label {
    border-left: 0.5rem solid #006C61;
    padding: 0.2rem;
  }
  .form-group div.sub {
    margin-bottom: 0.5rem;
  }

  .steps {
    width: 50%;
  }

  .family-table th, .family-table td {
    text-align: center;
    vertical-align: middle;
  }

  /* 個人情報の取り扱い */
  #privacyPolicyModal .modal-dialog {
    max-width: 800px;
  }
  #privacyPolicyModal .modal-dialog div.text {
    overflow: scroll;
    height: 75vh;
    padding-right: 1em;
  }
}
@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: #ffffff;
    background-color: #006C61;
    padding: 0.5em;
    text-align: center;
    font-size: 20px;
    border-radius: 1em;
  }

  .form-group > label {
    border-left: 0.5rem solid #006C61;
    padding: 0.2rem;
  }
  .form-group div.sub {
    margin-bottom: 0.5rem;
  }

  .steps {
    width: 100%;
  }

  .discBlock {
    margin-bottom: 1em;
  }
  .discBlock .font-larger {
    font-size: larger;
  }

  /* 個人情報の取り扱い */
  #privacyPolicyModal .modal-dialog div.text {
    overflow: scroll;
    height: 50vh;
    padding-right: 0.5em;
  }
}
p.input {
  font-weight: 600;
}

/* Vue.jsのトランジション系 */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

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

.v-enter-active, .v-leave-active {
  transition: opacity 0.5s;
}

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

/* ログインBOX */
.login-block {
  border: 4px solid #0070C0;
  background-color: #E0E9F4;
  width: 500px;
  margin: 0 auto;
}
.login-block .title {
  background-color: #0070C0;
  font-size: 1.5rem;
  color: white;
}
.login-block .form-block {
  width: 300px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .login-block {
    width: auto;
  }

  .form-block {
    width: auto;
    margin: 0 auto;
  }
}
.tico-page .lead-text1 {
  font-size: 30px;
  color: red;
}
.tico-page .lead-text2 {
  font-size: 20px;
}

.step-title {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .tico-page .lead-text1 {
    font-size: 5vw;
  }
  .tico-page .lead-text2 {
    font-size: 4vw;
  }

  .step-title {
    font-size: 4vw;
  }
}
/* 管理画面 */
/** タブ部分 **/
.select-camp .nav-item {
  min-width: 100px;
}
