@charset "UTF-8";
/* CSS Document */

.header_bg{
  height: 70px;
  background-color: #fff;
}
.section-title{
  padding: 50px 50px 0;
  max-width: 1240px;
 margin: 0 auto;
  
}
.section-title h2{
  font-size: 7.0rem;
}
.section-title h6{
  margin-top: 10px;
  border-bottom: solid 1px #000;
}

@media(max-width:970px){
  .header_bg{
    height: 50px;
  }
  .section-title{
  padding: 50px 20px 0;
}
.section-title h2{
  font-size: 4.0rem;
}
.section-title h6{
  margin-top: 0px;
  padding-bottom: 10px;
  }
}
.inquiry-form{
  margin: 0 auto;
  padding: 70px 100px 140px;
  max-width: 1240px;
}
.inquiry-item,
.inquiry-body {
  padding: 15px;
}
.inquiry-item {
  padding-left: 0px;
  text-align: left;
  width: 30%;
}
.inquiry-item2 {
  padding-left: 0px;
  text-align: left;
  width: 30%;
  vertical-align: top;
  padding-top: 30px;
}
.inquiry-body {
  width: 70%;
}
.required{
  border-radius: 3px;
  padding: 0 6px;
  margin-right: 18px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: #FAE3E3;
  color: #D10000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.blank{
  margin-left: 70px;
}
.form-text {
  width: 100%;
  height: 45px;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  max-width: 780px;
  border: 1px solid #F1F1F1;
  background-color: #F1F1F1;
}
textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  background-color: #F1F1F1;
  max-width: 780px;
  vertical-align: top;
}

#file,#file2 {
    height: 42px;
    width: 200px;
    background: url("../img/file.png") center center / contain no-repeat;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

#file input{
    display: none;
}

input[type="file"] {
    display: none;
}

@media(max-width:970px){/*入力する時オレンジの枠が出る*/
.inquiry-form{
  margin: 0 auto;
  padding: 35px 0px 80px ;
}

.inquiry-table{
  width: 330px;
    margin: 0 auto;
  }
   th, td {
    display: block;
  }
.inquiry-item,
.inquiry-body {
  padding: 0px;
}
.inquiry-item {
  padding-left: 0px;
  width: 100%;
  margin-bottom: 10px;
}
.inquiry-item2 {
  padding-left: 0px;
  width: 100%;
  vertical-align: top;
  padding-top: 30px;
  margin-bottom: 10px;
} 
.inquiry-body {
  width: 100%;
  margin-bottom: 25px;
} 
.required{
  border-radius: 3px;
  padding: 0 6px;
  margin-right: 18px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: #FAE3E3;
  color: #D10000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.blank{
  display: none;
}
.form-text {
  width: 100%;
  height: 45px;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  max-width: 780px;
  border: 1px solid #F1F1F1;
  background-color: #F1F1F1;
  box-sizing: border-box;
}
textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  background-color: #F1F1F1;
  max-width: 780px;
  vertical-align: top;
  box-sizing: border-box;
}

#file,#file2 {
    height: 42px;
    width: 200px;
    background: url("../img/file.png") center center / contain no-repeat;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

#file input{
    display: none;
}

input[type="file"] {
    display: none;
}
}

.privacy-area{
  margin-top: 60px;
  padding:0 20px;
  text-align: center;
}
.privacy{
  width: 25px;
  height: 25px;
}
.small-label{
  font-size: 1.4rem;
  font-weight: 700;
  color: 000;
}
.small-label a{
color:inherit;
}
.submit{
  margin-top: 45px;
  text-align: center; 
}
.inquiry-form__submit{
  display       : inline-block;
  border-radius : 100px;          /* 角丸       */
  font-size     : 1.6rem;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 70px;   /* 余白       */
  background    : #ffffff;     /* 背景色     */
  color         : #000000;     /* 文字色     */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 0px 4px #D9D9D9;  /* 影の設定 */
}

@media(max-width:970px)
{
  .privacy-area{
  margin-top: 40px;
}
  
}