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

/* /////////////////////////////////////////////////////////

  お問い合わせ

///////////////////////////////////////////////////////// */

/* お問い合わせページのみ非表示に */
.footer__contact {
  display: none;
}

input, textarea, select, fieldset{
  margin-bottom: 0;
}

td, th{
  border-bottom: 0;
}

/*==================================================
  contact
==================================================*/

.contact {
  max-width: 1000px;
  margin: 0 auto 60px auto;
}

.contact__com {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 900px) {
  .contact__com span{
    display:block;
  }
}

/* 900px以下 */
@media (max-width: 899px) {
  .contact {
    margin: 0 auto;
  }
  .contact__com {
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
}

/* 640px以下 */
@media (max-width: 640px) {
  .contact__com {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -1px;
  }
}


/*-----------------------------------
  contact__tel contact__fax
-----------------------------------*/

.contact__tel {}
.contact__fax {}
.contact__smart {}

/* 1200x以上 */

@media (min-width: 1200px) {
  .contact__tel {
    width: 400px;
    min-height: 100px;
    padding-left: 90px;
    margin-bottom: 50px;
    background: url(../images/pages/contact/tel_icon.png) left top no-repeat;
    float: left;
    margin-left: 76px;
    color: #15316c;
  }

  .contact__fax{
    width: 400px;
    min-height: 100px;
    padding-left: 90px;
    margin-bottom: 50px;
    background: url(../images/pages/contact/fax_icon.png) left top no-repeat;
    float: right;
    margin-right: 73px;
    color: #15316c;
  }

  .contact__smart {
    width: 420px;
    min-height: 100px;
    padding-left: 90px;
    margin-bottom: 50px;
    background: url(../images/pages/contact/smart_icon.png) left top no-repeat;
    float: left;
    margin-left: 290px;
    color: #15316c;
  }
  .contact__smart a{
    pointer-events: none;
    color: #15316c;
    text-decoration: none;
  }
  
  
  .contact__tel h1,.contact__fax h1,.contact__smart h1 {
    font-size: 1.6rem;
    color: #15316c;
    text-align: left;
    margin-bottom: 5px;
    font-weight: bolder;
    letter-spacing: 0.5px;
  }

  .contact__tel p,.contact__fax p,.contact__smart p {
    color: #15316c;
    font-size: 3.9rem;
    line-height: 3.6rem;
    font-weight: bold;
    display: block;
    margin-bottom: 0;
  }
  .contact__tel p span,.contact__fax p span,.contact__smart p span{
    font-size: 1.5rem;
    font-weight: normal;
    display: block;
  }
}

/* 1200px以下 */
@media (max-width: 1200px) {
  .contact__tel,.contact__fax {
    display: none;
  }
  
  .contact__smart {
    width: 300px;
    padding-left: 60px;
    margin: 0 auto 15px auto;
    background: url(../images/pages/contact/smart_icon.png) left top 5px no-repeat;
    background-size: 50px 50px;

    color: #15316c;
  }
  .contact__smart a{
    color: #15316c;
    text-decoration: none;
  }

  .contact__smart h1 {
    font-size: 1.2rem;
    color: #15316c;
    text-align: left;
    margin-bottom: 5px;
    font-weight: bolder;
    letter-spacing: 0.5px;
  }

  .contact__smart p {
    color: #15316c;
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: bold;
    display: block;
    margin-bottom: 0;
  }
  
  .contact__smart p span{
    font-size: 1.5rem;
    font-weight: normal;
    display: block;
  }
}

/*-----------------------------------
  mailform
-----------------------------------*/
#mailform{clear: both;}

#mailform table {
  margin-bottom: 50px;
}

#mailform table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

#mailform table th,
#mailform table td {
  padding: 0.6em 1em 1em 1em;
}

#mailform table th {
  width: 30%;
  position: relative;
  font-size: 1.6rem;
  color: #15316c;
  font-weight: bolder;
  vertical-align: top;
  padding-top: 15px;
}

#mailform [type="text"],
#mailform [type="email"],
#mailform textarea,
#mailform select {
  border: 1px solid #C4CCCE;
  border-radius: 3px !important;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px 12px;
  line-height: 1.5;
}

#mailform [type="text"]:focus,
#mailform [type="email"]:focus,
#mailform textarea:focus,
#mailform select:focus {
  background-color: #FFC;
  border-color: #FC6;
}

.required {
  line-height: 1.0;
  color: #FFF;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  outline: none;
  display: inline-block;
  background: #fd9810;
  padding: 5px 10px;
  margin-left: 1em;
  float: right;
}

