@charset "utf-8";

/*----------------------------------------------------
  フォーム
----------------------------------------------------*/
form{
  margin-bottom: 10rem;
}
table.tbl-form {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.tbl-form tr {
  border-bottom: 1px solid #ccc;
}
.tbl-form tr:first-child {
  border-top: 1px solid #ccc;
}
.tbl-form th,
.tbl-form td {
  padding: 1rem 1.5rem;
}
.tbl-form th {
  width: 300px;
  background-color: #f2f2f2;
}
.tbl-form th > div {
  position: relative;
}
/*必須*/
span.hissu {
  display: inline-block;
  background-color: #ce2c2c;
  color: #fff;
  padding: 0.1rem 0.5rem;
  font-size: 1.3rem;
  vertical-align: middle;
}
p span.hissu {
  margin-right: 3px;
  vertical-align: baseline;
}
.tbl-form th > div span.hissu {
  position: absolute;
  right: 0;
}
/* お問い合わせ説明 */
.col-lg-10 > p{
  text-align: justify;
}
/* 指定文字コメント */
.specifier-character{
  font-size: 14px;
}
.post-code-specifier,
.tell-specifier{
  padding-left: 0.5rem;
}
/*フォーム入力欄*/
.input-name,
.input-furigana,
.input-Company,
.post-name,
.input-email {
  width: 100%;
}
.post-code {
  width: 20%;
}
.input-tell{
  width: 40%;
}
textarea{
  width: 100%;
  height: 80px;
  resize:none;
}
.inq-area label {
  margin-right: 15px;
  cursor: pointer;
}
input[type=radio] {
  margin-right: 5px;
}
.privacy-area {
  margin-bottom: 3rem;
  padding: 2rem 1.5rem;
  background-color: #e8eef9;
  text-align: center;
}
.privacy-area p {
  margin-bottom: 1.5rem;
}
.privacy-area label {
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.8rem;
}
.privacy-area label input {
  margin-right: 0.5rem;
}
/* 確認ボタン */
.btn01 {
  display: flex;
  justify-content: center;
}
.btn02,
.btn-home {
  position: relative;
}
input[type=button]:hover {
  cursor: pointer;
  opacity: .8;
}
input[type=button],
.btn-home {
  color: #fff;
  background: #0c64af;
  border: none ;
  font-weight: bold;
  font-size: 1.8rem;
  background: #0c64af;
  border: none;
  border-radius: 10px;
  padding: 13px 30px 10px;
  width: 250px;
}
.btn02::after,
.btn-home::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1;
}
.btn-area .btn-back {
  margin-right: 20px;
}
.btn-back.btn02::after {
  content: "\f104";
  color: #222;
  right: auto;
  left: 15px;
}
.btn-back input[type=button] {
  background-color: #ddd;
  color: #222;
}
.btn-home {
  display: inline-block !important;
  margin-bottom: 5rem
}
select {
  background-color: #fff;
}
/* 完了 */
.txt-thanks {
  margin-bottom: 30px;
}
/* エラー */
.input-ng-msg {
  color: #333333;
  background-color: #FFD0D0;
  border: 1px solid #FF0000;
  margin-top:3px;
  margin-right:10px;
  padding:1px 5px;
}

@media screen and (max-width: 1200px) {
  .tbl-form th {
    width: 240px;
  }
}
@media screen and (max-width: 767.98px) {
  /* フォームのヘッダーと入力欄を配置変更 */
  .tbl-form {
    word-break: break-all;
  }
  th,td {
    display: block;
  }
  .tbl-form th {
    width: 100%;
  }
  .post-code {
    width: 35%;
  }
  .input-tell{
    width: 45%;
  }
  textarea{
    height: 120px;
  }
  .inq-area label {
    display: block;
  }
  .btn-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .kakunin-btn-area {
    flex-direction: row;
  }
  .kakunin-btn-area input[type=button] {
    width: 150px;
  }
  .input-ng-msg {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .page-title-wrap {
    padding-left: 0;
  }
}