.subpageTitle01 {
  background-image: url(../images/bg_index01.png);
}

.subpageTitle01 img {
  width: 257px;
  height: 106px;
}
@media screen and (max-width: 767px) {
  .subpageTitle01 img {
    width: 200px;
    height: 83px;
  }
}

.subTitle {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .subTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.required {
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  margin-top: 3px;
  padding: 0 2px;
  background: #e02522;
  border-radius: 2px;
  display: inline;
  float: left;
}

.optional {
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  margin-top: 3px;
  padding: 0 2px;
  background: #888;
  border-radius: 2px;
  display: inline;
  float: left;
}

.contactTable01 {
  font-size: 14px;
  width: 100%;
  margin-bottom: 25px;
  background-color: #fff;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  border-left: 1px solid #888;
  table-layout: fixed;
}
.contactTable01 th {
  text-align: left;
  font-weight: bold;
  width: 210px;
  padding: 12px;
  background-color: #e6f6ff;
  vertical-align: middle;
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 767px) {
  .contactTable01 th {
    width: 100%;
    padding: 12px 10px;
    display: block;
    text-align: left;
  }
}
.contactTable01 th p {
  width: calc(100% - 30px);
  margin-left: auto;
}
.contactTable01 th span {
  font-size: 10px;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 767px) {
  .contactTable01 th span {
    display: inline;
  }
}
.contactTable01 th span.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.contactTable01 th.verticalTop {
  padding-top: 20px;
  vertical-align: top;
}
.contactTable01 td {
  padding: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 767px) {
  .contactTable01 td {
    width: 100%;
    padding: 12px 10px;
    display: block;
  }
}
.contactTable01 td ul {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .contactTable01 td ul {
    margin: 0;
  }
}
.contactTable01 td ul li {
  margin: 0 30px 0 0;
}
.contactTable01 td ul.pref01 li {
  margin: 0 15px 0 0;
}
.contactTable01 input::placeholder {
  font-size: 14px;
}
.contactTable01 label {
  padding-left: 25px;
  position: relative;
}
.contactTable01 label input {
  position: absolute;
  left: 0;
  top: 1px;
}
.contactTable01 .selectBox01 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .contactTable01 .selectBox01 {
    width: 100%;
  }
}
.contactTable01 .selectBox01:before {
  content: "";
  width: 4px;
  height: 4px;
  margin: auto 0;
  border: 4px solid transparent;
  border-top: 4px solid #333;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(180deg);
  top: 10px;
  right: 15px;
}
.contactTable01 .selectBox01:after {
  top: 23px;
}
.contactTable01 input {
  font-size: 14px;
}
.contactTable01 select {
  font-size: 14px;
}
.contactTable01 .w-49 {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .contactTable01 .w-49 {
    width: 100%;
  }
}
.contactTable01 .flexBox01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contactTable01 .flexBox01 span {
  margin: 0 20px;
}
@media screen and (max-width: 900px) {
  .contactTable01 .flexBox01 span {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .contactTable01 .flexBox01 span {
    margin: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contactTable01 .flexBox01 .w-49:first-of-type {
    margin-bottom: 5px;
  }
}
.contactTable01 textarea {
  width: 100%;
  height: 115px;
  padding: 10px;
  border: 1px solid #c7cedb;
  border-radius: 3px;
}

.contactBtn01 {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}
.contactBtn01 button {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  padding: 12px 0 13px;
  background-color: #19adf9;
  border-radius: 30px;
  position: relative;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contactBtn01 button {
    font-size: 18px;
    padding: 5px 0 9px;
  }
}
.contactBtn01 button:disabled {
  background-color: #ccc;
}
.contactBtn01 button:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto 0;
  border: 8px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  right: 5%;
}

.confirm {
  text-align: center;
}
.confirm .required {
  float: none;
}
.confirm .policy {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .confirm .policy {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.confirm .policy a {
  color: #19adf9;
  text-decoration: underline;
}
.confirm .confirmCheckBox {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .confirm .confirmCheckBox {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.confirm label:hover {
  cursor: pointer;
}

.thanksHeading01 {
  color: #e52d8a;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .thanksHeading01 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .thanksHeading01 {
    font-size: 18px;
  }
}

.thanksContent01 {
  width: 100%;
  margin: 0 auto 50px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .thanksContent01 {
    margin-bottom: 30px;
  }
}
.thanksContent01 .thanksTxt01 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .thanksContent01 .thanksTxt01 {
    text-align: left;
    margin-bottom: 20px;
  }
}
.thanksContent01 .capBox01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanksContent01 .capBox01 {
    text-align: left;
  }
}
.thanksContent01 .capBox01 .capTxt01 {
  color: #888;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.thanksContent02 {
  padding: 25px 0;
  background-color: #e1f4fa;
}
@media screen and (max-width: 767px) {
  .thanksContent02 {
    padding: 20px 0;
  }
}
.thanksContent02 .store01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .thanksContent02 .store01 {
    font-size: 18px;
  }
}
.thanksContent02 .store01 .sub {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 767px) {
  .thanksContent02 .store01 .sub {
    font-size: 13px;
  }
}
.thanksContent02 .tel01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .thanksContent02 .tel01 {
    font-size: 18px;
  }
}
.thanksContent02 .tel01 a {
  display: block;
}
.thanksContent02 .date01 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .thanksContent02 .date01 {
    font-size: 13px;
  }
}

.backBtn a {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  width: 320px;
  height: 50px;
  margin: 40px auto 0;
  background-color: #999;
  background-repeat: no-repeat;
  border-radius: 30px;
  line-height: 1.1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .backBtn a {
    font-size: 1.6rem;
    width: 100%;
    margin: 30px auto 0;
  }
}
.backBtn a:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto 0;
  border: 8px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 10px solid #fff;
  left: 5%;
}