#bgImg {
  background: url("../images/bg_index01.png") no-repeat right center, #5a90d0;
}

.contents02:not(.contents03):last-child {
  margin-top: 50px;
}

.contents02 h3 {
  font-size: 18px;
  font-weight: bold;
  color: #006cff;
  margin-bottom: 20px;
}

.btn01 {
  width: 225px;
  margin: 30px auto 0;
}

.btn01 input[type="submit"] {
  width: 100%;
  padding: 14px 0px;
  font-size: 18px;
  color: white;
  background-color: #006cff;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
}

.btn01 a {
  width: 255px;
  padding: 14px 0px;
  font-size: 18px;
  color: white;
  background-color: #146db3;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
}

.btn01 span {
  position: relative;
  padding-left: 13px;
}

.btn01 span:before {
  position: absolute;
  top: 6px;
  left: 0px;
  display: block;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  content: '\f0da';
  font-family: FontAwesome;
  color: white;
  font-size: 12px;
}

.contactForm01 {
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .contactForm01 table {
    width: 100%;
  }
}

@media print, screen and (min-width: 641px) {
  .contactForm01 tr:last-child th {
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .contactForm01 tr:last-child td {
    padding-bottom: 0;
  }
}

.contactForm01 th,
.contactForm01 td {
  padding-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .contactForm01 th,
  .contactForm01 td {
    display: block;
  }
}

.contactForm01 th {
  text-align: left;
  width: 198px;
}

@media screen and (max-width: 800px) {
  .contactForm01 th {
    width: 18%;
  }
}

@media screen and (max-width: 640px) {
  .contactForm01 th {
    width: 100%;
    padding-bottom: 10px;
  }
}

.contactForm01 th span {
  font-size: 12px;
  text-align: center;
  width: 46px;
  margin-right: 5px;
  padding: 3px 0 2px;
  border-radius: 4px;
  line-height: 1;
  display: inline-block;
}

.contactForm01 td {
  width: 350px;
}

@media screen and (max-width: 800px) {
  .contactForm01 td {
    width: 30%;
  }
}

@media screen and (max-width: 640px) {
  .contactForm01 td {
    width: 100%;
    padding-bottom: 35px;
  }
}

.contactForm01 .required {
  color: #ff0042;
  border: 2px solid #ff0042;
}

.contactForm01 .option {
  color: #146db3;
  border: 2px solid #146db3;
}

.contactForm01 input[type="text"], .contactForm01 input[type="email"], .contactForm01 input[type="tel"] {
  width: 100%;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .contactForm01 input[type="text"], .contactForm01 input[type="email"], .contactForm01 input[type="tel"] {
    height: 45px;
  }
}

.contactForm01 input[type="checkbox"] {
  vertical-align: text-top;
}

.contactForm01 textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

.contactForm01 span.wpcf7-list-item {
  margin-left: 0;
  display: block;
}

.contactForm01 span.wpcf7-list-item:not(:last-child) {
  margin-bottom: 8px;
}

.contactForm01 span.wpcf7-list-item-label::before, .contactForm01 span.wpcf7-list-item-label::after {
  content: "";
}

@media screen and (max-width: 640px) {
  .contactForm01 label {
    width: 100%;
    padding: 2px 0;
    display: block;
  }
}

.telArea01 {
  text-align: center;
  width: 228px;
  margin: 35px auto 0;
}

.telArea01 p:first-child {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.text01 {
  font-size: 16px;
  font-weight: bold;
  color: #006cff;
}
