@charset "utf-8";

/*==============================================================================================================
  .contact / お問合せ
==============================================================================================================*/

/*------------------------------------------
  #mainVisual
------------------------------------------*/

#mainVisual {
  background-image: url(../../img/contact/mv01.png);
}

.contact .tit {
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d5b45c;
}

.contact p {
  font-size: 13px;
}

.required {
  color: #f00;
}

.telBox {
  font-weight: bold;
  margin: 0 auto 60px;
}

.telBox dt:first-of-type,
.telBox dd:first-of-type {
  /*padding-bottom: 15px;*/
}

.telBox dt {
  width: 50%;
  clear: both;
  float: left;
  text-align: right;
  padding-right: 30px;
}

.telBox dd {
  width: 50%;
  float: left;
  padding-left: 30px;
  border-left: 1px solid #b4b4b4;
}

.other .telBox a,
.ipad .telBox a {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .telBox dt {
    padding-right: 20px;
  }

  .telBox dd {
    padding-left: 20px;
  }
}

/*------------------------------------------
  form
------------------------------------------*/

.formBox {
  margin: 25px auto 0;
}

.contact form {
  width: 83%;
}

.contact form table {
  margin: 10px auto 20px;
}

.contact form th {
  width: 19%;
  font-size: 13px;
  text-align: right;
  vertical-align: top;
  padding: 20px 20px 40px 0;
}

.contact form td {
  padding-bottom: 40px;
}

.contact form tr:last-of-type th,
.contact form tr:last-of-type td {
  padding-bottom: 0;
}

.contact form input,
.contact form textarea {
  width: 100%;
  padding: 11px;
  font-size: 15px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  /*-webkit-appearance: none;*/
  border: 1px solid #4c4b4c;
}
.contact form input[type="checkbox"] {
  transform: scale(1.5);
}

.formBoxSub {
  width: 81%;
  margin: 0 0 0 auto;
}

/* プリバシーポリシー */

.privacy {
  height: 170px;
  padding: 10px 20px;
  margin: 20px auto 50px;
  background: #fff;
  overflow: auto;
  border: 1px solid #4c4b4c;
}

.privacy p {
  margin-bottom: 20px;
}

/*  送信ボタン */

.submit {
  pointer-events: none;
  cursor: not-allowed;
  color: #4c4b4c;
  display: block;
  width: 90%;
  height: 60px;
  max-width: 300px;
  margin: 0 auto;
  font-size: 15px;
  background: none;
  border: 2px solid #4c4b4c;
  position: relative;
}

.submit:after {
  content: "";
  display: block;
  width: 31px;
  height: 5px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../../img/ico/ico_btn_gray02.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.submit span {
  position: relative;
}

@media screen and (min-width: 768px) {
  /*
		hover
	---------------------------*/

  .submit:after {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  /*.submit:hover {
    color: #fff;
  }*/

  .submit:hover:after {
    background-image: url(../../img/ico/ico_btn_white.png);
  }

  .submit:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background-color: #4c4b4c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .submit:hover:before {
    width: 100%;
  }

  .ipad .submit:hover {
    color: inherit;
  }
  .ipad .submit:before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .contact form {
    width: 100%;
  }

  .contact form table {
    margin: 10px auto 20px;
  }

  .contact form th {
    width: 100%;
    display: block;
    text-align: left;
    padding: 5px 0 3px 0;
  }

  .contact form td {
    width: 100%;
    display: block;
    padding: 0 0 8px 0;
  }

  .contact form input,
  .contact form textarea {
    font-size: 14px;
  }

  .formBoxSub {
    width: 100%;
  }

  /* プリバシーポリシー */

  .privacy {
    padding: 10px;
  }

  .privacy p {
    font-size: 10px;
  }

  /* スクロールバー */

  .privacy::-webkit-scrollbar {
    /* 縦背景 */
    background: #eee;
    border-radius: 10px;
    width: 10px;
  }

  .privacy::-webkit-scrollbar:horizontal {
    /* 横背景 */
    background: #eee;
    border-radius: 10px;
    height: 10px;
  }

  .privacy::-webkit-scrollbar-thumb {
    /* バー */
    background: #ccc;
    border-radius: 10px;
  }

  /* 送信ボタン */
  .submit {
    font-size: 14px;
  }
}
/*.contact form input[type="checkbox"] {
  pointer-events: none;
}*/

.submit.okbtm {
  pointer-events: auto !important;
  cursor: pointer;
}
