<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-wrap {
  text-align: center;
}

.form-wrap p {
  font-size: 20px;
  line-height: 38px;
}

.form-wrap-content {
  width: 926px;
  margin: 0 auto;
}

.form-wrap tr {
  margin: 24px auto;
  display: flex;
  align-items: flex-start;
}

.form-wrap th {
  display: flex;
  flex-direction: column-reverse;
  align-items: baseline;
  width: 200px;
  font-size: 18px;
  color: #3e3a39;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.form-message-description {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-align: left;
  color: #231815;
}

.form-wrap td {
  flex: 1;
  display: flex;
}

.required {
  font-weight: normal;
  font-size: 10px;
  color: #e60012;
  border: solid 1px #e60012;
  padding: 0 12px 1px;
  border-radius: 6.75px;
  background: white;
  margin-right: 6px;
}

.help {
  display: none !important;
}

.validation_message {
  color: #e60012;
  font-size: 17px;
  line-height: 44px;
  margin: 0 0 0 24px;
  display: inline-flex;
  align-items: center;
  position: relative;
  top: 2px;
}

.ninni {
  font-weight: normal;
  font-size: 10px;
  color: #1e5199;
  border: solid 1px #1e5199;
  padding: 0 12px 1px;
  border-radius: 6.75px;
  background: white;
  margin-right: 6px;
}

.validation_message {
  display: none;
}

input[type="text"],
input[type="tel"] {
  border: solid 1px #595757;
  border-radius: 7px;
  font-size: 20px;
  padding: 10px 16px;
  width: 532px;
}

input::placeholder {
  font-size: 20px;
  color: #b5b5b6;
}

input[type="radio"] {
  display: none;
}

label.radio {
  color: #567db2;
  border: solid 1px #567db2;
  border-radius: 7px;
  width: 100px;
  height: 36.7px;
  background: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}

label.radio:first-of-type {
  margin-right: 8px;
}


input[type="radio"]:checked + label.radio {
  background: #567db2;
  color: white;
}

.select-wrap {
  overflow: hidden;
  text-align: center;
  border: solid 1px #595757;
  border-radius: 7px;
  width: 238px;
  height: 45px;
  background: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
}

.select-wrap::before {
  position: absolute;
  top: 15px;
  right: 12px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #3e3a39;
  pointer-events: none;
}

select {
  font-size: 18px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  color: #595757;
  padding: 0 38px 0 16px;
  flex: 1;
  color: #b5b5b6;
}

::selection {
  background: #595757;
  color: #b5b5b6;
}

#for-hidden-times,
#for-hidden-times-next {
  background: #9e9e9e;
  border-radius: 7px;
  width: 128px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
  font-size: 14px;
  line-height: 35px;
  display: none;
}

#for-hidden-times.active,
#for-hidden-times-next.active {
  background: #1e5199;
}

#hidden-times th,
#hidden-times-next th {
  margin-top: -16px;
}

.datetime {
  display: flex;
  flex-direction: column;
}

.datetime .section {
  margin: 20px 0px 0;
  display: flex;
  flex-wrap: wrap;
}

.datetime label {
  margin: 10px 10px;
}

textarea {
  resize: none;
  width: 524px;
  height: 260px;
  border: solid 1px #595757;
  border-radius: 7px;
  font-size: 20px;
  padding: 12px;
}

#mail_sent {
  cursor: pointer;
  margin-top: 40px;
}

.form-wrap .blue {
  color: var(--blue-color);
  margin: 12px 0;
  font-weight: bold;
}

.form-wrap .tel-img {
  margin: 0;
  width: 450px;
  height: auto;
}

.form-wrap-content {
  margin-bottom: 35px;
}

.form-wrap-tel {
  margin: 24px 0;
}

/*ã”å¸Œæœ›æ™‚é–“*/

.form_radio {
  display: flex;
  flex-wrap: wrap;
}

