<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -- FOUNDATION -- */
/* html {
  font-size: 62.5%;
}

body {
  -webkit-font-feature-settings: "palt";
  background: #eee;
  color: #181818;
  font: 1.4rem/1 sans-serif;
  font-feature-settings: "palt";
  font-weight: normal;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #0084ff;
  text-decoration: none;
}

a:hover {
  -webkit-transition: .2s;
  opacity: .8;
  transition: .2s;
}

a:visited {
  color: #664979;
}

main {
  display: block;
} */

/* -- LAYOUT -- */
.fm-wrapper {
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.015), 0 6.7px 5.3px rgba(0, 0, 0, 0.02), 0 12.5px 10px rgba(0, 0, 0, 0.024), 0 22.3px 17.9px rgba(0, 0, 0, 0.027), 0 41.8px 33.4px rgba(0, 0, 0, 0.033), 0 100px 80px rgba(0, 0, 0, 0.05);
  max-width: 960px;
  margin: 50px auto 0;
  background: #fff;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.015), 0 6.7px 5.3px rgba(0, 0, 0, 0.02), 0 12.5px 10px rgba(0, 0, 0, 0.024), 0 22.3px 17.9px rgba(0, 0, 0, 0.027), 0 41.8px 33.4px rgba(0, 0, 0, 0.033), 0 100px 80px rgba(0, 0, 0, 0.05);
}

.fm-news {
  max-width: 700px;
  margin: 0 auto 50px;
  padding: 50px 20px;
  border-bottom: 1px dashed #bbb;
  line-height: 1.5;
}

.fm-news a {
  text-decoration: underline;
}

form {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

input[type="text"], input[type="tel"],
input[type="email"] {
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #bbb;
  border-radius: 3px;
  outline: 0;
  background: #fff;
  font-family: inherit;
  font-size: 100%;
}

input[type="text"]:-webkit-autofill, input:-webkit-autofill[type="tel"],
input[type="email"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
}

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
  color: #bbb;
}

input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
  color: #bbb;
}

input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
  color: #bbb;
}

input[type="text"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder {
  color: #bbb;
}

input[type="text"]::placeholder, input[type="tel"]::placeholder,
input[type="email"]::placeholder {
  color: #bbb;
}

input[type="text"]:focus, input:focus[type="tel"],
input[type="email"]:focus {
  -webkit-box-shadow: 0 0 3px #4eacff;
  background: #fff;
  box-shadow: 0 0 3px #4eacff;
}

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

.fm-btnArea {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
}

input[type="submit"] {
  -webkit-appearance: none;
  display: block;
  width: 80%;
  max-width: 400px;
  height: 60px;
  border: none;
  border-radius: 5px;
  outline: 0;
  background-color: #0084ff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

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

input[type="submit"]:focus {
  -webkit-box-shadow: 0 0 8px #4eacff;
  box-shadow: 0 0 8px #4eacff;
}

.fm-selectWrapper {
  position: relative;
}

.fm-selectWrapper:after {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 0;
  height: 0;
  border-width: 8px 4px 0 4px;
  border-style: solid;
  border-color: #aaa transparent transparent transparent;
  content: '';
}

select {
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #bbb;
  border-radius: 3px;
  outline: 0;
  background: #fff;
  font-family: inherit;
  font-size: 100%;
}

select:focus {
  -webkit-box-shadow: 0 0 3px #4eacff;
  box-shadow: 0 0 3px #4eacff;
}

select:-moz-focus-inner {
  border: none;
}

select::-ms-expand {
  display: none;
}

/* チェックボックス */
input[type="checkbox"] {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  margin: 10px 15px 10px 0;
  padding-left: 27px;
  line-height: 20px;
  cursor: pointer;
}

input[type="checkbox"] + label:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 1px solid #bbb;
  border-radius: 2px;
  background: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

input[type="checkbox"]:focus + label:before {
  -webkit-box-shadow: 0 0 5px #4eacff;
  box-shadow: 0 0 5px #4eacff;
}

input[type="checkbox"]:checked + label:after {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  content: "";
}

input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
  opacity: 0.5;
}

/* チェックボックスのスタイルここまで */
/* ラジオボタン */
input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

input[type="radio"] + label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 10px 15px 10px 0;
  padding-left: 27px;
  line-height: 20px;
  cursor: pointer;
}

input[type="radio"] + label:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 1px solid #bbb;
  border-radius: 50%;
  background: #fff;
  content: "";
}

input[type="radio"]:focus + label:before {
  -webkit-box-shadow: 0 0 5px #4eacff;
  border-radius: 50%;
  box-shadow: 0 0 5px #4eacff;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:focus:checked + label:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #333;
  content: "";
}

input[type="radio"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

input[type="radio"]:disabled + label {
  cursor: not-allowed;
  opacity: 0.5;
}

/* ラジオボタンのスタイルここまで */
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 3px;
  outline: 0;
  background: #fff;
  font-family: inherit;
  font-size: 100%;
}

textarea:focus {
  -webkit-box-shadow: 0 0 4px #4eacff;
  background: #fff;
  box-shadow: 0 0 4px #4eacff;
}

.fm-form_note {
  margin-bottom: 30px;
}

.fm-form_note &gt; span {
  display: inline-block;
  width: 33px;
  height: 18px;
  margin-right: 7px;
  background: #ff9aac;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  text-align: center;
}

.fm-form_inner {
  margin-bottom: 40px;
}

.fm-form_item {
  margin-bottom: 20px;
}

.fm-form_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.fm-form_head &gt; span {
  flex: 0 0 33px;
  display: inline-block;
  width: 33px;
  height: 18px;
  margin-left: 7px;
  background: #ff9aac;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  text-align: center;
}

.fm-form_error {
  width: auto;
  margin: 30px auto;
  padding: 20px;
  background: #ffe8ec;
  color: #e73d5c;
}

.fm-form_error &gt; li {
  margin-bottom: 10px;
  list-style-position: inside;
}

.fm-form_error &gt; li:last-of-type {
  margin-bottom: 0;
}

.fm-caution_ttl {
  margin-bottom: 10px;
  color: #e73d5c;
  font-weight: bold;
}

.fm-caution_list {
  margin-bottom: 50px;
  font-size: 12px;
  line-height: 1.5;
  list-style: none;
}

.fm-caution_list &gt; li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0.8em;
}

.fm-caution_list &gt; li:before {
  position: absolute;
  top: 0.6em;
  left: 0.2em;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background: #555;
  content: "";
}

.fm-caution_list &gt; li &gt; a {
  color: #e73d5c;
  text-decoration: underline;
}

.fm-footer {
  padding: 30px 0;
  text-align: center;
}

.fm-footer_link {
  margin-bottom: 30px;
}

.fm-footer_copyright {
  font-size: 12px;
  line-height: 1.2;
}

.fm-confirm {
  max-width: 700px;
  margin: 0 auto;
  padding: 0px 20px;
}

.fm-confirm_head {
  margin: 50px auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.fm-confirm_txt {
  padding: 10px;
  background: #f7f7f7;
  line-height: 1.5;
}

.fm-confirm_txt &gt; img {
  max-width: 260px;
}

.fm-confirm_btn {
  display: block;
  width: 80%;
  max-width: 80px;
  height: 60px;
  margin-right: 15px;
  border-radius: 5px;
  background-color: #aaa;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.fm-confirm_btn:hover {
  -webkit-transition: 0s;
  opacity: 0.8;
  transition: 0s;
}

.fm-confirm_btn:focus {
  -webkit-box-shadow: 0 0 8px #4eacff;
  box-shadow: 0 0 8px #4eacff;
}

.fm-msg {
  max-width: 700px;
  min-height: 250px;
  margin: 0 auto;
  padding: 0px 20px;
}

.fm-msg_txt {
  padding: 70px 0;
  line-height: 1.5;
  text-align: center;
}

input[type="text"].error, input.error[type="tel"],
input[type="tel"].error,
input[type="email"].error {
  border: 1px solid #e73d5c;
  background: #ffe8ec;
}

input[type="text"].error:-webkit-autofill, input.error:-webkit-autofill[type="tel"],
input[type="tel"].error:-webkit-autofill,
input[type="email"].error:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffe8ec inset;
  box-shadow: 0 0 0px 1000px #ffe8ec inset;
}

input[type="file"].error {
  padding: 10px;
  background: #ffe8ec;
}

input[type="file"].error:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffe8ec inset;
  box-shadow: 0 0 0px 1000px #ffe8ec inset;
}

select.error,
textarea.error {
  border: 1px solid #e73d5c;
  background: #ffe8ec;
}



.error input[type="radio"] + label {
  background: #ffe8ec;
}

.error input[type="radio"] + label:before {
  border-color: #e73d5c;
}

.error input[type="checkbox"] + label {
  background: #ffe8ec;
}

.error input[type="checkbox"] + label:before {
  border-color: #e73d5c;
}

/* ----- form ERROR ここまで ----- */
/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 959px) {
  .fm-wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 599px) {
  .fm-news {
    margin: 0 auto 30px;
    padding: 30px 20px;
  }
  .fm-form_note {
    margin-bottom: 20px;
  }
  .fm-form_error {
    margin: 20px auto;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}</pre></body></html>