<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-panel {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  background: #fbdccd;
  z-index: 5;
  border: 2px solid #f57002; }

.form-panel .container {
  padding: 10px;
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .form-panel .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 20px; } }

.form-panel p {
  text-align: center;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .form-panel p {
      text-align: left;
      margin-bottom: 0; } }

.form-panel p strong {
  color: #ea5203; }

.form-panel ul {
  text-align: center;
  font-size: 0; }

.form-panel ul li {
  font-size: 16px;
  list-style: none;
  display: inline-block;
  margin: 0 5px; }

.form-panel .btn-s a {
  background-color: #ea5203;
  border: 1px solid #ea5203;
  color: #fff; }

.form-panel .btn-s a:hover {
  background-color: #eb7e02;
  border: 1px solid #eb7e02;
  color: #fff; }

.form table {
  font-size: 16px;
  width: 100%; }

.form caption {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #ea5203;
  position: relative;
  padding-left: 20px;
  text-align: left; }

.form caption::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  left: 0;
  top: 50%;
  background: #ea5203; }

.form tr {
  border-bottom: 1px solid #ad9d8f; }

.form tr:first-child {
  border-top: 1px solid #ad9d8f; }
  @media screen and (min-width: 768px) {
    .form tr:first-child {
      border-top: none; } }

.form th {
  display: block;
  width: 100%;
  padding: 10px;
  background: #f7f5f4;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .form th {
      width: 30%;
      display: table-cell; } }
  @media screen and (min-width: 1080px) {
    .form th {
      padding: 20px; } }

.form td {
  display: block;
  width: 100%;
  padding: 10px;
  line-height: 1.2;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .form td {
      display: table-cell; } }
  @media screen and (min-width: 1080px) {
    .form td {
      padding: 20px; } }

.form td div {
  margin-bottom: 0.5em; }

.form td div:last-child {
  margin-bottom: 0; }

.form td ul li {
  margin-right: -0.5em;
  list-style: none; }

.form td ul li {
  margin-bottom: 10px;
  line-height: 1.2; }

.form td ul li:last-child {
  margin-bottom: 0; }

.form dl dt {
  width: 4.5em;
  float: left;
  margin-top: 0.5em; }

.form dd {
  margin-left: 4.5em;
  margin-bottom: 10px; }

.form dd:last-child {
  margin-bottom: 0; }

.form input[type="text"],
.form input[type="mail"],
.form input[type="tel"],
.form select {
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: middle;
  margin: 5px; }

.form input[type="checkbox"],
.form input[type="radio"] {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  height: 20px; }

.form select {
  width: 40%; }
  @media screen and (min-width: 768px) {
    .form select {
      width: auto; } }

.form textarea {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  vertical-align: middle; }

.form-required-bg {
  background: #fbdccd; }

.form-required {
  background: #ea5203;
  color: #fff;
  font-size: 12px;
  padding: 4px;
  float: right; }

.form-error {
  color: #ff0000;
  font-weight: bold; }

.form-footer ul {
  text-align: center; }

.form-footer li {
  list-style: none; }

.form-footer button {
  border: none;
  font-size: 20px;
  padding: 20px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-appearance: none; }

.form-submit {
  width: 100%;
  background: #f57002 url(../images/common/icon-arrow.png) no-repeat right 10px center;
  background-size: 20px auto;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .form-submit {
      width: 50%; } }

.form-submit:hover {
  background-color: #f5a901; }

.form td button {
  background: #222;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .form td button {
      padding: 3px 10px; } }

.form-list li {
  display: inline-block;
  width: 50%;
  vertical-align: top; }
  @media screen and (min-width: 1080px) {
    .form-list li {
      width: 33.33333%; } }

.form-list li:nth-child(odd) {
  padding-right: 10px; }
  @media screen and (min-width: 1080px) {
    .form-list li:nth-child(odd) {
      padding-right: 0; } }

.form-list li label {
  padding-left: 30px;
  display: inline-block; }

.form-list li label input {
  margin-left: -25px; }

.form-area label {
  margin-top: -2px;
  float: left; }

.form-area span {
  display: list-item;
  overflow: hidden;
  padding-right: 10px; }

.form-list2 li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .form-list2 li {
      width: 50%;
      padding: 0;
      border-bottom: none; } }
  @media screen and (min-width: 1080px) {
    .form-list2 li {
      width: 33.33333%; } }

.form-list2 li:nth-child(odd) {
  padding-right: 10px; }
  @media screen and (min-width: 1080px) {
    .form-list2 li:nth-child(odd) {
      padding-right: 0; } }

.form-list2 li:last-child {
  border-bottom: none; }

.form-chart {
  font-size: 0;
  margin-bottom: 20px; }

.form-chart li {
  font-size: 16px;
  list-style: none;
  display: inline-block;
  width: calc(33.33333% - 10px);
  margin-right: 10px;
  background: #f7f5f4;
  text-align: center;
  padding: 10px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .form-chart li {
      padding: 20px; } }

.form-chart li::before {
  border: 10px solid transparent;
  border-left-color: #f7f5f4;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 0;
  margin: auto; }

.form-chart li:last-child {
  width: 33.33333%;
  margin-right: 0; }

.form-chart li:last-child::before {
  display: none; }

.form-chart li span {
  display: block;
  color: #ad9d8f;
  font-family: 'Oswald', sans-serif; }
  @media screen and (min-width: 768px) {
    .form-chart li span {
      display: inline;
      margin-right: 1em; } }

.form-chart li.active {
  background: #ea5203;
  color: #fff; }

.form-chart li.active::before {
  border-left-color: #ea5203; }

.form-chart li.active span {
  color: #fff; }

@media screen and (min-width: 1080px) {
  .form input.form-name1,
  .form input.form-name-kana1 {
    margin-right: 2em; } }

@media screen and (min-width: 1080px) {
  .form-name1 + br,
  .form-name-kana1 + br {
    display: none; } }

.form-addr,
.form-addr2 {
  width: 95%; }

.form-mail {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .form-mail {
      width: 50%; } }

.form-station-btn,
.form-area-btn {
  margin-bottom: 10px;
  width: 50%; }

.form-shop-m + p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block; }

.form-detail {
  background: #ad9d8f;
  color: #fff; }

.form-policy {
  margin-bottom: 2em; }

.form-zip-btn {
  margin-left: 5px; }
  @media screen and (min-width: 768px) {
    .form-zip-btn {
      margin-left: 10px; } }

.form-lend-text1,
.form-lend-text2 {
  font-size: 14px;
  margin-top: 5px;
  margin-left: 2.15em;
  color: #666; }

.form-lend-text1 {
  margin-bottom: 20px; }

.form-lend-recommended {
  background: #66b5b6;
  font-size: 12px;
  padding: 4px 10px;
  margin-left: 1em;
  color: #fff;
  border-radius: 10px;
  vertical-align: text-bottom; }

.form-lendarea {
  font-weight: bold; }

.form-contact-p {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .form-contact-p {
      margin-top: 20px; } }

.property {
  margin-top: 40px; }

.property-row {
  border-bottom: 1px solid #ad9d8f;
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .property-row {
      width: 100%;
      display: table;
      table-layout: fixed;
      margin-bottom: 0;
      padding: 0; } }
  .property-row:before, .property-row:after {
    display: table;
    content: " "; }
  .property-row:after {
    clear: both; }

.property-row &gt; div {
  display: block;
  width: 100%;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .property-row &gt; div {
      display: table-cell;
      padding: 10px;
      text-align: center; } }

.property-row &gt; div:nth-child(1) {
  width: 30%;
  float: left;
  padding-right: 10px; }
  @media screen and (min-width: 768px) {
    .property-row &gt; div:nth-child(1) {
      width: 10%;
      float: none;
      padding-right: 0; } }

.property-row &gt; div:nth-child(2) {
  margin-left: 30%;
  width: 70%;
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .property-row &gt; div:nth-child(2) {
      width: 20%; } }

.property-row &gt; div:nth-child(3) {
  margin-left: 30%;
  width: 70%;
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .property-row &gt; div:nth-child(3) {
      width: 50%; } }

.property-row &gt; div:nth-child(4) {
  margin-left: 30%;
  width: 70%; }
  @media screen and (min-width: 768px) {
    .property-row &gt; div:nth-child(4) {
      width: 20%; } }

.property h3 + .property-row {
  color: #ad9d8f;
  display: none; }
  @media screen and (min-width: 768px) {
    .property h3 + .property-row {
      display: table; } }

.property h3 {
  background: #ad9d8f;
  color: #fff;
  padding: 10px;
  text-align: center; }
</pre></body></html>