.width_auto {
  width: auto;
}

br.pc {
  display: inline;
}

br.sp {
  display: none;
}

#header {
  margin-bottom: 40px;
}
#header .logo {
  margin-top: 15px;
  text-align: center;
}
#header h1 {
  text-align: center;
  background-color: #0a509f;
  color: #FFF;
  padding: 10px;
  font-size: 130%;
  font-weight: bold;
}

.wrapper {
  max-width: 900px;
  padding: 0 10px 50px;
  margin: 0 auto;
}

.explain {
  font-weight: bold;
  margin-bottom: 2em;
}

.form .input {
  margin-bottom: 30px;
}
.form .input_wrapper {
  margin-bottom: 30px;
}
.form .input_wrapper .input {
  margin-bottom: 5px;
}
.form .input_note {
  color: #555;
  font-size: 90%;
}
.form .value {
  font-size: 110%;
}
.form .input-group-addon {
  background-color: #dcdfe3;
  color: #0a509f;
  font-weight: bold;
}
.form .inputs_set {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.form .inputs_set .input {
  margin-bottom: 0;
  width: 49%;
}
.form .date .input-group {
  width: 49%;
}
.form .radio label {
  display: inline-block;
  margin-right: 1.5em;
}
.form .submit {
  text-align: center;
}
.form .submit .btn {
  font-size: 160%;
  padding: 10px 20px;
  font-weight: bold;
  margin: 0 10px;
  box-sizing: border-box;
}
.form .error-message {
  background-color: #B3424A;
  font-weight: bold;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 3px;
}
.form .inner_button {
  margin-bottom: 0.3em;
}
.form .inner_button button {
  border: solid 1px #CCC;
  background-color: #FFF;
  padding: 2px 6px;
  border-radius: 5px;
}
.form label.title {
  display: block;
  font-size: 140%;
  border-left: solid 10px #0a509f;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.form .new_courses {
  border: solid 1px #0a509f;
  margin-bottom: 30px;
}
.form .new_courses .new_courses_inner {
  padding: 20px;
}
.form .new_courses .new_courses_inner div.input:last-child {
  margin-bottom: 0;
}
.form .new_courses h1 {
  margin: 0;
  padding: 10px;
  background-color: #0a509f;
  font-size: 130%;
  color: #FFF;
}
.form .new_courses h2 {
  border-left: solid 5px #FFD400;
  padding-left: 5px;
  font-size: 130%;
  font-weight: bold;
  margin-top: 0;
}
.form .new_courses h3 {
  background-color: #FFD400;
  font-size: 110%;
  font-weight: bold;
  padding: 5px;
  margin-top: 0;
}
.form .new_courses .notice {
  margin: 0 0 1.5em;
}
.form .new_courses .error-message {
  margin-bottom: 1em;
}
.form .new_courses .times {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.form .new_courses .times .time {
  width: 12em;
  margin: 0 10px 30px;
}
.form .new_courses .times .time label {
  display: block;
  padding: 3px;
  margin-right: 0;
}
.form .new_courses .times .time label input[type=radio] {
  position: static;
  margin-left: 0;
  margin-right: 7px;
}
.form .new_courses .times .time label strong {
  color: #F00;
}
.form .new_courses .times .time .input {
  margin-bottom: 0;
}

.sending_essage {
  font-weight: bold;
  text-align: center;
  font-size: 120%;
  margin-top: 0.5em;
  display: none;
}

.new_course_form_caution {
  margin-top: 30px;
  background-color: #fffaeb;
  border: solid 1px #f0e3bd;
  padding: 10px;
  border-radius: 5px;
  line-height: 1.3em;
}
.new_course_form_caution.upper {
  margin-bottom: 30px;
}
.new_course_form_caution .col {
  margin-bottom: 20px;
}
.new_course_form_caution .col:last-child {
  margin-bottom: 0;
}
.new_course_form_caution .col h1 {
  margin: 0 0 0.7em;
  font-size: 120%;
  font-weight: bold;
  border-left: solid 10px #F00;
  padding-left: 10px;
}
.new_course_form_caution .col p {
  margin: 0;
  font-size: 100%;
}
.new_course_form_caution .col a {
  text-decoration: underline;
  font-weight: bold;
}
.new_course_form_caution .col ul {
  margin-bottom: 0;
  margin: 0;
  padding: 0 0 0 1em;
}
.new_course_form_caution .col ul.mobile_link {
  margin-top: 0.5em;
  padding: 0;
}
.new_course_form_caution .col ul.mobile_link li {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-right: 1em;
}

#new_course_complete h1 {
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: solid 10px #F00;
  padding-left: 10px;
}
#new_course_complete h2 {
  font-size: 150%;
  font-weight: bold;
  margin-top: 2em;
}
#new_course_complete p {
  font-size: 110%;
}
#new_course_complete .link {
  width: 25em;
  font-size: 130%;
}
#new_course_complete .link a {
  font-size: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .width_auto {
    width: 100%;
  }

  br.pc {
    display: none;
  }

  br.sp {
    display: inline;
  }

  #header .logo img {
    width: 100%;
    max-width: 320px;
  }

  .form .submit .btn {
    font-size: 130%;
    width: 100%;
    margin: 5px 0;
  }
  .form .inputs_set {
    display: block;
  }
  .form .inputs_set .input {
    margin-bottom: 10px;
    width: 100%;
  }
  .form .inputs_set .input:last-child {
    margin-bottom: 0;
  }
  .form .date .input-group {
    width: 100%;
  }
  .form .new_courses .times {
    display: block;
  }
  .form .new_courses .times .time {
    width: 100%;
    margin: 0 0 30px;
  }
  .form .new_courses .times .time:last-child {
    margin: 0;
  }

  #new_course_form_caution .col ul.mobile_link li {
    display: block;
  }

  #new_course_complete .link {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
