.contactFm__chap-write label {
  display: flex;
  align-items: center;
}
.contactFm__chap-write input {
  width: 100%;
}
.contactFm__chap-write input[type=radio] {
  width: auto;
}
.contactFm__chap-write input[type=checkbox] {
  width: auto;
}
.contactFm__chap-write textarea {
  width: 100%;
}
.contactFm__chap-write .wpcf7-radio,
.contactFm__chap-write .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.contactFm__chap-write .wpcf7-list-item {
  margin: 0;
}
.contactFm__chap-write-privacy {
  border: 1px solid #707070;
  overflow-y: scroll;
  padding: 10px 10px;
  width: 100%;
}
.contactFm__chap-write.file-style-en br {
  display: none;
}
.contactFm__chap-write.file-style-en label {
  display: inline-block;
}
.contactFm__chap-write.file-style-en input[type=file] {
  display: none;
}
.contactFm__chap-write.file-style-en p {
  display: flex;
  flex-wrap: wrap;
}
.contactFm__chap-write.file-style-en .custom-upload .custom-uploadIn {
  cursor: pointer;
  border: 1px solid #676767;
  margin: 0 20px 0 0;
  padding: 0 10px;
  max-width: 100px;
}
.contactBtnArea p {
  display: flex;
  justify-content: center;
}
.contactBtnArea .wpcf7-spinner,
.contactBtnArea br {
  display: none;
}
.contactBtnArea__submit,
.contactBtnArea input[type=reset] {
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-content: center;
}
.contactBtnArea__submit {
  background: #C1A87D;
  border: none;
  color: #FFFFFF;
  display: block;
}
.contactBtnArea input[type=reset] {
  background: #FFFFFF;
  border: 1px solid #707070;
}

@media only screen and (max-width: 767px) {
  .contactFm {
    font-size: 16px;
  }
  .contactFm__chap:not(:first-child) {
    margin: 24px 0 0 0;
  }
  .contactFm__chap-name {
    line-height: 168.75%;
  }
  .contactFm__chap-name p {
    line-height: 168.75%;
  }
  .contactFm__chap-write {
    margin: 4px 0 0 0;
  }
  .contactFm__chap-write input[type=radio] {
    margin: 0 15px 0 0;
    height: 18px;
    width: 18px;
  }
  .contactFm__chap-write input[type=checkbox] {
    margin: 0 15px 0 0;
    height: 18px;
    width: 18px;
  }
  .contactFm__chap-write select {
    min-height: 32.66px;
    width: 100%;
  }
  .contactFm__chap-write textarea {
    height: 130px;
  }
  .contactFm__chap-write .wpcf7-radio,
  .contactFm__chap-write .wpcf7-checkbox {
    gap: 5px 31px;
  }
  .contactFm__chap-write-privacy {
    font-size: 14px;
    margin: 15px 0 13px 0;
    height: 130px;
  }
  .contactBtnArea {
    margin: 40px 0 0 0;
  }
  .contactBtnArea p {
    gap: 19px;
  }
  .contactBtnArea__submit,
  .contactBtnArea input[type=reset] {
    font-size: 18px;
    height: 41px;
    max-width: 158px;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .contactFm {
    border-top: 1px solid #707070;
    font-size: 16px;
  }
  .contactFm__chap {
    border-bottom: 1px solid #707070;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 4.5% 30px;
  }
  .contactFm__chap-name {
    width: 265px;
  }
  .contactFm__chap-write {
    width: calc(100% - 265px);
  }
  .contactFm__chap-write input[type=radio] {
    margin: 0 11px 0 0;
    height: 18px;
    width: 18px;
  }
  .contactFm__chap-write input[type=checkbox] {
    margin: 0 11px 0 0;
    height: 18px;
    width: 18px;
  }
  .contactFm__chap-write .wpcf7-radio,
  .contactFm__chap-write .wpcf7-checkbox {
    gap: 5px 31px;
  }
  .contactFm__chap-write-privacy {
    margin: 0 0 10px 0;
    height: 130px;
  }
  .contactBtnArea {
    margin: 78px 0 0 0;
  }
  .contactBtnArea p {
    gap: 30px;
  }
  .contactBtnArea__submit,
  .contactBtnArea input[type=reset] {
    font-size: 20px;
    height: 60px;
    width: 230px;
  }
}
.secContactList .secContactListIn .explan-container .explan {
  display: none;
}
.secContactList .secContactListIn .explan-container .explan.show {
  display: block;
}
.secContactList .secContactListIn .tab-container {
  display: flex;
  align-items: center;
}
.secContactList .secContactListIn .tab-container .tab {
  cursor: pointer;
  border: 1px solid #707070;
  display: grid;
  align-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
.secContactList .secContactListIn .tab-container .tab.active {
  background: #EEECEA;
  border: 1px solid #EEECEA;
}
.secContactList .secContactListIn .tab-container .tab .textEn {
  line-height: 100%;
}
.secContactList .secContactListIn .tab-container .tab .textJa {
  line-height: 100%;
}
.secContactList .secContactListIn .content-container .content {
  display: none;
}
@media only screen and (max-width: 767px) {
  .secContactList .secContactListIn {
    padding: 52px 0 77px 0;
  }
  .secContactList .secContactListIn .explan-container .explan {
    border: 1px solid #707070;
    line-height: 175%;
    padding: 13px 18px 11px;
  }
  .secContactList .secContactListIn .tab-container {
    gap: 19px;
    margin: 27px 0 0 0;
  }
  .secContactList .secContactListIn .tab-container .tab {
    height: 65px;
    max-width: 158px;
    width: 100%;
  }
  .secContactList .secContactListIn .tab-container .tab .textEn {
    font-size: 21px;
    letter-spacing: 0.63px;
  }
  .secContactList .secContactListIn .tab-container .tab .textJa {
    font-size: 14px;
  }
  .secContactList .secContactListIn .content-container {
    margin: 35px 0 0 0;
  }
  .secContactList .secContactListIn .content-container .content.show {
    display: block;
  }
  .secContactList .secContactListIn .content-container .content__note {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .secContactList .secContactListIn {
    padding: 77px 0 108px 0;
  }
  .secContactList .secContactListIn .explan-container {
    display: none;
  }
  .secContactList .secContactListIn .tab-container {
    gap: 30px;
  }
  .secContactList .secContactListIn .tab-container .tab {
    height: 80px;
    width: 230px;
  }
  .secContactList .secContactListIn .tab-container .tab .textEn {
    font-size: 26px;
    letter-spacing: 0.78px;
  }
  .secContactList .secContactListIn .tab-container .tab .textJa {
    font-size: 14px;
    margin: 7px 0 0 0;
  }
  .secContactList .secContactListIn .content-container .content {
    margin: 51px 0 0 0;
  }
  .secContactList .secContactListIn .content-container .content.show {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .secContactList .secContactListIn .content-container .content__form {
    width: 70.8333333333%;
  }
  .secContactList .secContactListIn .content-container .content__note {
    border: 1px solid #707070;
    font-size: 18px;
    padding: 9px 15px 14px;
    width: 25.1666666667%;
  }
  .secContactList .secContactListIn .content-container .content__note span {
    font-weight: bold;
    text-decoration: underline;
  }
}/*# sourceMappingURL=style.css.map */