@charset "UTF-8";
.mainArea01 h2 {
  padding: 30px 0;
  background: #e5404b;
}

@media screen and (max-width: 767px) {
  .mainArea01 h2 {
    padding: 30px 80px;
  }
}

@media screen and (max-width: 350px) {
  .mainArea01 h2 {
    padding: 30px 60px;
  }
}

.contactArea01 {
  padding: 45px 35px 60px;
  background-color: #faf0e6;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .contactArea01 {
    padding: 35px 20px 45px;
  }
}

.contactArea01 .topTxt01 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .contactArea01 .topTxt01 {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .contactArea01 .topTxt01 {
    font-size: 15px;
  }
}

.contactArea01 .capTxt01 {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .contactArea01 .capTxt01 {
    margin-bottom: 5px;
  }
}

.contactArea01 .contactTable01 {
  width: 100%;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .contactArea01 .contactTable01 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contactArea01 .contactTable01 tr {
    margin-bottom: 15px;
    display: block;
  }
}

.contactArea01 .contactTable01 th, .contactArea01 .contactTable01 td {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .contactArea01 .contactTable01 th, .contactArea01 .contactTable01 td {
    width: 100%;
    padding: 0;
    display: block;
  }
}

.contactArea01 .contactTable01 th {
  font-size: 15px;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  width: 120px;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 1000px) {
  .contactArea01 .contactTable01 th {
    font-size: 13px;
    width: 110px;
  }
}

@media screen and (max-width: 767px) {
  .contactArea01 .contactTable01 th {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 5px;
  }
}

.contactArea01 .contactTable01 th .required {
  position: relative;
  display: inline-block;
}

.contactArea01 .contactTable01 th .required:after {
  content: '＊';
  font-size: 12px;
  position: absolute;
  top: -2px;
  right: -13px;
}

.contactArea01 .contactTable01 .selectBox01 {
  border: none;
  -webkit-box-shadow: 2px 2px #c8bebe;
  box-shadow: 2px 2px #c8bebe;
}

.contactArea01 .contactTable01 .selectBox01:after {
  display: none;
}

.contactArea01 .contactTable01 .selectBox01 select {
  font-size: 17px;
  background: url("../images/arrow01.png") no-repeat right;
  background-color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .contactArea01 .contactTable01 .selectBox01 select {
    padding: 12px 10px 5px;
  }
}

@media screen and (max-width: 1000px) {
  .contactArea01 .contactTable01 .selectBox01 select {
    font-size: 15px;
  }
}

.contactArea01 .contactTable01 input[type="text"], .contactArea01 .contactTable01 input[type="tel"], .contactArea01 .contactTable01 input[type="email"] {
  font-size: 17px;
  height: 40px !important;
  padding: 0 10px;
  border: none;
  -webkit-box-shadow: 2px 2px #c8bebe;
  box-shadow: 2px 2px #c8bebe;
  -webkit-appearance: none;
  border-radius: 0;
}

@media all and (-ms-high-contrast: none) {
  .contactArea01 .contactTable01 input[type="text"], .contactArea01 .contactTable01 input[type="tel"], .contactArea01 .contactTable01 input[type="email"] {
    padding: 10px 10px 8px;
  }
}

@media screen and (max-width: 1000px) {
  .contactArea01 .contactTable01 input[type="text"], .contactArea01 .contactTable01 input[type="tel"], .contactArea01 .contactTable01 input[type="email"] {
    font-size: 15px;
  }
}

@media all and (-ms-high-contrast: none) {
  .contactArea01 .contactTable01 input[type="tel"] {
    padding: 0 10px;
  }
}

.contactArea01 .contactTable01 input::-webkit-input-placeholder {
  color: #c8c8c8;
}

.contactArea01 .contactTable01 input:-ms-input-placeholder {
  color: #c8c8c8;
}

.contactArea01 .contactTable01 input::-ms-input-placeholder {
  color: #c8c8c8;
}

.contactArea01 .contactTable01 input::placeholder {
  color: #c8c8c8;
}

.contactArea01 .contactTable01 textarea {
  font-size: 17px;
  border: none;
  -webkit-box-shadow: 2px 2px #c8bebe;
  box-shadow: 2px 2px #c8bebe;
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (max-width: 1000px) {
  .contactArea01 .contactTable01 textarea {
    font-size: 15px;
  }
}

.contactArea01 .contactTable01 .address01 th {
  padding-top: 20px;
  vertical-align: top;
}

.contactArea01 .contactTable01 .address01 p:not(:last-child) {
  margin-bottom: 13px;
}

.contactArea01 .contactTable01 .address01 .zip span {
  font-size: 16px;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .contactArea01 .contactTable01 .address01 .zip span {
    font-size: 15px;
  }
}

.contactArea01 .contactTable01 .address01 .zip span.tit01 {
  margin-right: 15px;
}

.contactArea01 .contactTable01 .address01 .zip span.tit02 {
  margin: 0 10px;
}

.contactArea01 .contactTable01 .address01 .zip input {
  width: 100px;
}

.contactArea01 .contactTable01 .address01 .prefectures {
  width: 256px;
}

.contactArea01 .contactTable01 .address01 select {
  color: #c8c8c8;
}

.contactArea01 .contactTable01 .address01 option {
  color: #000;
}

.contactArea01 .contactTable01 .detail01 th {
  padding-top: 20px;
  vertical-align: top;
}

.contactArea01 input[type="submit"] {
  color: #fff;
  font-size: 20px;
  width: 200px;
  padding: 12px 0 10px;
  margin: 0 auto;
  background-color: #dc000f;
  border-radius: 4px;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .contactArea01 input[type="submit"] {
    padding: 15px 0 7px;
  }
}

@media screen and (max-width: 767px) {
  .contactArea01 input[type="submit"] {
    font-size: 18px;
    padding: 10px 0 8px;
  }
}

.formArea01 .formTable {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .formArea01 .formTable tr {
    margin-bottom: 15px;
    display: block;
  }
}

.formArea01 .formTable th, .formArea01 .formTable td {
  padding: 10px 10px 8px;
}

@media screen and (max-width: 767px) {
  .formArea01 .formTable th, .formArea01 .formTable td {
    width: 100%;
    padding: 0;
    display: block;
  }
}

.formArea01 .formTable th {
  width: 150px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .formArea01 .formTable th {
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
  }
}

.formArea01 .formTable .btnConfirm {
  padding-top: 30px;
  border-bottom: none;
  text-align: center;
}

.formArea01 .formTable .btnConfirm .submit02 {
  margin: 0 15px 0 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .formArea01 .formTable .btnConfirm .submit02 {
    display: block;
    margin: 0 auto 15px;
  }
}

.formArea01 .formTable .btnConfirm .backbtn {
  font-size: 20px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  width: 200px;
  padding: 12px 0 10px;
  border-radius: 4px;
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  .formArea01 .formTable .btnConfirm .backbtn {
    padding: 15px 0 7px;
  }
}

@media screen and (max-width: 767px) {
  .formArea01 .formTable .btnConfirm .backbtn {
    font-size: 18px;
    padding: 10px 0 8px;
    margin: 0 auto;
    display: block;
  }
}

.thanksArea01 {
  padding-bottom: 45px;
}
