@charset "utf-8";
/* common ***************************************************/
.conWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: dotted 1px #ccc;
  padding-top: 85px;
  box-sizing: border-box;
}
.conLeft {
  width: 30%;
  box-sizing: border-box;
}
.conLeft h2 {
  position: sticky;
  top: 100px;
  line-height: 1.2;
}
.conRight {
  width: 65%;
  box-sizing: border-box;
}
.conIntro {
  margin-bottom: 45px;
}
.conIntro p {
  margin: 5px 0;
}
/* area ***************************************************/
.conAreaList dt {
  color: #ab7449;
  font-weight: bold;
}
.conAreaList dd {
  margin-bottom: 20px;
  border-bottom: solid 1px #e8e8e8;
}
/* tel ***************************************************/
.conIntroTel {
  margin-bottom: 35px;
}
.conTelNum a {
  color: #ab7449;
  font-weight: bold;
  font-size: 1.2em;
}
.conTelNum .btn-styleA a::before {
  background: #ab7449;
}
.conTel .conLeft h2 {
  position: relative;
  top: 0;
}
/* mail ***************************************************/
.mailform {
  display: flex;
  flex-wrap: wrap;
  padding: 35px;
  box-sizing: border-box;
  border-top: solid 1px #ab7449;
  border-bottom: solid 1px #ab7449;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* background: #faf9f5; */
}
.mailform dt,
.mailform dd {
  box-sizing: border-box;
  margin: 12px 0 0;
}
.mailform dt {
  width: 25%;
  padding-right: 1em;
}
.mailform dd {
  width: 75%;
}
.text_s {
  width: 50% !important;
}
.requiredLabel {
  color: #ff0000;
}
@media only screen and (max-width: 768px) {
  /* common ***************************************************/
  .conWrap {
    border-top: dotted 1px #ccc;
    padding-top: 50px;
  }
  .conLeft {
    width: 100%;
    box-sizing: border-box;
  }
  .conLeft h2 {
    position: relative;
    top: 0;
  }
  .conRight {
    width: 100%;
  }
  .conIntro {
    margin-bottom: 35px;
  }
  .conIntro p {
    margin: 5px 0;
  }
  /* area ***************************************************/
  .conAreaList dd {
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 8px 0 12px;
  }
  /* tel ***************************************************/
  .conIntroTel {
    margin-bottom: 12px;
  }
  /* mail ***************************************************/
  .mailform {
    padding: 12px 0;
    box-sizing: border-box;
    border-top: solid 0px #ab7449;
    border-bottom: solid 0px #ab7449;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .mailform dt,
  .mailform dd {
    margin: 0;
  }
  .mailform dt {
    width: 100%;
    padding-right: 0;
  }
  .mailform dd {
    width: 100%;
    margin: 8px 0 20px;
  }
  .text_s {
    width: 50% !important;
  }
}

@media only screen and (max-width: 468px) {
}
