/* CSS Document */

/* ウララについて
----------------------------------------------------------------------------*/

#contactPage {
  min-width: 1080px;
}

#contactPage #branding {
  min-width: 1080px;
  width: 100%;
  height: 495px;
  background-image: url(../img/contact/visual_contact.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
#contactPage #branding #pageTitle {
  margin: 0 auto;
  width: 1080px;
  text-align: left;
  box-sizing: border-box;
  padding: 130px 0 0 90px;
}

.intro {
  
}
.orangelead {
  font-size: 1.5rem;
  color: #F0831E;
}

.contentsWrap .wrap {
 width: 750px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.contentsWrap h2 {
  padding: 0;
  margin: 0;
  text-align: center; 
}

dl.question {
  padding: 20px 0;
}
dl.question dt,
dl.question dd {
  margin: 0;
  padding: 0;
}
dl.question dt {
  font-size: 1.1rem;
  color: #F0831E;
  padding-bottom: 1em;
}
dl.question dd {
  padding-bottom: 1em;
  margin-bottom: 2em;
}

form table.formTable {
  width: 100%;
  border-radius: 5px;
}
form table.formTable th,
form table.formTable td {
  padding: 10px;
}
form table.formTable th {
  text-align: right;
}
form table.formTable tr:nth-child(odd) th,
form table.formTable tr:nth-child(odd) td {
  background-color: #f6f6f6;
}
form table.formTable tr:nth-child(even) th,
form table.formTable tr:nth-child(even) td {
  background-color: #fff;
}
form button {
  margin: 30px 0;
  border: none;
  background: none;
}

@media screen and (max-width: 767px) {
  #contactPage {
    min-width: auto;
  }
  #contactPage #branding {
    min-width: auto;
    height: auto;
    background-size: cover;
  }
  #contactPage #branding #pageTitle {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .contentsWrap .wrap {
     width: auto;
  }
  .contentsWrap h2.spw,
  .spw {
    max-width: 90%;
    margin: 20px auto;
  }

  form table.formTable th,
  form table.formTable td {
    display: block;
  }
  form table.formTable th, form table.formTable td {
    width:auto;
    display:block;
  }
  form table.formTable th {
    text-align: left;
    margin-top:5px;
    border-bottom:0;
  }
  input[type="text"], textarea {
    width:80%;
    padding:5px;
    font-size:110%;
    display:block;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    display:block;
    width:100%;
    height:40px;
  }
}

@media screen and (max-width: 375px) {
  
}