@charset "utf-8";
/*------------------------------------------------
お問合せ
------------------------------------------------*/

/*========== ページタイトル ==========*/

/*背景画像*/
.page-header.contact-bg {
  background-image: url(../../images/contact/contact_page_ttl_bg.jpg);
}

/*========== お問合せ ==========*/
#form {
  margin: 0 auto;
  width: 100%;
}


#form .form-item {
  width: 100%;
  padding: 10px 10px 10px 0;
  justify-content: flex-end;
}

#form .form-item-alt {
  width: 100%;
  padding: 0 0 10px 0;
}

#form .input-general {
  padding: 7px;
  line-height: 1.3;
}

#form .input-radio-narrow:not(:nth-last-of-type(-n+2)){
  margin-bottom: 10px;
}

#form .input-file {
  margin: 3.5px 7px 7px 0;
  line-height: 1.8;
}

#form .form-table {
  width: 100%;
  border-top: 1px solid #999;
}

#form .form-table tr {
  border-bottom: 1px solid #999;
}


#form .form-table th,
#form .form-table td {
  padding: 10px 5px;
}

#form .form-table th {
  text-align: right;
  width: 110px;
}

#form .form-table td {
  width: calc(100% - 120px)
}

#form .form-privacy-text {
  text-align: justify;
}
