h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Thin italic';
}
button {
  cursor: pointer;
}
placeholder {
  position: relative;
  left: 10px;
}
input[type='file'] {
  display: none;
}
.file_upload_btn {
  font-size: 13px;
  padding: 4px 20px;
  border-radius: 4px;
  cursor: pointer;
}
.file_upload_btn + p {
  display: inline-block;
  margin-left: 20px;
  font-size: 13px;
  word-break: break-word;
}
.file_type {
  margin-top: 4px;
  font-size: 13px;
}
#face_photo {
  position: relative;
  width: 240px;
  height: 320px;
  border: 1px dotted #cdcdcd;
  overflow: hidden;
  background-image: url('/assets/img/no_image_240.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}
.face_photo {
  text-align: center;
}
.face_photo > div {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: fit-content;
}
.face_photo p {
  display: none;
  padding: 10px;
  font-size: 12px;
  background-color: #fff;
  border: solid 1px #ebb126;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  margin: 8px 0;
}
.v_hidden {
  visibility: hidden;
  position: absolute;
  left: 0;
}

/* 両メディアクエリ共通スタイル */
.with-text-count {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.input {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.postal-code-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.reserve .guide {
  padding: 16px 0 32px 0;
  font-size: 16px;
  color: #333f50;
  border-bottom: 1px solid #e0e5eb;
}
.reserve1.full:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(184, 184, 184, 0.4);
  z-index: 2;
}
.reserve1.full:after {
  content: '満席';
  position: absolute;
  top: 49px;
  left: -1px;
  padding: 2px 1px;
  color: #fff;
  background-color: red;
  z-index: 3;
  font-size: 14px;
}
.hidden_box input {
  display: none;
}
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.hidden_box input:checked + div + .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}
/* iOS Safari: ネイティブチェックボックスの二重表示を防ぐ */
input[type='checkbox'] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.check,
.same_address,
.privacy-policy-container,
.hide_button_briefing {
  position: relative;
}
.botun:disabled {
  background-color: #C0C7D0;
}
.rule_scroll {
  height: 200px;
  overflow-y: scroll;
}
#search_gakubu,
#search_gakka {
  font-size: 14px;
  width: 128px;
  height: 40px;
  padding: 12px 16px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 3.4px #c0c5d7;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #333f50;
}
.gakubu-search-container,
.gakka-search-container {
  display: flex;
  gap: 8px;
  align-items: center;
}
.btn-gakubu-container,
.btn-gakka-container {
  flex: 1;
}
.btn_gakubu,
.btn_gakka {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  font-size: 16px;
  padding: 0;
  margin: 0 4px;
  cursor: pointer;
  color: #333f50;
}
.freemessage {
  font-size: 16px;
  color: #333f50;
  margin: 32px 0;
  background-color: #fff;
  border: solid 1px #c0c7d0;
  border-radius: 4px;
  padding: 20px;
  word-break: break-all;
  min-height: 240px;
  height: fit-content;
}

.freemessage_scroll {
  height: 200px;
  overflow-y: scroll;
}

