h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Thin italic';
}

input,
select,
textarea {
  margin: 0;
  font: inherit;
  font-size: 14px;
}

.name input {
  font-family: 'Thin italic';
}

placeholder {
  position: relative;
  left: 10px;
}
input[type='file'] {
  display: none;
}
.file_upload_btn {
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
  width: fit-content;
  box-shadow: 0 1px 3.4px #c0c5d7;
}
.file_upload_btn + p {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  word-break: break-word;
}
.file_upload_btn_container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
  }
.file_type {
  margin-top: 4px;
  font-size: 13px;
}
label {
  display: block;
}
#face_photo {
  position: relative;
  width: 240px;
  height: 320px;
  margin: 0 auto;
  border: 1px dotted #cdcdcd;
  overflow: hidden;
  background-image: url('/assets/img/no_image_240.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.face_photo {
  text-align: center;
}
.face_photo > div {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.face_photo p {
  display: none;
  padding: 10px;
  font-size: 13px;
  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;
  top: 8px;
}
#address3 label {
  display: none;
}
.text-count {
  margin-right: 0 !important;
  font-size: 16px;
}
#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;
  cursor: pointer;
}
.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: #333333;
}

/* 両メディアクエリ共通スタイル */
.reserve1.full:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(184, 184, 184, 0.4);
  z-index: 2;
}
.reserve1.full:after {
  content: '満席';
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 2px 6px;
  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;
}
.hidden_box p {
  margin-left: 10px;
}
.botun:disabled {
  background-color: #aaa;
  color: #fff;
  box-shadow: none;
}
.rule_scroll {
  height: 200px;
  overflow-y: scroll;
}
.freemessage {
  font-size: 16px;
  color: #333f50;
  margin: 32px 0;
  border: solid 1px #bdbdbd;
  border-radius: 4px;
  padding: 20px;
  word-break: break-all;
  min-height: 240px;
  height: fit-content;
}

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

.same_address {
  margin-left: -2px;
}

