@charset "UTF-8";
h2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #D95839;
  line-height: 20px;
}

h2 + p {
  font-size: 28px;
  font-weight: bold;
  line-height: 2.48;
  letter-spacing: 0.03em;
}

.flexBox {
  display: flex;
}

.morebtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  font-weight: 600;
}
.morebtn p {
  font-size: 16px;
}
.morebtn .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
.morebtn .circle .triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffc400;
}

.secContact {
  background: #f0efed;
}
.secContact .commonWidthSm {
  padding: 96px 0 136px;
}

.wpcf7-response-output {
  display: none !important;
}

.secContact .topBtn {
  margin-top: 66px;
  margin-bottom: 126px;
}
.secContact .firstText {
  padding: 70px 0;
}
.secContact .content {
  width: 100%;
  padding: 26px 0;
  /* 旧Edge対応 */
  /* IE対応 */
}
.secContact .content ::-moz-placeholder {
  color: #b4b4b4;
}
.secContact .content ::placeholder {
  color: #b4b4b4;
}
.secContact .content ::-ms-input-placeholder {
  color: #b4b4b4;
}
.secContact .content :-ms-input-placeholder {
  color: #b4b4b4;
}
.secContact .content .title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
.secContact .content .title span {
  background: #D95839;
  color: #fff;
  margin-left: 24px;
  padding: 4px 8px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  border-radius: 0px 6px;
}
.secContact .content .title .any {
  color: #b4b4b4;
  border: 1px solid #b4b4b4;
  background: none;
}
.secContact .content .dateWrap {
  margin-bottom: 15px;
}
.secContact input,
.secContact textarea,
.secContact select {
  padding: 15px 23px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  width: 100%;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #b4b4b4;
  background: #fff;
}
.secContact textArea {
  height: 140px;
}
.secContact .submitBtn {
  margin: 40px auto 24px;
  max-width: 280px;
  width: 100%;
  position: relative;
}
.secContact .submitBtn input {
  background: #D95839;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  border-radius: 60px;
  border: none;
  text-align: center;
  padding: 15px 0;
}
.secContact .submitBtn::after {
  content: "";
  background-image: url(../img/arrow_w_contact.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 16px;
  display: block;
  position: absolute;
  top: 53%;
  right: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.secContact .wpcf7-spinner {
  display: none;
}
.secContact .privacy {
  padding-bottom: 21px;
  text-align: center;
  font-weight: 400;
}
.secContact .privacy p {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.05em;
}
.secContact .privacy a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}
.secContact .checkboxContent {
  text-align: center;
  font-weight: 400;
}
.secContact .checkboxContent p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.05em;
}
.secContact .checkboxContent input {
  width: initial !important;
}
.secContact .radioContent label:first-of-type {
  margin-bottom: 8px;
}
.secContact .radioContent label {
  display: flex;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.secContact .radioContent input {
  width: initial !important;
}
.secContact .radioContent input {
  margin: 0 !important;
  padding: 0 !important;
}
.secContact .radioContent input[type=radio] {
  transform: scale(1) !important;
}
.secContact .radioContent .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 400;
}
.secContact .checkboxContent label {
  display: flex;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
  padding: 0 !important;
}
.secContact .checkboxContent label span {
  line-height: 0;
}
.secContact .checkboxContent label input {
  margin: 0 !important;
  padding: 0 !important;
}
.secContact .checkboxContent label input[type=checkbox] {
  transform: scale(1) !important;
}

@media screen and (max-width: 767px) {
  .secContact .content {
    padding: 12px 0;
  }
  .secContact .content .title {
    font-size: 16px;
    align-items: center;
    padding-bottom: 10px;
  }
  .secContact .content .title span {
    font-size: 14px;
    padding: 3px 10px;
  }
  .secContact .telContent input {
    width: 100% !important;
  }
  .secContact .wpcf7-radio .wpcf7-list-item {
    margin: 0 0 0 0em !important;
    display: block;
  }
  .secContact .privacy {
    font-size: 14px;
  }
  .secContact .submitBtn input {
    font-size: 18px;
  }
  .secContact input,
  .secContact textarea,
  .secContact select {
    padding: 12px 16px;
  }
  .secContact .checkboxContent label span {
    line-height: 1.4em;
    text-align: left;
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */