.headTitle01 {
  background-image: url("../images/bg_index01.jpg");
  background-position: center 44%;
}

.headTitle01 .headTitleText01 span {
  padding-bottom: 3px;
  background-image: url("../images/ico_index01.png");
}

.localNav02 {
  padding: 30px 15px 35px;
  background: #f9f5ed;
}

@media screen and (max-width: 640px) {
  .localNav02 {
    padding: 20px 15px 25px;
  }
}

.localNav02 li:nth-last-child(-n+2) a {
  padding: 24px 0 12px;
}

@media screen and (max-width: 821px) {
  .localNav02 li:nth-last-child(-n+2) a {
    padding: 13px 0 12px;
  }
}

@media screen and (max-width: 821px) {
  .localNav02 li:nth-child(3) a {
    padding: 24px 0 12px;
  }
}

@media screen and (max-width: 563px) {
  .localNav02 li:nth-child(3) a {
    padding: 13px 0 12px;
  }
}

.telArea01 h3 {
  background-image: url("../images/ico_index02.png");
}

.telContent01 {
  padding: 20px 15px 22px;
  background: #fbf7ef;
}

@media screen and (max-width: 640px) {
  .telContent01 {
    font-size: 12px;
  }
}

@media screen and (max-width: 360px) {
  .telContent01 {
    font-size: 11px;
  }
}

.telContent01 h4 {
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .telContent01 h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .telContent01 h4 {
    font-size: 14px;
  }
}

.telContent01 .tel01 {
  font-size: 38px;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .telContent01 .tel01 {
    font-size: 32px;
  }
}

@media screen and (max-width: 400px) {
  .telContent01 .tel01 {
    font-size: 28px;
  }
}

.telContent01 .tel01 span {
  padding: 0 0 3px 45px;
  background: url("../images/ico_index03.png") no-repeat 0 50%;
}

@media screen and (max-width: 640px) {
  .telContent01 .tel01 span {
    padding-left: 35px;
    background-size: 30px;
  }
}

@media screen and (max-width: 400px) {
  .telContent01 .tel01 span {
    font-size: 28px;
  }
}

.formArea01 h3 {
  background-image: url("../images/ico_index04.png");
}

.formArea01 table {
  width: 100%;
}

.formArea01 th {
  text-align: left;
}

.formArea01 th:not(.verticalTop) {
  vertical-align: middle;
}

.formArea01 .tableHead01 {
  font-size: 15px;
  width: 310px;
  background: #fbf7ef;
  border-left: 1px solid #f3e2c8;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .formArea01 .tableHead01 {
    font-size: 14px;
    width: 185px;
  }
}

.formArea01 .tableContent01 {
  border-right: 0;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .formArea01 .tableContent01 {
    font-size: 13px;
  }
}

.formArea01 .tableContent01 th {
  width: 130px;
}

@media screen and (max-width: 1000px) {
  .formArea01 .tableContent01 th {
    width: 100px;
  }
}

.formArea01 .tableContent01 td {
  padding: 4px 0;
}

@media screen and (max-width: 767px) {
  .formArea01 .tableContent01 td {
    padding: 4px 0 10px;
  }
}

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

.formArea01 .tableHead01,
.formArea01 .tableContent01 {
  padding: 16px 20px;
  border: 1px solid #f6efe3;
}

@media screen and (max-width: 767px) {
  .formArea01 .tableHead01,
  .formArea01 .tableContent01 {
    width: 100%;
    display: block;
  }
}

.formArea01 input[type="text"], .formArea01 input[type="email"] {
  width: 325px;
}

@media screen and (max-width: 640px) {
  .formArea01 input[type="text"], .formArea01 input[type="email"] {
    width: 100%;
  }
}

.formArea01 .required {
  font-size: 12px;
  color: #fff;
  padding: 3px 8px 4px;
  background: #cb4040;
  border-radius: 2px;
  line-height: 1;
}

.formArea01 .submitBtn01 {
  width: 318px;
  margin: 40px auto 0;
}

@media screen and (max-width: 640px) {
  .formArea01 .submitBtn01 {
    width: 250px;
    margin-top: 25px;
  }
}

.formArea01 .submitBtn01 input {
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .formArea01 .submitBtn01 input {
    font-size: 16px;
  }
}
