@charset "UTF-8";
main .main-view {
  background-size: 28rem, cover;
  background-position: right 0.75rem bottom 0.75rem, center;
  visibility: visible !important;
}
@media screen and (max-width: 3000px) {
  main .main-view {
    background-size: 40%, cover;
    background-position: right 0.75rem bottom 0.75rem, center;
  }
}

.inner {
  margin: 0 auto 5.25rem;
  max-width: calc(480px + 3.5rem);
}
@media screen and (max-width: 3000px) {
  .inner {
    width: 100%;
  }
}

form .label {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
form .input-field {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
form .buttons button[type=submit] {
  width: 17rem;
}

.step {
  margin-bottom: 0.75rem;
  font-size: 0.9em;
  text-align: center;
}
.step span {
  display: inline-block;
  padding-right: 0.5em;
}
.step span.active {
  color: #212121;
  font-weight: bold;
}

.complete-message {
  margin: 4.5rem auto;
  padding: 0 1.75rem;
}

.seminar form {
  max-width: 992px;
  margin: 0 auto 5rem;
}
.seminar form .input-field .form-check-wrapper .form-check {
  width: 100%;
  margin: 0.25rem 0;
}
.seminar form .input-field .form-control[type=textarea] {
  height: calc(8.5em + 0.75rem + 0.5px);
}
.seminar form .nav-tabs {
  margin: 0 !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.25rem !important;
}
.seminar form .nav-tabs .nav-link {
  padding: 0.5rem 1rem !important;
  color: #212121;
}
.seminar form .nav-tabs .nav-link.active {
  color: #868686;
}
.seminar form #nav-tabContent {
  padding-bottom: calc(1% + 21px);
}
.seminar form #nav-tabContent .form-check-wrapper > div {
  width: 100%;
}

