@charset "utf-8";
/* contact.html用のcss */

.menu {
  color: #f39832; 
}
#p4 {
  margin: 10px;
}
.p4-title {
  border-bottom: dotted 2px #f39832;
  margin: 0px 0px 20px;
}
.p4-title span {
  padding: 0px 0px 10px 10px;
  display: inline-block;
}
.p4-title-head {
  color: #168AD8;
  font-size: 20px;
}
.p5 {
  margin: 20px 10px;
}
.tel {
  margin: 0px 70px 10px 50px;
}
.form-table {
  width: 100%;
  border: solid 10px #ffffff;
}
.form-table th {
  background-color: #e2f1fa;
}
.form-table td {
  background-color: #fbf8e2;
  padding: 10px 0px 10px 20px;
}
.center {
  text-align: center;
  padding: 20px;
}
.required {
  color:firebrick;
  font-size: small;
}
.short {
  width: 40%;
  font-size: 16px;
}
.middle {
  width: 70%;
  font-size: 16px;
}
.wide {
  width: 90%;
  font-size: 16px;
}
.gip {
  text-align: center;
  width: 80px;
}
.section textarea {
  width: 96%;
  height: 100px;
  font-size: 16px;
}
.sita {
  padding: 20px;  
  }
.pura {
  padding: 10px 30px 50px;
}
#content .error {
  margin-top: 6px;
}
  

/* タブレット用 */
@media screen and (min-width: 768px) {
  .short {
    width: 30%;
  }
  .middle {
    width: 50%;
  }
  .wide {
    width: 62%;
  }
  .section textarea {
    height: 180px;
  }
}

/* パソコン用 */
@media (min-width: 980px) {
  
}

}
