@charset "UTF-8";
.mainVisualArea {
  background: url("../images/pic_index01.jpg") no-repeat top center;
  background-size: cover;
  padding: 1px 0;
}

.comments {
  margin: 0 0 50px 20px;
}
@media screen and (max-width: 767px) {
  .comments {
    width: 95%;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 768px) {
  .contactForm {
    position: relative;
    width: 100%;
    padding: 102.4% 0 0;
  }
  .contactForm iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
table {
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 550px) {
  table {
    margin: 0 auto 30px;
  }
}
table th {
  font-size: 15px;
  width: 30%;
  padding-right: 50px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  table th {
    padding-right: 20px;
    width: 35%;
  }
}
@media screen and (max-width: 550px) {
  table th {
    text-align: left;
    display: block;
    width: 100%;
    padding: 0;
  }
}
table td {
  width: 70%;
  padding: 15px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Chrome, Safari */
}
@media screen and (max-width: 767px) {
  table td {
    width: 65%;
  }
}
@media screen and (max-width: 550px) {
  table td {
    display: block;
    width: 100%;
  }
}
table .required:after {
  content: "必須";
  color: #fff;
  font-size: 12px;
  background: #d51f38;
  margin-left: 10px;
  border-radius: 3px;
  padding: 3px;
}
table .notRequired {
  padding-right: 90px;
}
@media screen and (max-width: 767px) {
  table .notRequired {
    padding-right: 60px;
  }
}
table .question {
  vertical-align: top;
  padding-top: 20px;
}
table input {
  color: #333;
  font-size: 16px;
  height: 33px;
  padding: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Chrome, Safari */
}
@media screen and (max-width: 767px) {
  table input {
    width: 100%;
  }
}
table input:-moz-placeholder-shown {
  padding: 0px 15px;
  line-height: 1;
}
table input:-ms-input-placeholder {
  padding: 0px 15px;
  line-height: 1;
}
table input:placeholder-shown {
  padding: 0px 15px;
  line-height: 1;
}
table textarea {
  color: #333;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  resize: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Chrome, Safari */
}
table .size01 {
  width: 450px;
}
@media screen and (max-width: 767px) {
  table .size01 {
    width: 100%;
  }
}
table .size02 {
  width: 100px;
}
table .size03 {
  width: 100%;
}
table .calendar {
  margin-right: 15px;
}
@media screen and (max-width: 550px) {
  table .calendar {
    margin-right: 10px;
  }
}
table .month {
  margin-right: 25px;
}
@media screen and (max-width: 550px) {
  table .month {
    margin-right: 15px;
  }
}

.sendBtn button {
  color: #fff;
  font-size: 20px;
  display: block;
  width: 320px;
  margin: 0 auto 80px;
  padding: 10px;
  border-radius: 5px;
  background: #203052;
  border: 0;
}
@media screen and (max-width: 550px) {
  .sendBtn button {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.sendBtn button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.contactInfoArea {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .contactInfoArea {
    margin-bottom: 50px;
  }
}
.contactInfoArea .description {
  font-size: 15px;
}
.contactInfoArea .telNumber {
  font-size: 45px;
}
@media screen and (max-width: 550px) {
  .contactInfoArea .telNumber {
    font-size: 30px;
  }
}
.contactInfoArea .receptionTime {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .contactInfoArea .receptionTime {
    font-size: 12px;
  }
}

.thanksContents {
  width: 600px;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .thanksContents {
    width: 95%;
    margin: 0 auto;
  }
}
.thanksContents h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .thanksContents h2 {
    font-size: 20px;
  }
}
.thanksContents .thanksTxt01 {
  margin-bottom: 40px;
  line-height: 1.8;
}
.thanksContents .thanksTxt01 a {
  color: #161e55;
  font-weight: bold;
  text-decoration: underline;
}
.thanksContents .topbackThanks {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
.thanksContents .topbackThanks a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto 80px;
  padding: 7px 0;
  background: #161e55;
  border-radius: 5px;
  display: block;
}