<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
section#c_form {
  width: 100%;
  margin: 100px auto 0; }

section#c_form .inner {
  width: 960px;
  margin: 10px auto 0; }

section#c_form .inner .sttl {
  margin: 40px auto 0; }

section#c_form .inner .sttl dt {
  margin: 30px auto 0;
  text-align: center;
  font-size: 16px;
  color: #658519; }

section#c_form h4.green {
  font-size: 34px;
  color: #658519;
  font-weight: normal;
  text-align: center;
  font-family: 'mplus-2c-light'; }

section#c_form .inner .tel_info {
  margin: 60px auto 0;
  text-align: center; }

section#c_form .inner .tel_info dd {
  line-height: 2.4;
  padding: 20px 0 0;
  font-size: 15px; }

section#c_form .inner .tel_info dd .top_txt {
  margin-bottom: -26px; }

section#c_form .inner .tel_info dd span {
  color: #658519;
  background: #FFF;
  text-align: center;
  padding: 0 5px;
  font-size: 14px;
  margin: 0 8px; }

section#c_form .inner .mail_info {
  margin: 60px auto 40px;
  text-align: center; }

section#c_form .inner .mail_info dd {
  line-height: 2.0;
  padding: 20px 0 0;
  font-size: 15px; }

section#c_form table {
  border: solid 1px #BBBBBB;
  width: 960px;
  text-align: left;
  color: #211713; }

section#c_form table.tab01 {
  margin-bottom: 35px; }

section#c_form table.tab01 dt {
  font-size: 30px;
  padding: 25px 0 5px;
  color: #201713; }

section#c_form table.tab01 .tel {
  font-size: 45px;
  padding: 0 0 5px; }

section#c_form table.tab01 .tel a {
  text-decoration: none;
  color: #211713; }

section#c_form table.tab01 .sub_txt {
  font-size: 15px;
  padding: 0 0 20px;
  color: #201713; }

section#c_form table.tab02 dt {
  font-size: 30px;
  padding: 25px 0 15px;
  color: #201713; }

section#c_form table.tab02 .submit_txt {
  font-size: 22px;
  padding: 25px 0;
  font-family: mplus-2c-bold; }

section#c_form table.tab02 .sub_txt {
  font-size: 15px;
  padding-right: 30px;
  line-height: 1.8; }

section#c_form .txt_form_area {
  height: 243px;
  border-bottom: solid 1px #999999; }

section#c_form .txt_form_area dt {
  padding-top: 110px; }

section#c_form .txt_form_area textarea {
  width: 95.5%;
  height: 100%;
  border: solid 1px #999999; }

section#c_form button,
section#c_form input {
  border: solid 1px #C8C9CA;
  background: #FFF;
  color: #000;
  font-size: 15px; }

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
  /*color: red; */
  padding-left: 5px; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  /*color: red; */
  padding-left: 5px; }

/* Firefox 18- */
:-moz-placeholder {
  /*color: red; opacity: 1;*/
  padding-left: 5px; }

/* Firefox 19+ */
::-moz-placeholder {
  /*color: red; opacity: 1; */
  padding-left: 5px; }

/* IE 10+ */
:-ms-input-placeholder {
  /*color: red;*/
  padding-left: 5px; }

.policy p {
  color: #000;
  font-size: 15px;
  margin: 10px 0 30px; }

.policy p span {
  color: #000;
  font-size: 14px;
  padding: 10px 0; }

section#c_msg {
  width: 960px;
  margin: 30px auto;
  line-height: 1.6; }

p.side_btn {
  display: none !important; }

@media screen and (min-width: 737px) and (max-width: 1000px) {
  header.smaller {
    display: none; } }
/*****************************************/
caption {
  text-align: center;
  margin: 0 0 10px; }

.wp_form_table table {
  background-color: #fff;
  margin: 10px auto 30px; }
.wp_form_table th {
  width: 255px;
  padding: 10px 15px; }
  .wp_form_table th span {
    color: #FF0004; }
  .wp_form_table th small {
    display: block;
    font: 90%; }
.wp_form_table td {
  width: calc(100% - 255px);
  padding: 10px 15px; }
.wp_form_table th, .wp_form_table td {
  border: 1px solid #ccc; }
.wp_form_table input[type="text"],
.wp_form_table input[type="email"] {
  width: 100%;
  padding: 5px; }
.wp_form_table textarea {
  border: 1px solid #ccc;
  width: 100%;
  height: 250px; }
.wp_form_table input[type="submit"],
.wp_form_table input[type="button"] {
  display: block;
  width: 125px;
  height: 40px;
  line-height: 38px;
  margin: 0 auto; }
  .wp_form_table input[type="submit"]:hover,
  .wp_form_table input[type="button"]:hover {
    color: darkorange !important; }
</pre></body></html>