<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * filename: contact.css
 * version: 1.0
 */
#main.contact {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #main.contact {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1100px) {
  #main.contact {
    margin-bottom: 100px;
  }
}
#main.contact &gt; .sec1 {
  height: auto;
  width: 100%;
}
#main.contact &gt; .sec1 &gt; .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: calc(450px + 16%);
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner {
    max-width: 768px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.contact &gt; .sec1 &gt; .inner {
    max-width: 850px;
    padding: 0 50px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box1 {
    margin-bottom: 85px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box1 &gt; .par {
  height: auto;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 29px;
  text-align: center;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 85px;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 25px;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 &gt; .phd {
  height: auto;
  width: 100%;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 &gt; .phd .txt {
  height: auto;
  width: auto;
  border-bottom: 4px solid #dddddd;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 29px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 &gt; .phd {
    font-size: 23px;
  }
  #main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 &gt; .phd .txt {
    font-size: 26px;
    line-height: 38px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 {
  height: auto;
  width: 100%;
  border: 2px solid #ba0025;
  border-radius: 6px;
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 {
    padding: 37.5px 0;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst {
    display: flex;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm {
    width: 50%;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm:not(:last-of-type) {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm:not(:last-of-type)::after {
  background-color: #aaaaaa;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(100% + 28px);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm:not(:last-of-type)::after {
    height: 100%;
    left: 100%;
    top: 0;
    width: 2px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm &gt; .txt1 {
  height: auto;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 12.5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm &gt; .txt1 {
    font-size: 19px;
    margin-bottom: 22.5px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm &gt; .txt2 {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm &gt; .txt2 {
    margin-bottom: 17.5px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm &gt; .txt2 &gt; .wd1 {
  background-color: #ba0025;
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.05em;
  margin-right: 5px;
  padding: 6.5px 0;
  text-align: center;
  width: 60px;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm &gt; .txt2 &gt; .wd1 {
    margin-right: 10px;
    width: 70px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm &gt; .txt2 &gt; .wd2 {
  height: auto;
  width: auto;
  display: block;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm &gt; .txt2 &gt; .wd2 {
    font-size: 26px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .lst &gt; .itm &gt; .txt3 {
  height: auto;
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 {
  height: auto;
  width: 100%;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 25px;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box1 &gt; .phd {
  height: auto;
  width: 100%;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box1 &gt; .phd {
    font-size: 23px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 {
  height: auto;
  width: 100%;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm {
  height: auto;
  width: 100%;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst {
  height: auto;
  width: 100%;
  border-bottom: 2px solid #ba0025;
  border-top: 2px solid #ba0025;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst:after {
    clear: both;
    content: "";
    display: block;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .trm {
  height: auto;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 17.5px 0 0;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .trm {
    clear: both;
    float: left;
    padding: 34px 0 0; /* modified on 20200317 */
    width: 230px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .trm:not(:first-of-type) {
  border-top: 1px solid #dddddd;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .trm &gt; .req {
  border: 1px solid #ba0025;
  color: #ba0025;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 8px;
  padding: 6px 9px;
  transform: translateY(-6px); /* added on 20200317 */
  vertical-align: top; /* modified on 20200317 */
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc {
  height: auto;
  width: 100%;
  padding: 12.5px 0 15px;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc {
    float: left;
    padding: 20px 0;
    width: calc(100% - 230px);
  }
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc:not(:first-of-type) {
    border-top: 1px solid #dddddd;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc input,
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc textarea {
  height: auto;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #838383;
  display: block;
  font-family: "Noto Sans JP", sans-serif; /* added on 20200317 */
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 29px;
  padding: 2px 10px;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc input,
  #main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc textarea {
    font-size: 16px;
    padding: 6px 15px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc input::-webkit-input-placeholder {
  color: #aaaaaa;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc input:-moz-placeholder {
  color: #aaaaaa;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc input::-moz-placeholder {
  color: #aaaaaa;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc input:-ms-input-placeholder {
  color: #aaaaaa;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc input.type2::-webkit-input-placeholder {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc input.type2::-webkit-input-placeholder {
    font-size: 13px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc input.type2:-moz-placeholder {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc input.type2:-moz-placeholder {
    font-size: 13px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc input.type2::-moz-placeholder {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc input.type2::-moz-placeholder {
    font-size: 13px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc input.type2:-ms-input-placeholder {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .lst &gt; .dsc input.type2:-ms-input-placeholder {
    font-size: 13px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .par {
  height: auto;
  width: 100%;
  margin-top: 30px;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .par input {
  height: auto;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ba0025;
  border: none;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer; /* added on 20200317 */
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  outline: none;
  padding: 16px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .par input {
    margin: 0 auto;
    transition: opacity 0.35s;
    width: 285px;
  }
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .frm &gt; .par input:hover {
    opacity: 0.7;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .ajax-loader {
  display: none;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .wpcf7-not-valid-tip {
  margin: 10px 0 0;
  color: #ba0025;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .wpcf7-mail-sent-ok,
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .wpcf7-mail-sent-ng,
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .wpcf7-acceptance-missing,
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .wpcf7-spam-blocked,
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .wpcf7-validation-errors {
  border: none;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .wpcf7-mail-sent-ok {
  display: none;
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box3 &gt; .box2 .wpcf7-response-output {
  height: auto;
  width: 100%;
  border: none;
  color: #ba0025;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0 0;
  padding: 0;
  text-align: center;
}

/* 20230806_霑ｽ蜉� */
#banner.type10 &gt; .inner &gt; .phd &gt; .txt,
#banner.type11 &gt; .inner &gt; .phd &gt; .txt,
#banner.type13 &gt; .inner &gt; .phd &gt; .txt,
#banner.type14 &gt; .inner &gt; .phd &gt; .txt,
#banner.type15 &gt; .inner &gt; .phd &gt; .txt,
#banner.type16 &gt; .inner &gt; .phd &gt; .txt,
#banner.type17 &gt; .inner &gt; .phd &gt; .txt,
#banner.type18 &gt; .inner &gt; .phd &gt; .txt,
#banner.type19 &gt; .inner &gt; .phd &gt; .txt,
#banner.type20 &gt; .inner &gt; .phd &gt; .txt,
#banner.type30 &gt; .inner &gt; .phd &gt; .txt,
#banner.type40 &gt; .inner &gt; .phd &gt; .txt,
#banner.type90 &gt; .inner &gt; .phd &gt; .txt {
  line-height: 1.3;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  #banner.type10 &gt; .inner &gt; .phd &gt; .txt,
  #banner.type11 &gt; .inner &gt; .phd &gt; .txt,
  #banner.type13 &gt; .inner &gt; .phd &gt; .txt,
  #banner.type14 &gt; .inner &gt; .phd &gt; .txt,
  #banner.type15 &gt; .inner &gt; .phd &gt; .txt,
  #banner.type16 &gt; .inner &gt; .phd &gt; .txt,
  #banner.type17 &gt; .inner &gt; .phd &gt; .txt,
  #banner.type18 &gt; .inner &gt; .phd &gt; .txt,
  #banner.type19 &gt; .inner &gt; .phd &gt; .txt,
  #banner.type20 &gt; .inner &gt; .phd &gt; .txt,
  #banner.type30 &gt; .inner &gt; .phd &gt; .txt,
  #banner.type40 &gt; .inner &gt; .phd &gt; .txt,
  #banner.type90 &gt; .inner &gt; .phd &gt; .txt {
    font-size: 29px;
  }
}
#main.contact &gt; .sec1 &gt; .inner &gt; .box1 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #main.contact &gt; .sec1 &gt; .inner &gt; .box1 {
    margin-bottom: 50px;
  }
}

.contactBox .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .contactBox .pc {
    display: block;
  }
  .contactBox .sp {
    display: none;
  }
}
.contactBox {
  letter-spacing: 0.05em;
  width: 100%;
  border: 2px solid #ba0025;
  border-radius: 6px;
  padding: 30px 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .contactBox {
    margin-bottom: 40px;
  }
}
.contactBox:last-of-type {
  margin-bottom: 0;
}

.contactBox .contactBox__ttl {
  font-size: 16px;
  display: block;
  font-weight: bold;
  margin-bottom: 13px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .contactBox .contactBox__ttl {
    font-size: 19px;
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 768px) {
  .contactBox .tel .pc {
    display: inline;
  }
}

.contactBox .productList {
  display: flex;
  width: fit-content;
  gap: 8px;
  justify-content: space-between;
  margin: 0 auto 12px;
}
@media screen and (min-width: 768px) {
  .contactBox .productList {
    gap: 10px;
    margin: 0 auto 18px;
  }
}

.contactBox .productList .productList__list {
  font-size: 10px;
  font-weight: bold;
  width: 50px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contactBox .productList .productList__list {
    font-size: 12px;
    width: 70px;
  }
}
.contactBox .productList .productList__list.--pack {
  background-color: #ffcc1e;
}
.contactBox .productList .productList__list.--lpc {
  color: #fff;
  background-color: #074d80;
}
.contactBox .productList .productList__list.--airex {
  color: #fff;
  background-color: #68c2b7;
}
.contactBox .productList .productList__list.--ue {
  color: #fff;
  background-color: #a591c5;
}

.contactBox .telArea {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin: 0 auto 6px;
}
@media screen and (min-width: 768px) {
  .contactBox .telArea {
    margin: 0 auto 9px;
  }
}
.contactBox .telArea .telArea__department {
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #000;
  height: fit-content;
  line-height: 23px;
  padding: 0 6.7px;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .contactBox .telArea .telArea__department {
    padding: 0 8.6px;
    font-size: 12px;
  }
}

.contactBox .telArea .tel {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.58;
}
@media screen and (min-width: 768px) {
  .contactBox .telArea .tel {
    font-size: 13px;
  }
}

.contactBox .txt {
  font-size: 10px;
  width: fit-content;
  margin: 0 auto 14px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .contactBox .txt {
    font-size: 11px;
    margin: 0 auto 18px;
  }
}

.contactBox .btn {
  margin: 0 auto;
}
.contactBox .btn a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ad0021;
  max-width: 260px;
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease-in-out;
  margin: 0 auto;
}
.contactBox .btn a:hover {
  opacity: 0.7;
}

.contactBox .contactBox__inner {
  margin-top: 13px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .contactBox .contactBox__inner {
    margin-top: 30px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 0px;
  }
}
.contactBox .contactBox__inner hr {
  width: 100%;
  height: 2px;
  background-color: #aaa;
  border: none;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contactBox .contactBox__inner::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #aaa;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
  }
}
</pre></body></html>