<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-01 {
  margin-top: 80px;
  margin-bottom: 0;
  padding: 0;
}
.section-ttl {
  margin-bottom: 80px;
}
.section-ttl h2 {
  color: #dedede;
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.section-ttl p {
  font-size: 30px;
  line-height: 1.4;
  margin: 0;
}

/* SP */
@media only screen and (max-width: 640px) {
  .section-01 {
    margin-top: 100px;
  }
  .section-ttl {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .section-ttl h2 {
    font-size: 80px;
  }
  .section-ttl p {
    font-size: 24px;
  }
}


/* CONTACT お問い合わせ
----------------------------------*/
.section-01 .inner-01 {
  background: #fff;
  box-sizing: border-box;
  padding: 80px 100px;
}

.section-ttl {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}

#section-phone {
  width: 100%;
  padding: 0;
  text-align: center;
}
#section-phone .phone-wrap {
  border: 1px solid #836d50;
  box-sizing: border-box;
  display: inline-block;
  margin: 20px 0;
  vertical-align: top;
  padding: 20px 20px 20px 30px;
}
#section-phone .phone-wrap a {
  display: block;
}
#section-phone .phone {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
  color: #836d50;
  letter-spacing: 2px;
  line-height: 1.2;
}
#section-phone .phone span {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0;
}
#section-phone .phone:before {
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  font-size: 44px;
  content: "phone";
  padding-right: 2px;
  color: #836d50;
  vertical-align: middle;
}


.notice ul {
  width: 840px;
  margin: 20px auto;
}
.notice ul.notice1 li {
  list-style-type: disc;
  line-height: 1.5;
  margin-bottom: 0.6em;
}
.notice ul.notice2 li {
  list-style-type: none;
  line-height: 1.5;
  text-indent: -1em;
  margin-bottom: 0.6em;
}

.mailform-rqd {
  background: #bb3131;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  box-sizing: border-box;
  padding: 0px 10px;
  display: inline-block;
  vertical-align: 1px;
}
.mailform-ctn {
  margin-bottom: 0.5em;
}
.mailform-ctn .mailform-rqd {
  margin-right: 0.5em;
}
.mailform-cont .mailform-rqd {
  margin-left: 1em;
}
.mailform {
  margin: 30px auto;
}
.mailform-bdy {
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px 60px 30px 60px;
}
.mailform-sec {
  box-sizing: border-box;
}
.mailform-cont {
  display: table;
  width: 100%;
  margin: 15px auto 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.mailform-cont dt,
.mailform-cont dd {
  display: table-cell;
}
.mailform-cont dt {
  width: 280px;
}
.vagtp {
  vertical-align: top;
}
.mailform-txt {
  max-width: 550px;
}
.mailform-txt input {
  width: 100%;
  background: #e8eff5;
  box-sizing: border-box;
  padding: 16px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.mailform-select {
  width: 100%;
  max-width: 200px;
  height: 50px;
  background: #e8eff5;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.mailform-select:after {
  content: " ";
  position: absolute;
  z-index: 2;
  background-image: url(../img/common/icon-select-arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 7px;
  height: 17px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 12px;
}
.mailform-select select {
  border: none;
  border-radius: 0;
  background: none;
  width: 95%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  vertical-align: middle;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding-left: 1em;
  width: 100%;
}
.mailform-select select::-ms-expand {
  display: none; /* IE10・IE11のハック */
}
.mailform-txt.hlf {
  max-width: 265px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.mailform-txt.hlf:not(:first-child) {
  margin-left: 15px;
}
.mailform-txt.hlf + .mailform-ex {
  margin-left: 13px;
}
.mailform-ttl.txtara {
  position: relative;
  top: 10px;
}
.mailform-txtara textarea {
  width: 100%;
  background: #e8eff5;
  box-sizing: border-box;
  border: none;
  padding: 16px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  min-height: 200px;
  vertical-align: top;
}
.mailform-cont label {
  display: inline-block;
  white-space: nowrap;
  margin: 4px !important;
}

.mailform-footer {
  box-sizing: border-box;
  padding: 10px;
  margin-top: 15px;
}
.mailform-sbt {
  display: inline-block;
  vertical-align: top;
}
.mailform-sbt li {
  display: inline-block;
  vertical-align: top;
  margin: 15px 30px;
}
.mailform-sbt-01:before {
  background: #adadad;
}
.ua-desktop .mailform-sbt-01:hover:before {
  right: 0;
}
.mailform-sbt-01:after {
  background: #adadad;
}
.ua-desktop .mailform-sbt-01:hover:after {
  left: -100%;
}
.mailform-sbt-01 .txt,
.mailform-sbt-02 .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.mailform-sbt-01 .txt input,
.mailform-sbt-02 .txt input {
  background: none;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mailform-sbt-01 .txt input {
  text-align: center;
  padding: 6px 30px 6px 30px;
}
.mailform-sbt-02 .txt input {
  /*text-align: left;*/
  padding: 6px 30px;
}
.ua-desktop .mailform-sbt-01:hover .txt input {
  color: #ed4040;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mailform-sbt-01 .icon {
  right: auto;
  left: 20px;
}
.mailform-sbt-01 .icon:before,
.mailform-sbt-01 .icon:after {
  border: 0;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  width: 18px;
  height: 1px;
  margin: auto;
}
.mailform-sbt-01 .icon:after {
  transform: rotate(135deg);
}
.ua-desktop .mailform-sbt-01:hover .icon:before,
.ua-desktop .mailform-sbt-01:hover .icon:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-color: #ed4040;
}

.mailform-pif {
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  padding: 25px 40px;
  height: 230px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.mailform-pif-txt {
  margin: 40px auto 15px auto;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: distribute;
}
.mailform-pif-txt a {
	color: #003055;
	text-decoration: underline;
}
.mailform-pif {
  margin: 15px auto 40px auto;
}
.pif-sec {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #666666;
  margin: 1.25em auto;
}
.pif-ttl,
.pif-sec-ttl {
  font-weight: 600;
}


/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  .section-01 {
    margin-top: 40px;
  }
  .section-01 .inner-01 {
    padding: 40px 20px;
  }
  .section-ttl {
    font-size: 24px;
  }

  #section-phone .phone {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #836d50;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  #section-phone .phone span {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  #section-phone .phone:before {
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    font-size: 24px;
    content: "phone";
    padding-right: 2px;
    color: #836d50;
    vertical-align: middle;
  }

  .notice ul {
    width: 100%;
    padding-left: 1.5em;
    box-sizing: border-box;
  }

  .mailform-bdy {
  padding: 10px 10px 30px;
  }
  .mailform-cont dt,
  .mailform-cont dd {
    display: block;
  }
  .mailform-cont dt {
    width: 100%;
  }
  .mailform-txt.hlf:not(:first-child) {
    margin-left: 0;
    margin-top: 5px;
  }
  .mailform-txtara textarea {
    width: 100% !important;
  }

  .mailform-footer {
    box-sizing: border-box;
    padding: 0;
    margin-top: 15px;
  }
  .mailform-sbt li {
    min-width: 150px;
    margin: 15px 4px;
  }

}

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