<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

select {
  width: 100%;
  height: 36px;
  padding-left: 10px;
  font-size: 1.4rem;
  color: #575757;
  border: none;
  border: 1px solid #aaa;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input {
  width: 100%;
  height: 36px;
  padding: 10px;
  font-size: 1.4rem;
  color: #575757;
  border: none;
  border: 1px solid #aaa;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  height: 250px;
  padding: 10px;
  font-size: 1.6rem;
  color: #575757;
  border: none;
  border: 1px solid #aaa;
  -webkit-appearance: none;
  appearance: none;
}

@media(max-width: 480px) {
  textarea {
    height: 180px;
  }
}

input[type="number"],
input[type="tel"] {
  width: 70px;
}

input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #959595;
  border-radius: 16px;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
}

em {
  font-style: normal;
  font-size: 1.2rem;
  color: #fff;
  background: #ff9aac;
  width: 33px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  margin-left: 10px;
  border-radius: 3px;
}

.formArea {
  margin: 50px auto 0;
  max-width: 1000px;
}

.title--msg {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-family: 'Quicksand';
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

@media(max-width: 480px) {
  .title--msg {
    font-size: 2.2rem;
  }
}

.msgsub {
  text-align: center;
  margin-bottom: 30px;
}

.preTxt {
  margin-bottom: 20px;
  font-size: 1.4rem;
  text-align: right;
}

.formInner {
  margin: 0 auto;
  max-width: 700px;
}

@media(max-width: 480px) {
  .formInner {
    width: 100%;
    font-size: 1.4rem;
  }
}

.formInner&gt;li {
  display: flex;
  justify-content: space-between;
    flex-flow: column;
    align-items: flex-start;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .formInner&gt;li {
    margin-bottom: 20px;
  }
}

.question {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  width: 100%;
}

@media (max-width: 800px) {
  .question, .question--message {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    width: 100%;
  }
}

.answer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.answer-radio {
  display: flex;
}

.radio-text {
  margin-right: 5px;
  width: 80px;
  height: 36px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

/*RadioとText*/
label.radio-text {
  cursor: pointer;
  position: relative;
  padding-top: 1px;
  padding-left: 5px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

label.radio-text:before {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #959595;
  border-radius: 50%;
  left: 0px;
  top: 4px;
  content: '';
  z-index: 3;
}

label.error:before {
  border: 1px solid #f03;
}

label.radio-text:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 7px;
  background-color: #959595;
  z-index: 1;
}

label.radio-text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 1px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}

label.radio-text input[type="radio"]:checked {
  box-shadow: none;
}

label.radio-text input[type="radio"]:focus {
  opacity: 0;
  box-shadow: 20px -1px #fff;
}

input[type="submit"] {
  display: block;
  width: 250px;
  height: 60px;
  margin: 0 auto 70px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  background-color: #575757;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}

input[type="submit"]:hover {
  opacity: .8;
}

.cation {
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 1.2rem;
  transform: rotate(0.028deg);
}

.cation__head {
  margin-bottom: 10px;
  color: #FC012E;
}

.cation__text {
  margin-bottom: 10px;
}

.cation a {
  text-decoration: underline;
}

.msg {
  text-align: center;
}

.thanks {
  text-align: center;
  font-size: 1.8rem;
  margin: 100px auto 140px;
}

.msg .error {
  text-align: center;
  font-size: 1.8rem;
  margin: 100px auto 140px;
}
label.error:before {
    border: 1px solid #f03;
}
label.error {
    background: #f8e2e2;
}
label.error:before {
    border: 1px solid #f03;
}
span.form__radio.error {
  max-width: 100%;
  background: #f8e2e2;
}
input[type="text"].error, input[type="email"].error, input[type="tel"].error, input[type="number"].error, input[type="url"].error, textarea.error {
    border: 1px solid #f03;
    background: #f8e2e2;
}
input.error:focus, textarea.error:focus {
    border: 1px solid #f03;
    background: #f8e2e2;
}
select.error {
    background: #f8e2e2;
    border: 1px solid #f03;
}
select.error:focus {
    background: #f8e2e2;
    border: 1px solid #f03;
}
input[type="file"].error {
    background: #f8e2e2;
}
</pre></body></html>