@charset "UTF-8";
.inline {
  display: inline;
}

.center {
  text-align: center;
}

input, select, textarea {
  font-size: 1.6rem;
  font-family: Arial, sans-serif;
  color: #000;
  border: solid 1px rgb(160, 160, 160);
  border-radius: 4px;
  margin-bottom: 10px;
}

.width_full {
  width: 98%;
}

textarea.width_full {
  height: 200px;
}

.width_half {
  width: 48%;
} /* フォーム部品の幅を決める */
.numeric {
  width: 4em;
} /* 数字の入力に */
.mfp_buttons button {
  font-size: 1.6rem;
  border-radius: 4px;
  padding: 5px;
}

input:focus {
  border: solid 1px #EEA34A;
  background-color: rgb(255, 255, 240);
} /* 入力フォームにフォーカスした時に枠線の色を変える */
.not {
  display: disable;
}

.form_section {
  margin-bottom: 40px;
}
.form_section h1 {
  margin: 0 0 50px 0;
  font-size: 2.2rem;
  font-weight: bold;
}
.form_section h1 + p {
  margin: 0 0 20px 0;
}
.form_section h2 {
  margin: 0 0 40px 0;
  padding-left: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  border-left: #000 5px solid;
}
.form_section h2 + p {
  margin: 0 0 20px 10px;
}
.form_section h3 {
  margin: 0 0 30px 0;
  padding-left: 10px;
  font-size: 1.6rem;
}
.form_section h3 + p {
  margin: 0 0 20px 0;
}
.form_section h4 {
  margin: 0 0 20px 0;
  padding-left: 10px;
  font-size: 1.4rem;
}

.toggle_dd {
  height: 300px;
  overflow: hidden;
  transition: 0.3s;
}
.toggle_dd dd {
  width: 100% !important;
}

dt label,
dd label,
li label {
  width: 95%;
}
dt label.limited,
dd label.limited,
li label.limited {
  background-color: rgb(255, 230, 210);
}
dt label.bggray,
dd label.bggray,
li label.bggray {
  background-color: rgb(242, 242, 242);
}

.toggle_check {
  display: none;
}

.caret i {
  transition: 0.3s;
}

.error {
  margin-left: 14px;
}

.error li {
  margin-left: 25px;
  color: #FF0033;
}

.msg {
  font-size: 1.2rem;
  color: rgb(255, 0, 0);
}

.form_lists .form_list {
  display: block;
  width: calc(100% - 22px);
  margin: 0 auto 80px;
  padding-left: 5px;
  border-left: 10px solid rgb(255, 208, 208);
}
.form_lists .form_list label {
  width: calc(100% - 12px);
}
.form_lists .form_list label .label_wraped {
  width: calc(100% - 20px);
  padding: 10px;
}
.form_lists .form_list .select_lists {
  display: flex;
  flex-wrap: wrap;
  margin: 5px auto !important;
  padding: 0 !important;
  border: none !important;
}
.form_lists .form_list .select_lists .select_list_dt {
  margin-left: 7px;
}
.form_lists .form_list .select_lists .select_list_dd {
  width: calc(100% - 250px - 44px) !important;
  margin-left: 44px !important;
}
.form_lists .form_list .plan_caption {
  margin-left: 20px;
}
.form_lists .plan_list {
  margin: 0 6px 40px !important;
}

.calender_wrap {
  width: calc(100% - 10px);
}

.calender_table {
  width: 100%;
  border-top: rgb(0, 0, 0) 1px solid;
  border-left: rgb(0, 0, 0) 1px solid;
}
.calender_table td {
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  border-right: rgb(0, 0, 0) 1px solid;
  border-bottom: rgb(0, 0, 0) 1px solid;
}
.calender_table td label {
  width: calc(100% - 20px);
}
.calender_table td label .input_box {
  width: 100%;
  padding: 10px 0 0;
}
.calender_table td select {
  font-size: 1.1rem;
}
.calender_table td.td_vertical {
  width: 22px;
  font-size: 1.2rem;
  padding: 0 5px;
}
.calender_table td.td_vertical .vertical_box {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 4em;
  writing-mode: vertical-rl;
}
.calender_table td.td_day {
  font-size: 1.2rem;
  width: 57px;
  padding: 10px 5px;
}
.calender_table td.td_class {
  padding: 1.5rem 0 !important;
}
.calender_table td.td_class .koza_name_label {
  padding: 1.5rem 0 !important;
  font-weight: bold;
}
.calender_table td.td_class li {
  list-style: none;
}
.calender_table td.close {
  background-color: rgb(224, 224, 224);
}
.calender_table td.mosi {
  background-color: rgb(240, 240, 255);
  padding: 10px 0 !important;
}
.calender_table td.event {
  background-color: rgb(240, 255, 240);
  padding: 10px 0 !important;
}
@media (min-width: 560px) {
  .calender_table td {
    font-size: 1.4rem;
  }
  .calender_table td select {
    font-size: 1.2rem;
  }
}

.bottomLink {
  text-align: right;
  padding: 5px;
}

.bottomLink li {
  list-style: none;
  padding-left: 16px;
  display: inline;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #666;
  z-index: 2;
}