#r4b #contact input[type="number"] {
  width: 50%;
  -webkit-appearance: none;
}

input[type="number"] {
  height: 30px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

input[type="number"] {
  border: 1px solid #cccccc;
}

.case_p_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  width: 125px;
  height: 125px;
}

.course ul li {
  padding-left: 20px;
  margin: 10px 0;
}

.course ul li::before {
  content: "";
  background: #00367e;
  width: 0.5rem;
  height: 0.5rem;
  counter-increment: none;
  display: inline-block;
  border-radius: 50%;
  top: 8px;
  bottom: auto;
  margin-right: 0.5rem;
}

.bg_gray_box table tr td input[type="checkbox"] {
  height: 1rem;
  width: 50%;
}

.genre {
  margin: 0 25px;
  width: 80px;
  height: 20px;
  padding: 2px 0;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 11.3px;
}

.archive ul {
  justify-content: flex-start;
}

#tab-b0, #tab-b0_2 {
  height: auto;
  padding: 40px 0px 15px;
}

#tab-b1, #tab-b1_2 {
  display: none;
}

#contact table tr td select {
  height: 71px;
  padding-left: 20px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #eaeaea;
}

.r4bDemoForm #tab-b1, .r4bDemoForm #tab-b1_2, .r4bDemoForm #tab-b1_3, .informationArchive #tab-b1, .informationArchive #tab-b1_2, .informationArchive #tab-b1_3, .seminarArchive #tab-b1, .seminarArchive #tab-b1_2, .seminarArchive #tab-b1_3, .glossaryArchive #tab-b1, .glossaryArchive #tab-b1_2, .glossaryArchive #tab-b1_3, .datalineupArchive #tab-b1, .datalineupArchive #tab-b1_2, .datalineupArchive #tab-b1_3, .columnArchive #tab-b1, .columnArchive #tab-b1_2, .columnArchive #tab-b1_3 {
  display: block !important;
}

#column .term_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#column .term_box_ti, #column .term_box_a {
  width: 100%;
}

/*
#column ul {
  display: block;
}
*/

.errors {
  display: none;
  padding: 1rem;
  border: 1px solid #D5284D;
}

.errors .error {
  color: #D5284D;
}

#contact .perin a {
  color: #00367e;
  text-decoration: underline;
}

#contact .perin span:not(.error) {
  color: #000;
  text-decoration: none;
}

.di {
  width: 100%;
  position: relative;
}

#info dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

#info dl dt {
  width: 22%;
  float: none;
  display: inline-flex;
}

#info dl dd {
  width: 75%;
  float: none;
}

#map {
  width: 438px;
  height: 328px;
}

#map img {
  max-width: none !important;
}

#step1_bottom_2 {
  display: flex;
  flex-wrap: wrap;
}

#step1_bottom_2 input:read-only {
  background-color: #ccc;
  width: 50% !important;
}

#step1_bottom_2>input {
  width: 50%;
}

#step1_bottom_2 label {
  width: 100%;
  display: flex;
  position: relative;
}

.overview ul {
  display: block;
  margin: 1rem auto;
  list-style-type: disc;
  width: 55%;
}

.overview li {
  text-align: left;
}

.submit_red {
  margin: 80px auto 60px;
  display: block;
  width: 36%;
  text-align: center;
  padding: 15px 0;
  background: #de2c26;
  border-bottom: 3px solid #a40c07;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

#search .search_ti {
  display: inline-flex;
}

#search .search_ti p {
  margin-left: auto;
}

#search .search_ti p:nth-of-type(2) {
  margin-left: 1rem;
}

#info .prev-link p, #column .prev-link p, .middle-link span {
  color: #d02e29;
}

#info .prev-link::before, #column .prev-link::before {
  border-left: 1px solid #d02e29;
  border-top: 1px solid #d02e29;
}

.edit_list_box dl {
  display: flex;
  flex-wrap: wrap;
}

.mw_wp_form_confirm .onlyInput {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .genre {
    position: absolute;
    left: 0;
    margin: 0 !important;
  }
  .genre_media {
    margin: 0 15px;
    width: 80px;
    padding: 2px 0;
    text-align: center;
    display: inline-block;
    font-size: 10px;
  }
  #info dl dd {
    width: 100%;
    float: none;
  }
}