.breadcrumb {
  color: #fff;
}
.page_copy {
  color: #fff;
}
.contactInfoWrap {
  display: flex;
  padding-top: 80px;
  flex-wrap: wrap;
}
.contactInfoWrap .contactInfoChild {
  width: 50%;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}
.contactInfoWrap .contactInfoChild p {
  color: #0c2f54;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.75;
  min-height: 50px;
}
.contactInfoWrap .contactInfoChild a {
  background-color: #0c2f54;
  color: #fff;
  border: none;
  padding: 30px 20px;
  cursor: pointer;
  font-family: inherit;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 30px auto 20px;
  font-size: 2rem;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable tr {
  border-bottom: 1px solid #ddd;
}
table.formTable td,
table.formTable th {
  padding: 10px;
}
table.formTable th {
  font-weight: bold;
  padding: 12px;
  text-align: left;
  background: #f6f6f6;
  width: 300px;
}
span.texts {
  font-size: 85%;
}
table.formTable td {
  padding: 16px;
  text-align: left;
  background-color: #fff;
}
.formTable input[type="text"],
.formTable input[type="tel"],
.formTable textarea,
.formTable select {
  font-size: 100%;
}
input[type="radio"] {
  margin-right: 5px;
}
.cp_ipselect {
  overflow: hidden;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl04 {
  position: relative;
  border-radius: 2px;
  border: 1px solid #ddd;
}
.cp_ipselect.cp_sl04::before {
  position: absolute;
  top: 1em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ddd;
  pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
  padding: 6px 38px 8px 8px;
}
form input[type="submit"] {
  color: #fff;
  background: -moz-linear-gradient(#6d8299, #0c2f54 30%);
  background: -webkit-linear-gradient(#6d8299, #0c2f54 30%);
  background: linear-gradient(#6d8299, #0c2f54 30%);
  width: 360px;
  border: none;
  margin: 20px auto 10px;
  font-size: 1.6rem;
  font-family: "Sawarabi Mincho";
  letter-spacing: 0.1em;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .submit_btn {
  text-align: center;
  margin: 40px 0 0 0;
}
form .back_btn {
  display: block;
  padding: 8px;
  font-size: 1.3rem;
}

.privacy-area {
  background-color: transparent;
  margin-bottom: 35px;
  margin-top: 50px;
}
.privacy-area h4 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.privacy-area .txt-area {
  text-align: center;
  margin: 10px 0 30px;
}
.privacy-area .item-agreement textarea {
  width: 100%;
  min-height: 140px;
  overflow-y: scroll;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: normal;
}
.privacy-area .item-agreement .item-agreement-check-area {
  text-align: center;
  padding: 12px 20px;
  margin-top: 15px;
}
.privacy-area .item-agreement .item-agreement-check-area input {
  position: relative;
  top: 1px;
}
.privacy-area .item-agreement .item-agreement-check-area span {
  font-weight: bold;
  padding-left: 10px;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 900px) {
  .contactInfoWrap {
    display: block;
    padding-top: 50px;
  }
  .contactInfoWrap .contactInfoChild {
    width: 100%;
    margin: 0;
    padding: 15px 0;
  }
  .contactInfoWrap .contactInfoChild p {
    font-size: 1.5rem;
  }
  .contactInfoWrap .contactInfoChild a {
    margin: 10px auto 0;
    font-size: 1.75rem;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    border-bottom: 0;
  }
  form input[type="text"],
  form input[type="tel"],
  form textarea {
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type="submit"] {
    width: 100%;
  }
  form input[type="submit"],
  form input[type="reset"],
  form input[type="button"] {
    display: block;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  form input[type="text"],
  form input[type="tel"],
  form textarea {
    width: 95%;
  }
  .contactInfoWrap .contactInfoChild p br {
    display: none;
  }
}