.privacy-policy-container {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  html {
    background-color: #fff;
  }
  header {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #eee;
    text-align: center;
    background-color: #fff;
    gap: 16px;
  }
  form {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
  }
  main {
    width: 504px;
    margin: 0 auto;
  }
  footer p {
    font-size: 12px;
    text-align: center;
    margin: 64px 0 24px 0;
  }
  .text-count {
    margin-right: 0 !important;
    font-size: 16px;
  }
  input[type='text'] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #c0c7d0;
    box-shadow: 0px 1px 0.5px 1px #e0e5eb inset;
    padding: 12px 8px;
    font-size: 14px;
  }
  .file_upload_btn_container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
  }
  .file_upload_btn {
    border-radius: 4px;
    cursor: pointer;
    padding: 12px 16px;
    font-size: 16px;
    width: fit-content;
    color: #333f50;
    box-shadow: 0 1px 3.4px #c0c5d7;
    display: block;
  }
  .file_upload_btn + p {
    display: inline-block;
    margin-left: 0;
    font-size: 16px;
    color: #333f50;
    flex: 1;
  }
  .file_type {
    margin: 0;
    font-size: 12px;
  }
  header img {
    max-width: 440px;
    max-height: 100px;
  }
  header p {
    font-size: 25px;
    color: #606d7f;
    font-weight: bold;
    word-break: break-word;
  }
  #main-infomation {
    background-color: #fff;
  }
  #main-infomation .h1 {
    height: 20px;
    border-left: 5px solid #2b3c8a;
  }
  #main-infomation h1 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 16px;
    color: #2b3c8a;
    border-left: 4px solid #2b3c8a;
  }
  .ef_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom: 1px solid #e0e5eb;
    padding: 32px 0;
  }
  .item_name {
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 16px;
    align-items: flex-start;
  }
  .item_name h2 {
    font-size: 16px;
    font-weight: 700;
    color: #606d7f;
    flex: 1;
    word-break: break-word;
  }
  h3.required,
  h3.optional {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    border-radius: 4px;
  }
  h3.required {
    background-color: #fc7860;
  }
  h3.optional {
    background-color: #a0a9b5;
  }
  .sex {
    border-bottom: 1px solid #eee;
    height: 70px;
  }
  .check {
    display: flex;
  }
  input[type='radio'] {
    width: 0;
    margin: 0;
    display: none;
  }
  input[type='radio'] + label {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    display: flex;
    word-break: break-word;
  }
  input[type='radio'] + label::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #c0c7c0;
    border-radius: 50%;
  }
  input[type='radio']:checked + label::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    left: 3px;
    background-color: #000;
    border-radius: 50%;
  }
  .name label {
    font-size: 14px;
    color: #606d7f;
  }
  .female {
    padding-left: 110px;
  }
  .school {
    margin-top: 40px;
  }
  .form2 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .form2 select {
    padding: 16px 8px;
    font-size: 16px;
    border-radius: 4px;
    width: fit-content;
    color: #333f50;
  }
  .birthday,
  .graduate {
    display: flex;
    gap: 16px;
    font-size: 14px;
  }
  .birthday select,
  .graduate select {
    margin-right: 8px;
    padding: 12px 8px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #c0c7d0;
  }
  .border1 {
    border: 1px solid #eee;
    margin-top: 40px;
    height: 425px;
  }
  .radio1 {
    position: relative;
    top: 10px;
    left: 5px;
  }
  .radio2 {
    position: relative;
    bottom: 13px;
    left: 80px;
  }
  .radio p {
    font-size: 15px;
    position: relative;
    top: 27px;
    left: 20px;
  }
  .p {
    position: relative;
    top: 15px;
    left: 15px;
  }
  .form {
    position: relative;
    left: 200px;
    bottom: 70px;
  }
  .contact {
    margin-top: 40px;
    margin: 20px 0 0 0px;
  }
  #address1,
  #address2,
  #address3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #address1 label,
  #address2 label,
  #address3 label {
    display: block;
    font-size: 14px;
    color: #606d7f;
  }
  #address2,
  #address3 {
    margin-top: 10px;
  }
  #current_prefecture {
    width: 100px;
  }
  input[type='text'].small {
    width: 80px;
  }
  input[type='text'].small2 {
    width: 90px;
  }
  input[type='checkbox'] + label {
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    word-break: break-word;
  }
  input[type='checkbox'] + label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0;
    border: 1px solid #c0c7d0;
    border-radius: 4px;
  }
  input[type='checkbox'] + label::before, input[type='checkbox'] + label::after {
    position: absolute;
    top: 10px;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 4px;
  }
  input[type='checkbox'] + label::before {
    left: 0;
    background-color: #FFFFFF;
    -moz-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    content: '';
    border: 1px solid #D1D5DB;
  }
  input[type="checkbox"]:checked + label:before {
    background-color: #0E88CA;
    border-color: #0E88CA;
  }
  input[type='checkbox']:checked + label::after {
    position: absolute;
    left: 0px;
    top: 11px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-mask: url("../../img/icons/check-line.svg") no-repeat 50% 50%;
    mask: url("../../img/icons/check-line.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #FFFFFF;
    content: "";
  }
  .size {
    font-size: 13px;
  }
  .floater2 {
    width: 100%;
  }
  .miss {
    position: relative;
    right: 200px;
  }
  .pr {
    margin-top: 20px;
  }
  .pr .border {
    height: 200px;
  }
  textarea {
    border-radius: 4px;
    height: 212px;
    font-family: Arial;
    border: 1px solid #c0c7d0;
    box-shadow: 0px 1px 0.5px 1px #e0e5eb inset;
    padding: 12px 8px;
    font-size: 16px;
    resize: none;
  }
  .pr:after {
    display: block;
    content: '';
    clear: both;
  }
  .prinput {
    position: relative;
    bottom: 100px;
    left: 200px;
  }
  .border3 {
    border-top: 1px solid #eee;
    height: 200px;
  }
  .eventlist {
    text-align: left;
  }
  .reserve p {
    font-size: 13px;
  }
  .reserve a {
    margin-top: 10px;
    margin-left: 30px;
    font-size: 13px;
    display: block;
  }
  .forcheck input + label {
    position: absolute;
    top: 10px;
    left: 0;
    padding-left: 30px;
    font-size: 14px;
    cursor: pointer;
  }
  .forcheck input + label::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 40px;
    left: 6px;
    border: 1px solid #eee;
    border-radius: 50%;
  }
  .forcheck input:checked + label::after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 43px;
    left: 9px;
    background-color: #000;
    border-radius: 50%;
  }
  .reserve1 {
    position: relative;
    width: 700px;
    padding: 15px 30px;
    border: 1px solid #eee;
    margin-top: 10px;
  }
  .reserve1 .date {
    margin-top: 20px;
  }
  .hidden_box label {
    font-size: 13px;
    cursor: pointer;
  }
  .hidden_show p {
    margin-left: 10px;
  }
  .detail label {
    font-size: 13px;
    color: #55f;
    text-decoration: underline;
    font-weight: bold;
  }
  .googlemap {
    margin-bottom: 10px;
  }
  .googlemap iframe {
    width: 680px;
    height: 300px;
  }
  .noreserve {
    width: 700px;
    border: 1px solid #eee;
    margin-top: 10px;
  }
  .reserve1.noreserve {
    padding-left: 5px;
  }
  .noreserve input {
    display: none;
  }
  .noreserve input + label {
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
  }
  .noreserve2 {
    font-size: 15px;
    position: relative;
  }
  .noreserve input + label::before {
    content: '';
    display: block;
    position: absolute;
    right: 90px;
    width: 15px;
    height: 15px;
    border: 1px solid #eee;
    border-radius: 50%;
  }
  .noreserve input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    right: 93px;
    bottom: 10px;
    width: 11px;
    height: 11px;
    background-color: #000;
    border-radius: 50%;
  }
  .title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.07em;
  }

  footer {
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .last {
    text-align: center;
  }
  .last input {
    float: left;
  }
  .last p {
    position: relative;
    left: 30px;
    font-size: 13px;
  }
  .rule {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 13px;
  }
  .botun {
    display: block;
    margin: 32px auto 64px auto;
    font-size: 20px;
    color: #fff;
    width: 320px;
    height: 60px;
    background-color: #2b3c8a;
    border-radius: 4px;
    cursor: pointer;
    border: none;
  }
  .last .botun {
    margin: 32px auto;
  }
  .end {
    margin-left: 450px;
    margin-bottom: 30px;
    height: 20px;
  }
  .privasy {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    color: #1860B5;
  }
}