.form_radio li {
  min-width: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.form_sex li,
.age-section li,
.menus-section li {
  margin-bottom: 0;
}

.form_radio li label {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.sex-section,
.menus-section {
  padding-top: 10px;
}

.btnSubmit {
  width: 90%;
  max-width: 422px;
  margin: 0 auto;
}

.btnSubmit:hover {
  opacity: 0.7;
}

@media (min-width: 1080px) {
  .required.sp-none, .ninni.sp-none, .form-message-title.sp-none {
    display: none;
  }

  #hidden-times th, #hidden-times-next th {
    margin-top: 0;
  }

  .form-wrap th {
    flex-direction: column;
  }

  .important-none {
    display: none!important;
  }

  .age-section .form_radio {
    width: 532px;
    justify-content: space-between;
  }

  .age-section .form_radio li {
    width: 164px;
    margin: 0 0 20px;
  }
}

ul {
  list-style: none;
}

@media screen and (max-width: 1080px) {
  .pc-none {
    display: block;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .display-inline {
    display: inline;
  }
  .sp-container {
    width: 100%;
    margin: 0 auto;
  }
  .sp-flex {
    display: flex;
  }
  .sp-width-100 {
    width: 100%;
  }
  .sp-flex-elm {
    width: auto;
    height: auto;
    margin: 15px auto;
    text-align: center;
  }
  .sp-font-bold {
    font-weight: bold;
  }
  .sp-center {
    display: flex;
    justify-content: center;
  }
  .direction-column-reverse {
    flex-direction: column-reverse;
  }
  .direction-row-reverse {
    flex-direction: row-reverse;
  }
  .sp-none {
    display: none;
  }

  .form-wrap {
    width: 100%;
  }
  .form-wrap-desciption {
    text-align: left;
  }
  textarea {
    font-size: 38px;
  }

  .form input::placeholder {
    font-size: 20px;
    line-height: 30px;
  }
  .form input {
    width: 100%;
    font-size: 33px;
    box-sizing: border-box;
  }
  .form-wrap-desciption {
    margin: 40px 0;
    width: 100%;
  }
  .select-wrap {
    height: 75px;
    width: 386px;
  }
  .select-wrap::before {
    top: 30px;
  }
  select {
    font-size: 45px;
    transform: scale(0.7);
    position: relative;
    right: 70px;
  }
  select[name="age"] {
    padding: 0 50px 0 16px;
  }
  select[name="menus"] {
    padding: 0 175px 0 16px;
  }
  input[type="text"],
  input[type="tel"] {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px 5px;
    border-radius: 5px;
    display: block;
  }
  .form th {
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 14px;
  }
  .form th span {
    font-size: 9px;
    position: relative;
    bottom: 1px;
    align-items: center;
    border-radius: 10px;
  }

  .form th span img {
    margin-right: 6px;
    width: 18px;
    position: relative;
    bottom: 0px;
  }
  .form td {
    width: 100%;
    display: block;
    margin-top: 5px;
  }
  .form .radio {
    border-radius: 20px;
    width: 100%;
    margin-right: 8px;
  }
  .form td .section label {
    font-weight: normal;
    letter-spacing: 0.01em;
    text-align: center;
  }

  .form-wrap tr {
    display: table-row;
  }

  .form td .age-section,
  .datetime .section {
    text-align: left;
    overflow-x: scroll;
    width: 100%;
  }

  .form-wrap-desciption {
    font-size: 18px;
  }

  .form-wrap .blue {
    color: var(--blue-color);
    margin: 0;
    font-weight: bold;
  }
}

/*ãƒ•ã‚©ãƒ¼ãƒ&nbsp;è¿½è¨˜*/

@media screen and (max-width: 1080px) {
  .section {
    margin: 5px 0px 15px !important;
  }
  .sex-section,
  .age-section,
  .menus-section {
    margin: 0px !important;
    padding: 0;
  }
  #form-content {
    width: 100%;
    table-layout: fixed;
  }
  .form-wrap-content {
    padding: 0;
  }
  .form_radio {
    display: flex;
    flex-wrap: nowrap;
  }
  .form_radio li {
    min-width: 150px;
    width: 22%;
    /* height: 8vw; */
    margin-right: 1%;
    margin-left: 0;
  }
  .age-section .form_radio li,
  .menus-section .form_radio li {
    min-width: 200px;
  }
  .age-section .form_radio li {
    min-width: 32%;
  }
  .form_radio li input {
    border-radius: 1%;
  }
  .form_radio li label {
    width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
    display: block;
    height: 100%;
    padding: 1rem 0;
    text-align: center;
  }
  .form_radio li {
    min-width: 75px;
    margin: 1.5%;
    height: 30px;
    margin-right: 12px;
    margin-left: 0;
    width: auto;
  }
  .form td .section label {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
    border-radius: 5px;
    padding: 0;
    width: 100%;
  }
  .age-section .form_radio li {
    min-width: 121px;
  }
  select option {
    font-size: 16px;
  }
  .form {
    position: relative;
  }

  .differences-wrap {
    margin: 0 auto !important;
    padding-top: 75px;
  }
  .privacy {
    position: relative;
    z-index: 3;
  }
  .form-message-description {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: bold;
    font-size: 10.49px;
    letter-spacing: 0.01em;
    line-height: 14.99px;
    text-align: left;
    color: #000;
    margin-top: 5px;
  }
  textarea,
  input,
  .select-wrap {
    border-radius: 5px;
  }

  .form input::placeholder {
    font-size: 20px;
    line-height: 24px;
  }
  .form input::-webkit-input-placeholder {
    position: relative;
    bottom: 0px;
  }
  textarea {
    font-size: 16px;
    padding: 5px;
  }
  .form th.last-item {
    margin-top: 0;
  }
  .form-head-img {
    width: 272px;
  }
  #mail_sent {
    cursor: pointer;
    margin-top: 30px;
  }
  textarea {
    width: 9%;
    box-sizing: border-box;
  }
  .form-wrap-content {
    width: 100%;
  }
  .form-wrap .blue {
    line-height: 20px;
    margin-bottom: 20px;
  }
  textarea {
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1080px) {
  .age-section li {
    width: 164px;
    margin-bottom: 20px;
  }
}
</pre></body></html>