/* 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;
}

@media screen and (min-width: 768px) {
  header {
    margin-top: 0px;
    border-bottom: 1px solid #bdbdbd;
    text-align: center;
    background-color: #eeeeee;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }
  header img {
    max-width: 440px;
    max-height: 100px;
  }
  header p {
    margin-left: 24px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    word-break: break-word;
  }
  header:after {
    display: block;
    content: '';
    clear: both;
  }
  body {
    background-color: #eee;
    margin: 0px;
  }
  input[type='text'] {
    width: 100%;
    border-bottom: 2px solid #bdbdbd;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #eee;
    box-sizing: border-box;
    padding: 0%;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  main {
    background-color: #eee;
  }
  #main-infomation {
    margin: 40px auto 0;
    width: 504px;
  }
  #main-infomation .h1 {
    height: 30px;
    color: #000;
  }
  #main-infomation h1 {
    font-size: 16px;
    font-weight: bold;
    border-left: solid 6px #333;
    padding-left: 10px;
  }
  .ef_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 0;
  }
  .form2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
  }
  .item_name {
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: flex-start;
    gap: 16px;
  }
  .item_name h2 {
    font-size: 16px;
    flex: 1;
    word-break: break-word;
  }
  .item_name h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    border-radius: 4px;
  }
  .item_name h3.required {
    background-color: #fc7860;
  }
  .item_name h3.optional {
    background-color: #a0a9b5;
  }
  .floater {
    width: 100%;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .floater:after {
    display: block;
    content: '';
    clear: both;
  }
  .float1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .label {
    display: block;
  }

  .float2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .float2 input {
    margin-left: 0;
  }

  select {
    width: fit-content;
    max-width: 100%;
    border: 1px solid #c0c7d0;
    border-radius: 4px;
    padding: 8px 12px;
  }
  .next {
    height: 200px;
  }
  .n-button {
    margin-top: 20px;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 2px;
    color: #30d475;
    border: 2px solid #30d475;
    box-shadow: 2px 2px 1px #cac8c7;
  }
  .input .radio input {
    display: none;
  }
  .input input + label {
    padding-left: 30px;
    font-size: 14px;
    position: relative;
    word-break: break-word;
  }
  input[type='radio'] + label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    background-color: #fff;
  }
  input[type='radio']:checked + label::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 3.5px;
    top: 3px;
    background-color: #000;
    border-radius: 50%;
  }
  .input {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .name label {
    font-size: 14px;
    color: #333333;
  }
  .male {
    float: left;
    margin: 30px 0 0 30px;
  }
  .female {
    position: relative;
    left: 70px;
    top: 30px;
  }
  .school {
    margin-top: 40px;
  }
  .p {
    position: relative;
    top: 15px;
    left: 15px;
  }
  .next {
    height: 80px;
  }
  .next-button-container {
    text-align: center;
    margin-bottom: 64px;
  }
  .contact {
    margin-top: 40px;
  }
  .birthday,
  .graduate {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
  }
  .birthday div,
  .graduate div {
    font-size: 14px;
  }
  .birthday select,
  .graduate select {
    margin-right: 8px;
    padding: 8px 12px;
  }
  input[type='text'].after {
    width: 80px;
  }
  #address1 label {
    font-size: 14px;
  }
  #address1 .after {
    margin-left: 0;
  }
  #address1,
  #address2,
  #address3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  #address1 label,
  #address2 label,
  #address3 label {
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
  }
  #address2 {
    margin-top: 10px;
  }
  #address2 .prefecture,
  #address2 .gennzaijuusyo,
  #address2 #home_prefecture {
    width: 100px;
  }
  #address2 .add {
    width: auto;
  }
  #address3 .gennzaijuusyo,
  #address3 #home_address {
    width: 100%;
    margin: 0;
  }
  .same_address .address-check-label {
    padding-left: 24px;
  }
  input[type='text'].small {
    width: 80px;
  }
  .size {
    font-size: 13px;
  }
  .break {
    border: 1px solid #eee;
    border-top: none;
    height: 200px;
  }
  .break #address2 {
    position: relative;
    right: 175px;
    top: 25px;
  }
  .small {
    z-index: 10;
  }
  .hifun {
    z-index: 1;
    font-size: 13px;
    padding-top: 15px;
  }
  .break input {
    margin-top: 20px;
  }
  .break #address2 {
    margin-top: 20px;
  }
  .facebook {
    position: relative;
    top: 20px;
    left: 30px;
  }
  .facebook2 {
    position: relative;
    top: 20px;
    left: 30px;
  }
  textarea {
    width: 100%;
    height: 60px;
    background-color: #eee;
    border: none;
    border-bottom: 2px solid #bdbdbd;
    resize: none;
  }
  .button-next {
    position: relative;
    top: 50px;
  }
  .reserve {
    margin-top: 64px;
  }
  .reserve p {
    font-size: 13px;
  }
  .reserve .guide {
    margin-top: 16px;
  }
  .title input {
    display: none;
  }
  .title input + label {
    position: relative;
    margin-right: 20px;
    float: left;
  }
  .title input + label::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 50%;
  }
  .title input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 21px;
    height: 21px;
    background: #30d475;
    border-radius: 50%;
  }
  .reserve1 {
    position: relative;
    background-color: #fff;
    margin-top: 10px;
    width: 700px;
    border: 2px solid transparent;
  }
  .reserve1 p {
    margin-top: 10px;
  }
  .title {
    background-color: #fff;
  }
  .title input {
    position: relative;
    top: 5px;
  }
  .title label {
    padding-left: 40px;
    padding-top: 5px;
    font-size: 14px;
  }
  .date {
    margin-left: 10px;
  }
  .hidden_box label {
    font-size: 13px;
    cursor: pointer;
  }
  .hidden_box input:checked + div::after {
    padding-top: 10px;
    content: 'とじる　▲';
    font-size: 13px;
    display: block;
    width: 280px;
    height: 30px;
    background-color: #eee;
    position: relative;
    left: 0px;
    bottom: 34px;
    pointer-events: none;
  }
  .googlemap iframe {
    width: 100%;
    height: 300px;
    border: solid 1px #cdcdcd;
  }
  .noreserve {
    width: 700px;
    height: 50px;
    background-color: #fff;
  }
  .noreserve p {
    padding-left: 40px;
    padding-top: 9px;
  }
  .noreserve input {
    margin-top: 12px;
  }
  .noreserve label {
    margin-top: 12px;
  }
  .last-color {
    margin-top: 20px;
    background-color: #eee;
  }
  .last input {
    float: left;
  }
  .last {
    margin: 64px auto;
    text-align: center;
  }
  .last label {
    display: block !important;
    margin: 0 auto;
    width: fit-content;
    margin-top: 16px;
  }
  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: "";
  }
  .rule {
    background-color: #fff;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #eee;
    width: 600px;
    font-size: 13px;
  }
  .privasy {
    font-size: 16px;
    text-align: center;
    color: #1860B5;
  }
  .botun {
    margin-top: 32px;
    font-size: 20px;
    color: #333f50;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 3.4px #c0c5d7;
    padding: 16px 138px;
    cursor: pointer;
    background-color: #fff;
  }
  footer {
    font-size: 12px;
    margin-bottom: 24px;
    text-align: center;
  }
  footer p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  html {
    width: 100%;
  }
  header {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #bdbdbd;
    background-color: #eeeeee;
    align-items: center;
    padding: 16px 0;
  }
  body {
    background-color: #eee;
    margin: 0px;
  }
  input[type='text'] {
    width: 100%;
    border-bottom: 2px solid #bdbdbd;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #eee;
    box-sizing: border-box;
    padding: 0%;
  }
  main {
    width: 95%;
    margin: 0 auto;
    background-color: #eee;
  }
  header img {
    max-width: 100%;
    max-height: 100px;
  }
  header p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 16px 0;
    word-break: break-word;
  }
  header:after {
    display: block;
    content: '';
    clear: both;
  }
  #main-infomation {
    width: 100%;
  }
  #main-infomation .h1 {
    height: 30px;
    color: #000;
  }
  #main-infomation h1 {
    font-size: 16px;
    font-weight: bold;
    border-left: solid 6px #333;
    padding-left: 10px;
  }
  .ef_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 0;
  }
  .item_name {
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: flex-start;
    gap: 16px;
  }
  .item_name h2 {
    font-size: 16px;
    word-break: break-word;
    flex: 1;
  }
  .item_name h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    border-radius: 4px;
  }
  .item_name h3.required {
    background-color: #fc7860;
  }
  .item_name h3.optional {
    background-color: #a0a9b5;
  }
  .floater {
    width: 100%;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .floater:after {
    display: block;
    content: '';
    clear: both;
  }
  .float1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .float2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
  }
  .float2 input {
    margin-left: 0;
  }
  .form2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .label {
    display: block;
  }
  .next-button-container {
    text-align: center;
    margin-bottom: 64px;
  }
  .contact {
    margin-top: 40px;
  }
  .birthday div,
  .graduate div {
    font-size: 16px;
  }
  .birthday,
  .graduate {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
  }
  .birthday select,
  .graduate select {
    width: 100px;
  }
  select {
    width: 100%;
    height: 35px;
    padding: 8px 12px;
  }
  .next {
    height: 200px;
  }
  .n-button {
    margin-top: 20px;
    background-color: #fff;
    font-size: 20px;
    border-radius: 2px;
    color: #30d475;
    border: 2px solid #30d475;
    box-shadow: 2px 2px 1px #cac8c7;
  }
  .input .radio input {
    display: none;
  }
  .input input + label {
    padding-left: 30px;
    font-size: 14px;
    position: relative;
    word-break: break-word;
  }
  input[type='radio'] {
    display: none;
  }
  input[type='radio'] + label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    background-color: #fff;
  }
  input[type='radio']:checked + label::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 3px;
    top: 3px;
    background-color: #000;
    border-radius: 50%;
  }
  .input {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .input input[type='radio'] + label {
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .name label {
    font-size: 14px;
    color: #606d7f;
  }
  .male {
    float: left;
    margin: 30px 0 0 30px;
  }
  .female {
    position: relative;
    left: 70px;
    top: 30px;
  }

  .school {
    margin-top: 40px;
  }
  .p {
    position: relative;
    top: 15px;
    left: 15px;
  }
  .next {
    height: 80px;
  }
  .small {
    z-index: 10;
  }
  .hifun {
    z-index: 1;
    font-size: 13px;
    padding-top: 15px;
  }
  input[type='text'].after {
    width: 80px;
  }
  #address1 label {
    font-size: 14px;
  }
  #address1 .after {
    margin-left: 0;
  }
  .address .after {
    width: 80px;
    margin-left: 0;
  }
  .address label {
    font-size: 14px;
  }
  input[type='text'].small {
    width: 80px;
  }
  #address1,
  #address2,
  #address3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  #address1 label,
  #address2 label,
  #address3 label {
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
  }
  #address2 {
    margin-top: 10px;
  }
  #address2 .prefecture,
  #address2 .gennzaijuusyo,
  #address2 #home_prefecture {
    width: 100px;
  }
  #address2 .add {
    width: auto;
  }
  #address3 .gennzaijuusyo,
  #address3 #home_address {
    width: 100%;
    margin: 0;
  }
  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: 50%;
    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: calc(50% + 1px);
    -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: "";
  }
  textarea {
    width: 100%;
    height: 60px;
    background-color: #eee;
    border: none;
    border-bottom: 2px solid #bdbdbd;
    resize: none;
  }
  .reserve {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .reserve p {
    font-size: 13px;
  }
  .reserve .guide {
    margin-top: 16px;
  }
  .title input {
    display: none;
  }
  .title input + label {
    position: relative;
    margin-right: 20px;
    float: left;
  }
  .title input + label::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 50%;
  }
  .title input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 21px;
    height: 21px;
    background: #30d475;
    border-radius: 50%;
  }
  .reserve1 {
    position: relative;
    background-color: #fff;
    margin-top: 10px;
    width: 100%;
    border: 2px solid transparent;
  }
  .title {
    background-color: #fff;
  }
  .title input {
    position: relative;
    top: 5px;
  }
  .title label {
    padding-left: 40px;
    padding-top: 5px;
    font-size: 13px;
  }
  .title h6 {
    padding-left: 40px;
    padding-top: 5px;
    font-size: 13px;
  }
  .date {
    margin-top: 20px;
    margin-left: 10px;
  }
  .hidden_box label {
    font-size: 13px;
    cursor: pointer;
  }
  .hidden_box input:checked + div::after {
    text-align: center;
    padding-top: 10px;
    content: 'とじる　▲';
    font-size: 13px;
    display: block;
    width: 85%;
    height: 30px;
    background-color: #eee;
    position: relative;
    bottom: 33px;
    left: 35px;
    pointer-events: none;
  }

  .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;
    text-align: center;
  }
  .hidden_box p {
    margin-left: 10px;
  }
  .hidden_box input:checked + div + .hidden_show p {
    margin-left: 10px;
  }
  .googlemap iframe {
    width: 100%;
    height: 300px;
    border: solid 1px #cdcdcd;
  }
  .googlemap {
    text-align: center;
  }
  .noreserve {
    width: 100%;
    height: 50px;
    background-color: #fff;
  }
  .noreserve p {
    padding-left: 40px;
    padding-top: 9px;
  }
  .noreserve input {
    margin-top: 12px;
  }
  .noreserve label {
    margin-top: 12px;
  }
  .last-color {
    margin-top: 20px;
    background-color: #eee;
    width: 100%;
  }
  .last {
    width: 100%;
    text-align: center;
  }
  .last p {
    font-size: 13px;
    position: relative;
    bottom: 18px;
    left: 30px;
  }
  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: "";
  }
  .same_address {
    margin-bottom: 15px;
  }
  .same_address .address-check-label {
    padding-left: 24px;
  }
  .size {
    font-size: 13px;
  }
  .break {
    border: 1px solid #eee;
    border-top: none;
    height: 200px;
  }
  .break #address2 {
    position: relative;
    right: 175px;
    top: 25px;
  }
  .break input {
    margin-top: 20px;
  }
  .break #address2 {
    margin-top: 20px;
  }
  .facebook {
    position: relative;
    top: 20px;
    left: 30px;
  }
  .facebook2 {
    position: relative;
    top: 20px;
    left: 30px;
  }
  .button-next {
    position: relative;
    top: 50px;
  }
  .last label {
    display: block !important;
    margin: 0 auto;
    width: fit-content;
    margin-top: 16px;
  }
  .rule {
    background-color: #fff;
    margin: 30px 0 0 0px;
    padding: 20px;
    border: 1px solid #eee;
    font-size: 13px;
  }
  .privasy {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    color: #1860B5;
  }
  .botun {
    margin-top: 32px;
    font-size: 20px;
    color: #333;
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 1px 3.4px #c0c5d7;
    border-radius: 4px;
    border: none;
  }
  footer {
    margin: 64px 0 24px 0;
    text-align: center;
  }
  footer p {
    font-size: 12px;
  }
  .freemessage {
    margin-left: 8px;
    margin-right: 8px;
  }
}
