@charset "UTF-8";
/*------------------------------------------------*/
/*
    inquiry.css | built 2017/08/15
*/
/*------------------------------------------------*/

.ttlbox .ttl {
  color: rgba( 255, 96, 34, 1.0);
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  /*line-height: 1.7;*/
  font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.box-margin {
  margin-left: 15px;
  margin-right: 15px;
}

.well {
  min-height: 20px;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
