@charset "UTF-8";
.pp .inner {
  padding: 0 0 70px;
}
.pp h3 {
  font-family: ab-appare, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #7F1826;
  font-size: 24px;
  margin-bottom: 0;
}
.pp ol {
  padding: 0 0 0 20px;
}
.pp .right {
  text-align: right;
}
.contact {
  min-height: 800px;
}
.contact .inner {
  padding: 0 0 70px;
}
.contact p {
  text-align: center;
  margin-bottom: 40px;
}
/*--------------タイトル*/
.second .title {
  text-align: center;
  color: #7F1826;
  margin: 150px auto 50px;
}
.second .title h2 {
  font-family: ab-appare, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  margin: 0;
}
.second .title h3 {
  font-family: ab-appare, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 5px;
  margin: 10px 0;
}
/*----------------------*/
.contact table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.contact table tr:first-child {
  border-top: solid 1px #7F1826;
}
.contact table tr {
  border-bottom: solid 1px #7F1826;
}
.contact table th {
  font-family: ab-appare, sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 37%;
  padding: 25px 2%;
  font-size: 18px;
  text-align: left;
}
.contact table td {
  padding: 25px 2%;
}
.contact .input {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 94%;
  font-size: 16px;
  padding: 15px 3%;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 5px;
}
.contact textarea {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 94%;
  font-size: 16px;
  padding: 15px 3%;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 5px;
}
.contact .required {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 12px;
  color: #fff;
  background-color: #7F1826;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 3px;
}
::placeholder {
  color: #aaa;
}
/*チェックボックス*/
.contact .check_box span {
  display: inline-block;
  margin-right: 25px;
}
.contact .check_box input[type=checkbox] {
  display: none;
}
.contact .check_box label {
  padding-left: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.contact .check_box label::before {
  border: 1px solid #7F1826;
  background-color: #fff;
  border-radius: 2px;
  content: '';
  display: block;
  height: 18px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.contact .check_box label::after {
  border-right: 3px solid #7F1826;
  border-bottom: 3px solid #7F1826;
  content: '';
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.contact .check_box input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.contact p.check_box {
  text-align: center;
  margin-bottom: 40px;
}
.contact p.check_box a {
  color: #7F1826;
}
.contact .btn_box {
  text-align: center;
}
.contact .submit {
  font-family: ab-appare, sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 45%;
  color: #fff;
  background-color: #7F1826;
  border-radius: 100px;
  border: none;
  padding: 25px 0;
  text-align: center;
  margin: 0 2%;
  font-size: 24px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  transition: all .3s;
}
.contact .submit:hover {
  background-color: #CA727E;
  color: #7F1826;
  opacity: 1;
}
.contact .submit.clear {
  background-color: #999;
}
.contact .submit:hover.clear {
  background-color: #aaa;
}
.contact .btn a {
  font-family: ab-appare, sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 40%;
  color: #fff;
  background-color: #7F1826;
  border-radius: 100px;
  border: none;
  padding: 25px 0;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  display: block;
}
.contact .btn a:hover {
  background-color: #CA727E;
  color: #7F1826;
  opacity: 1;
}
@media screen and (max-width:1050px) {
  .pp h3 {
    font-size: 20px;
  }
  /*--------------タイトル*/
  .second .title {
    text-align: center;
    color: #7F1826;
    margin: 100px auto 30px;
  }
  .second .title h2 {
    font-family: ab-appare, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    margin: 0;
  }
  .second .title h3 {
    font-family: ab-appare, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 5px;
    margin: 10px 0;
  }
  /*--------------*/
  .contact p {
    margin-bottom: 30px;
  }
  .contact h3 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .contact table {
    margin-bottom: 30px;
  }
  .contact table th {
    width: auto;
    display: block;
    padding: 20px 3% 15px;
    border: none;
  }
  .contact table td {
    width: auto;
    display: block;
    padding: 0 3% 20px;
  }
  .contact .input02 {
    width: 30%;
  }
  .contact .submit {
    padding: 20px 0;
    font-size: 18px;
  }
  .contact .btn a {
    width: 45%;
    font-size: 18px;
  }
  input[type="reset"] {
    -webkit-appearance: none;
  }
  input[type="submit"] {
    -webkit-appearance: none;
  }
  input[type="button"] {
    -webkit-appearance: none;
  }
}