<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(./reset.css);
/* ----------------------------------------

詳細設定用

 ----------------------------------------*/
html {
  color: #000000;
}

body {
  color: #333333;
  font-family: Helvetica, ArialMT,"Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-size: 16px;
  overflow-x: hidden;
}

/* =========================================================
form
========================================================= */
form {
  width: 90%;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin: 0 auto 20px;
}

form ul li {
  clear: both;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  list-style: none;
}

form ul li span {
  float: left;
  text-align: left;
  font-weight: bold;
  display: block;
}

form ul li span:first-child {
  float: left;
  text-align: left;
  width: 100%;
  padding: 5px 0 0 0;
  margin-bottom: 10px;
}

form ul li span:last-child {
  float: left;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

form ul li span:last-child img {
  padding: 0 0 0 5px;
}

form ul li em {
  display: inline-block;
  background: #FF9AAC;
  padding: 0 3px;
  color: #FFFFFF;
  font-size: 13px;
  margin-right: 10px;
  border-radius: 3px;
  font-weight: normal;
}

form p {
  text-align: center;
}

form p em {
  display: inline-block;
  background: #FF9AAC;
  padding: 0 3px;
  color: #FFFFFF;
  font-size: 13px;
  margin-right: 5px;
  border-radius: 5px;
  font-weight: normal;
}

.message .thanks {
  text-align: center;
  padding: 80px 0;
  font-size: 120%;
  font-weight: bold;
}

.message .error {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  padding: 40px 0 0 0;
}

/* =========================================================
cation
========================================================= */
form .cation {
  width: 95%;
  line-height: 1.4em;
  margin: 0 auto 20px;
}

form .cation dt {
  margin: 20px 0 10px 0;
  color: #DF157E;
  font-size: 93%;
}

form .cation dd {
  padding: 0 0 20px 15px;
  font-size: 93%;
  background: url(../img/icon-list.gif) no-repeat 0 5px;
}

form .cation a {
  color: #DF157E;
  text-decoration: underline;
}

/* =========================================================
link設定
========================================================= */
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

object,
a:focus {
  outline: none;
}

/* =========================================================
clearfix
========================================================= */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

ul li:after {
  content: " ";
  display: block;
  clear: both;
}

/* =========================================================
form整形
========================================================= */
/*RadioとText*/
label.radio-text {
  cursor: pointer;
  position: relative;
  padding-top: 3px;
  padding-left: 5px;
  margin-right: 5px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

label.radio-text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #666666;
  border-radius: 50%;
  left: 0;
  top: 6px;
  content: "";
  z-index: 3;
}

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

label.radio-text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 9px;
  background-color: #444444;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  label.radio-text:after {
    left: 3px;
    top: 7px;
  }
}

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: 0;
  -webkit-box-shadow: 20px -1px #FFFFFF;
          box-shadow: 20px -1px #FFFFFF;
}

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

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

/*CheckBoxとText */
label.checkbox-text {
  cursor: pointer;
  position: relative;
  padding: 2px 5px 2px 27px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label.error {
  background: #F8E2E2;
}

label.checkbox-text:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  border: 1px solid #CCCCCC;
  z-index: 3;
}

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

label.checkbox-text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #444444;
  border-bottom: 3px solid #444444;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}

label.checkbox-text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-box-shadow: 41px 0 #FFFFFF;
          box-shadow: 41px 0 #FFFFFF;
  z-index: 2;
  margin: 0;
  padding: 0;
}

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

label.checkbox-text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0 #666666;
          box-shadow: 40px 0 #666666;
  opacity: 0;
}

label.checkbox-text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0 #FFFFFF;
          box-shadow: 41px 0 #FFFFFF;
}

/*input*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
textarea {
  width: 100%;
  border: 0;
  padding: 5px;
  font-size: 100%;
  font-family: Arial, sans-serif;
  outline: none;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
}

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 #FF0033;
  background: #F8E2E2;
}

input:focus,
textarea:focus {
  border: solid 1px #8A8A8A;
  background: #EEEEEE;
}

input.error:focus,
textarea.error:focus {
  border: 1px solid #FF0033;
  background: #F8E2E2;
}

input[type="text"],
textarea {
  ime-mode: active;
}

input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"] {
  ime-mode: inactive;
}

input.zip,
input.tel {
  width: 70px;
}

input[type="image"] {
  width: 250px;
  height: auto;
  margin: 10px 0;
}

input[type="submit"] {
  width: 70%;
  max-width: 400px;
  padding: 15px 40px;
  margin: 50px auto;
  font-size: 1.2em;
  background-color: #8FC042;
  color: #FFFFFF;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
}

/*select*/
select {
  position: relative;
  width: 100%;
  padding: 5px;
  outline: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
}