.norequired {
  line-height: 1.0;
  color: #999;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  outline: none;
  display: inline-block;
  background: #dcdcdc;
  padding: 5px 10px;
  margin-left: 1em;
  float: right;
}

.mwform-checkbox-field {
  min-width: 30%;
  display: block;
  float: left;
  margin: 5px;
  padding: 0;
}

#contact_contents {
  width: 98%;
  height: 6em;
}

#name01,
#tel01 {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 48%;
}

#name01,
#company,
#email,
#tel01,
#mesagge {
    width: 98%;
}

.submit {
  width: 60%;
  position: relative;
  margin: 0 auto;
  display: block;
}

.submit button {
  border-radius: 0!important;
}

.submit input[name="submitConfirm"] {
  width: 100%;
  max-width: 399px;
  background: #fd9810;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 2rem;
  font-weight: bolder;
  border: 0;
  text-align: center;
  margin: 0 auto;
  border-radius: 0;
  display: block;
}

.submit input[name="submitConfirm"]:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.submit input[name="submitBack"] {
  width: 49%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 2rem;
  font-weight: bolder;
  background: #4b4b4b;
  border: 0;
  border-radius: 0;
  text-align: center;
  float: left;
}

.submit input[name="submitBack"]:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.submit input[value="送信する"] {
  width: 49%;
  max-width: 399px;
  background: #fd9810;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 2rem;
  font-weight: bolder;
  border: 0;
  border-radius: 0;
  text-align: center;
  float: right;
}

.submit input[value="送信する"]:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* 1200px以上 */

@media (min-width: 1200px) {
  #mailform table{
    width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  #mailform table textarea{
    min-height: 180px;
  }
}

/* 1200px以下 */

@media (max-width: 1200px) {
  #mailform [type="text"],
  #mailform [type="email"],
  #mailform textarea,
  #mailform select {
    width: 100%
  }
  .submit {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: block;
  }
  .submit button {
    border-radius: 0!important;
  }
  .submit input[name="submitConfirm"] {
    width: 80%;
    max-width: 399px;
    background: #fd9810;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bolder;
    border: 1px solid #fd9810;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .submit input[name="submitBack"] {
    width: 46%;
    max-width: 399px;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    font-weight: bolder;
    text-align: center;
  }
  .submit input[value="送信する"] {
    width: 46%;
    max-width: 399px;
    background: #fd9810;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    font-weight: bolder;
    text-align: center;
  }
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}

/* 送信完了後の文章 */

.submit__ttl {
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 20px;
  color: #15316c;
}

.contact__info {
  text-align: center;
  padding-top: 12px;
  font-size: 120%;
  padding-bottom: 45px;
}

/* 1200px以下 */
@media (max-width: 1200px) {
  #mailform table th {
    font-size: 1.4rem;
  }
}

/* 1200px以下 */

@media (max-width: 1200px) {
  .submit__ttl {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .contact__info {
    font-size: 1.5rem;
    padding-bottom: 0;
  }
  .back__btn a {
    width: 49%;
    max-width: 320px;
  }
}
/* ラジオボタンの装飾 */
  .contact__form .mwform-radio-field input[type=radio],
  .contact__form .mwform-checkbox-field input[type=checkbox]{
      display: none;
      margin: 0;
    }
    .contact__form .mwform-radio-field label,
    .contact__form .mwform-checkbox-field label {
      padding: 5px 0 0 32px;
      position: relative;
      display: inline-block;
      margin-right: 10px;
      float: left
    }
    .contact__form .mwform-radio-field label::before,
    .contact__form .mwform-checkbox-field label::before{
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 22px;
      height: 22px;
      margin-top: -10px;
      background: #FFF;
    }
    .contact__form .mwform-radio-field label::before{
      border: 1px solid #a0a0a0;
    }
    .contact__form .mwform-checkbox-field label::before{
      border: 1px solid #a0a0a0;
    }
    .contact__form .mwform-radio-field label.checked::after,
    .contact__form .mwform-checkbox-field label.checked::after{
      content: "";
      position: absolute;
      top: 50%;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
    }
    .contact__form .mwform-radio-field label.checked::after{
      left: 3px;
      width: 16px;
      height: 16px;
      margin-top: -7px;
      background: #15316c;
      border-radius: 8px;
    }
    .contact__form .mwform-checkbox-field label.checked::after{
      left: 3px;
      width: 16px;
      height: 16px;
      margin-top: -7px;
      background: #15316c;
      border-radius: 8px;
    }

</pre></body></html>