@media screen and (max-width: 768px) {
  html {
    background-color: #fff;
    width: 100%;
  }
  body {
    width: 100%;
    margin: 0px;
  }
  header {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #e0e5eb;
    text-align: center;
  }
  header img {
    max-width: 280px;
    max-height: 80px;
  }
  header p {
    font-size: 24px;
    color: #606d7f;
    font-weight: bold;
    word-break: break-word;
  }
  footer p {
    font-size: 12px;
    text-align: center;
    margin: 32px 0 16px 0;
  }
  #main-infomation {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
  }
  input[type='text'] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #c0c7d0;
    box-shadow: 0px 1px 0.5px 1px #e0e5eb inset;
    padding: 12px 8px;
    font-size: 14px;
  }
  #main-infomation h1 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 12px;
    color: #2b3c8a;
    border-left: 3px solid #2b3c8a;
  }
  .ef_item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid #e0e5eb;
    padding: 32px 0;
  }
  .form2 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .item_name {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 12px;
    align-items:flex-start;
  }
  .item_name h2 {
    font-size: 14px;
    font-weight: 700;
    color: #606d7f;
    flex: 1;
    word-break: break-word;
  }
  h3.required,
  h3.optional {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 2px 6px;
    border-radius: 4px;
  }
  h3.required {
    background-color: #fc7860;
  }
  label {
    font-size: 14px;
    color: #606d7f;
  }
  #sei_kanji,
  #sei_kana,
  #mei_kanji,
  #mei_kana {
    margin-left: 0;
  }

  select {
    padding: 12px 8px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #c0c7d0;
  }
  .birthday,
  .graduate {
    display: flex;
    gap: 16px;
    font-size: 14px;
  }
  .birthday select,
  .graduate select {
    width: auto;
    margin-right: 4px;
  }
  input[type='text'].small {
    width: 70px;
  }
  input[type='radio'] {
    display: none;
  }
  .input input + label {
    padding-left: 28px;
    font-size: 14px;
    position: relative;
    display: flex;
    word-break: break-word;
  }
  input[type='radio'] + label::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #c0c7d0;
    border-radius: 50%;
  }
  input[type='radio']:checked + label::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 2.5px;
    top: 6px;
    background-color: #000;
    border-radius: 50%;
  }
  .name label {
    font-size: 14px;
    color: #606d7f;
  }
  .female {
    padding-left: 110px;
  }
  .schoolname {
    margin-top: 10px;
  }
  .schoolname h3 {
    margin-left: 13px;
  }
  .schoolname .h3 {
    margin-left: 25px;
  }
  .missh3 {
    position: relative;
    right: 20px;
  }
  .schoolname .h5 {
    position: relative;
    left: 70px;
  }
  .schoolname .h6 {
    position: relative;
    left: 95px;
  }
  .school .female {
    position: relative;
    right: 20px;
  }
  .form {
    margin-top: 20px;
  }
  .schoolname .h7 {
    position: relative;
    left: 83px;
  }
  .mail {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .mail:after {
    display: block;
    content: '';
    clear: both;
  }
  .mail label {
    float: left;
    font-size: 13px;
    padding-top: 5px;
    padding-left: 15px;
  }
  h3.optional {
    background-color: #a0a9b5;
  }
  .hifun {
    font-size: 14px;
    position: relative;
    bottom: 7px;
  }
  .address h3 {
    position: relative;
    left: 100px;
  }
  #address1,
  #address2,
  #address3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #address2,
  #address3 {
    margin-top: 8px;
  }
  #address1 label,
  #address2 label,
  #address3 label {
    display: block;
    font-size: 14px;
    color: #606d7f;
  }
  #address2 input {
    width: 100%;
  }
  input[type='checkbox'] + label {
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    word-break: break-word;
  }
  input[type='checkbox'] + label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0;
    border: 1px solid #c0c7d0;
    border-radius: 4px;
  }
  input[type='checkbox'] + label::before, input[type='checkbox'] + label::after {
    position: absolute;
    top: 11px;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 4px;
  }
  input[type='checkbox'] + label::before {
    left: 0;
    background-color: #FFFFFF;
    -moz-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    content: '';
    border: 1px solid #D1D5DB;
  }
  input[type="checkbox"]:checked + label:before {
    background-color: #0E88CA;
    border-color: #0E88CA;
  }
  input[type='checkbox']:checked + label::after {
    position: absolute;
    left: 0px;
    top: 11px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-mask: url("../../img/icons/check-line.svg") no-repeat 50% 50%;
    mask: url("../../img/icons/check-line.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #FFFFFF;
    content: "";
  }
  .check {
    display: flex;
  }
  .check p {
    font-size: 15px;
    position: relative;
  }
  .others {
    margin-top: 10px;
  }
  .mail2 {
    margin-top: 10px;
  }
  .facebook {
    margin-top: 10px;
    margin-left: 15px;
    border-bottom: 1px solid #eee;
    height: 70px;
  }
  .mail2 .misses {
    position: relative;
    left: 140px;
  }
  .misses2 {
    margin-left: 7px;
  }
  .pr {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e0e5eb;
  }
  .border {
    border-bottom: 1px solid #e0e5eb;
  }
  .text-count {
    margin-right: 0 !important;
    font-size: 14px;
  }
  textarea {
    display: block;
    margin: 0 auto;
    padding: 12px 8px;
    border-radius: 4px;
    border: 1px solid #c0c7d0;
    box-shadow: 0px 1px 0.5px 1px #e0e5eb inset;
    width: 100%;
    box-sizing: border-box;
    height: 180px;
    font-family: Arial;
    font-size: 16px;
    resize: none;
  }
  .pr h2 {
    float: left;
    font-size: 13px;
  }
  .pr h2:after {
    display: block;
    content: '';
    clear: both;
  }
  .border3 {
    margin-top: 10px;
  }
  .border3 h3 {
    position: relative;
    left: 67px;
  }
  .file_upload_btn_container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
  }
  .file_upload_btn {
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 14px;
    font-size: 14px;
    width: fit-content;
    color: #333f50;
    box-shadow: 0 1px 3.4px #c0c5d7;
    display: block;
  }
  .file_upload_btn + p {
    display: inline-block;
    margin-left: 0;
    font-size: 14px;
    color: #333f50;
    flex: 1;
    word-break: break-all;
  }
  .file_type {
    margin: 0;
    font-size: 12px;
  }
  .eventlist {
    width: 100%;
  }
  .reserve {
    width: 100%;
    background-color: #fff;
  }
  .reserve1 {
    padding: 16px;
    border: 1px solid #c0c7d0;
    border-radius: 4px;
    margin-top: 12px;
    position: relative;
  }
  .reserve1 input {
    margin-top: 10px;
    float: left;
    position: relative;
    top: 60px;
    left: 10px;
  }
  .reserve h6 {
    padding-left: 1em;
    text-indent: 0em;
    width: 280px;
    height: 50px;
    padding-top: 10px;
    font-size: 15px;
    position: relative;
    left: 17px;
  }
  .date {
    width: 90%;
  }
  .reserve1 p {
    font-size: 12px;
    padding-top: 10px;
  }
  .reserve a {
    position: relative;
    left: 40px;
    font-size: 10px;
  }
  .hidden_box label {
    font-size: 13px;
    color: #55f;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
  }
  .detail {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .hidden_show p {
    margin-left: 5px;
  }
  .googlemap {
    margin-bottom: 10px;
  }
  .googlemap iframe {
    width: 100%;
    height: 200px;
  }
  .noreserve {
    margin-top: 12px;
    border: 1px solid #c0c7d0;
    border-radius: 4px;
  }
  .forcheck input {
    display: none;
  }
  .forcheck input + label {
    position: relative;
    font-size: 14px;
    font-weight: bold;
  }
  .forcheck input + label::before {
    top: 45px;
    left: -32px;
  }
  .forcheck input:checked + label::after {
    top: 48px;
    left: -29px;
  }
  .noreserve p {
    font-size: 14px;
    position: relative;
    left: 20px;
  }
  .noreserve input {
    display: none;
  }
  .noreserve input + label {
    font-size: 14px;
    position: relative;
  }
  .noreserve2 {
    font-size: 14px;
  }
  .noreserve input + label::before {
    content: '';
    display: block;
    position: absolute;
    left: -32px;
    width: 16px;
    height: 16px;
    border: 1px solid #c0c7d0;
    border-radius: 50%;
  }
  .noreserve input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    left: -29px;
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 50%;
  }
  footer {
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
  }
  .douip {
    width: 80%;
  }
  .botun {
    display: block;
    margin: 24px auto 32px auto;
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 56px;
    background-color: #2b3c8a;
    border-radius: 4px;
    border: none;
    cursor: pointer;
  }
  .last {
    text-align: center;
  }
  .last p {
    font-size: 14px;
  }
  .rule {
    width: 100%;
    box-sizing: border-box;
    margin: 24px auto 0;
    padding: 12px;
    border: 1px solid #c0c7d0;
    border-radius: 4px;
    font-size: 12px;
  }
  .rule p {
    font-size: 14px;
  }
  .end {
    padding-top: 20px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .privasy {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    color: #1860B5;
  }
  .freemessage {
    margin-left: 8px;
    margin-right: 8px;
  }
}