select.error {
  background: #F8E2E2;
  border: 1px solid #FF0033;
}

select:focus {
  background: #EEEEEE;
  border: solid 1px #8A8A8A;
}

select.error:focus {
  background: #F8E2E2;
  border: 1px solid #FF0033;
}

select::after {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 0;
  height: 0;
  border-width: 8px 4px 0 4px;
  border-style: solid;
  border-color: #AAAAAA transparent transparent transparent;
  content: "";
}

input[type="file"].error {
  background: #F8E2E2;
}

@media screen and (max-width: 768px) {
  body {
    font: 14px/1.231 Helvetica, ArialMT,"Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
    color: #333333;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -webkit-touch-callout: none;
  }

  	/* =========================================================
      form
      ========================================================= */
  form {
    max-width: 800px;
  }

  form ul li span:last-child {
    width: 100%;
    margin-bottom: 3%;
  }

  form p {
    padding-top: 20px;
  }

  	/* =========================================================
      cation
      ========================================================= */
  form .cation {
    margin: 0 auto;
  }

  	/* =========================================================
      form整形
      ========================================================= */
  /*RadioとText*/
  label.radio-text:before {
    top: 4px;
  }

  /*CheckBoxとText */
  label.checkbox-text {
    padding: 2px 0 2px 27px;
  }

  /*input*/
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="url"],
  textarea {
    font-size: 105%;
  }

  input[type="submit"] {
    margin: 0 auto 5%;
  }

  /*select*/
  select {
    width: 100%;
    padding: 6px;
    font-size: 105%;
  }
}
/* ここまでデフォルト */
.form-comment {
  margin-bottom: 5%;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .form-comment {
    margin-bottom: 30px;
  }
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFE5;
  height: 50px;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  border-color: #80C31C;
  outline: none;
  background-color: #FFFFE5;
}

select {
  height: 50px;
}

input[name="age"] {
  width: 60px;
  margin-right: 5px;
}

textarea[name="message"] {
  height: 150px;
}

.tresure-data-1 span {
  margin-bottom: 10px;
}

.tresure-data-1 input[name="what[]"] {
  display: none;
}
.tresure-data-1 input[name="what[]"] + label {
  display: inline-block;
  position: relative;
  margin: 10px 15px 10px 0;
  padding-left: 27px;
  line-height: 20px;
  cursor: pointer;
  font-size: 100%;
  font-weight: bold;
}
.tresure-data-1 input[name="what[]"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tresure-data-1 input[name="what[]"]:checked + label:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 3px;
  left: 6px;
  width: 6px;
  height: 12px;
  margin: auto;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tresure-data-1 input[type="text"] {
  margin: 6px auto;
}

input[name="genderother"] {
  display: none;
  -webkit-transition: all 0.2;
  transition: all 0.2;
}
input[name="genderother"].on {
  display: inline-block;
}

input[name="whatother"] {
  display: none;
  -webkit-transition: all 0.2;
  transition: all 0.2;
}
input[name="whatother"].on {
  display: inline-block;
}

.mast-present {
  color: #80C31C;
  text-align: left;
}

.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 0;
  height: 0;
  border-width: 8px 4px 0 4px;
  border-style: solid;
  border-color: #AAAAAA transparent transparent transparent;
  content: "";
}
@media screen and (max-width: 768px) {
  .select-wrapper::after {
    top: 43%;
    right: 5%;
  }
}

.prev-btn a {
  display: block;
  width: 70%;
  max-width: 400px;
  text-align: center;
  padding: 15px 40px;
  margin: 50px auto;
  font-size: 1.5em;
  font-weight: bold;
  background-color: #8FC042;
  color: #FFFFFF;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
}

article {
  margin-top: 11%;
}
@media screen and (max-width: 768px) {
  article {
    margin-top: 88px;
  }
}
@media screen and (max-width: 500px) {
  article {
    margin-top: 25%;
  }
}

/*# sourceMappingURL=pc-form.css.map */</pre></body></html>