@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contact.css
 Style Info : コンテンツに関するスタイル指定
=================================================================== */
/* overwrite 06.02 */
.banner_present {
  width: 100%;
}
@media screen and(min-width: 600px) {
  .banner_present {
    margin: -24px auto 32px;
  }
}

.ttl_contact {
  height: 180px;
}
.ttl_contact .page_ttl .ff02 {
  margin-top: 35px;
  font-size: 3rem;
}

#contact {
  width: 824px;
  margin: 0 auto;
}
#contact h2 {
  font-weight: 100;
  font-size: 2rem;
  line-height: 1.7;
  padding: 25px 0 60px 0;
}
#contact .contact_step {
  margin-bottom: 80px;
}
#form_box table {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
#form_box th {
  width: 32%;
  text-align: left;
  font-weight: normal;
  border-top: dotted 1px #333;
  border-bottom: dotted 1px #333;
  vertical-align: middle;
  padding: 30px 20px;
}
#form_box .require {
  font-size: 1.2rem;
  color: #fff;
  background: #f33;
  padding: 1px 10px;
  border-radius: 2px;
  display: inline-block;
  margin-left: 12px;
  font-style: normal;
  letter-spacing: 0.2em;
}
#form_box td {
  font-weight: normal;
  border-top: dotted 1px #333;
  border-bottom: dotted 1px #333;
  padding: 30px 20px;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo",
    sans-serif;
  vertical-align: middle;
}

#form_box td input[type="checkbox"] {
  border: 1px solid #aaa;
}

#form_box td .error {
  background: #b70000;
  color: #fff;
  padding: 1px 10px;
  margin: 5px 0;
}
#form_box td input[type="text"] {
  width: 95%;
}
#form_box td textarea {
  width: 95%;
}
#form_box .your_tel input[type="text"] {
  width: 18%;
}
#form_box td .your_date {
  width: 30% !important;
}
#form_box td .your_age {
  width: 10% !important;
}
#ui-datepicker-div {
  font-size: 16px !important;
}
.btnArea {
  text-align: center;
  margin-bottom: 120px;
}
.btnArea input {
  padding: 7px 58px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", YuMincho, "游明朝",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  border: solid 1px #333;
  letter-spacing: 0.2em;
  margin: 10px;
}
.btnArea input:hover {
  color: #c3a36a;
  border: solid 1px #c3a36a;
}

/*プライバシーポリシー ボタン上*/
.privacy-wrap {
  width: 90%;
  max-width: 860px;
  margin: 0 auto 40px;
  padding: 28px 28px 0px 28px;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #754343;
}
@media (max-width: 600px) {
  .privacy-wrap {
    height: 140px;
  }
}

.confirm {
  font-size: 14.5px;
  width: 88%;
  max-width: 860px;
  margin: 0 auto 40px;
  text-align: center;
}
.confirm label {
  padding: 1rem;
}

.confirm input[type="checkbox"] {
  display: inherit !important;
  margin-right: 14px;
}

.confirm-link {
  text-decoration: underline !important;
}

.privacy-wrap .privacy-title {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 14px;
  padding-bottom: 10px;
}
.privacy-wrap .privacy-text {
  margin-bottom: 24px;
}
.privacy-wrap .privacy-list {
  margin-bottom: 40px;
}
.privacy-wrap .privacy-item {
  margin: 1rem 0;
}
.privacy-wrap .privacy-item-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy-wrap .privacy-item-table {
  width: 100%;
  margin: 24px 0;
}
.privacy-wrap .privacy-item-table > thead > tr {
  font-weight: bold;
  background-color: #fafafa;
}
.privacy-wrap .privacy-item-table td {
  width: 50%;
  padding: 1rem;
  border: 1px solid #f1f1f1;
}

/*プライバシーポリシー*/
#privacy {
  position: relative;
  background: #f9f9f9;
  padding: 35px 40px 15px 40px;
  margin-bottom: 100px;
}
#privacy:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 858px;
  border-top: solid 2px #333;
}
#privacy h3 {
  position: absolute;
  top: -25px;
  left: 40px;
  font-size: 3.2rem;
}
#privacy dt {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#privacy dt span {
  font-weight: bold;
}
#privacy dd {
  padding-bottom: 20px;
}

/*送信確認画面*/
.contactConfirm td small {
  display: none;
}

@media screen and (max-width: 1100px) {
  #privacy h3 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  #page {
    padding-top: 0 !important;
  }
  #header {
    position: static !important;
  }
  .ttl_contact {
    height: auto;
  }
  .ttl_contact .page_ttl {
    background: url(../../../img/main/ttl_contact_sp.jpg) center top no-repeat !important;
    background-size: 100% auto !important;
  }
  .ttl_contact .page_ttl .ff02 {
    margin-top: 20px;
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  #contact {
    width: 100%;
  }
  #contact h2 {
    font-weight: 100;
    font-size: 1.4rem;
    padding: 0 30px 30px 30px;
  }
  #contact .contact_step {
    margin-bottom: 30px;
  }
  #contact .contact_step img {
    width: 100%;
  }
  #form_box table {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  #form_box th,
  #form_box td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5px;
    border: none;
  }
  #form_box th {
    border-top: dotted 1px #333;
  }
  #form_box td {
    font-size: 12px;
  }
  #form_box td .your_date {
    width: 50% !important;
  }
  #form_box td select {
    margin-top: 15px;
    padding: 4px;
  }
  #form_box tr:last-child {
    border-bottom: dotted 1px #333;
  }
  #form_box .require {
    font-size: 1.1rem;
    padding: 1px 8px;
    border-radius: 2px;
    margin-left: 10px;
    letter-spacing: 0.1em;
  }
  .btnArea {
    text-align: center;
    margin-bottom: 60px;
  }
  #ui-datepicker-div {
    font-size: 15px !important;
  }
  /*プライバシーポリシー*/
  #privacy {
    padding: 20px 20px 15px 20px;
    margin-bottom: 40px;
  }
  #privacy:before {
    content: " ";
    position: absolute;
    left: 150px;
    top: 0;
    width: 100%;
    border-top: solid 2px #333;
  }
  #privacy h3 {
    top: -20px;
    left: 20px;
    font-size: 2.1rem;
    z-index: 100;
  }
  #privacy dt {
    font-size: 1.5rem;
    margin-bottom: 7px;
    line-height: 1.2;
  }
  #privacy dt span {
    font-weight: bold;
  }
  #privacy dd {
    padding-bottom: 17px;
  }
  #contents .inner {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .btnArea input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
  }
  #privacy h3 {
    font-size: 1.9rem;
  }
}
