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

body {
  font-size: 0.81em;
  line-height: 1.5;
}

#select-category h2,
#input-field h2,
#tel h2 {
  color: #5d5d5d;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 1em;
  padding-left: 10px;
  background: url('../img/contact/arrow_02.png') left center no-repeat;
  -webkit-background-size: 6px 10px;
          background-size: 6px 10px;
}

#select-category h2:first-child,
#input-field h2:first-child,
#tel h2:first-child {
  margin-top: 0;
}

#select-category,
#advice .contents,
#advice .input,
#input-field,
#back,
#tel,
#error,
#send {
  padding: 15px;
}

#category-wrapper {
  position: relative;
}

  #category-wrapper:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -5px;
    width: 13px;
    height: 10px;
    background: url('../img/contact/arrow_03.png') left top no-repeat;
    -webkit-background-size: 13px 10px;
            background-size: 13px 10px;
  }

#category {
  display: block;
  padding: 8px 0 8px 1em;
  font-weight: bold;
  font-size: 1.076em;
  text-align: center;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #e3e3e3;
  background:    -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  background:      -o-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  background:     -ms-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  background:         linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
  border: 1px solid #b2b2b2;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.3), 0px 1px 2px rgba(0,0,0,0.5);
     -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.3), 0px 1px 2px rgba(0,0,0,0.5);
          box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.3), 0px 1px 2px rgba(0,0,0,0.5);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#advice {
  display: none;
}

#advice h2 {
  text-align: center;
  color: #dc1010;
  font-weight: bold;
  margin-bottom: 7px;
}

#advice .contents {
  background-color: #f7f7f7;
}

#advice dt {
  padding: 8px 0 0 38px;
  margin: 0 0 8px;
  background: url('../img/contact/icon_q.png') left center no-repeat;
  -webkit-background-size: 32px 30px;
          background-size: 32px 30px;
  min-height: 30px;
  font-size: 1.08em;
  font-weight: bold;
}

#advice dd strong {
  color: #dd0b0b;
}

#advice .input {
  color: #696969;
  font-weight: bold;
}

textarea,
input {
  width: 100%;
  font-size: 1.154em;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b2b2b2;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #fafafa;
  -webkit-box-shadow: inset 1px 0px 4px #c2c2c2;
     -moz-box-shadow: inset 1px 0px 4px #c2c2c2;
          box-shadow: inset 1px 0px 4px #c2c2c2;
  -webkit-transition: background-color 0.2s;
     -moz-transition: background-color 0.2s;
      -ms-transition: background-color 0.2s;
       -o-transition: background-color 0.2s;
          transition: background-color 0.2s;
}

textarea {
  height: 10em;
}

  textarea:focus,
  input:focus {
    background-color: #fff;
  }

#submit-btn {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1em auto 0;
  padding: 0 0 0 45px;
  border: 0;
  outline: 0;
  width: 197px;
  height: 40px;
  font-size: 1.23em;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('../img/contact/btn_contact.png') 0 0 no-repeat;
  -webkit-background-size: 197px 80px;
          background-size: 197px 80px;
  text-shadow: 0px 1px 0px rgba(92,0,0,.3);
}

  #submit-btn:focus,
  #submit-btn:active {
    background-position: 0 -40px;
    padding-top: 2px;
  }

#tel {
  border-top: 3px solid #f7f7f7;
  text-align: center;
}

#tel h2 {
  text-align: left;
  margin-bottom: 12px;
}

.tel-area {
  display: inline-block;
  background: url('../img/contact/icon_tel.png') left center no-repeat;
  padding-left: 46px;
  text-align: left;
  -webkit-background-size: 36px 36px;
          background-size: 36px 36px;
}

.tel-area .tel {
  font-size: 1.23em;
  font-weight: bold;
  color: #282828;
}

.tel-area .biz-hour {
  color: #5d5d5d;
  font-size: 0.92em;
}

#tel .small {
  margin-top: 12px;
  color: #454545;
}





/* send.php */

#error,
#send {
  text-align: center;
  padding: 5em 0;
}

#error p,
#send p {
  line-height: 2em;
}

#error h2 {
  color: #5d5d5d;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 1em;
}

#back {
  border-top: 2px solid #ccc;
}
</pre></body></html>