.commonWidth {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .commonWidth {
    width: 90%;
  }
  .commonWidthSp {
    width: 90%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1334px;
  }
  .commonWidth {
    width: 90%;
    max-width: 1100px;
  }
  .commonWidthPc {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.secContact {
  color: #ffffff;
}
.secContact a,
.secContact a:hover {
  color: #ffffff;
}
.secContact .secContactIn .contactInfo .text01 {
  font-weight: bold;
}
.secContact .secContactIn .contactInfo .telColor {
  color: #FFF503;
}
@media only screen and (max-width: 767px) {
  .secContact {
    margin-top: 75px;
    background-image: url(../images/back_sp@2x.jpg);
    background-color: #000;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .secContact .secContactIn {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .secContact .secContactIn .contactInfo {
    padding-bottom: 40px;
  }
  .secContact .secContactIn .contactInfo .contactTitle {
    font-size: 24px;
    line-height: 32px;
  }
  .secContact .secContactIn .contactInfo .text01 {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0;
  }
  .secContact .secContactIn .contactInfo .text02 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .secContact .secContactIn .contactInfo .text03 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .secContact .secContactIn .contactInfo .text04 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .secContact {
    margin-top: 80px;
    background: url(../images/back@2x.jpg);
    background-color: #000;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .secContact .secContactIn {
    display: flex;
    align-items: flex-start;
    padding-top: 165px;
    padding-bottom: 60px;
  }
  .secContact .secContactIn .contactInfo {
    min-width: 50%;
    max-width: 50%;
  }
  .secContact .secContactIn .contactInfo .contactTitle {
    font-size: 60px;
    line-height: 78px;
  }
  .secContact .secContactIn .contactInfo .text01 {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    padding: 40px 0;
  }
  .secContact .secContactIn .contactInfo .text02 {
    font-size: 20px;
  }
  .secContact .secContactIn .contactInfo .text03 {
    font-size: 40px;
  }
  .secContact .secContactIn .contactInfo .text04 {
    font-size: 20px;
  }
  .secContact .secContactIn .contactForm {
    min-width: 50%;
    max-width: 50%;
  }
}
@media print, screen and (min-width: 2226px) {
  .secContact {
    background-size: cover;
  }
}/*# sourceMappingURL=style.css.map */