.calendar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 3000px) {
  .calendar__header {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.calendar__header > div:first-child {
  width: 40%;
}
@media screen and (max-width: 3000px) {
  .calendar__header > div:first-child {
    width: 60%;
  }
}
.calendar__header > div:nth-child(2) {
  width: 40%;
  padding-left: 1.5rem;
}
@media screen and (max-width: 3000px) {
  .calendar__header > div:nth-child(2) {
    display: none;
  }
}
.calendar__header nav .nav-tabs {
  display: flex;
  width: 100%;
  margin-left: 0.25rem;
}
@media screen and (max-width: 3000px) {
  .calendar__header nav .nav-tabs {
    margin-left: 0;
  }
}

.nav-tabs .nav-icon-calendar {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-right: 1px solid #dee2e6;
  color: #868686;
}
.nav-tabs .nav-item.show .nav-link {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding: 0.25rem 1rem;
}
.nav-tabs .nav-item.nav-link {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding: 0.25rem 1rem;
}
.nav-tabs .nav-item.nav-link:focus {
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs .nav-item.nav-link:hover {
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs .nav-item.nav-link.active {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding: 0.25rem 1rem;
}
.nav-tabs .nav-item.nav-link i {
  font-size: 1.5rem;
}

.form_calendar {
  display: flex;
  margin: 0;
  padding: 1.5rem 1rem;
  background: #f4f5f7;
  font-family: Inter, Arial, sans-serif;
}
@media screen and (max-width: 3000px) {
  .form_calendar {
    flex-direction: column;
    padding: 0;
  }
}
.form_calendar .form_calendar__item_wrapper {
  display: flex;
  width: 14.2857142857%;
  border-radius: 3px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 3000px) {
  .form_calendar .form_calendar__item_wrapper {
    width: 100%;
  }
}
.form_calendar .form_calendar__item_wrapper.today {
  background-color: #e6ebee;
}
.form_calendar .form_calendar__item_wrapper.today:before {
  content: "今日";
  border-radius: 4px;
  padding: 5px 4px 2px;
  background-color: #212121;
  margin: 0;
  color: white;
  width: 2.5rem;
  font-size: 0.8rem;
  position: relative;
  top: 10px;
  left: 1.75rem;
}
@media screen and (max-width: 3000px) {
  .form_calendar .form_calendar__item_wrapper.today:before {
    display: none;
  }
}
@media screen and (max-width: 3000px) {
  .form_calendar .form_calendar__item_wrapper .form_calendar__item_header {
    width: 100%;
  }
  .form_calendar .form_calendar__item_wrapper .form_calendar__item_header .pc {
    display: none;
  }
}
.form_calendar .form_calendar__item_wrapper .form_calendar__item_header .sp {
  display: none;
}
@media screen and (max-width: 3000px) {
  .form_calendar .form_calendar__item_wrapper .form_calendar__item_header .sp {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
  }
  .form_calendar .form_calendar__item_wrapper .form_calendar__item_header .sp .today-label {
    border-radius: 4px;
    padding: 2px 4px 2px;
    background-color: #212121;
    margin: 0 0 0 0.5rem;
    color: white;
    width: 2.25rem;
    font-size: 0.8em;
    line-height: 1rem;
    text-align: center;
    vertical-align: middle;
  }
}
.form_calendar .form_calendar__item_wrapper .form_calendar__item_header > div {
  margin: 1.5rem 1rem 0.5rem;
}
.form_calendar .form_calendar__item_wrapper .form_calendar__item_header > div .form_calendar__item_week {
  color: #868686;
}
.form_calendar .form_calendar__item_wrapper .form_calendar__item_header > div .form_calendar__item_day {
  margin-top: 0.5rem;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 3000px) {
  .form_calendar .form_calendar__item_wrapper .form_calendar__item_list {
    display: flex;
    flex-direction: row;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dadada;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: wrap;
  }
  .form_calendar .form_calendar__item_wrapper .form_calendar__item_list::-webkit-scrollbar {
    display: none;
  }
  .form_calendar .form_calendar__item_wrapper .form_calendar__item_list .form_calendar__item {
    min-width: 7rem;
    margin: 0.25rem 0.25rem;
  }
}
.form_calendar .form_calendar__item_wrapper .form_calendar__item_list .form_calendar__item {
  position: relative;
  flex: 1;
  margin: 0.5rem 1rem;
  border: 1px solid #212121;
  border-radius: 0.25rem;
}
.form_calendar .form_calendar__item_wrapper .form_calendar__item_list .form_calendar__item.form_calendar__item_disabled {
  border: 1px solid #ffeacb;
  color: #cacdd0;
}
.form_calendar .form_calendar__item_wrapper .form_calendar__item_list .form_calendar__item.form_calendar__item_disabled label {
  background-color: #f6f7f9;
}
@media screen and (max-width: 3000px) {
  .form_calendar .form_calendar__item_wrapper .form_calendar__item_list .form_calendar__item {
    margin: 0.25rem;
  }
}
.form_calendar .form_calendar__item_wrapper .form_calendar__item_list .form_calendar__item input {
  width: 100%;
  height: 3.5rem;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 3000px) {
  .form_calendar .form_calendar__item_wrapper .form_calendar__item_list .form_calendar__item input {
    height: 3rem;
  }
}
.form_calendar .form_calendar__item_wrapper .form_calendar__item_list .form_calendar__item input:checked + label {
  /*background: #d81b60;*/
  background-color: #212121;
  font-weight: 500;
  color: #fff;
}
.form_calendar .form_calendar__item_wrapper .form_calendar__item_list .form_calendar__item label {
  position: absolute;
  top: 0;
  left: 0;
  /*color: #b6b6b6;*/
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  /*border-right: 1px solid #b6b6b6;*/
  border-radius: 0.25rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 3000px) {
  .form_calendar .form_calendar__item_wrapper .form_calendar__item_list .form_calendar__item label {
    font-size: 1em;
  }
}
.form_calendar .form_calendar__item_wrapper .form_calendar__item_list .form_calendar__item div:last-child label {
  border-right: 0;
}